Skip to content

Commit

Permalink
chore: publish new package versions (#1941)
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 [b367c8d]
    -   @electric-sql/[email protected]

## @electric-sql/[email protected]

### Patch Changes

- b367c8d: Make the client table option _not_ required as a team using a
proxy API might set the table there.

## @core/[email protected]

### Minor Changes

-   a196399: Add Elixir client implementation

### Patch Changes

-   3ff3def: Allow for outputting columns as list in shape parameters

## @core/[email protected]

### Patch Changes

- b367c8d: Make the client table option _not_ required as a team using a
proxy API might set the table there.

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 6, 2024
1 parent b367c8d commit 821d06a
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 20 deletions.
6 changes: 0 additions & 6 deletions .changeset/blue-buttons-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brown-clocks-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-foxes-shout.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- a196399: Add Elixir client implementation

### Patch Changes

- 3ff3def: Allow for outputting columns as list in shape parameters
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.1.1",
"version": "0.2.0",
"scripts": {
"publish:hex": "mix do deps.get, hex.publish --yes"
}
Expand Down
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.5.1

### Patch Changes

- Updated dependencies [b367c8d]
- @electric-sql/client@0.7.1

## 0.5.0

### Minor 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.0",
"version": "0.5.1",
"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.8.1

### Patch Changes

- b367c8d: Make the client table option _not_ required as a team using a proxy API might set the table there.

## 0.8.0

### Minor 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.0",
"version": "0.8.1",
"scripts": {
"publish:hex": "mix do deps.get, hex.publish --yes"
}
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/client

## 0.7.1

### Patch Changes

- b367c8d: Make the client table option _not_ required as a team using a proxy API might set the table there.

## 0.7.0

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

0 comments on commit 821d06a

Please sign in to comment.