Skip to content

Commit

Permalink
meta(changelog): Update package versions (beta) (#112)
Browse files Browse the repository at this point in the history
Update plugins to 0.0.1-beta.5.
  • Loading branch information
github-actions[bot] authored Mar 21, 2024
1 parent 5ad4bfa commit 9774b81
Show file tree
Hide file tree
Showing 9 changed files with 60 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@
"@codecov/webpack-plugin": "0.0.0"
},
"changesets": [
"chilled-eagles-protect",
"cool-sheep-care",
"early-phones-prove",
"flat-mails-buy",
"four-houses-drive",
"healthy-foxes-joke",
"itchy-wolves-accept",
"khaki-lions-glow",
"many-peas-repeat"
"many-berries-grab",
"many-peas-repeat",
"silent-pugs-add",
"warm-feet-cry"
]
}
9 changes: 9 additions & 0 deletions packages/bundler-plugin-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @codecov/bundler-plugin-core

## 0.0.1-beta.5

### Patch Changes

- 5ad4bfa: Update plugins to remove sourcemaps from bundle stats data
- 4e1516a: Modify output formats to be consistent across aliases and bundlers
- c6dc57c: Remove Sentry stats upload from the plugins, as the project has been put on hold
- 6c02b73: Fix normalizePath not handling all base64 characters and dashes

## 0.0.1-beta.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler-plugin-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codecov/bundler-plugin-core",
"version": "0.0.1-beta.4",
"version": "0.0.1-beta.5",
"description": "Official Codecov Bundler Plugin Core",
"author": "Codecov",
"license": "MIT",
Expand Down
14 changes: 14 additions & 0 deletions packages/rollup-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @codecov/rollup-plugin

## 0.0.1-beta.5

### Patch Changes

- 5ad4bfa: Update plugins to remove sourcemaps from bundle stats data
- 4e1516a: Modify output formats to be consistent across aliases and bundlers
- c6dc57c: Remove Sentry stats upload from the plugins, as the project has been put on hold
- 6c02b73: Fix normalizePath not handling all base64 characters and dashes
- Updated dependencies [5ad4bfa]
- Updated dependencies [4e1516a]
- Updated dependencies [c6dc57c]
- Updated dependencies [6c02b73]
- @codecov/bundler-plugin-core@0.0.1-beta.5

## 0.0.1-beta.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codecov/rollup-plugin",
"version": "0.0.1-beta.4",
"version": "0.0.1-beta.5",
"description": "Official Codecov Rollup plugin",
"author": "Codecov",
"license": "MIT",
Expand Down
14 changes: 14 additions & 0 deletions packages/vite-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @codecov/vite-plugin

## 0.0.1-beta.5

### Patch Changes

- 5ad4bfa: Update plugins to remove sourcemaps from bundle stats data
- 4e1516a: Modify output formats to be consistent across aliases and bundlers
- c6dc57c: Remove Sentry stats upload from the plugins, as the project has been put on hold
- 6c02b73: Fix normalizePath not handling all base64 characters and dashes
- Updated dependencies [5ad4bfa]
- Updated dependencies [4e1516a]
- Updated dependencies [c6dc57c]
- Updated dependencies [6c02b73]
- @codecov/bundler-plugin-core@0.0.1-beta.5

## 0.0.1-beta.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codecov/vite-plugin",
"version": "0.0.1-beta.4",
"version": "0.0.1-beta.5",
"description": "Official Codecov Vite plugin",
"author": "Codecov",
"license": "MIT",
Expand Down
14 changes: 14 additions & 0 deletions packages/webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @codecov/webpack-plugin

## 0.0.1-beta.5

### Patch Changes

- 5ad4bfa: Update plugins to remove sourcemaps from bundle stats data
- 4e1516a: Modify output formats to be consistent across aliases and bundlers
- c6dc57c: Remove Sentry stats upload from the plugins, as the project has been put on hold
- 6c02b73: Fix normalizePath not handling all base64 characters and dashes
- Updated dependencies [5ad4bfa]
- Updated dependencies [4e1516a]
- Updated dependencies [c6dc57c]
- Updated dependencies [6c02b73]
- @codecov/bundler-plugin-core@0.0.1-beta.5

## 0.0.1-beta.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codecov/webpack-plugin",
"version": "0.0.1-beta.4",
"version": "0.0.1-beta.5",
"description": "Official Codecov Webpack plugin",
"author": "Codecov",
"license": "MIT",
Expand Down

0 comments on commit 9774b81

Please sign in to comment.