Skip to content

ci: Version Packages #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/giant-lights-reply.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/hip-dryers-help.md

This file was deleted.

10 changes: 10 additions & 0 deletions examples/react/todo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# examples/react/todo

## 0.0.4

### Patch Changes

- Add @tanstack/db-collections w/ initial ElectricCollection class ([#59](https://github.com/TanStack/db/pull/59))

- Updated dependencies [[`382783e`](https://github.com/TanStack/db/commit/382783e6d59e53a73a3374ad22424df896774170), [`efec9d7`](https://github.com/TanStack/db/commit/efec9d7eba4f348467192fb15996acaf89f8e880)]:
- @tanstack/[email protected]
- @tanstack/[email protected]

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/react/todo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "examples/react/todo",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"dependencies": {
"@tanstack/db-collections": "workspace:*",
"@tanstack/query-core": "^5.75.7",
Expand Down
12 changes: 12 additions & 0 deletions packages/db-collections/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @tanstack/db-collections

## 0.0.2

### Patch Changes

- Add QueryCollection ([#62](https://github.com/TanStack/db/pull/62))

- Add @tanstack/db-collections w/ initial ElectricCollection class ([#59](https://github.com/TanStack/db/pull/59))

- Updated dependencies [[`efec9d7`](https://github.com/TanStack/db/commit/efec9d7eba4f348467192fb15996acaf89f8e880)]:
- @tanstack/[email protected]
2 changes: 1 addition & 1 deletion packages/db-collections/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tanstack/db-collections",
"description": "A collection for (aspirationally) every way of loading your data",
"version": "0.0.1",
"version": "0.0.2",
"dependencies": {
"@tanstack/optimistic": "workspace:*",
"@tanstack/query-core": "^5.75.7",
Expand Down
6 changes: 6 additions & 0 deletions packages/optimistic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tanstack/optimistic

## 0.0.4

### Patch Changes

- Add @tanstack/db-collections w/ initial ElectricCollection class ([#59](https://github.com/TanStack/db/pull/59))

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/optimistic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tanstack/optimistic",
"description": "Core optimistic updates library",
"version": "0.0.3",
"version": "0.0.4",
"dependencies": {
"@electric-sql/d2ts": "^0.1.5",
"@standard-schema/spec": "^1.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/react-optimistic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tanstack/react-optimistic

## 0.0.4

### Patch Changes

- Add @tanstack/db-collections w/ initial ElectricCollection class ([#59](https://github.com/TanStack/db/pull/59))

- Updated dependencies [[`efec9d7`](https://github.com/TanStack/db/commit/efec9d7eba4f348467192fb15996acaf89f8e880)]:
- @tanstack/[email protected]

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-optimistic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tanstack/react-optimistic",
"description": "React hooks for optimistic updates",
"version": "0.0.3",
"version": "0.0.4",
"author": "Kyle Mathews",
"license": "MIT",
"repository": {
Expand Down