Skip to content

Commit 51a6d42

Browse files
Copilothotlong
andcommitted
chore: release v0.3.0
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent c987c14 commit 51a6d42

File tree

31 files changed

+212
-25
lines changed

31 files changed

+212
-25
lines changed

CHANGELOG.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
### Changed
13+
14+
### Deprecated
15+
16+
### Removed
17+
18+
### Fixed
19+
20+
### Security
21+
22+
## [0.3.0] - 2026-01-22
23+
1024
### Added
1125
- Comprehensive documentation structure with CONTRIBUTING.md
1226
- Documentation hub at docs/README.md
@@ -21,14 +35,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2135
- Updated README.md with improved documentation navigation
2236
- Enhanced documentation organization following industry best practices
2337

24-
### Deprecated
25-
26-
### Removed
27-
28-
### Fixed
29-
30-
### Security
31-
3238
## [0.1.1] - 2026-01-20
3339

3440
### Added
@@ -132,5 +138,6 @@ Mark breaking changes clearly:
132138

133139
---
134140

135-
[Unreleased]: https://github.com/objectstack-ai/spec/compare/v0.1.1...HEAD
141+
[Unreleased]: https://github.com/objectstack-ai/spec/compare/v0.3.0...HEAD
142+
[0.3.0]: https://github.com/objectstack-ai/spec/compare/v0.1.1...v0.3.0
136143
[0.1.1]: https://github.com/objectstack-ai/spec/releases/tag/v0.1.1

examples/ai-analyst/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @objectstack/example-ai-analyst
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectstack/spec@0.3.0

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.0",
3+
"version": "1.0.1",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @objectstack/example-ai-codegen
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectstack/spec@0.3.0

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.0",
3+
"version": "1.0.1",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @objectstack/example-ai-sales
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectstack/spec@0.3.0

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.0",
3+
"version": "1.0.1",
44
"description": "AI-powered sales assistant with intelligent automation",
55
"private": true,
66
"main": "objectstack.config.ts",

examples/ai-support/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @objectstack/example-ai-support
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectstack/spec@0.3.0

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.0",
3+
"version": "1.0.1",
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.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectstack/spec@0.3.0
9+
310
## 1.0.2
411

512
### Patch Changes

0 commit comments

Comments
 (0)