Skip to content

Commit 678171f

Browse files
chore: version packages
1 parent c2ee059 commit 678171f

Some content is hidden

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

43 files changed

+350
-51
lines changed

.changeset/unified-version-0-5-0.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

apps/docs/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- b2df5f7: Unified version bump to 0.5.0
8+
9+
- Standardized all package versions to 0.5.0 across the monorepo
10+
- Fixed driver-memory package.json paths for proper module resolution
11+
- Ensured all packages are in sync for the 0.5.0 release
12+
313
## 0.4.2
414

515
### Patch Changes

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

examples/ai-analyst/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- b2df5f7: Unified version bump to 0.5.0
8+
9+
- Standardized all package versions to 0.5.0 across the monorepo
10+
- Fixed driver-memory package.json paths for proper module resolution
11+
- Ensured all packages are in sync for the 0.5.0 release
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [b2df5f7]
16+
- @objectstack/spec@0.6.0
17+
318
## 1.0.7
419

520
### 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.5.0",
3+
"version": "0.6.0",
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @objectstack/example-ai-codegen
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- b2df5f7: Unified version bump to 0.5.0
8+
9+
- Standardized all package versions to 0.5.0 across the monorepo
10+
- Fixed driver-memory package.json paths for proper module resolution
11+
- Ensured all packages are in sync for the 0.5.0 release
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [b2df5f7]
16+
- @objectstack/spec@0.6.0
17+
318
## 1.0.7
419

520
### 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.5.0",
3+
"version": "0.6.0",
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @objectstack/example-ai-sales
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- b2df5f7: Unified version bump to 0.5.0
8+
9+
- Standardized all package versions to 0.5.0 across the monorepo
10+
- Fixed driver-memory package.json paths for proper module resolution
11+
- Ensured all packages are in sync for the 0.5.0 release
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [b2df5f7]
16+
- @objectstack/spec@0.6.0
17+
318
## 1.0.7
419

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

examples/ai-support/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- b2df5f7: Unified version bump to 0.5.0
8+
9+
- Standardized all package versions to 0.5.0 across the monorepo
10+
- Fixed driver-memory package.json paths for proper module resolution
11+
- Ensured all packages are in sync for the 0.5.0 release
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [b2df5f7]
16+
- @objectstack/spec@0.6.0
17+
318
## 1.0.7
419

520
### Patch Changes

0 commit comments

Comments
 (0)