Skip to content

Commit daa91a6

Browse files
meta(changelog): Update package versions (beta) (#69)
Release `@0.0.1-beta.0` version of the plugins.
1 parent f5cae1c commit daa91a6

File tree

9 files changed

+16
-5
lines changed

9 files changed

+16
-5
lines changed

.changeset/pre.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"@codecov/rollup-plugin": "0.0.0",
77
"@codecov/vite-plugin": "0.0.0",
88
"@codecov/webpack-plugin": "0.0.0"
9-
}
9+
},
10+
"changesets": ["healthy-foxes-joke"]
1011
}

packages/bundler-plugin-core/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Patch Changes
66

7+
- f5cae1c: Move packages into beta
78
- becd728: Add duration to webpack bundler plugin directly
89
- 543a526: Update dependencies before moving package out of alpha
910
- 4f1183e: Remove references to Webpack 4, as we currently on support Node 18+.

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

packages/rollup-plugin/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
### Patch Changes
66

7+
- f5cae1c: Move packages into beta
8+
- Updated dependencies [f5cae1c]
9+
- @codecov/bundler-plugin-core@0.0.1-beta.0
710
- becd728: Add duration to webpack bundler plugin directly
811
- 543a526: Update dependencies before moving package out of alpha
912
- 4f1183e: Remove references to Webpack 4, as we currently on support Node 18+.

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

packages/vite-plugin/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
### Patch Changes
66

7+
- f5cae1c: Move packages into beta
8+
- Updated dependencies [f5cae1c]
9+
- @codecov/bundler-plugin-core@0.0.1-beta.0
710
- becd728: Add duration to webpack bundler plugin directly
811
- 543a526: Update dependencies before moving package out of alpha
912
- 4f1183e: Remove references to Webpack 4, as we currently on support Node 18+.

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

packages/webpack-plugin/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
### Patch Changes
66

7+
- f5cae1c: Move packages into beta
8+
- Updated dependencies [f5cae1c]
9+
- @codecov/bundler-plugin-core@0.0.1-beta.0
710
- becd728: Add duration to webpack bundler plugin directly
811
- 543a526: Update dependencies before moving package out of alpha
912
- 4f1183e: Remove references to Webpack 4, as we currently on support Node 18+.

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

0 commit comments

Comments
 (0)