Skip to content

Commit 836c46e

Browse files
ci: Version Packages (#227)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0dede0a commit 836c46e

File tree

6 files changed

+17
-9
lines changed

6 files changed

+17
-9
lines changed

.changeset/add-local-storage-collection.md

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

examples/react/todo/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# examples/react/todo
22

3+
## 0.0.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0dede0a`](https://github.com/TanStack/db/commit/0dede0ab75e66df9797d5c898defdc66685c6f91)]:
8+
- @tanstack/db-collections@0.0.18
9+
310
## 0.0.19
411

512
### Patch Changes

examples/react/todo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@tanstack/db-example-react-todo",
33
"private": true,
4-
"version": "0.0.19",
4+
"version": "0.0.20",
55
"dependencies": {
6-
"@tanstack/db-collections": "^0.0.17",
6+
"@tanstack/db-collections": "^0.0.18",
77
"@tanstack/query-core": "^5.75.7",
88
"@tanstack/react-db": "^0.0.14",
99
"cors": "^2.8.5",

packages/db-collections/CHANGELOG.md

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

3+
## 0.0.18
4+
5+
### Patch Changes
6+
7+
- Add localStorage collection with cross-tab sync and configurable storage APIs. ([#203](https://github.com/TanStack/db/pull/203))
8+
39
## 0.0.17
410

511
### Patch Changes

packages/db-collections/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tanstack/db-collections",
33
"description": "A collection for (aspirationally) every way of loading your data",
4-
"version": "0.0.17",
4+
"version": "0.0.18",
55
"dependencies": {
66
"@tanstack/db": "workspace:*",
77
"@tanstack/query-core": "^5.75.7",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)