Skip to content

Commit

Permalink
chore: publish new package versions (#135)
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/react@0.0.5

### Patch Changes

-   Updated dependencies [7208887]
    -   @electric-sql/next@0.0.5

## @electric-sql/next@0.0.5

### Patch Changes

-   7208887: Fix `fetch` not being bound correctly

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 18, 2024
1 parent 7208887 commit 46ad96c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/witty-tigers-sparkle.md

This file was deleted.

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

## 0.0.5

### Patch Changes

- Updated dependencies [7208887]
- @electric-sql/next@0.0.5

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electric-sql/react",
"version": "0.0.4",
"version": "0.0.5",
"description": "React hooks for ElectricSQL",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/typescript-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @electric-sql/next

## 0.0.5

### Patch Changes

- 7208887: Fix `fetch` not being bound correctly

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electric-sql/next",
"version": "0.0.4",
"version": "0.0.5",
"description": "Postgres everywhere - your data, in sync, wherever you need it.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 46ad96c

Please sign in to comment.