Skip to content

Commit 8ca8a47

Browse files
ci: Version Packages (#1234)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5c6df47 commit 8ca8a47

6 files changed

Lines changed: 11 additions & 10 deletions

File tree

.changeset/upgrade-electric-client.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/react/todo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"version": "0.1.24",
55
"dependencies": {
6-
"@tanstack/electric-db-collection": "^0.2.31",
6+
"@tanstack/electric-db-collection": "^0.2.32",
77
"@tanstack/query-core": "^5.90.20",
88
"@tanstack/query-db-collection": "^1.0.22",
99
"@tanstack/react-db": "^0.1.69",

examples/solid/todo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"version": "0.0.34",
55
"dependencies": {
6-
"@tanstack/electric-db-collection": "^0.2.31",
6+
"@tanstack/electric-db-collection": "^0.2.32",
77
"@tanstack/query-core": "^5.90.20",
88
"@tanstack/query-db-collection": "^1.0.22",
99
"@tanstack/solid-db": "^0.2.5",

packages/electric-db-collection/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @tanstack/electric-db-collection
22

3+
## 0.2.32
4+
5+
### Patch Changes
6+
7+
- Upgrade @electric-sql/client to ^1.5.3 ([#1233](https://github.com/TanStack/db/pull/1233))
8+
39
## 0.2.31
410

511
### Patch Changes

packages/electric-db-collection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/electric-db-collection",
3-
"version": "0.2.31",
3+
"version": "0.2.32",
44
"description": "ElectricSQL collection for TanStack DB",
55
"author": "Kyle Mathews",
66
"license": "MIT",

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)