diff --git a/.changeset/pre.json b/.changeset/pre.json new file mode 100644 index 00000000..091299a5 --- /dev/null +++ b/.changeset/pre.json @@ -0,0 +1,11 @@ +{ + "mode": "pre", + "tag": "alpha", + "initialVersions": { + "@codecov/bundler-plugin-core": "0.0.1", + "@codecov/rollup-plugin": "0.0.1", + "@codecov/vite-plugin": "0.0.1", + "@codecov/webpack-plugin": "0.0.1" + }, + "changesets": [] +} diff --git a/.changeset/sweet-lemons-add.md b/.changeset/sweet-lemons-add.md deleted file mode 100644 index 18ee84e5..00000000 --- a/.changeset/sweet-lemons-add.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@codecov/bundler-plugin-core": major -"@codecov/webpack-plugin": major -"@codecov/rollup-plugin": major -"@codecov/vite-plugin": major ---- - -Initial release of the Codecov JavaScript Bundler Plugins diff --git a/.github/workflows/prepare-publish.yml b/.github/workflows/prepare-publish.yml index 301a08d9..29a32493 100644 --- a/.github/workflows/prepare-publish.yml +++ b/.github/workflows/prepare-publish.yml @@ -21,6 +21,7 @@ jobs: - name: Setup pnpm & install dependencies uses: pnpm/action-setup@v2 with: + version: 8 run_install: true - name: Create Release Pull Request diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 441b5f29..9becd09d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,6 +30,7 @@ jobs: - name: Setup pnpm & install dependencies uses: pnpm/action-setup@v2 with: + version: 8 run_install: true - name: Publish to NPM diff --git a/packages/bundler-plugin-core/package.json b/packages/bundler-plugin-core/package.json index 056842ec..e63910ce 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-alpha", + "version": "0.0.1", "description": "Official Codecov Bundler Plugin Core", "author": "Codecov", "license": "MIT", diff --git a/packages/rollup-plugin/package.json b/packages/rollup-plugin/package.json index c4e96b60..724bc43e 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-alpha", + "version": "0.0.1", "description": "Official Codecov Rollup plugin", "author": "Codecov", "license": "MIT", diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index b90bed59..e5a578ef 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-alpha", + "version": "0.0.1", "description": "Official Codecov Vite plugin", "author": "Codecov", "license": "MIT", diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index 7835908e..09709e0a 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-alpha", + "version": "0.0.1", "description": "Official Codecov Webpack plugin", "author": "Codecov", "license": "MIT",