Skip to content

Commit 9774b81

Browse files
meta(changelog): Update package versions (beta) (#112)
Update plugins to 0.0.1-beta.5.
1 parent 5ad4bfa commit 9774b81

File tree

9 files changed

+60
-5
lines changed

9 files changed

+60
-5
lines changed

.changeset/pre.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@
88
"@codecov/webpack-plugin": "0.0.0"
99
},
1010
"changesets": [
11+
"chilled-eagles-protect",
1112
"cool-sheep-care",
1213
"early-phones-prove",
1314
"flat-mails-buy",
1415
"four-houses-drive",
1516
"healthy-foxes-joke",
1617
"itchy-wolves-accept",
1718
"khaki-lions-glow",
18-
"many-peas-repeat"
19+
"many-berries-grab",
20+
"many-peas-repeat",
21+
"silent-pugs-add",
22+
"warm-feet-cry"
1923
]
2024
}

packages/bundler-plugin-core/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @codecov/bundler-plugin-core
22

3+
## 0.0.1-beta.5
4+
5+
### Patch Changes
6+
7+
- 5ad4bfa: Update plugins to remove sourcemaps from bundle stats data
8+
- 4e1516a: Modify output formats to be consistent across aliases and bundlers
9+
- c6dc57c: Remove Sentry stats upload from the plugins, as the project has been put on hold
10+
- 6c02b73: Fix normalizePath not handling all base64 characters and dashes
11+
312
## 0.0.1-beta.4
413

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

packages/rollup-plugin/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @codecov/rollup-plugin
22

3+
## 0.0.1-beta.5
4+
5+
### Patch Changes
6+
7+
- 5ad4bfa: Update plugins to remove sourcemaps from bundle stats data
8+
- 4e1516a: Modify output formats to be consistent across aliases and bundlers
9+
- c6dc57c: Remove Sentry stats upload from the plugins, as the project has been put on hold
10+
- 6c02b73: Fix normalizePath not handling all base64 characters and dashes
11+
- Updated dependencies [5ad4bfa]
12+
- Updated dependencies [4e1516a]
13+
- Updated dependencies [c6dc57c]
14+
- Updated dependencies [6c02b73]
15+
- @codecov/bundler-plugin-core@0.0.1-beta.5
16+
317
## 0.0.1-beta.4
418

519
### 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.4",
3+
"version": "0.0.1-beta.5",
44
"description": "Official Codecov Rollup plugin",
55
"author": "Codecov",
66
"license": "MIT",

packages/vite-plugin/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @codecov/vite-plugin
22

3+
## 0.0.1-beta.5
4+
5+
### Patch Changes
6+
7+
- 5ad4bfa: Update plugins to remove sourcemaps from bundle stats data
8+
- 4e1516a: Modify output formats to be consistent across aliases and bundlers
9+
- c6dc57c: Remove Sentry stats upload from the plugins, as the project has been put on hold
10+
- 6c02b73: Fix normalizePath not handling all base64 characters and dashes
11+
- Updated dependencies [5ad4bfa]
12+
- Updated dependencies [4e1516a]
13+
- Updated dependencies [c6dc57c]
14+
- Updated dependencies [6c02b73]
15+
- @codecov/bundler-plugin-core@0.0.1-beta.5
16+
317
## 0.0.1-beta.4
418

519
### 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.4",
3+
"version": "0.0.1-beta.5",
44
"description": "Official Codecov Vite plugin",
55
"author": "Codecov",
66
"license": "MIT",

packages/webpack-plugin/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @codecov/webpack-plugin
22

3+
## 0.0.1-beta.5
4+
5+
### Patch Changes
6+
7+
- 5ad4bfa: Update plugins to remove sourcemaps from bundle stats data
8+
- 4e1516a: Modify output formats to be consistent across aliases and bundlers
9+
- c6dc57c: Remove Sentry stats upload from the plugins, as the project has been put on hold
10+
- 6c02b73: Fix normalizePath not handling all base64 characters and dashes
11+
- Updated dependencies [5ad4bfa]
12+
- Updated dependencies [4e1516a]
13+
- Updated dependencies [c6dc57c]
14+
- Updated dependencies [6c02b73]
15+
- @codecov/bundler-plugin-core@0.0.1-beta.5
16+
317
## 0.0.1-beta.4
418

519
### 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.4",
3+
"version": "0.0.1-beta.5",
44
"description": "Official Codecov Webpack plugin",
55
"author": "Codecov",
66
"license": "MIT",

0 commit comments

Comments
 (0)