Skip to content

Commit

Permalink
chore: publish new package versions (#2102)
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]

### Patch Changes

-   Updated dependencies [9886b08]
-   Updated dependencies [dae3b0d]
-   Updated dependencies [fbb66e9]
    -   @electric-sql/[email protected]

## @electric-sql/[email protected]

### Patch Changes

-   dae3b0d: Fix node 16 cjs import
- 9886b08: Expose `stream` in the useShape result data. This allows
React components to easily access the stream to match on.
-   Updated dependencies [9886b08]
-   Updated dependencies [dae3b0d]
-   Updated dependencies [fbb66e9]
    -   @electric-sql/[email protected]

## @electric-sql/[email protected]

### Patch Changes

-   9886b08: Expose `shape.stream` as public readonly property.
-   dae3b0d: Fix node 16 cjs import
-   fbb66e9: Use "get" instead of "has" for checking searchParams

Not all implementations of JS have the has(name, value) syntax e.g.
Expo.

## @core/[email protected]

### Patch Changes

-   95b61e7: Configure sentry for error tracking.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 9, 2024
1 parent 925366f commit 951a97c
Show file tree
Hide file tree
Showing 13 changed files with 41 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-snails-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-toys-deliver.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hot-beds-pump.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/modern-poets-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-seas-stare.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @electric-sql/experimental

## 0.1.1

### Patch Changes

- Updated dependencies [9886b08]
- Updated dependencies [dae3b0d]
- Updated dependencies [fbb66e9]
- @electric-sql/client@0.9.1
2 changes: 1 addition & 1 deletion packages/experimental/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electric-sql/experimental",
"version": "0.1.0",
"version": "0.1.1",
"description": "Experimental TypeScript features for ElectricSQL.",
"type": "module",
"main": "dist/cjs/index.cjs",
Expand Down
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.6.2

### Patch Changes

- dae3b0d: Fix node 16 cjs import
- 9886b08: Expose `stream` in the useShape result data. This allows React components to easily access the stream to match on.
- Updated dependencies [9886b08]
- Updated dependencies [dae3b0d]
- Updated dependencies [fbb66e9]
- @electric-sql/client@0.9.1

## 0.6.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,7 +1,7 @@
{
"name": "@electric-sql/react",
"description": "React hooks for ElectricSQL",
"version": "0.6.1",
"version": "0.6.2",
"author": "ElectricSQL team and contributors.",
"bugs": {
"url": "https://github.com/electric-sql/electric/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/sync-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @core/sync-service

## 0.9.5

### Patch Changes

- 95b61e7: Configure sentry for error tracking.

## 0.9.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sync-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@core/sync-service",
"private": true,
"version": "0.9.4",
"version": "0.9.5",
"scripts": {
"publish:hex": "mix do deps.get, hex.publish --yes || true"
}
Expand Down
10 changes: 10 additions & 0 deletions packages/typescript-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @electric-sql/client

## 0.9.1

### Patch Changes

- 9886b08: Expose `shape.stream` as public readonly property.
- dae3b0d: Fix node 16 cjs import
- fbb66e9: Use "get" instead of "has" for checking searchParams

Not all implementations of JS have the has(name, value) syntax e.g. Expo.

## 0.9.0

### Minor 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,7 +1,7 @@
{
"name": "@electric-sql/client",
"description": "Postgres everywhere - your data, in sync, wherever you need it.",
"version": "0.9.0",
"version": "0.9.1",
"author": "ElectricSQL team and contributors.",
"bugs": {
"url": "https://github.com/electric-sql/electric/issues"
Expand Down

0 comments on commit 951a97c

Please sign in to comment.