Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 13, 2024
1 parent 3294240 commit 6b9f100
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 6b9f100

Please sign in to comment.