Skip to content

Commit

Permalink
Patch release (#629)
Browse files Browse the repository at this point in the history
# Releases
## [email protected]

### Patch Changes

-   dae6e7b: Improved client events type safety
- 1016d4b: 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.
- 5da426d: Fix bug where data types provided in input structures could
not be bound to SQLite types.
-   fe39c00: Fix #627, incorrect peer dependency for Capacitor SQLite
- 6c87d8f: Fix bug where SQL complains about syntax error near "from"
due to table names and column names not being quoted in the generated
triggers.

## @core/[email protected]

### Patch Changes

-   d5a6eb3: [VAX-1333] Fix introspection of tables with > 1 fk
- a700758: [VAX-1319] Fix CaseClauseError in
Proxy.Prisma.parse_bind_array()
- 1aa98bf: [VAX-1321] Proxy crashes when GSSAPI session encryption is
requested

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 9, 2023
1 parent e1785b5 commit 9d364d3
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-gifts-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-bobcats-walk.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/friendly-oranges-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-rivers-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-pens-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-balloons-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-suits-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-bears-shake.md

This file was deleted.

11 changes: 11 additions & 0 deletions clients/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion clients/typescript/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion clients/typescript/src/version/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const LIB_VERSION = '0.7.0'
export const LIB_VERSION = '0.7.1'
8 changes: 8 additions & 0 deletions components/electric/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion components/electric/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@core/electric",
"private": true,
"version": "0.7.0"
"version": "0.7.1"
}

0 comments on commit 9d364d3

Please sign in to comment.