Skip to content

Commit a08894c

Browse files
authored
Merge pull request #578 from objectstack-ai/copilot/send-patch-request
2 parents bf455a1 + 075a111 commit a08894c

Some content is hidden

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

46 files changed

+253
-25
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,21 @@ 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+
28+
## [2.0.2] - 2026-02-10
29+
30+
### Changed
31+
- Exclude generated JSON schema files from git tracking
32+
- Add `packages/spec/json-schema/` to `.gitignore` (1277 generated files, 5MB)
33+
- JSON schema files are still generated during `pnpm build` and included in npm publish
34+
- Fix studio module resolution logic for better compatibility
35+
- Updated all packages to version 2.0.2 with unified versioning
36+
2237
## [2.0.1] - 2026-02-09
2338

2439
### Changed
@@ -231,7 +246,10 @@ Mark breaking changes clearly:
231246

232247
---
233248

234-
[Unreleased]: https://github.com/objectstack-ai/spec/compare/v0.9.1...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
251+
[2.0.2]: https://github.com/objectstack-ai/spec/compare/v2.0.1...v2.0.2
252+
[2.0.1]: https://github.com/objectstack-ai/spec/compare/v0.9.1...v2.0.1
235253
[0.9.1]: https://github.com/objectstack-ai/spec/compare/v0.9.0...v0.9.1
236254
[0.9.0]: https://github.com/objectstack-ai/spec/compare/v0.8.2...v0.9.0
237255
[0.8.2]: https://github.com/objectstack-ai/spec/compare/v0.8.1...v0.8.2

ROADMAP.md

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

3-
> **Date:** 2026-02-09
4-
> **Current Version:** 2.0.1
3+
> **Date:** 2026-02-10
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)