File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ " @objectstack/driver-sql " : major
3+ " @objectstack/driver-turso " : major
4+ ---
5+
6+ Align driver-sql and driver-turso version to 4.0.0 for ecosystem version consistency.
7+
8+ These packages were missing from the changeset ` fixed ` versioning group, causing them
9+ to remain at 3.3.2 while all other packages bumped to 4.0.0.
Original file line number Diff line number Diff line change 1616 " @objectstack/rest" ,
1717 " @objectstack/studio" ,
1818 " @objectstack/driver-memory" ,
19+ " @objectstack/driver-sql" ,
20+ " @objectstack/driver-turso" ,
1921 " @objectstack/plugin-audit" ,
2022 " @objectstack/plugin-auth" ,
2123 " @objectstack/plugin-hono-server" ,
Original file line number Diff line number Diff line change @@ -50,6 +50,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5050 ` service-ai ` re-exports the interface for backward compatibility.
5151
5252### Fixed
53+ - ** Changeset fixed versioning — add driver-sql and driver-turso** — Added ` @objectstack/driver-sql `
54+ and ` @objectstack/driver-turso ` to the changeset ` fixed ` versioning group in ` .changeset/config.json ` .
55+ These packages were missing from the group, causing them to be published as ` 3.3.2 ` instead of ` 4.0.0 `
56+ during the v4.0.0 release. All future releases will now keep these driver packages in sync with the
57+ rest of the ecosystem.
5358- ** ObjectQL build failure** — Fixed TypeScript TS2345 errors in ` packages/objectql/src/protocol.ts `
5459 where ` SchemaRegistry.registerItem() ` calls failed type checking for the ` keyField ` parameter.
5560 Applied ` 'name' as any ` cast consistent with the established codebase pattern.
You can’t perform that action at this time.
0 commit comments