Skip to content

Commit

Permalink
Publish new package versions (#1233)
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@0.11.1

### Patch Changes

-   f03bde0: Fix CLI bug for fetching migrations

## @electric-sql/debug-toolbar@1.0.1

### Patch Changes

-   Updated dependencies [f03bde0]
    -   electric-sql@0.11.1

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed May 7, 2024
1 parent f03bde0 commit c646b42
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-boats-check.md

This file was deleted.

6 changes: 6 additions & 0 deletions clients/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# electric-sql

## 0.11.1

### Patch Changes

- f03bde05: Fix CLI bug for fetching migrations

## 0.11.0

### Minor 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.0",
"version": "0.11.1",
"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.0'
export const LIB_VERSION = '0.11.1'
7 changes: 7 additions & 0 deletions components/toolbar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @electric-sql/debug-toolbar

## 1.0.1

### Patch Changes

- Updated dependencies [f03bde05]
- electric-sql@0.11.1

## 1.0.0

### 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.0",
"version": "1.0.1",
"type": "module",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit c646b42

Please sign in to comment.