Uh oh!
There was an error while loading. Please reload this page.
fix(solid/todo): Update query-db-collection version range to match current version - #983
fix(solid/todo): Update query-db-collection version range to match current version#983KyleAMathews wants to merge 1 commit into
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-dbcommit: |
Size Change: 0 B Total Size: 88.2 kB ℹ️ View Unchanged
|
Size Change: 0 B Total Size: 3.35 kB ℹ️ View Unchanged
|
lachlancollins
commented
Dec 7, 2025
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