Skip to content

Commit 5116d8a

Browse files
authored
Merge pull request #593 from objectstack-ai/copilot/release-new-version-bab5a60c-24ed-4287-ac80-50c51455d2ab
2 parents 5270146 + 5c12b22 commit 5116d8a

51 files changed

Lines changed: 276 additions & 25 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.4] - 2026-02-10
23+
24+
### Changed
25+
- Patch release for maintenance and stability improvements
26+
- Updated all packages to version 2.0.4 with unified versioning
27+
2228
## [2.0.3] - 2026-02-10
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.4
4+
5+
### Patch Changes
6+
7+
- Patch release for maintenance and stability improvements
8+
39
## 2.0.3
410

511
### Patch Changes

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

516
### Patch Changes

0 commit comments

Comments
 (0)