Skip to content

Commit 6b74a85

Browse files
Copilothotlong
andcommitted
chore: release version 0.3.3
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 2f5369b commit 6b74a85

37 files changed

Lines changed: 203 additions & 23 deletions

CHANGELOG.md

Lines changed: 9 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+
## [0.3.3] - 2026-01-25
23+
24+
### Changed
25+
- Patch release for maintenance and documentation improvements
26+
- Updated all packages to version 0.3.3
27+
2228
## [0.3.2] - 2026-01-24
2329

2430
### Changed
@@ -151,7 +157,9 @@ Mark breaking changes clearly:
151157

152158
---
153159

154-
[Unreleased]: https://github.com/objectstack-ai/spec/compare/v0.3.1...HEAD
160+
[Unreleased]: https://github.com/objectstack-ai/spec/compare/v0.3.3...HEAD
161+
[0.3.3]: https://github.com/objectstack-ai/spec/compare/v0.3.2...v0.3.3
162+
[0.3.2]: https://github.com/objectstack-ai/spec/compare/v0.3.1...v0.3.2
155163
[0.3.1]: https://github.com/objectstack-ai/spec/compare/v0.3.0...v0.3.1
156164
[0.3.0]: https://github.com/objectstack-ai/spec/compare/v0.1.1...v0.3.0
157165
[0.1.1]: https://github.com/objectstack-ai/spec/releases/tag/v0.1.1

RELEASE_NOTES.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Release Notes
22

3+
## v0.3.3 - Maintenance Release (2026-01-25)
4+
5+
### 📦 Released Packages
6+
7+
All packages have been updated to version **0.3.3**:
8+
9+
- **@objectstack/spec@0.3.3** - Core protocol definitions and TypeScript types
10+
- **@objectstack/types@0.3.3** - Shared TypeScript type definitions
11+
- **@objectstack/objectql@0.3.3** - ObjectQL query language and runtime
12+
- **@objectstack/runtime@0.3.3** - Runtime execution environment
13+
- **@objectstack/client@0.3.3** - Client library for ObjectStack
14+
- **@objectstack/driver-memory@0.3.3** - In-memory data storage driver
15+
- **@objectstack/plugin-hono-server@0.3.3** - Hono server plugin for REST API
16+
- **@objectstack/plugin-msw@0.3.3** - MSW (Mock Service Worker) plugin
17+
18+
### 📝 Changes
19+
20+
This is a patch release focusing on:
21+
- Maintenance and documentation improvements
22+
- Updated dependencies across all packages
23+
- Improved build consistency
24+
25+
### 🚀 Publishing
26+
27+
This release is ready for publishing to npm. When this PR is merged to `main`:
28+
1. The GitHub Actions release workflow will automatically detect the version bump
29+
2. Build all packages
30+
3. Publish to npm registry using NPM_TOKEN secret
31+
4. Create GitHub release with appropriate tags
32+
33+
---
34+
335
## v0.3.2 - Maintenance Release (2026-01-24)
436

537
### 📦 Released Packages

content/docs/references/meta.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"pages": [
55
"data",
66
"ui",
7-
"auth",
87
"automation",
98
"system",
109
"permission",

examples/ai-analyst/CHANGELOG.md

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

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectstack/spec@0.3.3
9+
310
## 1.0.4
411

512
### Patch Changes

examples/ai-analyst/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectstack/example-ai-analyst",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "AI-powered data analyst with natural language query capabilities",
55
"private": true,
66
"main": "objectstack.config.ts",

examples/ai-codegen/CHANGELOG.md

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

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectstack/spec@0.3.3
9+
310
## 1.0.4
411

512
### Patch Changes

examples/ai-codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectstack/example-ai-codegen",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "AI code generator - Generate ObjectStack apps from natural language",
55
"private": true,
66
"main": "objectstack.config.ts",

examples/ai-sales/CHANGELOG.md

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

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectstack/spec@0.3.3
9+
310
## 1.0.4
411

512
### Patch Changes

examples/ai-sales/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectstack/example-ai-sales",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "AI-powered sales assistant with intelligent automation",
55
"private": true,
66
"main": "objectstack.config.ts",

examples/ai-support/CHANGELOG.md

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

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectstack/spec@0.3.3
9+
310
## 1.0.4
411

512
### Patch Changes

0 commit comments

Comments
 (0)