Skip to content

Commit c8c93ba

Browse files
authored
Merge pull request #570 from objectstack-ai/copilot/patch-version-update
2 parents 75805d7 + bdf9578 commit c8c93ba

45 files changed

Lines changed: 238 additions & 22 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: 6 additions & 0 deletions
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.1] - 2026-02-09
23+
24+
### Changed
25+
- Patch release for maintenance and stability improvements
26+
- Updated all packages to version 2.0.1 with unified versioning
27+
2228
## [0.9.1] - 2026-02-03
2329

2430
### Changed

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

511
## 1.0.12

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.0",
3+
"version": "2.0.1",
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.1
4+
5+
### Patch Changes
6+
7+
- Patch release for maintenance and stability improvements
8+
- Updated dependencies
9+
- @objectstack/spec@2.0.1
10+
- @objectstack/client@2.0.1
11+
- @objectstack/client-react@2.0.1
12+
- @objectstack/metadata@2.0.1
13+
- @objectstack/objectql@2.0.1
14+
- @objectstack/runtime@2.0.1
15+
- @objectstack/driver-memory@2.0.1
16+
- @objectstack/plugin-msw@2.0.1
17+
318
## 2.0.0
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.0",
3+
"version": "2.0.1",
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.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectstack/spec@2.0.1
9+
310
## 1.2.1
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.1",
3+
"version": "1.2.2",
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.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectstack/spec@2.0.1
9+
- @objectstack/metadata@2.0.1
10+
- @objectstack/objectql@2.0.1
11+
- @objectstack/runtime@2.0.1
12+
- @objectstack/driver-memory@2.0.1
13+
- @objectstack/plugin-hono-server@2.0.1
14+
- @example/app-crm@1.2.2
15+
- @example/app-todo@1.2.2
16+
- @example/plugin-bi@1.2.2
17+
318
## 1.2.1
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.1",
3+
"version": "1.2.2",
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.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectstack/spec@2.0.1
9+
- @objectstack/client@2.0.1
10+
- @objectstack/objectql@2.0.1
11+
- @objectstack/runtime@2.0.1
12+
- @objectstack/driver-memory@2.0.1
13+
314
## 1.2.1
415

516
### Patch Changes

0 commit comments

Comments
 (0)