From 9ea7d965a7c7b6420a377fc17ca1adda27c2365e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 09:09:44 +0000 Subject: [PATCH] chore: publish new package versions (beta) (#2340) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 ## @core/sync-service@1.0.0-beta.16 ### Patch Changes - 7cb4ccb: Electric as a library: Support multiple stacks Co-authored-by: github-actions[bot] --- .changeset/pre.json | 1 + packages/sync-service/CHANGELOG.md | 6 ++++++ packages/sync-service/package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 17c388f3d7..0d155dcec2 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -48,6 +48,7 @@ "gold-bugs-speak", "gorgeous-bottles-mate", "green-drinks-mix", + "grumpy-cheetahs-hear", "healthy-comics-heal", "healthy-seas-bathe", "honest-foxes-do", diff --git a/packages/sync-service/CHANGELOG.md b/packages/sync-service/CHANGELOG.md index 25a3f6be7e..e9bebae420 100644 --- a/packages/sync-service/CHANGELOG.md +++ b/packages/sync-service/CHANGELOG.md @@ -1,5 +1,11 @@ # @core/sync-service +## 1.0.0-beta.16 + +### Patch Changes + +- 7cb4ccb: Electric as a library: Support multiple stacks + ## 1.0.0-beta.15 ### Patch Changes diff --git a/packages/sync-service/package.json b/packages/sync-service/package.json index db5f10ba07..40a1b85888 100644 --- a/packages/sync-service/package.json +++ b/packages/sync-service/package.json @@ -1,7 +1,7 @@ { "name": "@core/sync-service", "private": true, - "version": "1.0.0-beta.15", + "version": "1.0.0-beta.16", "scripts": { "publish:hex": "mix do deps.get, hex.publish --yes || true" }