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 Aug 14, 2024
1 parent 446c2df commit 5466aba
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/hungry-geese-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-coins-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-pumpkins-join.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/pglite-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @electric-sql/pglite-react

## 0.2.1

### Patch Changes

- e0d205c: Add utility for generating typed provider and hook.
- af9e064: Fix exports in package.json
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.0",
"version": "0.2.1",
"description": "Hooks for using 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
@@ -0,0 +1,7 @@
# @electric-sql/pglite-vue

## 0.2.1

### Patch Changes

- 446c2df: Include both utility for typed injection and static injectors.
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.0",
"version": "0.2.1",
"description": "Vue hooks for using PGlite",
"type": "module",
"private": false,
Expand Down

0 comments on commit 5466aba

Please sign in to comment.