Skip to content

Commit 91a25c0

Browse files
ci: Version Packages
1 parent 60c2bac commit 91a25c0

File tree

10 files changed

+41
-17
lines changed

10 files changed

+41
-17
lines changed

.changeset/giant-lights-reply.md

-5
This file was deleted.

.changeset/hip-dryers-help.md

-8
This file was deleted.

examples/react/todo/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# examples/react/todo
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- Add @tanstack/db-collections w/ initial ElectricCollection class ([#59](https://github.com/TanStack/db/pull/59))
8+
9+
- Updated dependencies [[`382783e`](https://github.com/TanStack/db/commit/382783e6d59e53a73a3374ad22424df896774170), [`efec9d7`](https://github.com/TanStack/db/commit/efec9d7eba4f348467192fb15996acaf89f8e880)]:
10+
- @tanstack/db-collections@0.0.2
11+
- @tanstack/react-optimistic@0.0.4
12+
313
## 0.0.3
414

515
### Patch Changes

examples/react/todo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "examples/react/todo",
33
"private": true,
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"dependencies": {
66
"@tanstack/db-collections": "workspace:*",
77
"@tanstack/query-core": "^5.75.7",

packages/db-collections/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @tanstack/db-collections
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Add QueryCollection ([#62](https://github.com/TanStack/db/pull/62))
8+
9+
- Add @tanstack/db-collections w/ initial ElectricCollection class ([#59](https://github.com/TanStack/db/pull/59))
10+
11+
- Updated dependencies [[`efec9d7`](https://github.com/TanStack/db/commit/efec9d7eba4f348467192fb15996acaf89f8e880)]:
12+
- @tanstack/optimistic@0.0.4

packages/db-collections/package.json

+1-1
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.1",
4+
"version": "0.0.2",
55
"dependencies": {
66
"@tanstack/optimistic": "workspace:*",
77
"@tanstack/query-core": "^5.75.7",

packages/optimistic/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @tanstack/optimistic
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- Add @tanstack/db-collections w/ initial ElectricCollection class ([#59](https://github.com/TanStack/db/pull/59))
8+
39
## 0.0.3
410

511
### Patch Changes

packages/optimistic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tanstack/optimistic",
33
"description": "Core optimistic updates library",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"dependencies": {
66
"@electric-sql/d2ts": "^0.1.5",
77
"@standard-schema/spec": "^1.0.0",

packages/react-optimistic/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @tanstack/react-optimistic
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- Add @tanstack/db-collections w/ initial ElectricCollection class ([#59](https://github.com/TanStack/db/pull/59))
8+
9+
- Updated dependencies [[`efec9d7`](https://github.com/TanStack/db/commit/efec9d7eba4f348467192fb15996acaf89f8e880)]:
10+
- @tanstack/optimistic@0.0.4
11+
312
## 0.0.3
413

514
### Patch Changes

packages/react-optimistic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tanstack/react-optimistic",
33
"description": "React hooks for optimistic updates",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"author": "Kyle Mathews",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)