From c646b42ed77e20aae0116d6f64ea00e65c1caf01 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 16:43:58 +0100 Subject: [PATCH] Publish new package versions (#1233) 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@0.11.1 ### Patch Changes - f03bde05: Fix CLI bug for fetching migrations ## @electric-sql/debug-toolbar@1.0.1 ### Patch Changes - Updated dependencies [f03bde05] - electric-sql@0.11.1 Co-authored-by: github-actions[bot] --- .changeset/fast-boats-check.md | 5 ----- clients/typescript/CHANGELOG.md | 6 ++++++ clients/typescript/package.json | 2 +- clients/typescript/src/version/index.ts | 2 +- components/toolbar/CHANGELOG.md | 7 +++++++ components/toolbar/package.json | 2 +- 6 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 .changeset/fast-boats-check.md diff --git a/.changeset/fast-boats-check.md b/.changeset/fast-boats-check.md deleted file mode 100644 index 1004964771..0000000000 --- a/.changeset/fast-boats-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"electric-sql": patch ---- - -Fix CLI bug for fetching migrations diff --git a/clients/typescript/CHANGELOG.md b/clients/typescript/CHANGELOG.md index 92f7fa97a1..7153e4abe5 100644 --- a/clients/typescript/CHANGELOG.md +++ b/clients/typescript/CHANGELOG.md @@ -1,5 +1,11 @@ # electric-sql +## 0.11.1 + +### Patch Changes + +- f03bde05: Fix CLI bug for fetching migrations + ## 0.11.0 ### Minor Changes diff --git a/clients/typescript/package.json b/clients/typescript/package.json index 271b887c1d..f7c8103e6f 100644 --- a/clients/typescript/package.json +++ b/clients/typescript/package.json @@ -1,5 +1,5 @@ { - "version": "0.11.0", + "version": "0.11.1", "name": "electric-sql", "description": "ElectricSQL TypeScript client for developing local-first SQL apps. Supports JavaScript based mobile, web and edge applications.", "repository": "https://github.com/electric-sql/electric/tree/main/clients/typescript", diff --git a/clients/typescript/src/version/index.ts b/clients/typescript/src/version/index.ts index a6f2dc1ee8..fad3cbc1c8 100644 --- a/clients/typescript/src/version/index.ts +++ b/clients/typescript/src/version/index.ts @@ -1 +1 @@ -export const LIB_VERSION = '0.11.0' +export const LIB_VERSION = '0.11.1' diff --git a/components/toolbar/CHANGELOG.md b/components/toolbar/CHANGELOG.md index d3fbeaf6d4..ca25441994 100644 --- a/components/toolbar/CHANGELOG.md +++ b/components/toolbar/CHANGELOG.md @@ -1,5 +1,12 @@ # @electric-sql/debug-toolbar +## 1.0.1 + +### Patch Changes + +- Updated dependencies [f03bde05] + - electric-sql@0.11.1 + ## 1.0.0 ### Patch Changes diff --git a/components/toolbar/package.json b/components/toolbar/package.json index 6f4d7c59db..df61c06480 100644 --- a/components/toolbar/package.json +++ b/components/toolbar/package.json @@ -1,6 +1,6 @@ { "name": "@electric-sql/debug-toolbar", - "version": "1.0.0", + "version": "1.0.1", "type": "module", "main": "dist/index.cjs.js", "module": "dist/index.esm.js",