-
Notifications
You must be signed in to change notification settings - Fork 132
fix(solid/todo): Update query-db-collection version range to match current version #983
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
fix(solid/todo): Update query-db-collection version range to match current version #983
Conversation
…rrent version The version range `>=0.0.0 <1.0.0` excluded the current workspace version (1.0.6), causing pnpm to download from the registry instead of linking the local package. Updated to `>=1.0.0` to match other examples.
|
More templates
@tanstack/angular-db
@tanstack/db
@tanstack/db-ivm
@tanstack/electric-db-collection
@tanstack/offline-transactions
@tanstack/powersync-db-collection
@tanstack/query-db-collection
@tanstack/react-db
@tanstack/rxdb-db-collection
@tanstack/solid-db
@tanstack/svelte-db
@tanstack/trailbase-db-collection
@tanstack/vue-db
commit: |
|
Size Change: 0 B Total Size: 88.2 kB ℹ️ View Unchanged
|
|
Size Change: 0 B Total Size: 3.35 kB ℹ️ View Unchanged
|
|
Covered in #984 Changesets will automatically bump dep ranges on examples, so everything should remain synced and linked |
The version range
>=0.0.0 <1.0.0excluded the current workspace version (1.0.6), causing pnpm to download from the registry instead of linking the local package. Updated to>=1.0.0to match other examples.🎯 Changes
✅ Checklist
pnpm test:pr.🚀 Release Impact