Skip to content

Commit

Permalink
chore: publish new package versions (#2003)
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/[email protected]

### Patch Changes

-   Updated dependencies [5063314]
-   Updated dependencies [71d61b5]
    -   @electric-sql/[email protected]

## @electric-sql/[email protected]

### Patch Changes

- 5063314: Exposed `.lastOffset` as a public read only property on
`Shape` and `ShapeStream`.
- 71d61b5: Verify that fetch response contains required Electric
headers.

## @core/[email protected]

### Minor Changes

- 1497be2: Split out multitenancy and allow Electric to function as a
library

## @core/[email protected]

### Patch Changes

- 4245ec9: Add :endpoint configuration for Elixir client for
non-standard API URLs
- 8b6621f: Add database id to elixir client to support multi-tenancy and
replace old `update_mode` parameter with `replica`

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 20, 2024
1 parent c2fbea1 commit c6ab0fa
Show file tree
Hide file tree
Showing 13 changed files with 32 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-melons-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-snakes-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-kangaroos-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-rules-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-spiders-provide.md

This file was deleted.

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

## 0.2.1

### Patch Changes

- 4245ec9: Add :endpoint configuration for Elixir client for non-standard API URLs
- 8b6621f: Add database id to elixir client to support multi-tenancy and replace old `update_mode` parameter with `replica`

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/elixir-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@core/elixir-client",
"private": true,
"version": "0.2.0",
"version": "0.2.1",
"scripts": {
"publish:hex": "mix do deps.get, hex.publish --yes"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/react-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @electric-sql/react

## 0.5.3

### Patch Changes

- Updated dependencies [5063314]
- Updated dependencies [71d61b5]
- @electric-sql/client@0.7.3

## 0.5.2

### 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.5.2",
"version": "0.5.3",
"description": "React hooks for ElectricSQL",
"type": "module",
"main": "dist/cjs/index.cjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/sync-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @core/sync-service

## 0.9.0

### Minor Changes

- 1497be2: Split out multitenancy and allow Electric to function as a library

## 0.8.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sync-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@core/sync-service",
"private": true,
"version": "0.8.2",
"version": "0.9.0",
"scripts": {
"publish:hex": "mix do deps.get, hex.publish --yes"
}
Expand Down
7 changes: 7 additions & 0 deletions packages/typescript-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @electric-sql/client

## 0.7.3

### Patch Changes

- 5063314: Exposed `.lastOffset` as a public read only property on `Shape` and `ShapeStream`.
- 71d61b5: Verify that fetch response contains required Electric headers.

## 0.7.2

### 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/client",
"version": "0.7.2",
"version": "0.7.3",
"description": "Postgres everywhere - your data, in sync, wherever you need it.",
"type": "module",
"main": "dist/cjs/index.cjs",
Expand Down

0 comments on commit c6ab0fa

Please sign in to comment.