Skip to content

Commit

Permalink
meta(changelog): Update package versions (alpha)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 9, 2024
1 parent 7c55993 commit d235b10
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 5 deletions.
8 changes: 7 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,11 @@
"@codecov/vite-plugin": "0.0.1",
"@codecov/webpack-plugin": "0.0.1"
},
"changesets": ["flat-coats-jump", "poor-cows-kneel", "shy-bottles-shout"]
"changesets": [
"breezy-horses-rule",
"flat-coats-jump",
"new-chefs-fold",
"poor-cows-kneel",
"shy-bottles-shout"
]
}
7 changes: 7 additions & 0 deletions packages/bundler-plugin-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @codecov/bundler-plugin-core

## 0.0.1-alpha.2

### Patch Changes

- becd728: Add duration to webpack bundler plugin directly
- 7c55993: Rename uploaderOverrides to uploadOverrides, remove url from uploadOverrides, and removal of repoToken/globalUploadToken in favour of just uploadToken.

## 0.0.1-alpha.1

### 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-alpha.1",
"version": "0.0.1-alpha.2",
"description": "Official Codecov Bundler Plugin Core",
"author": "Codecov",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/rollup-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @codecov/rollup-plugin

## 0.0.1-alpha.2

### Patch Changes

- becd728: Add duration to webpack bundler plugin directly
- 7c55993: Rename uploaderOverrides to uploadOverrides, remove url from uploadOverrides, and removal of repoToken/globalUploadToken in favour of just uploadToken.
- Updated dependencies [becd728]
- Updated dependencies [7c55993]
- @codecov/bundler-plugin-core@0.0.1-alpha.2

## 0.0.1-alpha.1

### 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-alpha.1",
"version": "0.0.1-alpha.2",
"description": "Official Codecov Rollup plugin",
"author": "Codecov",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/vite-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @codecov/vite-plugin

## 0.0.1-alpha.2

### Patch Changes

- becd728: Add duration to webpack bundler plugin directly
- 7c55993: Rename uploaderOverrides to uploadOverrides, remove url from uploadOverrides, and removal of repoToken/globalUploadToken in favour of just uploadToken.
- Updated dependencies [becd728]
- Updated dependencies [7c55993]
- @codecov/bundler-plugin-core@0.0.1-alpha.2

## 0.0.1-alpha.1

### 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-alpha.1",
"version": "0.0.1-alpha.2",
"description": "Official Codecov Vite plugin",
"author": "Codecov",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @codecov/webpack-plugin

## 0.0.1-alpha.2

### Patch Changes

- becd728: Add duration to webpack bundler plugin directly
- 7c55993: Rename uploaderOverrides to uploadOverrides, remove url from uploadOverrides, and removal of repoToken/globalUploadToken in favour of just uploadToken.
- Updated dependencies [becd728]
- Updated dependencies [7c55993]
- @codecov/bundler-plugin-core@0.0.1-alpha.2

## 0.0.1-alpha.1

### 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-alpha.1",
"version": "0.0.1-alpha.2",
"description": "Official Codecov Webpack plugin",
"author": "Codecov",
"license": "MIT",
Expand Down

0 comments on commit d235b10

Please sign in to comment.