Skip to content

Commit

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

## @electric-sql/[email protected]

### Patch Changes

- 25c437f: Implement `columns` query parameter for `GET v1/shapes` API
to allow filtering rows for a subset of table columns.

## @core/[email protected]

### Patch Changes

-   b9db6ca: Add LOG_LEVEL configuration option.
- 25c437f: Implement `columns` query parameter for `GET v1/shapes` API
to allow filtering rows for a subset of table columns.
- 2bf933c: Obfuscate database password in the process memory to prevent
it from accidentally getting logged in cleartext.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 14, 2024
1 parent 25c437f commit 4e2ffb5
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-cherries-retire.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/large-days-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-ants-smell.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.4.5

### Patch Changes

- Updated dependencies [25c437f]
- @electric-sql/client@0.6.3

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

## 0.7.3

### Patch Changes

- b9db6ca: Add LOG_LEVEL configuration option.
- 25c437f: Implement `columns` query parameter for `GET v1/shapes` API to allow filtering rows for a subset of table columns.
- 2bf933c: Obfuscate database password in the process memory to prevent it from accidentally getting logged in cleartext.

## 0.7.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.7.2",
"version": "0.7.3",
"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.6.3

### Patch Changes

- 25c437f: Implement `columns` query parameter for `GET v1/shapes` API to allow filtering rows for a subset of table columns.

## 0.6.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.6.2",
"version": "0.6.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 4e2ffb5

Please sign in to comment.