Skip to content

Commit 657d6cb

Browse files
meta(changelog): Update package versions (beta) (#89)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 33b335e commit 657d6cb

File tree

9 files changed

+43
-4
lines changed

9 files changed

+43
-4
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"@codecov/webpack-plugin": "0.0.0"
99
},
1010
"changesets": [
11+
"cool-sheep-care",
1112
"early-phones-prove",
13+
"flat-mails-buy",
1214
"four-houses-drive",
1315
"healthy-foxes-joke",
1416
"khaki-lions-glow",

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.3
4+
5+
### Patch Changes
6+
7+
- da9b990: Preserve JSDoc comments during build process for the bundler plugins
8+
- 33b335e: Normalize options to set default values as well as validate bundle names ensuring they follow the correct pattern.
9+
310
## 0.0.1-beta.2
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.2",
3+
"version": "0.0.1-beta.3",
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.3
4+
5+
### Patch Changes
6+
7+
- da9b990: Preserve JSDoc comments during build process for the bundler plugins
8+
- 33b335e: Normalize options to set default values as well as validate bundle names ensuring they follow the correct pattern.
9+
- Updated dependencies [da9b990]
10+
- Updated dependencies [33b335e]
11+
- @codecov/bundler-plugin-core@0.0.1-beta.3
12+
313
## 0.0.1-beta.2
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.2",
3+
"version": "0.0.1-beta.3",
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.3
4+
5+
### Patch Changes
6+
7+
- da9b990: Preserve JSDoc comments during build process for the bundler plugins
8+
- 33b335e: Normalize options to set default values as well as validate bundle names ensuring they follow the correct pattern.
9+
- Updated dependencies [da9b990]
10+
- Updated dependencies [33b335e]
11+
- @codecov/bundler-plugin-core@0.0.1-beta.3
12+
313
## 0.0.1-beta.2
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.2",
3+
"version": "0.0.1-beta.3",
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.3
4+
5+
### Patch Changes
6+
7+
- da9b990: Preserve JSDoc comments during build process for the bundler plugins
8+
- 33b335e: Normalize options to set default values as well as validate bundle names ensuring they follow the correct pattern.
9+
- Updated dependencies [da9b990]
10+
- Updated dependencies [33b335e]
11+
- @codecov/bundler-plugin-core@0.0.1-beta.3
12+
313
## 0.0.1-beta.2
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.2",
3+
"version": "0.0.1-beta.3",
44
"description": "Official Codecov Webpack plugin",
55
"author": "Codecov",
66
"license": "MIT",

0 commit comments

Comments
 (0)