Skip to content

Commit ac22029

Browse files
meta(changelog): Update package versions (alpha) (#48)
Release version `@0.0.1-alpha.2` of the plugins.
1 parent 7c55993 commit ac22029

File tree

9 files changed

+48
-5
lines changed

9 files changed

+48
-5
lines changed

.changeset/pre.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,11 @@
77
"@codecov/vite-plugin": "0.0.1",
88
"@codecov/webpack-plugin": "0.0.1"
99
},
10-
"changesets": ["flat-coats-jump", "poor-cows-kneel", "shy-bottles-shout"]
10+
"changesets": [
11+
"breezy-horses-rule",
12+
"flat-coats-jump",
13+
"new-chefs-fold",
14+
"poor-cows-kneel",
15+
"shy-bottles-shout"
16+
]
1117
}

packages/bundler-plugin-core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @codecov/bundler-plugin-core
22

3+
## 0.0.1-alpha.2
4+
5+
### Patch Changes
6+
7+
- becd728: Add duration to webpack bundler plugin directly
8+
- 7c55993: Rename uploaderOverrides to uploadOverrides, remove url from uploadOverrides, and removal of repoToken/globalUploadToken in favour of just uploadToken.
9+
310
## 0.0.1-alpha.1
411

512
### Patch Changes

packages/bundler-plugin-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codecov/bundler-plugin-core",
3-
"version": "0.0.1-alpha.1",
3+
"version": "0.0.1-alpha.2",
44
"description": "Official Codecov Bundler Plugin Core",
55
"author": "Codecov",
66
"license": "MIT",

packages/rollup-plugin/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @codecov/rollup-plugin
22

3+
## 0.0.1-alpha.2
4+
5+
### Patch Changes
6+
7+
- becd728: Add duration to webpack bundler plugin directly
8+
- 7c55993: Rename uploaderOverrides to uploadOverrides, remove url from uploadOverrides, and removal of repoToken/globalUploadToken in favour of just uploadToken.
9+
- Updated dependencies [becd728]
10+
- Updated dependencies [7c55993]
11+
- @codecov/bundler-plugin-core@0.0.1-alpha.2
12+
313
## 0.0.1-alpha.1
414

515
### Patch Changes

packages/rollup-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codecov/rollup-plugin",
3-
"version": "0.0.1-alpha.1",
3+
"version": "0.0.1-alpha.2",
44
"description": "Official Codecov Rollup plugin",
55
"author": "Codecov",
66
"license": "MIT",

packages/vite-plugin/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @codecov/vite-plugin
22

3+
## 0.0.1-alpha.2
4+
5+
### Patch Changes
6+
7+
- becd728: Add duration to webpack bundler plugin directly
8+
- 7c55993: Rename uploaderOverrides to uploadOverrides, remove url from uploadOverrides, and removal of repoToken/globalUploadToken in favour of just uploadToken.
9+
- Updated dependencies [becd728]
10+
- Updated dependencies [7c55993]
11+
- @codecov/bundler-plugin-core@0.0.1-alpha.2
12+
313
## 0.0.1-alpha.1
414

515
### Patch Changes

packages/vite-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codecov/vite-plugin",
3-
"version": "0.0.1-alpha.1",
3+
"version": "0.0.1-alpha.2",
44
"description": "Official Codecov Vite plugin",
55
"author": "Codecov",
66
"license": "MIT",

packages/webpack-plugin/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @codecov/webpack-plugin
22

3+
## 0.0.1-alpha.2
4+
5+
### Patch Changes
6+
7+
- becd728: Add duration to webpack bundler plugin directly
8+
- 7c55993: Rename uploaderOverrides to uploadOverrides, remove url from uploadOverrides, and removal of repoToken/globalUploadToken in favour of just uploadToken.
9+
- Updated dependencies [becd728]
10+
- Updated dependencies [7c55993]
11+
- @codecov/bundler-plugin-core@0.0.1-alpha.2
12+
313
## 0.0.1-alpha.1
414

515
### Patch Changes

packages/webpack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codecov/webpack-plugin",
3-
"version": "0.0.1-alpha.1",
3+
"version": "0.0.1-alpha.2",
44
"description": "Official Codecov Webpack plugin",
55
"author": "Codecov",
66
"license": "MIT",

0 commit comments

Comments
 (0)