Skip to content

Commit 76de159

Browse files
meta(changelog): Update package versions (beta) (#81)
Release version 0.0.1-beta.2 of the bundler plugins.
1 parent 94a46aa commit 76de159

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.0",
88
"@codecov/webpack-plugin": "0.0.0"
99
},
10-
"changesets": ["four-houses-drive", "healthy-foxes-joke", "khaki-lions-glow"]
10+
"changesets": [
11+
"early-phones-prove",
12+
"four-houses-drive",
13+
"healthy-foxes-joke",
14+
"khaki-lions-glow",
15+
"many-peas-repeat"
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-beta.2
4+
5+
### Patch Changes
6+
7+
- 94a46aa: Grab branch name inside Vercel helper so that we for sure have a branch value
8+
- 7bc7183: Add more detailed logging for upload stats
9+
310
## 0.0.1-beta.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-beta.1",
3+
"version": "0.0.1-beta.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-beta.2
4+
5+
### Patch Changes
6+
7+
- 94a46aa: Grab branch name inside Vercel helper so that we for sure have a branch value
8+
- 7bc7183: Add more detailed logging for upload stats
9+
- Updated dependencies [94a46aa]
10+
- Updated dependencies [7bc7183]
11+
- @codecov/bundler-plugin-core@0.0.1-beta.2
12+
313
## 0.0.1-beta.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-beta.1",
3+
"version": "0.0.1-beta.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-beta.2
4+
5+
### Patch Changes
6+
7+
- 94a46aa: Grab branch name inside Vercel helper so that we for sure have a branch value
8+
- 7bc7183: Add more detailed logging for upload stats
9+
- Updated dependencies [94a46aa]
10+
- Updated dependencies [7bc7183]
11+
- @codecov/bundler-plugin-core@0.0.1-beta.2
12+
313
## 0.0.1-beta.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-beta.1",
3+
"version": "0.0.1-beta.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-beta.2
4+
5+
### Patch Changes
6+
7+
- 94a46aa: Grab branch name inside Vercel helper so that we for sure have a branch value
8+
- 7bc7183: Add more detailed logging for upload stats
9+
- Updated dependencies [94a46aa]
10+
- Updated dependencies [7bc7183]
11+
- @codecov/bundler-plugin-core@0.0.1-beta.2
12+
313
## 0.0.1-beta.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-beta.1",
3+
"version": "0.0.1-beta.2",
44
"description": "Official Codecov Webpack plugin",
55
"author": "Codecov",
66
"license": "MIT",

0 commit comments

Comments
 (0)