Skip to content

Commit

Permalink
chore: publish new package versions (#1574)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @electric-sql/[email protected]

### Minor Changes

-   914e768: Remove obsolete ShapesProvider.

### Patch Changes

-   Updated dependencies [a6c7bed]
    -   @electric-sql/[email protected]

## @electric-sql/[email protected]

### Patch Changes

- a6c7bed: Add `Message` type guard helpers `isChangeMessage` and
`isControlMessage`.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 27, 2024
1 parent 0b3a2cd commit b062864
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/neat-bikes-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-donuts-rule.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/react-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @electric-sql/react

## 0.3.0

### Minor Changes

- 914e768: Remove obsolete ShapesProvider.

### Patch Changes

- Updated dependencies [a6c7bed]
- @electric-sql/client@0.3.2

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electric-sql/react",
"version": "0.2.1",
"version": "0.3.0",
"description": "React hooks for ElectricSQL",
"type": "module",
"main": "dist/cjs/index.cjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/typescript-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @electric-sql/client

## 0.3.2

### Patch Changes

- a6c7bed: Add `Message` type guard helpers `isChangeMessage` and `isControlMessage`.

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electric-sql/client",
"version": "0.3.1",
"version": "0.3.2",
"description": "Postgres everywhere - your data, in sync, wherever you need it.",
"type": "module",
"main": "dist/cjs/index.cjs",
Expand Down

0 comments on commit b062864

Please sign in to comment.