-
Notifications
You must be signed in to change notification settings - Fork 6
meta(changelog): Update package versions #177
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 1 commit
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 |
|---|---|---|
| @@ -1,5 +1,16 @@ | ||
| # @codecov/bundle-analyzer | ||
|
|
||
| ## 1.2.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
| - 6c4377d: Add in better debug logging when fetching pre-signed url or uploading stats fail. Update current logs to have more details present. | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - Updated dependencies [6c4377d] | ||
| - @codecov/bundler-plugin-core@1.2.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. It's good to see that dependencies are updated with the version bump. |
||
|
|
||
| ## 1.1.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "@codecov/bundle-analyzer", | ||
| "version": "1.1.0", | ||
| "version": "1.2.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. The version bump here seems to follow the semantic versioning correctly. |
||
| "description": "Official Codecov Bundle Analyzer", | ||
| "author": "Codecov", | ||
| "license": "MIT", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,17 @@ | ||
| # @codecov/nextjs-webpack-plugin | ||
|
|
||
| ## 1.2.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
| - 6c4377d: Add in better debug logging when fetching pre-signed url or uploading stats fail. Update current logs to have more details present. | ||
|
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. As this is a minor version update, please make sure that these changes will not cause any breaking changes. |
||
|
|
||
| ### Patch Changes | ||
|
|
||
| - Updated dependencies [6c4377d] | ||
| - @codecov/bundler-plugin-core@1.2.0 | ||
| - @codecov/webpack-plugin@1.2.0 | ||
|
|
||
| ## 1.1.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,17 @@ | ||
| # @codecov/nuxt-plugin | ||
|
|
||
| ## 1.2.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
| - 6c4377d: Add in better debug logging when fetching pre-signed url or uploading stats fail. Update current logs to have more details present. | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - Updated dependencies [6c4377d] | ||
| - @codecov/bundler-plugin-core@1.2.0 | ||
| - @codecov/vite-plugin@1.2.0 | ||
|
|
||
| ## 1.1.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. Effective use of a changelog. It will be helpful to see when and what changes were introduced in each update. |
||
|
|
||
| ### Minor Changes | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,17 @@ | ||
| # @codecov/remix-vite-plugin | ||
|
|
||
| ## 1.2.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
| - 6c4377d: Add in better debug logging when fetching pre-signed url or uploading stats fail. Update current logs to have more details present. | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - Updated dependencies [6c4377d] | ||
| - @codecov/[email protected] | ||
| - @codecov/[email protected] | ||
|
|
||
| ## 1.1.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,16 @@ | ||
| # @codecov/rollup-plugin | ||
|
|
||
| ## 1.2.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
| - 6c4377d: Add in better debug logging when fetching pre-signed url or uploading stats fail. Update current logs to have more details present. | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - Updated dependencies [6c4377d] | ||
| - @codecov/[email protected] | ||
|
|
||
| ## 1.1.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,17 @@ | ||
| # @codecov/solidstart-plugin | ||
|
|
||
| ## 1.2.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
| - 6c4377d: Add in better debug logging when fetching pre-signed url or uploading stats fail. Update current logs to have more details present. | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - Updated dependencies [6c4377d] | ||
| - @codecov/[email protected] | ||
| - @codecov/[email protected] | ||
|
|
||
| ## 1.1.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "@codecov/solidstart-plugin", | ||
| "version": "1.1.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. Please ensure that the updated version number is also reflected in any documentation or 'ReadMe' files that may reference these package versions. |
||
| "version": "1.2.0", | ||
| "description": "Official Codecov SolidStart plugin", | ||
| "author": "Codecov", | ||
| "license": "MIT", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,17 @@ | ||
| # @codecov/sveltekit-plugin | ||
|
|
||
| ## 1.2.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
| - 6c4377d: Add in better debug logging when fetching pre-signed url or uploading stats fail. Update current logs to have more details present. | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - Updated dependencies [6c4377d] | ||
| - @codecov/[email protected] | ||
| - @codecov/[email protected] | ||
|
|
||
| ## 1.1.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,16 @@ | ||
| # @codecov/vite-plugin | ||
|
|
||
| ## 1.2.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
| - 6c4377d: Add in better debug logging when fetching pre-signed url or uploading stats fail. Update current logs to have more details present. | ||
|
|
||
|
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 dependencies also up to date. It would prevent potential out-of-sync issues. |
||
| ### Patch Changes | ||
|
|
||
| - Updated dependencies [6c4377d] | ||
| - @codecov/bundler-plugin-core@1.2.0 | ||
|
|
||
| ## 1.1.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,16 @@ | ||
| # @codecov/webpack-plugin | ||
|
|
||
| ## 1.2.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
| - 6c4377d: Add in better debug logging when fetching pre-signed url or uploading stats fail. Update current logs to have more details present. | ||
|
|
||
| ### Patch Changes | ||
|
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. When updating the changelog, it would be helpful to add a bit more context about the improvements to the debug logging to inform users. |
||
|
|
||
| - Updated dependencies [6c4377d] | ||
| - @codecov/bundler-plugin-core@1.2.0 | ||
|
|
||
| ## 1.1.0 | ||
|
|
||
| ### Minor 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.
Please make sure to test the changes in a staging environment or add some unit tests for the logging improvements.