Skip to content

Commit 97674c3

Browse files
authored
Merge pull request #501 from objectstack-ai/copilot/update-all-packages-version
2 parents 1635d3d + aaa7cfd commit 97674c3

43 files changed

Lines changed: 264 additions & 26 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: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
### Security
2121

22+
## [0.9.1] - 2026-02-03
23+
24+
### Changed
25+
- Patch release for maintenance and stability improvements
26+
- Updated all packages to version 0.9.1 with unified versioning
27+
28+
## [0.9.0] - 2026-02-03
29+
30+
### Changed
31+
- Minor version bump for new features and improvements
32+
- All packages updated to version 0.9.0
33+
34+
## [0.8.2] - 2026-02-02
35+
36+
### Changed
37+
- **BREAKING**: Removed `view-storage.zod.ts` and `ViewStorage` related types from `@objectstack/spec`
38+
- **BREAKING**: Removed `createView`, `updateView`, `deleteView`, `listViews` from `ObjectStackProtocol` interface
39+
- **BREAKING**: Removed in-memory View Storage implementation from `@objectstack/objectql`
40+
- Updated `@objectstack/plugin-msw` to dynamically load `@objectstack/objectql` to avoid hard dependencies
41+
42+
## [0.8.1] - 2026-02-01
43+
44+
### Changed
45+
- Patch release for maintenance and stability improvements
46+
- Updated all packages to version 0.8.1
47+
48+
## [0.8.0] - 2026-02-01
49+
50+
### Changed
51+
- Upgrade to Zod v4 and protocol improvements
52+
- Aligned all protocol definitions with stricter type safety
53+
- Updated all packages to version 0.8.0
54+
2255
## [0.7.2] - 2026-01-31
2356

2457
### Changed
@@ -192,7 +225,12 @@ Mark breaking changes clearly:
192225

193226
---
194227

195-
[Unreleased]: https://github.com/objectstack-ai/spec/compare/v0.7.2...HEAD
228+
[Unreleased]: https://github.com/objectstack-ai/spec/compare/v0.9.1...HEAD
229+
[0.9.1]: https://github.com/objectstack-ai/spec/compare/v0.9.0...v0.9.1
230+
[0.9.0]: https://github.com/objectstack-ai/spec/compare/v0.8.2...v0.9.0
231+
[0.8.2]: https://github.com/objectstack-ai/spec/compare/v0.8.1...v0.8.2
232+
[0.8.1]: https://github.com/objectstack-ai/spec/compare/v0.8.0...v0.8.1
233+
[0.8.0]: https://github.com/objectstack-ai/spec/compare/v0.7.2...v0.8.0
196234
[0.7.2]: https://github.com/objectstack-ai/spec/compare/v0.7.1...v0.7.2
197235
[0.7.1]: https://github.com/objectstack-ai/spec/compare/v0.6.1...v0.7.1
198236
[0.6.1]: https://github.com/objectstack-ai/spec/compare/v0.4.1...v0.6.1

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+
## 0.9.1
4+
5+
### Patch Changes
6+
7+
- Patch release for maintenance and stability improvements. All packages updated with unified versioning.
8+
39
## 0.8.2
410

511
## 0.8.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": "0.9.0",
3+
"version": "0.9.1",
44
"private": true,
55
"description": "ObjectStack Protocol Documentation Site",
66
"scripts": {

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+
## 0.9.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectstack/spec@0.9.1
9+
310
## 0.7.5
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": "0.9.0",
3+
"version": "0.9.1",
44
"description": "Example CRM implementation using ObjectStack Protocol",
55
"private": true,
66
"main": "./objectstack.config.ts",

examples/app-host/CHANGELOG.md

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

3+
## 0.9.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectstack/metadata@0.9.1
9+
- @objectstack/objectql@0.9.1
10+
- @objectstack/runtime@0.9.1
11+
- @objectstack/driver-memory@0.9.1
12+
- @objectstack/plugin-hono-server@0.9.1
13+
- @example/app-crm@0.9.1
14+
- @example/app-todo@0.9.1
15+
- @example/plugin-bi@0.9.1
16+
317
## 0.7.5
418

519
### 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": "0.9.0",
3+
"version": "0.9.1",
44
"private": true,
55
"scripts": {
66
"dev": "tsx src/index.ts",

examples/app-react-crud/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @objectstack/example-msw-react-crud
22

3+
## 0.9.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectstack/spec@0.9.1
9+
- @objectstack/client@0.9.1
10+
- @objectstack/client-react@0.9.1
11+
- @objectstack/objectql@0.9.1
12+
- @objectstack/runtime@0.9.1
13+
- @objectstack/driver-memory@0.9.1
14+
- @objectstack/plugin-msw@0.9.1
15+
- @example/app-todo@0.9.1
16+
317
## 0.7.5
418

519
### Patch Changes

examples/app-react-crud/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-react-crud",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "Complete MSW integration example with React CRUD components using ObjectStack Client",
55
"private": true,
66
"type": "module",

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+
## 0.9.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectstack/spec@0.9.1
9+
- @objectstack/client@0.9.1
10+
- @objectstack/objectql@0.9.1
11+
- @objectstack/runtime@0.9.1
12+
- @objectstack/driver-memory@0.9.1
13+
314
## 0.7.5
415

516
### Patch Changes

0 commit comments

Comments
 (0)