Skip to content

Commit 358cb72

Browse files
ci: Version Packages (#354)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f12595a commit 358cb72

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/small-insects-post.md

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

packages/query-db-collection/CHANGELOG.md

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

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Move @tanstack/query-core from dependencies to peerDependencies to avoid version conflicts when users already have react-query or query-core installed. This is a non-breaking change as the package will continue to work with any 5.x version of query-core. ([#351](https://github.com/TanStack/db/pull/351))
8+
39
## 0.1.1
410

511
### 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.1.1",
4+
"version": "0.1.2",
55
"dependencies": {
66
"@tanstack/db": "workspace:*"
77
},

0 commit comments

Comments
 (0)