From 76de1590990d4b074f46f688c9e6ad5d783fa529 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 20:13:24 -0400 Subject: [PATCH] meta(changelog): Update package versions (beta) (#81) Release version 0.0.1-beta.2 of the bundler plugins. --- .changeset/pre.json | 8 +++++++- packages/bundler-plugin-core/CHANGELOG.md | 7 +++++++ packages/bundler-plugin-core/package.json | 2 +- packages/rollup-plugin/CHANGELOG.md | 10 ++++++++++ packages/rollup-plugin/package.json | 2 +- packages/vite-plugin/CHANGELOG.md | 10 ++++++++++ packages/vite-plugin/package.json | 2 +- packages/webpack-plugin/CHANGELOG.md | 10 ++++++++++ packages/webpack-plugin/package.json | 2 +- 9 files changed, 48 insertions(+), 5 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 41abf2dc..606a913a 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -7,5 +7,11 @@ "@codecov/vite-plugin": "0.0.0", "@codecov/webpack-plugin": "0.0.0" }, - "changesets": ["four-houses-drive", "healthy-foxes-joke", "khaki-lions-glow"] + "changesets": [ + "early-phones-prove", + "four-houses-drive", + "healthy-foxes-joke", + "khaki-lions-glow", + "many-peas-repeat" + ] } diff --git a/packages/bundler-plugin-core/CHANGELOG.md b/packages/bundler-plugin-core/CHANGELOG.md index e4dcbf26..5b5444c4 100644 --- a/packages/bundler-plugin-core/CHANGELOG.md +++ b/packages/bundler-plugin-core/CHANGELOG.md @@ -1,5 +1,12 @@ # @codecov/bundler-plugin-core +## 0.0.1-beta.2 + +### Patch Changes + +- 94a46aa: Grab branch name inside Vercel helper so that we for sure have a branch value +- 7bc7183: Add more detailed logging for upload stats + ## 0.0.1-beta.1 ### Patch Changes diff --git a/packages/bundler-plugin-core/package.json b/packages/bundler-plugin-core/package.json index a421ace0..038e6e01 100644 --- a/packages/bundler-plugin-core/package.json +++ b/packages/bundler-plugin-core/package.json @@ -1,6 +1,6 @@ { "name": "@codecov/bundler-plugin-core", - "version": "0.0.1-beta.1", + "version": "0.0.1-beta.2", "description": "Official Codecov Bundler Plugin Core", "author": "Codecov", "license": "MIT", diff --git a/packages/rollup-plugin/CHANGELOG.md b/packages/rollup-plugin/CHANGELOG.md index 045ded6f..7471bf6e 100644 --- a/packages/rollup-plugin/CHANGELOG.md +++ b/packages/rollup-plugin/CHANGELOG.md @@ -1,5 +1,15 @@ # @codecov/rollup-plugin +## 0.0.1-beta.2 + +### Patch Changes + +- 94a46aa: Grab branch name inside Vercel helper so that we for sure have a branch value +- 7bc7183: Add more detailed logging for upload stats +- Updated dependencies [94a46aa] +- Updated dependencies [7bc7183] + - @codecov/bundler-plugin-core@0.0.1-beta.2 + ## 0.0.1-beta.1 ### Patch Changes diff --git a/packages/rollup-plugin/package.json b/packages/rollup-plugin/package.json index 55d9f21e..a1383817 100644 --- a/packages/rollup-plugin/package.json +++ b/packages/rollup-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@codecov/rollup-plugin", - "version": "0.0.1-beta.1", + "version": "0.0.1-beta.2", "description": "Official Codecov Rollup plugin", "author": "Codecov", "license": "MIT", diff --git a/packages/vite-plugin/CHANGELOG.md b/packages/vite-plugin/CHANGELOG.md index 0b5b0e52..8f001be1 100644 --- a/packages/vite-plugin/CHANGELOG.md +++ b/packages/vite-plugin/CHANGELOG.md @@ -1,5 +1,15 @@ # @codecov/vite-plugin +## 0.0.1-beta.2 + +### Patch Changes + +- 94a46aa: Grab branch name inside Vercel helper so that we for sure have a branch value +- 7bc7183: Add more detailed logging for upload stats +- Updated dependencies [94a46aa] +- Updated dependencies [7bc7183] + - @codecov/bundler-plugin-core@0.0.1-beta.2 + ## 0.0.1-beta.1 ### Patch Changes diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index b6e55d8a..3b749b0e 100644 --- a/packages/vite-plugin/package.json +++ b/packages/vite-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@codecov/vite-plugin", - "version": "0.0.1-beta.1", + "version": "0.0.1-beta.2", "description": "Official Codecov Vite plugin", "author": "Codecov", "license": "MIT", diff --git a/packages/webpack-plugin/CHANGELOG.md b/packages/webpack-plugin/CHANGELOG.md index b2db122e..53549612 100644 --- a/packages/webpack-plugin/CHANGELOG.md +++ b/packages/webpack-plugin/CHANGELOG.md @@ -1,5 +1,15 @@ # @codecov/webpack-plugin +## 0.0.1-beta.2 + +### Patch Changes + +- 94a46aa: Grab branch name inside Vercel helper so that we for sure have a branch value +- 7bc7183: Add more detailed logging for upload stats +- Updated dependencies [94a46aa] +- Updated dependencies [7bc7183] + - @codecov/bundler-plugin-core@0.0.1-beta.2 + ## 0.0.1-beta.1 ### Patch Changes diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index 1afa346e..777e86f9 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@codecov/webpack-plugin", - "version": "0.0.1-beta.1", + "version": "0.0.1-beta.2", "description": "Official Codecov Webpack plugin", "author": "Codecov", "license": "MIT",