diff --git a/.changeset/pre.json b/.changeset/pre.json index 5ef559c2..41abf2dc 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -7,5 +7,5 @@ "@codecov/vite-plugin": "0.0.0", "@codecov/webpack-plugin": "0.0.0" }, - "changesets": ["healthy-foxes-joke"] + "changesets": ["four-houses-drive", "healthy-foxes-joke", "khaki-lions-glow"] } diff --git a/packages/bundler-plugin-core/CHANGELOG.md b/packages/bundler-plugin-core/CHANGELOG.md index 75156906..e4dcbf26 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.1 + +### Patch Changes + +- 834dd14: Update Vercel env helper function to create full git slug +- f0fd4ce: Add codecov prefix to log messages + ## 0.0.1-beta.0 ### Patch Changes diff --git a/packages/bundler-plugin-core/package.json b/packages/bundler-plugin-core/package.json index fc897cb2..a421ace0 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.0", + "version": "0.0.1-beta.1", "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 72c8e41a..045ded6f 100644 --- a/packages/rollup-plugin/CHANGELOG.md +++ b/packages/rollup-plugin/CHANGELOG.md @@ -1,5 +1,15 @@ # @codecov/rollup-plugin +## 0.0.1-beta.1 + +### Patch Changes + +- 834dd14: Update Vercel env helper function to create full git slug +- f0fd4ce: Add codecov prefix to log messages +- Updated dependencies [834dd14] +- Updated dependencies [f0fd4ce] + - @codecov/bundler-plugin-core@0.0.1-beta.1 + ## 0.0.1-beta.0 ### Patch Changes diff --git a/packages/rollup-plugin/package.json b/packages/rollup-plugin/package.json index 8506fa96..55d9f21e 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.0", + "version": "0.0.1-beta.1", "description": "Official Codecov Rollup plugin", "author": "Codecov", "license": "MIT", diff --git a/packages/vite-plugin/CHANGELOG.md b/packages/vite-plugin/CHANGELOG.md index 2c9264cf..0b5b0e52 100644 --- a/packages/vite-plugin/CHANGELOG.md +++ b/packages/vite-plugin/CHANGELOG.md @@ -1,5 +1,15 @@ # @codecov/vite-plugin +## 0.0.1-beta.1 + +### Patch Changes + +- 834dd14: Update Vercel env helper function to create full git slug +- f0fd4ce: Add codecov prefix to log messages +- Updated dependencies [834dd14] +- Updated dependencies [f0fd4ce] + - @codecov/bundler-plugin-core@0.0.1-beta.1 + ## 0.0.1-beta.0 ### Patch Changes diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index 8ccdd7ad..b6e55d8a 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.0", + "version": "0.0.1-beta.1", "description": "Official Codecov Vite plugin", "author": "Codecov", "license": "MIT", diff --git a/packages/webpack-plugin/CHANGELOG.md b/packages/webpack-plugin/CHANGELOG.md index 294a9c40..b2db122e 100644 --- a/packages/webpack-plugin/CHANGELOG.md +++ b/packages/webpack-plugin/CHANGELOG.md @@ -1,5 +1,15 @@ # @codecov/webpack-plugin +## 0.0.1-beta.1 + +### Patch Changes + +- 834dd14: Update Vercel env helper function to create full git slug +- f0fd4ce: Add codecov prefix to log messages +- Updated dependencies [834dd14] +- Updated dependencies [f0fd4ce] + - @codecov/bundler-plugin-core@0.0.1-beta.1 + ## 0.0.1-beta.0 ### Patch Changes diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index 4e1d0851..1afa346e 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.0", + "version": "0.0.1-beta.1", "description": "Official Codecov Webpack plugin", "author": "Codecov", "license": "MIT",