Skip to content

Commit 424ca61

Browse files
Copilothotlong
andcommitted
chore: release version 0.7.1
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent a2dc396 commit 424ca61

49 files changed

Lines changed: 241 additions & 26 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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.7.1] - 2026-01-31
23+
24+
### Changed
25+
- Patch release for maintenance and stability improvements
26+
- Updated all packages to version 0.7.1
27+
2228
## [0.6.1] - 2026-01-28
2329

2430
### Changed
@@ -179,7 +185,9 @@ Mark breaking changes clearly:
179185

180186
---
181187

182-
[Unreleased]: https://github.com/objectstack-ai/spec/compare/v0.4.1...HEAD
188+
[Unreleased]: https://github.com/objectstack-ai/spec/compare/v0.7.1...HEAD
189+
[0.7.1]: https://github.com/objectstack-ai/spec/compare/v0.6.1...v0.7.1
190+
[0.6.1]: https://github.com/objectstack-ai/spec/compare/v0.4.1...v0.6.1
183191
[0.4.1]: https://github.com/objectstack-ai/spec/compare/v0.4.0...v0.4.1
184192
[0.4.0]: https://github.com/objectstack-ai/spec/compare/v0.3.3...v0.4.0
185193
[0.3.3]: https://github.com/objectstack-ai/spec/compare/v0.3.2...v0.3.3

apps/docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @objectstack/docs
22

3+
## 0.7.1
4+
5+
### Patch Changes
6+
7+
- Patch release for maintenance and stability improvements
8+
39
## 0.6.1
410

511
## 0.6.0

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

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+
## 0.7.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectstack/spec@0.7.1
9+
310
## 0.6.1
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": "0.7.0",
3+
"version": "0.7.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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @objectstack/example-ai-codegen
22

3+
## 0.7.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectstack/spec@0.7.1
9+
310
## 0.6.1
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": "0.7.0",
3+
"version": "0.7.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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @objectstack/example-ai-sales
22

3+
## 0.7.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @objectstack/spec@0.7.1
9+
310
## 0.6.1
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": "0.7.0",
3+
"version": "0.7.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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @objectstack/example-ai-support
22

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

512
### Patch Changes

0 commit comments

Comments
 (0)