Skip to content

Commit 22d75a2

Browse files
Copilothotlong
andauthored
fix: add driver-sql and driver-turso to changeset fixed versioning group
Agent-Logs-Url: https://github.com/objectstack-ai/spec/sessions/db2870cc-8e28-445c-b123-33567a034d89 Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 16f7317 commit 22d75a2

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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.

.changeset/config.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
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",

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)