Skip to content
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

Merged
merged 3 commits into from
Jun 11, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"@codecov/rollup-plugin": "0.0.0",
"@codecov/vite-plugin": "0.0.0",
"@codecov/webpack-plugin": "0.0.0",
"@codecov/nuxt-plugin": "0.0.0"
"@codecov/nuxt-plugin": "0.0.0",
"@codecov/sveltekit-plugin": "0.0.1-beta.8"
Copy link

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.

},
"changesets": [
"chilled-eagles-protect",
Expand All @@ -18,12 +19,16 @@
"hungry-toes-hide",
"itchy-wolves-accept",
"khaki-lions-glow",
"light-ants-thank",
"little-knives-hunt",
"many-berries-grab",
"many-peas-repeat",
"orange-lemons-run",
"popular-chicken-confess",
"shaggy-snakes-sip",
"silent-pugs-add",
"thirty-cheetahs-teach",
"two-spies-talk",
"warm-feet-cry"
]
}
9 changes: 9 additions & 0 deletions packages/bundler-plugin-core/CHANGELOG.md
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
Copy link

Choose a reason for hiding this comment

The 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.
Copy link

Choose a reason for hiding this comment

The 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.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The normalizePath function update is a great improvement for handling edge cases.


Copy link

Choose a reason for hiding this comment

The 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
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler-plugin-core/package.json
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",
Copy link

Choose a reason for hiding this comment

The 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",
Expand Down
15 changes: 15 additions & 0 deletions packages/nuxt-plugin/CHANGELOG.md
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
Copy link

Choose a reason for hiding this comment

The 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
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codecov/nuxt-plugin",
"version": "0.0.1-beta.8",
Copy link

Choose a reason for hiding this comment

The 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",
Expand Down
14 changes: 14 additions & 0 deletions packages/rollup-plugin/CHANGELOG.md
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
Copy link

Choose a reason for hiding this comment

The 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
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codecov/rollup-plugin",
"version": "0.0.1-beta.8",
Copy link

Choose a reason for hiding this comment

The 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",
Expand Down
16 changes: 16 additions & 0 deletions packages/sveltekit-plugin/CHANGELOG.md
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]
2 changes: 1 addition & 1 deletion packages/sveltekit-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codecov/sveltekit-plugin",
"version": "0.0.1-beta.8",
"version": "0.0.1-beta.9",
"description": "Official Codecov SvelteKit plugin",
"author": "Codecov",
"license": "MIT",
Expand Down
14 changes: 14 additions & 0 deletions packages/vite-plugin/CHANGELOG.md
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
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codecov/vite-plugin",
"version": "0.0.1-beta.8",
"version": "0.0.1-beta.9",
"description": "Official Codecov Vite plugin",
"author": "Codecov",
"license": "MIT",
Expand Down
14 changes: 14 additions & 0 deletions packages/webpack-plugin/CHANGELOG.md
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
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codecov/webpack-plugin",
"version": "0.0.1-beta.8",
"version": "0.0.1-beta.9",
"description": "Official Codecov Webpack plugin",
"author": "Codecov",
"license": "MIT",
Expand Down
Loading