Skip to content

Commit d5d0162

Browse files
Copilothotlong
andcommitted
chore: Release version 0.3.1
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 97e235b commit d5d0162

File tree

31 files changed

+128
-17
lines changed

31 files changed

+128
-17
lines changed

CHANGELOG.md

Lines changed: 8 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.1] - 2026-01-23
23+
24+
### Changed
25+
- Organized zod schema files by folder structure
26+
- Improved project documentation
27+
2228
## [0.3.0] - 2026-01-22
2329

2430
### Added
@@ -139,6 +145,7 @@ Mark breaking changes clearly:
139145

140146
---
141147

142-
[Unreleased]: https://github.com/objectstack-ai/spec/compare/v0.3.0...HEAD
148+
[Unreleased]: https://github.com/objectstack-ai/spec/compare/v0.3.1...HEAD
149+
[0.3.1]: https://github.com/objectstack-ai/spec/compare/v0.3.0...v0.3.1
143150
[0.3.0]: https://github.com/objectstack-ai/spec/compare/v0.1.1...v0.3.0
144151
[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
@@ -0,0 +1,7 @@
1+
# @objectstack/example-ai-analyst
2+
3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- @objectstack/spec@0.3.1

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.2",
3+
"version": "1.0.3",
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
@@ -0,0 +1,7 @@
1+
# @objectstack/example-ai-codegen
2+
3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- @objectstack/spec@0.3.1

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.2",
3+
"version": "1.0.3",
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
@@ -0,0 +1,7 @@
1+
# @objectstack/example-ai-sales
2+
3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- @objectstack/spec@0.3.1

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.2",
3+
"version": "1.0.3",
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
@@ -0,0 +1,7 @@
1+
# @objectstack/example-ai-support
2+
3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- @objectstack/spec@0.3.1

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.2",
3+
"version": "1.0.3",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @objectstack/example-crm
22

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- @objectstack/spec@0.3.1
8+
39
## 1.0.4
410

511
### Patch Changes

0 commit comments

Comments
 (0)