Skip to content

Commit 08df653

Browse files
authored
Merge pull request #602 from objectstack-ai/copilot/release-new-version-c79bf035-4040-4bdd-9204-dd1cfbd41bf9
2 parents 4c2e32e + 863ac2f commit 08df653

53 files changed

Lines changed: 285 additions & 27 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.6] - 2026-02-11
23+
24+
### Changed
25+
- Patch release for maintenance and stability improvements
26+
- Updated all packages to version 2.0.6 with unified versioning
27+
2228
## [2.0.5] - 2026-02-10
2329

2430
### Changed
@@ -259,7 +265,8 @@ Mark breaking changes clearly:
259265

260266
---
261267

262-
[Unreleased]: https://github.com/objectstack-ai/spec/compare/v2.0.5...HEAD
268+
[Unreleased]: https://github.com/objectstack-ai/spec/compare/v2.0.6...HEAD
269+
[2.0.6]: https://github.com/objectstack-ai/spec/compare/v2.0.5...v2.0.6
263270
[2.0.5]: https://github.com/objectstack-ai/spec/compare/v2.0.4...v2.0.5
264271
[2.0.4]: https://github.com/objectstack-ai/spec/compare/v2.0.3...v2.0.4
265272
[2.0.3]: https://github.com/objectstack-ai/spec/compare/v2.0.2...v2.0.3

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.6
4+
5+
### Patch Changes
6+
7+
- Patch release for maintenance and stability improvements
8+
39
## 2.0.5
410

511
## 2.0.4

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.5",
3+
"version": "2.0.6",
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.6
4+
5+
### Patch Changes
6+
7+
- Patch release for maintenance and stability improvements
8+
- Updated dependencies
9+
- @objectstack/spec@2.0.6
10+
- @objectstack/client@2.0.6
11+
- @objectstack/client-react@2.0.6
12+
- @objectstack/metadata@2.0.6
13+
- @objectstack/objectql@2.0.6
14+
- @objectstack/runtime@2.0.6
15+
- @objectstack/driver-memory@2.0.6
16+
- @objectstack/plugin-msw@2.0.6
17+
318
## 2.0.5
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.5",
3+
"version": "2.0.6",
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.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectstack/spec@2.0.6
9+
310
## 1.2.6
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.6",
3+
"version": "1.2.7",
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.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectstack/spec@2.0.6
9+
- @objectstack/metadata@2.0.6
10+
- @objectstack/objectql@2.0.6
11+
- @objectstack/runtime@2.0.6
12+
- @objectstack/driver-memory@2.0.6
13+
- @objectstack/plugin-hono-server@2.0.6
14+
- @example/app-crm@1.2.7
15+
- @example/app-todo@1.2.7
16+
- @example/plugin-bi@1.2.7
17+
318
## 1.2.6
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.6",
3+
"version": "1.2.7",
44
"license": "Apache-2.0",
55
"private": true,
66
"scripts": {

examples/app-todo/CHANGELOG.md

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

3+
## 1.2.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectstack/spec@2.0.6
9+
- @objectstack/client@2.0.6
10+
- @objectstack/objectql@2.0.6
11+
- @objectstack/runtime@2.0.6
12+
- @objectstack/driver-memory@2.0.6
13+
314
## 1.2.6
415

516
### Patch Changes

0 commit comments

Comments
 (0)