Skip to content

Commit d6e4bf6

Browse files
meta(changelog): Update package versions (alpha) (#38)
Initial alpha release of Codecov Bundler Plugins
1 parent 36ed299 commit d6e4bf6

File tree

9 files changed

+39
-5
lines changed

9 files changed

+39
-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": []
10+
"changesets": ["poor-cows-kneel"]
1111
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @codecov/bundler-plugin-core
2+
3+
## 0.0.1-alpha.0
4+
5+
### Patch Changes
6+
7+
- 36ed299: Alpha release of Codecov bundler plugins

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.0",
3+
"version": "0.0.1-alpha.0",
44
"description": "Official Codecov Bundler Plugin Core",
55
"author": "Codecov",
66
"license": "MIT",

packages/rollup-plugin/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @codecov/rollup-plugin
2+
3+
## 0.0.1-alpha.0
4+
5+
### Patch Changes
6+
7+
- 36ed299: Alpha release of Codecov bundler plugins
8+
- Updated dependencies [36ed299]
9+
- @codecov/bundler-plugin-core@0.0.1-alpha.0

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.0",
3+
"version": "0.0.1-alpha.0",
44
"description": "Official Codecov Rollup plugin",
55
"author": "Codecov",
66
"license": "MIT",

packages/vite-plugin/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @codecov/vite-plugin
2+
3+
## 0.0.1-alpha.0
4+
5+
### Patch Changes
6+
7+
- 36ed299: Alpha release of Codecov bundler plugins
8+
- Updated dependencies [36ed299]
9+
- @codecov/bundler-plugin-core@0.0.1-alpha.0

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.0",
3+
"version": "0.0.1-alpha.0",
44
"description": "Official Codecov Vite plugin",
55
"author": "Codecov",
66
"license": "MIT",

packages/webpack-plugin/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @codecov/webpack-plugin
2+
3+
## 0.0.1-alpha.0
4+
5+
### Patch Changes
6+
7+
- 36ed299: Alpha release of Codecov bundler plugins
8+
- Updated dependencies [36ed299]
9+
- @codecov/bundler-plugin-core@0.0.1-alpha.0

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.0",
3+
"version": "0.0.1-alpha.0",
44
"description": "Official Codecov Webpack plugin",
55
"author": "Codecov",
66
"license": "MIT",

0 commit comments

Comments
 (0)