-
Notifications
You must be signed in to change notification settings - Fork 1
chore: release v0.4.1 - fix version synchronization #311
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
e265c7f
6fa045e
85ed3e7
1bca67f
3fbb46e
183fde4
bfeb492
f79bfa4
4ee54b0
d91645c
14b2322
f08b23d
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 |
|---|---|---|
|
|
@@ -4,5 +4,12 @@ | |
|
|
||
| ### Patch Changes | ||
|
|
||
| - Updated dependencies | ||
| - @objectstack/spec@0.4.1 | ||
|
|
||
| ## 0.1.1 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - Updated dependencies | ||
|
Comment on lines
+10
to
14
|
||
| - @objectstack/spec@0.4.0 | ||
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,5 +1,18 @@ | ||||||||||||||
| # @objectstack/client | ||||||||||||||
|
|
||||||||||||||
| ## 0.4.1 | ||||||||||||||
|
|
||||||||||||||
| ### Patch Changes | ||||||||||||||
|
|
||||||||||||||
| - Version synchronization and dependency updates | ||||||||||||||
|
|
||||||||||||||
| - Synchronized plugin-msw version to 0.4.1 | ||||||||||||||
| - Updated runtime peer dependency versions to ^0.4.1 | ||||||||||||||
| - Fixed internal dependency version mismatches | ||||||||||||||
|
|
||||||||||||||
|
Comment on lines
+7
to
+12
|
||||||||||||||
| - Version synchronization and dependency updates | |
| - Synchronized plugin-msw version to 0.4.1 | |
| - Updated runtime peer dependency versions to ^0.4.1 | |
| - Fixed internal dependency version mismatches | |
| - Patch release with dependency updates |
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.
This changelog has duplicate "## 0.1.1" headings (one referencing @objectstack/spec@0.4.1 and another referencing @objectstack/spec@0.4.0). Please de-duplicate and ensure the older dependency update is under the correct prior version (likely 0.1.0) so the changelog is valid.