Skip to content

Commit ce78dc5

Browse files
Copilothotlong
andcommitted
chore: release v1.0.0 with unified versioning
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 51a6d42 commit ce78dc5

File tree

32 files changed

+90
-99
lines changed

32 files changed

+90
-99
lines changed

.changeset/config.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
22
"$schema": "https://unpkg.com/@changesets/config@3.1.2/schema.json",
33
"changelog": ["@changesets/cli/changelog", { "repo": "objectstack-ai/spec" }],
44
"commit": false,
5-
"fixed": [],
5+
"fixed": [
6+
[
7+
"@objectstack/spec",
8+
"@objectstack/client",
9+
"@objectstack/driver-memory",
10+
"@objectstack/objectql",
11+
"@objectstack/plugin-hono-server",
12+
"@objectstack/runtime",
13+
"@objectstack/types"
14+
]
15+
],
616
"linked": [],
717
"access": "public",
818
"baseBranch": "main",

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
### Security
2121

22-
## [0.3.0] - 2026-01-22
22+
## [1.0.0] - 2026-01-22
2323

2424
### Added
2525
- Comprehensive documentation structure with CONTRIBUTING.md
@@ -34,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3434
### Changed
3535
- Updated README.md with improved documentation navigation
3636
- Enhanced documentation organization following industry best practices
37+
- **BREAKING**: All packages now use unified versioning (all packages released together with same version number)
3738

3839
## [0.1.1] - 2026-01-20
3940

@@ -138,6 +139,6 @@ Mark breaking changes clearly:
138139

139140
---
140141

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
142+
[Unreleased]: https://github.com/objectstack-ai/spec/compare/v1.0.0...HEAD
143+
[1.0.0]: https://github.com/objectstack-ai/spec/compare/v0.1.1...v1.0.0
143144
[0.1.1]: https://github.com/objectstack-ai/spec/releases/tag/v0.1.1

examples/ai-analyst/CHANGELOG.md

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

3-
## 1.0.1
3+
## 1.0.2
44

55
### Patch Changes
66

77
- Updated dependencies
8-
- @objectstack/spec@0.3.0
8+
- @objectstack/spec@1.0.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.1",
3+
"version": "1.0.2",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# @objectstack/example-ai-codegen
22

3-
## 1.0.1
3+
## 1.0.2
44

55
### Patch Changes
66

77
- Updated dependencies
8-
- @objectstack/spec@0.3.0
8+
- @objectstack/spec@1.0.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.1",
3+
"version": "1.0.2",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# @objectstack/example-ai-sales
22

3-
## 1.0.1
3+
## 1.0.2
44

55
### Patch Changes
66

77
- Updated dependencies
8-
- @objectstack/spec@0.3.0
8+
- @objectstack/spec@1.0.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.1",
3+
"version": "1.0.2",
44
"description": "AI-powered sales assistant with intelligent automation",
55
"private": true,
66
"main": "objectstack.config.ts",

examples/ai-support/CHANGELOG.md

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

3-
## 1.0.1
3+
## 1.0.2
44

55
### Patch Changes
66

77
- Updated dependencies
8-
- @objectstack/spec@0.3.0
8+
- @objectstack/spec@1.0.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.1",
3+
"version": "1.0.2",
44
"description": "AI-powered customer support system with RAG knowledge base",
55
"private": true,
66
"main": "objectstack.config.ts",

0 commit comments

Comments
 (0)