-
Notifications
You must be signed in to change notification settings - Fork 2
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
meta(changelog): Update package versions #34
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @codecov/bundler-plugin-core | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- 256f916: Initial release of the Codecov JavaScript Bundler Plugins | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@codecov/bundler-plugin-core", | ||
"version": "0.0.1-alpha", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There is no change in the 'name' property in every package.json file. It's good that these package names remain consistent. |
||
"version": "1.0.0", | ||
"description": "Official Codecov Bundler Plugin Core", | ||
"author": "Codecov", | ||
"license": "MIT", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# @codecov/rollup-plugin | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- 256f916: Initial release of the Codecov JavaScript Bundler Plugins | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's good to see an update to the dependencies marked with the ID '256f916' reflected in the rollup-plugin's ChangeLog. |
||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [256f916] | ||
- @codecov/[email protected] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# @codecov/vite-plugin | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- 256f916: Initial release of the Codecov JavaScript Bundler Plugins | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [256f916] | ||
- @codecov/[email protected] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@codecov/vite-plugin", | ||
"version": "0.0.1-alpha", | ||
"version": "1.0.0", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Great to see the version update in the 'vite-plugin' package.json file. Make sure this reflects the changes you've made. |
||
"description": "Official Codecov Vite plugin", | ||
"author": "Codecov", | ||
"license": "MIT", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# @codecov/webpack-plugin | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- 256f916: Initial release of the Codecov JavaScript Bundler Plugins | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [256f916] | ||
- @codecov/[email protected] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's important to keep the dependencies updated in the webpack-plugin's ChangeLog as well, as seen with '256f916'. Good job on that. |
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.
Commit ID '256f916' has been used for the initial release of all modules. While this is not inherently an issue, it would be more informative if unique commit IDs for each specific module were used instead.