Skip to content

Commit 96143b2

Browse files
Copilothotlong
andcommitted
chore: release version 0.3.3
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 3d2ee14 commit 96143b2

35 files changed

Lines changed: 223 additions & 22 deletions

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ 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+
- Enhanced GitHub workflows for CI, release, and PR automation
26+
- Added comprehensive prompt templates for different protocol areas
27+
- Improved project documentation and automation guides
28+
- Updated changeset configuration
29+
- Added cursor rules for better development experience
30+
- Updated all packages to version 0.3.3
31+
2232
## [0.3.2] - 2026-01-24
2333

2434
### Changed
@@ -151,7 +161,9 @@ Mark breaking changes clearly:
151161

152162
---
153163

154-
[Unreleased]: https://github.com/objectstack-ai/spec/compare/v0.3.1...HEAD
164+
[Unreleased]: https://github.com/objectstack-ai/spec/compare/v0.3.3...HEAD
165+
[0.3.3]: https://github.com/objectstack-ai/spec/compare/v0.3.2...v0.3.3
166+
[0.3.2]: https://github.com/objectstack-ai/spec/compare/v0.3.1...v0.3.2
155167
[0.3.1]: https://github.com/objectstack-ai/spec/compare/v0.3.0...v0.3.1
156168
[0.3.0]: https://github.com/objectstack-ai/spec/compare/v0.1.1...v0.3.0
157169
[0.1.1]: https://github.com/objectstack-ai/spec/releases/tag/v0.1.1

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

examples/ai-support/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-support",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "AI-powered customer support system with RAG knowledge base",
55
"private": true,
66
"main": "objectstack.config.ts",

examples/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.0.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectstack/spec@0.3.3
9+
310
## 1.0.6
411

512
### Patch Changes

0 commit comments

Comments
 (0)