-
Notifications
You must be signed in to change notification settings - Fork 6
Release version 0.4.0 #310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| # @objectstack/ai-bridge | ||
|
|
||
| ## 0.1.1 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - Updated dependencies | ||
|
Comment on lines
+3
to
+7
|
||
| - @objectstack/spec@0.4.0 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| # @objectstack/cli | ||
|
|
||
| ## 0.1.1 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - Updated dependencies | ||
|
Comment on lines
+3
to
+7
|
||
| - @objectstack/spec@0.4.0 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,11 @@ | ||
| # @objectstack/client | ||
|
|
||
| ## 0.4.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
| - Release version 0.4.0 | ||
|
|
||
| ## 0.3.3 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,11 @@ | ||
| # @objectstack/driver-memory | ||
|
|
||
| ## 0.4.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
| - Release version 0.4.0 | ||
|
|
||
| ## 0.3.3 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,11 @@ | ||
| # @objectstack/objectql | ||
|
|
||
| ## 0.4.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
| - Release version 0.4.0 | ||
|
|
||
| ## 0.3.3 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "@objectstack/plugin-hono-server", | ||
| "version": "0.3.3", | ||
| "version": "0.4.0", | ||
|
||
| "description": "Standard Hono Server Adapter for ObjectStack Runtime", | ||
| "main": "dist/index.js", | ||
| "types": "dist/index.d.ts", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,11 @@ | ||
| # @objectstack/runtime | ||
|
|
||
| ## 0.4.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
| - Release version 0.4.0 | ||
|
|
||
| ## 0.3.3 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,11 @@ | ||
| # @objectstack/spec | ||
|
|
||
| ## 0.4.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
| - Release version 0.4.0 | ||
|
|
||
| ## 0.3.3 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,11 @@ | ||
| # @objectstack/types | ||
|
|
||
| ## 0.4.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
| - Release version 0.4.0 | ||
|
|
||
| ## 0.3.3 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR description says the version bump is "across the monorepo", but there are still many
0.3.3references in repo docs/config (e.g. rootCHANGELOG.md,RELEASE_NOTES.md, docs homepage version) and thepnpm-lock.yamlstill resolves@objectstack/*@0.3.3. For a release PR, please update the remaining version references and regenerate/commit the lockfile so the repo state is consistent with0.4.0.