diff --git a/.changeset/big-gifts-fly.md b/.changeset/big-gifts-fly.md deleted file mode 100644 index 24fd95f947..0000000000 --- a/.changeset/big-gifts-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@core/electric": patch ---- - -[VAX-1333] Fix introspection of tables with > 1 fk diff --git a/.changeset/curvy-bobcats-walk.md b/.changeset/curvy-bobcats-walk.md deleted file mode 100644 index b1a3cd914f..0000000000 --- a/.changeset/curvy-bobcats-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"electric-sql": patch ---- - -Improved client events type safety diff --git a/.changeset/friendly-oranges-fold.md b/.changeset/friendly-oranges-fold.md deleted file mode 100644 index 846f1de922..0000000000 --- a/.changeset/friendly-oranges-fold.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"electric-sql": patch ---- - -Use localhost instead of 127.0.0.1 as default address for Electric. -Update documentation of command-line options for the CLI's generate command. diff --git a/.changeset/light-rivers-invite.md b/.changeset/light-rivers-invite.md deleted file mode 100644 index 86f82ad11d..0000000000 --- a/.changeset/light-rivers-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@core/electric": patch ---- - -[VAX-1319] Fix CaseClauseError in Proxy.Prisma.parse_bind_array() diff --git a/.changeset/neat-pens-raise.md b/.changeset/neat-pens-raise.md deleted file mode 100644 index 927b07fbba..0000000000 --- a/.changeset/neat-pens-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"electric-sql": patch ---- - -Fix bug where data types provided in input structures could not be bound to SQLite types. diff --git a/.changeset/pink-balloons-fly.md b/.changeset/pink-balloons-fly.md deleted file mode 100644 index b7da5014f6..0000000000 --- a/.changeset/pink-balloons-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@core/electric": patch ---- - -[VAX-1321] Proxy crashes when GSSAPI session encryption is requested diff --git a/.changeset/two-suits-help.md b/.changeset/two-suits-help.md deleted file mode 100644 index 10645f8471..0000000000 --- a/.changeset/two-suits-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"electric-sql": patch ---- - -Fix #627, incorrect peer dependency for Capacitor SQLite diff --git a/.changeset/witty-bears-shake.md b/.changeset/witty-bears-shake.md deleted file mode 100644 index 908dd8dddc..0000000000 --- a/.changeset/witty-bears-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"electric-sql": patch ---- - -Fix bug where SQL complains about syntax error near "from" due to table names and column names not being quoted in the generated triggers. diff --git a/clients/typescript/CHANGELOG.md b/clients/typescript/CHANGELOG.md index f73ca32aab..e09334745c 100644 --- a/clients/typescript/CHANGELOG.md +++ b/clients/typescript/CHANGELOG.md @@ -1,5 +1,16 @@ # electric-sql +## 0.7.1 + +### Patch Changes + +- dae6e7b2: Improved client events type safety +- 1016d4b3: Use localhost instead of 127.0.0.1 as default address for Electric. + Update documentation of command-line options for the CLI's generate command. +- 5da426d8: Fix bug where data types provided in input structures could not be bound to SQLite types. +- fe39c002: Fix #627, incorrect peer dependency for Capacitor SQLite +- 6c87d8f6: Fix bug where SQL complains about syntax error near "from" due to table names and column names not being quoted in the generated triggers. + ## 0.7.0 ### Minor Changes diff --git a/clients/typescript/package.json b/clients/typescript/package.json index 7639128d5d..0a45515ff3 100644 --- a/clients/typescript/package.json +++ b/clients/typescript/package.json @@ -1,5 +1,5 @@ { - "version": "0.7.0", + "version": "0.7.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 fc9c5f400d..b71445effb 100644 --- a/clients/typescript/src/version/index.ts +++ b/clients/typescript/src/version/index.ts @@ -1 +1 @@ -export const LIB_VERSION = '0.7.0' +export const LIB_VERSION = '0.7.1' diff --git a/components/electric/CHANGELOG.md b/components/electric/CHANGELOG.md index 7a1a45205c..5546e0f5f1 100644 --- a/components/electric/CHANGELOG.md +++ b/components/electric/CHANGELOG.md @@ -1,5 +1,13 @@ # @core/electric +## 0.7.1 + +### Patch Changes + +- d5a6eb3d: [VAX-1333] Fix introspection of tables with > 1 fk +- a7007589: [VAX-1319] Fix CaseClauseError in Proxy.Prisma.parse_bind_array() +- 1aa98bfe: [VAX-1321] Proxy crashes when GSSAPI session encryption is requested + ## 0.7.0 ### Minor Changes diff --git a/components/electric/package.json b/components/electric/package.json index 69c2734bac..e15155c167 100644 --- a/components/electric/package.json +++ b/components/electric/package.json @@ -1,5 +1,5 @@ { "name": "@core/electric", "private": true, - "version": "0.7.0" + "version": "0.7.1" } \ No newline at end of file