Skip to content

Commit 8665660

Browse files
ci: Version Packages (TanStack#479)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e59a355 commit 8665660

File tree

20 files changed

+69
-28
lines changed

20 files changed

+69
-28
lines changed

.changeset/afraid-plums-clean.md

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

.changeset/deep-bushes-sell.md

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

.changeset/eighty-hoops-report.md

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

.changeset/lemon-queens-pump.md

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

packages/db/CHANGELOG.md

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

3+
## 0.1.10
4+
5+
### Patch Changes
6+
7+
- Fixed an optimization bug where orderBy clauses using a single-column array were not recognized as optimizable. Queries that order by a single column are now correctly optimized even when specified as an array. ([#477](https://github.com/TanStack/db/pull/477))
8+
9+
- fix an bug where a live query that used joins could become stuck empty when its remounted/resubscribed ([#484](https://github.com/TanStack/db/pull/484))
10+
11+
- fixed a bug where a pending sync transaction could be applied early when an optimistic mutation was resolved or rolled back ([#482](https://github.com/TanStack/db/pull/482))
12+
13+
- Add support for queries to order results based on aggregated values ([#481](https://github.com/TanStack/db/pull/481))
14+
315
## 0.1.9
416

517
### Patch Changes

packages/db/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",
33
"description": "A reactive client store for building super fast apps on sync",
4-
"version": "0.1.9",
4+
"version": "0.1.10",
55
"dependencies": {
66
"@standard-schema/spec": "^1.0.0",
77
"@tanstack/db-ivm": "workspace:*"

packages/electric-db-collection/CHANGELOG.md

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

3+
## 0.1.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`eb8fd18`](https://github.com/TanStack/db/commit/eb8fd18c50ee03b72cb06e4d7ef25f214367950b), [`e59a355`](https://github.com/TanStack/db/commit/e59a3551e75bac9dd166e14c911d9491e3a67b9a), [`074aab0`](https://github.com/TanStack/db/commit/074aab0477a7c55e9e0f19a705b96ed2619e2afb), [`d469c39`](https://github.com/TanStack/db/commit/d469c39a7bdc034fa4fbc533010573b3515f239f)]:
8+
- @tanstack/db@0.1.10
9+
310
## 0.1.10
411

512
### Patch Changes

packages/electric-db-collection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tanstack/electric-db-collection",
33
"description": "ElectricSQL collection for TanStack DB",
4-
"version": "0.1.10",
4+
"version": "0.1.11",
55
"dependencies": {
66
"@electric-sql/client": "1.0.9",
77
"@standard-schema/spec": "^1.0.0",

packages/query-db-collection/CHANGELOG.md

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

3+
## 0.2.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`eb8fd18`](https://github.com/TanStack/db/commit/eb8fd18c50ee03b72cb06e4d7ef25f214367950b), [`e59a355`](https://github.com/TanStack/db/commit/e59a3551e75bac9dd166e14c911d9491e3a67b9a), [`074aab0`](https://github.com/TanStack/db/commit/074aab0477a7c55e9e0f19a705b96ed2619e2afb), [`d469c39`](https://github.com/TanStack/db/commit/d469c39a7bdc034fa4fbc533010573b3515f239f)]:
8+
- @tanstack/db@0.1.10
9+
310
## 0.2.8
411

512
### Patch Changes

packages/query-db-collection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tanstack/query-db-collection",
33
"description": "TanStack Query collection for TanStack DB",
4-
"version": "0.2.8",
4+
"version": "0.2.9",
55
"dependencies": {
66
"@tanstack/db": "workspace:*",
77
"@standard-schema/spec": "^1.0.0"

0 commit comments

Comments
 (0)