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 #34

Closed
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 0 additions & 8 deletions .changeset/sweet-lemons-add.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/bundler-plugin-core/CHANGELOG.md
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
Copy link

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.

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-alpha",
Copy link

Choose a reason for hiding this comment

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

Choose a reason for hiding this comment

The 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]
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-alpha",
"version": "1.0.0",
"description": "Official Codecov Rollup plugin",
"author": "Codecov",
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions packages/vite-plugin/CHANGELOG.md
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]
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-alpha",
"version": "1.0.0",
Copy link

Choose a reason for hiding this comment

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

Choose a reason for hiding this comment

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

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-alpha",
"version": "1.0.0",
"description": "Official Codecov Webpack plugin",
"author": "Codecov",
"license": "MIT",
Expand Down