Skip to content

Commit

Permalink
Publish new package versions (#1248)
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.


# Releases
## electric-sql@0.11.2

### Patch Changes

- c4876dd: Fix Postgres introspection subquery to only look at PK
constraints
- ebd2cb9: Fix a bug with Postgres client sync so that pk columns for
creating the ON CONFLICT statement are correct when applying an incoming
transaction.

## @electric-sql/debug-toolbar@1.0.2

### Patch Changes

-   Updated dependencies [c4876dd]
-   Updated dependencies [ebd2cb9]
    -   electric-sql@0.11.2

## @core/electric@0.11.1

### Patch Changes

- 3294240: fix: set `Postgrex` SSL mode based on the connection by
`:epgsql` to keep `sslmode=prefer` behaviour when `DATABASE_REQUIRE_SSL`
is not `true`.
-   6a746d9: Correct handling of multi-statement migration sql

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed May 13, 2024
1 parent 3294240 commit d3f5623
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-meals-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-bulldogs-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-items-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-cheetahs-sing.md

This file was deleted.

7 changes: 7 additions & 0 deletions clients/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# electric-sql

## 0.11.2

### Patch Changes

- c4876dd7: Fix Postgres introspection subquery to only look at PK constraints
- ebd2cb93: Fix a bug with Postgres client sync so that pk columns for creating the ON CONFLICT statement are correct when applying an incoming transaction.

## 0.11.1

### Patch 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.11.1",
"version": "0.11.2",
"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.11.1'
export const LIB_VERSION = '0.11.2'
7 changes: 7 additions & 0 deletions components/electric/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @core/electric

## 0.11.1

### Patch Changes

- 3294240d: fix: set `Postgrex` SSL mode based on the connection by `:epgsql` to keep `sslmode=prefer` behaviour when `DATABASE_REQUIRE_SSL` is not `true`.
- 6a746d97: Correct handling of multi-statement migration sql

## 0.11.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.11.0"
"version": "0.11.1"
}
8 changes: 8 additions & 0 deletions components/toolbar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @electric-sql/debug-toolbar

## 1.0.2

### Patch Changes

- Updated dependencies [c4876dd7]
- Updated dependencies [ebd2cb93]
- electric-sql@0.11.2

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/toolbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electric-sql/debug-toolbar",
"version": "1.0.1",
"version": "1.0.2",
"type": "module",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit d3f5623

Please sign in to comment.