-
Notifications
You must be signed in to change notification settings - Fork 1
chore: release v0.9.1 with unified versioning #501
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 | ||||
|---|---|---|---|---|---|---|
| @@ -1,5 +1,12 @@ | ||||||
| # @objectstack/example-crm | ||||||
|
||||||
| # @objectstack/example-crm | |
| # @example/app-crm |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,5 +1,19 @@ | ||||||
| # @objectstack/example-host | ||||||
|
||||||
| # @objectstack/example-host | |
| # @example/app-host |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,5 +1,19 @@ | ||||||
| # @objectstack/example-msw-react-crud | ||||||
|
||||||
| # @objectstack/example-msw-react-crud | |
| # @example/app-react-crud |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,5 +1,16 @@ | ||||||
| # @objectstack/example-todo | ||||||
|
||||||
| # @objectstack/example-todo | |
| # @example/app-todo |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,5 +1,14 @@ | ||||||
| # @objectstack/example-basic | ||||||
|
||||||
| # @objectstack/example-basic | |
| # @example/features |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| # @example/guide-cli | ||
|
|
||
| ## 0.0.2 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - Updated dependencies | ||
| - @objectstack/spec@0.9.1 | ||
| - @objectstack/cli@0.9.1 | ||
| - @example/plugin-bi@0.9.1 |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,5 +1,12 @@ | ||||||
| # @objectstack/plugin-bi | ||||||
|
||||||
| # @objectstack/plugin-bi | |
| # @example/plugin-bi |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| # @example/plugin-crm | ||
|
|
||
| ## 0.1.1 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - Updated dependencies | ||
| - @objectstack/spec@0.9.1 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,15 @@ | ||
| { | ||
| "name": "@example/plugin-crm", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "main": "objectstack.config.ts", | ||
| "private": true, | ||
| "scripts": { | ||
| "dev": "objectstack dev" | ||
| "dev": "objectstack dev" | ||
| }, | ||
| "dependencies": { | ||
| "@objectstack/spec": "workspace:*" | ||
| }, | ||
| "devDependencies": { | ||
| "typescript": "^5.0.0" | ||
| "typescript": "^5.0.0" | ||
| } | ||
| } |
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.
PR description says all packages were bumped to 0.9.1, but the monorepo root
package.jsonstill has version0.9.0. Either bump the root version too (if it’s part of your release process) or adjust the PR description/changelog to clarify what’s included in the unified versioning set.