Skip to content

Commit

Permalink
Version Packages (#354)
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 Sep 27, 2024
1 parent 20008c2 commit e00f1cf
Show file tree
Hide file tree
Showing 14 changed files with 54 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-nails-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-cycles-drum.md

This file was deleted.

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

## 0.0.9

### Patch Changes

- Updated dependencies [20008c2]
- Updated dependencies [a5712a8]
- @electric-sql/pglite@0.2.9

## 0.0.8

### 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.8",
"version": "0.0.9",
"description": "",
"main": "index.js",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/pglite-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @electric-sql/pglite-react

## 0.2.9

### Patch Changes

- Updated dependencies [20008c2]
- Updated dependencies [a5712a8]
- @electric-sql/pglite@0.2.9

## 0.2.8

### 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.8",
"version": "0.2.9",
"description": "Hooks for using PGlite",
"type": "module",
"private": false,
Expand Down
9 changes: 9 additions & 0 deletions packages/pglite-repl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @electric-sql/pglite-repl

## 0.2.9

### Patch Changes

- Updated dependencies [20008c2]
- Updated dependencies [a5712a8]
- @electric-sql/pglite@0.2.9
- @electric-sql/pglite-react@0.2.9

## 0.2.8

### 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.8",
"version": "0.2.9",
"author": "Electric DB Limited",
"homepage": "https://pglite.dev",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/pglite-sync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @electric-sql/pglite-sync

## 0.2.10

### Patch Changes

- Updated dependencies [20008c2]
- Updated dependencies [a5712a8]
- @electric-sql/pglite@0.2.9

## 0.2.9

### 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.9",
"version": "0.2.10",
"description": "ElectricSQL Sync for PGlite",
"type": "module",
"private": false,
Expand Down
8 changes: 8 additions & 0 deletions packages/pglite-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @electric-sql/pglite-vue

## 0.2.9

### Patch Changes

- Updated dependencies [20008c2]
- Updated dependencies [a5712a8]
- @electric-sql/pglite@0.2.9

## 0.2.8

### 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.8",
"version": "0.2.9",
"description": "Vue hooks for using PGlite",
"type": "module",
"private": false,
Expand Down
7 changes: 7 additions & 0 deletions packages/pglite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @electric-sql/pglite

## 0.2.9

### Patch Changes

- 20008c2: Fix an issue where extensions where given an oid in the builtin range and so skipped by pg_dump when run via pg_gateway #352
- a5712a8: Fix a bug where Postgres would hang after a "DROP DATABASE" followed by an unclean shutdown and restart

## 0.2.8

### 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.8",
"version": "0.2.9",
"private": false,
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit e00f1cf

Please sign in to comment.