Skip to content

Commit 133e1df

Browse files
Copilothotlong
andcommitted
chore: bump version to 0.3.2
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 498791d commit 133e1df

37 files changed

+185
-20
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.2] - 2026-01-24
23+
24+
### Changed
25+
- Patch release for maintenance and stability improvements
26+
- Updated all packages to version 0.3.2
27+
2228
## [0.3.1] - 2026-01-23
2329

2430
### Changed

apps/docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @objectstack/docs
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Patch release for maintenance and stability improvements

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.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"description": "ObjectStack Protocol Documentation Site",
66
"scripts": {

examples/ai-analyst/CHANGELOG.md

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

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- Patch release for maintenance and stability improvements
8+
- Updated dependencies
9+
- @objectstack/spec@0.3.2
10+
311
## 1.0.3
412

513
### 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.3",
3+
"version": "1.0.4",
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
@@ -1,5 +1,13 @@
11
# @objectstack/example-ai-codegen
22

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- Patch release for maintenance and stability improvements
8+
- Updated dependencies
9+
- @objectstack/spec@0.3.2
10+
311
## 1.0.3
412

513
### 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.3",
3+
"version": "1.0.4",
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
@@ -1,5 +1,13 @@
11
# @objectstack/example-ai-sales
22

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- Patch release for maintenance and stability improvements
8+
- Updated dependencies
9+
- @objectstack/spec@0.3.2
10+
311
## 1.0.3
412

513
### 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.3",
3+
"version": "1.0.4",
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
@@ -1,5 +1,13 @@
11
# @objectstack/example-ai-support
22

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- Patch release for maintenance and stability improvements
8+
- Updated dependencies
9+
- @objectstack/spec@0.3.2
10+
311
## 1.0.3
412

513
### Patch Changes

0 commit comments

Comments
 (0)