Skip to content

Commit

Permalink
chore: publish new package versions (beta) (#2309)
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.

⚠️⚠️⚠️⚠️⚠️⚠️

`main` is currently in **pre mode** so this branch has prereleases
rather than normal releases. If you want to exit prereleases, run
`changeset pre exit` on `main`.

⚠️⚠️⚠️⚠️⚠️⚠️

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

### Patch Changes

- 2d9a636: Loosen `react` peer dependency to prevent conflict warnings.

## @core/[email protected]

### Patch Changes

- 54fb0ac: Avoid stopping the beam process when an unrecoverable error
is encountered. Instead, stop the main OTP supervisor. Required for
multi-tenancy.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 10, 2025
1 parent 2e28583 commit 546a78d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"healthy-comics-heal",
"healthy-seas-bathe",
"honest-foxes-do",
"lemon-taxis-stare",
"lucky-boats-lie",
"lucky-cats-teach",
"mean-humans-clean",
Expand All @@ -57,6 +58,7 @@
"modern-toes-drop",
"polite-frogs-yell",
"seven-files-thank",
"shy-bags-deliver",
"sixty-queens-agree",
"small-pianos-explain",
"smooth-lions-joke",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @electric-sql/react

## 1.0.0-beta.4

### Patch Changes

- 2d9a636: Loosen `react` peer dependency to prevent conflict warnings.

## 1.0.0-beta.3

### 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": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"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

## 1.0.0-beta.13

### Patch Changes

- 54fb0ac: Avoid stopping the beam process when an unrecoverable error is encountered. Instead, stop the main OTP supervisor. Required for multi-tenancy.

## 1.0.0-beta.12

### 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": "1.0.0-beta.12",
"version": "1.0.0-beta.13",
"scripts": {
"publish:hex": "mix do deps.get, hex.publish --yes || true"
}
Expand Down

0 comments on commit 546a78d

Please sign in to comment.