Skip to content

Commit cfb84b4

Browse files
meta(changelog): Update package versions (alpha) (#46)
Release version: 0.0.1-alpha.1 of the plugins.
1 parent c525165 commit cfb84b4

File tree

9 files changed

+42
-5
lines changed

9 files changed

+42
-5
lines changed

.changeset/pre.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"@codecov/vite-plugin": "0.0.1",
88
"@codecov/webpack-plugin": "0.0.1"
99
},
10-
"changesets": ["poor-cows-kneel"]
10+
"changesets": ["flat-coats-jump", "poor-cows-kneel", "shy-bottles-shout"]
1111
}

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.1
4+
5+
### Patch Changes
6+
7+
- 4f1183e: Remove references to Webpack 4, as we currently on support Node 18+.
8+
- 48b6e90: Move bundler-core test deps to dev deps
9+
310
## 0.0.1-alpha.0
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.0",
3+
"version": "0.0.1-alpha.1",
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.1
4+
5+
### Patch Changes
6+
7+
- 4f1183e: Remove references to Webpack 4, as we currently on support Node 18+.
8+
- 48b6e90: Move bundler-core test deps to dev deps
9+
- Updated dependencies [4f1183e]
10+
- Updated dependencies [48b6e90]
11+
- @codecov/bundler-plugin-core@0.0.1-alpha.1
12+
313
## 0.0.1-alpha.0
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.0",
3+
"version": "0.0.1-alpha.1",
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.1
4+
5+
### Patch Changes
6+
7+
- 4f1183e: Remove references to Webpack 4, as we currently on support Node 18+.
8+
- 48b6e90: Move bundler-core test deps to dev deps
9+
- Updated dependencies [4f1183e]
10+
- Updated dependencies [48b6e90]
11+
- @codecov/bundler-plugin-core@0.0.1-alpha.1
12+
313
## 0.0.1-alpha.0
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.0",
3+
"version": "0.0.1-alpha.1",
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.1
4+
5+
### Patch Changes
6+
7+
- 4f1183e: Remove references to Webpack 4, as we currently on support Node 18+.
8+
- 48b6e90: Move bundler-core test deps to dev deps
9+
- Updated dependencies [4f1183e]
10+
- Updated dependencies [48b6e90]
11+
- @codecov/bundler-plugin-core@0.0.1-alpha.1
12+
313
## 0.0.1-alpha.0
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.0",
3+
"version": "0.0.1-alpha.1",
44
"description": "Official Codecov Webpack plugin",
55
"author": "Codecov",
66
"license": "MIT",

0 commit comments

Comments
 (0)