Skip to content

Commit

Permalink
Publish new versions (#458)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 9, 2024
1 parent 46c102c commit 9aff673
Show file tree
Hide file tree
Showing 16 changed files with 51 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/happy-jokes-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-cheetahs-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-pianos-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-bikes-battle.md

This file was deleted.

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

## 0.0.15

### Patch Changes

- Updated dependencies [fa13714]
- @electric-sql/pglite@0.2.15

## 0.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "benchmark",
"version": "0.0.14",
"version": "0.0.15",
"description": "",
"main": "index.js",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/pglite-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @electric-sql/pglite-react

## 0.2.15

### Patch Changes

- Updated dependencies [fa13714]
- @electric-sql/pglite@0.2.15

## 0.2.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pglite-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electric-sql/pglite-react",
"version": "0.2.14",
"version": "0.2.15",
"description": "Hooks for using PGlite",
"type": "module",
"private": false,
Expand Down
8 changes: 8 additions & 0 deletions packages/pglite-repl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @electric-sql/pglite-repl

## 0.2.15

### Patch Changes

- Updated dependencies [fa13714]
- @electric-sql/pglite@0.2.15
- @electric-sql/pglite-react@0.2.15

## 0.2.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pglite-repl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electric-sql/pglite-repl",
"version": "0.2.14",
"version": "0.2.15",
"author": "Electric DB Limited",
"homepage": "https://pglite.dev",
"license": "Apache-2.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/pglite-sync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @electric-sql/pglite-sync

## 0.2.17

### Patch Changes

- 46c102c: Add options for the `commitGranularity` parameter in the `syncShapeToTable` function, enabling the user to choose how often the sync should commit.
- c3d98d5: Export return type of `syncShapeToTable`
- 515a155: Bump the version of the Electric sync client
- Updated dependencies [fa13714]
- @electric-sql/pglite@0.2.15

## 0.2.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pglite-sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electric-sql/pglite-sync",
"version": "0.2.16",
"version": "0.2.17",
"description": "ElectricSQL Sync for PGlite",
"type": "module",
"private": false,
Expand Down
7 changes: 7 additions & 0 deletions packages/pglite-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @electric-sql/pglite-vue

## 0.2.15

### Patch Changes

- Updated dependencies [fa13714]
- @electric-sql/pglite@0.2.15

## 0.2.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pglite-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electric-sql/pglite-vue",
"version": "0.2.14",
"version": "0.2.15",
"description": "Vue hooks for using PGlite",
"type": "module",
"private": false,
Expand Down
6 changes: 6 additions & 0 deletions packages/pglite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @electric-sql/pglite

## 0.2.15

### Patch Changes

- fa13714: Remove a debug console.log from the live query plugin

## 0.2.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pglite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electric-sql/pglite",
"version": "0.2.14",
"version": "0.2.15",
"private": false,
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 9aff673

Please sign in to comment.