-
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 (beta) #139
Changes from 1 commit
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,14 @@ | ||
# @codecov/bundler-plugin-core | ||
|
||
## 0.0.1-beta.9 | ||
|
||
### Patch Changes | ||
|
||
- 297cd29: Add in support for bundle analysis for SvelteKit through new SvelteKit plugin | ||
- 297cd29: Update license to 2024 | ||
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 changes in the '@codecov/bundler-plugin-core' reflects an improvement since the bundle analysis allows you to understand what's really inside the bundle and how the code is structured. |
||
- fe21d8a: Update normalizePath function to handle [hash][extname] case. | ||
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. License update is always a good practice since it may bring legal issues if not properly handled. |
||
- d74a176: When a user submits a invalid bundle name, we will hard fail and exit the bundle process now. | ||
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 normalizePath function update is a great improvement for handling edge cases. |
||
|
||
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 enhancement to fail and exit the bundle process upon submission of an invalid bundle name is a commendable error handling practice. The old behavior might have caused undetected issues. |
||
## 0.0.1-beta.8 | ||
|
||
### Patch Changes | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@codecov/bundler-plugin-core", | ||
"version": "0.0.1-beta.8", | ||
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. Version bumping in '@codecov/bundler-plugin-core' package.json file indicates the release of a new version following the changes. |
||
"version": "0.0.1-beta.9", | ||
"description": "Official Codecov Bundler Plugin Core", | ||
"author": "Codecov", | ||
"license": "MIT", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,20 @@ | ||
# @codecov/nuxt-plugin | ||
|
||
## 0.0.1-beta.9 | ||
|
||
### Patch Changes | ||
|
||
- 297cd29: Add in support for bundle analysis for SvelteKit through new SvelteKit plugin | ||
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 similar changes were also present in the '@codecov/nuxt-plugin' which helps in keeping consistency across different plugins. |
||
- 297cd29: Update license to 2024 | ||
- fe21d8a: Update normalizePath function to handle [hash][extname] case. | ||
- d74a176: When a user submits a invalid bundle name, we will hard fail and exit the bundle process now. | ||
- Updated dependencies [297cd29] | ||
- Updated dependencies [297cd29] | ||
- Updated dependencies [fe21d8a] | ||
- Updated dependencies [d74a176] | ||
- @codecov/[email protected] | ||
- @codecov/[email protected] | ||
|
||
## 0.0.1-beta.8 | ||
|
||
### Patch Changes | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@codecov/nuxt-plugin", | ||
"version": "0.0.1-beta.8", | ||
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 is good to always raise the version whenever making significant changes to the package, it was done right for '@codecov/nuxt-plugin'. |
||
"version": "0.0.1-beta.9", | ||
"description": "Official Codecov Nuxt plugin", | ||
"author": "Codecov", | ||
"license": "MIT", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
# @codecov/rollup-plugin | ||
|
||
## 0.0.1-beta.9 | ||
|
||
### Patch Changes | ||
|
||
- 297cd29: Add in support for bundle analysis for SvelteKit through new SvelteKit plugin | ||
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. On '@codecov/rollup-plugin', The bundle analysis update to support SvelteKit is exactly the same as the bundler-plugin-core, showing an effort to maintain consistency in the changes across all modules. |
||
- 297cd29: Update license to 2024 | ||
- fe21d8a: Update normalizePath function to handle [hash][extname] case. | ||
- d74a176: When a user submits a invalid bundle name, we will hard fail and exit the bundle process now. | ||
- Updated dependencies [297cd29] | ||
- Updated dependencies [297cd29] | ||
- Updated dependencies [fe21d8a] | ||
- Updated dependencies [d74a176] | ||
- @codecov/[email protected] | ||
|
||
## 0.0.1-beta.8 | ||
|
||
### Patch Changes | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@codecov/rollup-plugin", | ||
"version": "0.0.1-beta.8", | ||
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 '@codecov/rollup-plugin' version has also been updated in the package.json, which signals users that the change has introduced substantial improvements or additions. |
||
"version": "0.0.1-beta.9", | ||
"description": "Official Codecov Rollup plugin", | ||
"author": "Codecov", | ||
"license": "MIT", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# @codecov/sveltekit-plugin | ||
|
||
## 0.0.1-beta.9 | ||
|
||
### Patch Changes | ||
|
||
- 297cd29: Add in support for bundle analysis for SvelteKit through new SvelteKit plugin | ||
- 297cd29: Update license to 2024 | ||
- fe21d8a: Update normalizePath function to handle [hash][extname] case. | ||
- d74a176: When a user submits a invalid bundle name, we will hard fail and exit the bundle process now. | ||
- Updated dependencies [297cd29] | ||
- Updated dependencies [297cd29] | ||
- Updated dependencies [fe21d8a] | ||
- Updated dependencies [d74a176] | ||
- @codecov/[email protected] | ||
- @codecov/[email protected] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
# @codecov/vite-plugin | ||
|
||
## 0.0.1-beta.9 | ||
|
||
### Patch Changes | ||
|
||
- 297cd29: Add in support for bundle analysis for SvelteKit through new SvelteKit plugin | ||
- 297cd29: Update license to 2024 | ||
- fe21d8a: Update normalizePath function to handle [hash][extname] case. | ||
- d74a176: When a user submits a invalid bundle name, we will hard fail and exit the bundle process now. | ||
- Updated dependencies [297cd29] | ||
- Updated dependencies [297cd29] | ||
- Updated dependencies [fe21d8a] | ||
- Updated dependencies [d74a176] | ||
- @codecov/[email protected] | ||
|
||
## 0.0.1-beta.8 | ||
|
||
### Patch Changes | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
# @codecov/webpack-plugin | ||
|
||
## 0.0.1-beta.9 | ||
|
||
### Patch Changes | ||
|
||
- 297cd29: Add in support for bundle analysis for SvelteKit through new SvelteKit plugin | ||
- 297cd29: Update license to 2024 | ||
- fe21d8a: Update normalizePath function to handle [hash][extname] case. | ||
- d74a176: When a user submits a invalid bundle name, we will hard fail and exit the bundle process now. | ||
- Updated dependencies [297cd29] | ||
- Updated dependencies [297cd29] | ||
- Updated dependencies [fe21d8a] | ||
- Updated dependencies [d74a176] | ||
- @codecov/[email protected] | ||
|
||
## 0.0.1-beta.8 | ||
|
||
### 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.
Addition of '@codecov/sveltekit-plugin' is a good enhancement if its use is required for the specific project features.