Skip to content

Commit 075a111

Browse files
Copilothotlong
andcommitted
chore: release v2.0.3 via changeset
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent facc89f commit 075a111

46 files changed

Lines changed: 241 additions & 24 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
### Security
2121

22+
## [2.0.3] - 2026-02-10
23+
24+
### Changed
25+
- Patch release for maintenance and stability improvements
26+
- Updated all packages to version 2.0.3 with unified versioning
27+
2228
## [2.0.2] - 2026-02-10
2329

2430
### Changed
@@ -240,7 +246,8 @@ Mark breaking changes clearly:
240246

241247
---
242248

243-
[Unreleased]: https://github.com/objectstack-ai/spec/compare/v2.0.2...HEAD
249+
[Unreleased]: https://github.com/objectstack-ai/spec/compare/v2.0.3...HEAD
250+
[2.0.3]: https://github.com/objectstack-ai/spec/compare/v2.0.2...v2.0.3
244251
[2.0.2]: https://github.com/objectstack-ai/spec/compare/v2.0.1...v2.0.2
245252
[2.0.1]: https://github.com/objectstack-ai/spec/compare/v0.9.1...v2.0.1
246253
[0.9.1]: https://github.com/objectstack-ai/spec/compare/v0.9.0...v0.9.1

ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ObjectStack — Next-Phase Optimization & Improvement Roadmap
22

33
> **Date:** 2026-02-10
4-
> **Current Version:** 2.0.2
4+
> **Current Version:** 2.0.3
55
> **Based On:** Full codebase scan of 18 packages (96 Zod schemas, 73 test files, ~26,500 LOC in spec)
66
> **Previous Plan Status:** `packages/spec/DEVELOPMENT_PLAN.md` Phase 1–4 ✅ **Complete**
77

apps/docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @objectstack/docs
22

3+
## 2.0.3
4+
5+
### Patch Changes
6+
7+
- Patch release for maintenance and stability improvements
8+
39
## 2.0.2
410

511
## 2.0.1

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectstack/docs",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"private": true,
55
"description": "ObjectStack Protocol Documentation Site",
66
"license": "Apache-2.0",

apps/studio/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @objectstack/studio
22

3+
## 2.0.3
4+
5+
### Patch Changes
6+
7+
- Patch release for maintenance and stability improvements
8+
- Updated dependencies
9+
- @objectstack/spec@2.0.3
10+
- @objectstack/client@2.0.3
11+
- @objectstack/client-react@2.0.3
12+
- @objectstack/metadata@2.0.3
13+
- @objectstack/objectql@2.0.3
14+
- @objectstack/runtime@2.0.3
15+
- @objectstack/driver-memory@2.0.3
16+
- @objectstack/plugin-msw@2.0.3
17+
318
## 2.0.2
419

520
### Patch Changes

apps/studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectstack/studio",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "ObjectStack Studio - A metadata-driven admin interface for managing data and configuration",
55
"license": "Apache-2.0",
66
"type": "module",

examples/app-crm/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @objectstack/example-crm
22

3+
## 1.2.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectstack/spec@2.0.3
9+
310
## 1.2.3
411

512
### Patch Changes

examples/app-crm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@example/app-crm",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "Example CRM implementation using ObjectStack Protocol",
55
"license": "Apache-2.0",
66
"private": true,

examples/app-host/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @objectstack/example-host
22

3+
## 1.2.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectstack/spec@2.0.3
9+
- @objectstack/metadata@2.0.3
10+
- @objectstack/objectql@2.0.3
11+
- @objectstack/runtime@2.0.3
12+
- @objectstack/driver-memory@2.0.3
13+
- @objectstack/plugin-hono-server@2.0.3
14+
- @example/app-crm@1.2.4
15+
- @example/app-todo@1.2.4
16+
- @example/plugin-bi@1.2.4
17+
318
## 1.2.3
419

520
### Patch Changes

examples/app-host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@example/app-host",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"license": "Apache-2.0",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)