diff --git a/lerna.json b/lerna.json index 6b5933e8..1e883fbb 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.4.0", + "version": "2.0.0-alpha.0", "packages": "packages/*", "npmClient": "yarn", "useWorkspaces": true diff --git a/packages/bundler-plugin-core/package.json b/packages/bundler-plugin-core/package.json index 98f902bd..81c98510 100644 --- a/packages/bundler-plugin-core/package.json +++ b/packages/bundler-plugin-core/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/bundler-plugin-core", - "version": "0.4.0", + "version": "2.0.0-alpha.0", "description": "Sentry Bundler Plugin Core", "repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git", "homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/bundler-plugin-core", @@ -56,8 +56,8 @@ "@rollup/plugin-json": "4.1.0", "@rollup/plugin-node-resolve": "13.3.0", "@rollup/plugin-replace": "^4.0.0", - "@sentry-internal/eslint-config": "0.4.0", - "@sentry-internal/sentry-bundler-plugin-tsconfig": "0.4.0", + "@sentry-internal/eslint-config": "2.0.0-alpha.0", + "@sentry-internal/sentry-bundler-plugin-tsconfig": "2.0.0-alpha.0", "@swc/core": "^1.2.205", "@swc/jest": "^0.2.21", "@types/jest": "^28.1.3", diff --git a/packages/e2e-tests/package.json b/packages/e2e-tests/package.json index 017dc746..8bd8413e 100644 --- a/packages/e2e-tests/package.json +++ b/packages/e2e-tests/package.json @@ -1,6 +1,6 @@ { "name": "@sentry-internal/bundler-plugin-e2e-tests", - "version": "0.4.0", + "version": "2.0.0-alpha.0", "license": "MIT", "private": true, "scripts": { @@ -15,15 +15,15 @@ "lint": "eslint ." }, "dependencies": { - "@sentry/esbuild-plugin": "0.4.0", - "@sentry/rollup-plugin": "0.4.0", - "@sentry/vite-plugin": "0.4.0", - "@sentry/webpack-plugin": "0.4.0", + "@sentry/esbuild-plugin": "2.0.0-alpha.0", + "@sentry/rollup-plugin": "2.0.0-alpha.0", + "@sentry/vite-plugin": "2.0.0-alpha.0", + "@sentry/webpack-plugin": "2.0.0-alpha.0", "axios": "^1.1.3" }, "devDependencies": { - "@sentry-internal/eslint-config": "0.4.0", - "@sentry-internal/sentry-bundler-plugin-tsconfig": "0.4.0", + "@sentry-internal/eslint-config": "2.0.0-alpha.0", + "@sentry-internal/sentry-bundler-plugin-tsconfig": "2.0.0-alpha.0", "@swc/jest": "^0.2.21", "@types/axios": "^0.14.0", "@types/glob": "8.0.0", diff --git a/packages/esbuild-plugin/package.json b/packages/esbuild-plugin/package.json index 6b67d6fd..3e844dd7 100644 --- a/packages/esbuild-plugin/package.json +++ b/packages/esbuild-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/esbuild-plugin", - "version": "0.4.0", + "version": "2.0.0-alpha.0", "description": "Official Sentry esbuild plugin", "repository": "git@github.com:getsentry/sentry-javascript-bundler-plugins.git", "homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/esbuild-plugin", @@ -46,7 +46,7 @@ "lint": "eslint ./src ./test" }, "dependencies": { - "@sentry/bundler-plugin-core": "0.4.0" + "@sentry/bundler-plugin-core": "2.0.0-alpha.0" }, "devDependencies": { "@babel/core": "7.18.5", @@ -56,8 +56,8 @@ "@rollup/plugin-commonjs": "22.0.1", "@rollup/plugin-json": "4.1.0", "@rollup/plugin-node-resolve": "13.3.0", - "@sentry-internal/eslint-config": "0.4.0", - "@sentry-internal/sentry-bundler-plugin-tsconfig": "0.4.0", + "@sentry-internal/eslint-config": "2.0.0-alpha.0", + "@sentry-internal/sentry-bundler-plugin-tsconfig": "2.0.0-alpha.0", "@swc/core": "^1.2.205", "@swc/jest": "^0.2.21", "@types/jest": "^28.1.3", diff --git a/packages/eslint-configs/package.json b/packages/eslint-configs/package.json index a8ee2d62..b0fc8eed 100644 --- a/packages/eslint-configs/package.json +++ b/packages/eslint-configs/package.json @@ -1,6 +1,6 @@ { "name": "@sentry-internal/eslint-config", - "version": "0.4.0", + "version": "2.0.0-alpha.0", "license": "MIT", "private": true, "peerDependencies": { diff --git a/packages/integration-tests/package.json b/packages/integration-tests/package.json index 5dea52b4..0c34358e 100644 --- a/packages/integration-tests/package.json +++ b/packages/integration-tests/package.json @@ -1,6 +1,6 @@ { "name": "@sentry-internal/integration-tests", - "version": "0.4.0", + "version": "2.0.0-alpha.0", "license": "MIT", "private": true, "scripts": { @@ -15,9 +15,9 @@ "clean:deps": "rimraf node_modules" }, "dependencies": { - "@sentry-internal/eslint-config": "0.4.0", - "@sentry-internal/sentry-bundler-plugin-tsconfig": "0.4.0", - "@sentry/bundler-plugin-core": "0.4.0", + "@sentry-internal/eslint-config": "2.0.0-alpha.0", + "@sentry-internal/sentry-bundler-plugin-tsconfig": "2.0.0-alpha.0", + "@sentry/bundler-plugin-core": "2.0.0-alpha.0", "@swc/jest": "^0.2.21", "@types/jest": "^28.1.3", "@types/webpack4": "npm:@types/webpack@4.41.32", diff --git a/packages/playground/package.json b/packages/playground/package.json index 0e188d50..96074379 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -1,6 +1,6 @@ { "name": "@sentry-internal/bundler-plugin-playground", - "version": "0.4.0", + "version": "2.0.0-alpha.0", "license": "MIT", "private": true, "scripts": { @@ -18,7 +18,7 @@ "start:proxyLogger": "ts-node scripts/request-logger-proxy.ts" }, "dependencies": { - "@sentry/bundler-plugin-core": "0.4.0", + "@sentry/bundler-plugin-core": "2.0.0-alpha.0", "@sentry/integrations": "^7.19.0", "@sentry/node": "^7.19.0", "@types/express": "^4.17.13", diff --git a/packages/rollup-plugin/package.json b/packages/rollup-plugin/package.json index b8063b88..d656923a 100644 --- a/packages/rollup-plugin/package.json +++ b/packages/rollup-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/rollup-plugin", - "version": "0.4.0", + "version": "2.0.0-alpha.0", "description": "Official Sentry Rollup plugin", "repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git", "homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/rollup-plugin", @@ -47,7 +47,7 @@ "lint": "eslint ./src ./test" }, "dependencies": { - "@sentry/bundler-plugin-core": "0.4.0" + "@sentry/bundler-plugin-core": "2.0.0-alpha.0" }, "devDependencies": { "@babel/core": "7.18.5", @@ -57,8 +57,8 @@ "@rollup/plugin-commonjs": "22.0.1", "@rollup/plugin-json": "4.1.0", "@rollup/plugin-node-resolve": "13.3.0", - "@sentry-internal/eslint-config": "0.4.0", - "@sentry-internal/sentry-bundler-plugin-tsconfig": "0.4.0", + "@sentry-internal/eslint-config": "2.0.0-alpha.0", + "@sentry-internal/sentry-bundler-plugin-tsconfig": "2.0.0-alpha.0", "@swc/core": "^1.2.205", "@swc/jest": "^0.2.21", "@types/jest": "^28.1.3", diff --git a/packages/tsconfigs/package.json b/packages/tsconfigs/package.json index c095de1c..7988e00c 100644 --- a/packages/tsconfigs/package.json +++ b/packages/tsconfigs/package.json @@ -1,6 +1,6 @@ { "name": "@sentry-internal/sentry-bundler-plugin-tsconfig", - "version": "0.4.0", + "version": "2.0.0-alpha.0", "license": "MIT", "private": true } diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index b5282f4e..2de3c05c 100644 --- a/packages/vite-plugin/package.json +++ b/packages/vite-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/vite-plugin", - "version": "0.4.0", + "version": "2.0.0-alpha.0", "description": "Official Sentry Vite plugin", "repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git", "homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/vite-plugin", @@ -46,7 +46,7 @@ "lint": "eslint ./src ./test" }, "dependencies": { - "@sentry/bundler-plugin-core": "0.4.0" + "@sentry/bundler-plugin-core": "2.0.0-alpha.0" }, "devDependencies": { "@babel/core": "7.18.5", @@ -56,8 +56,8 @@ "@rollup/plugin-commonjs": "22.0.1", "@rollup/plugin-json": "4.1.0", "@rollup/plugin-node-resolve": "13.3.0", - "@sentry-internal/eslint-config": "0.4.0", - "@sentry-internal/sentry-bundler-plugin-tsconfig": "0.4.0", + "@sentry-internal/eslint-config": "2.0.0-alpha.0", + "@sentry-internal/sentry-bundler-plugin-tsconfig": "2.0.0-alpha.0", "@swc/core": "^1.2.205", "@swc/jest": "^0.2.21", "@types/jest": "^28.1.3", diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index 8b6ae344..eb3f3dc8 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/webpack-plugin", - "version": "0.4.0", + "version": "2.0.0-alpha.0", "description": "Official Sentry Webpack plugin", "repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git", "homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/webpack-plugin", @@ -45,7 +45,7 @@ "lint": "eslint ./src ./test" }, "dependencies": { - "@sentry/bundler-plugin-core": "0.4.0" + "@sentry/bundler-plugin-core": "2.0.0-alpha.0" }, "devDependencies": { "@babel/core": "7.18.5", @@ -55,8 +55,8 @@ "@rollup/plugin-commonjs": "22.0.1", "@rollup/plugin-json": "4.1.0", "@rollup/plugin-node-resolve": "13.3.0", - "@sentry-internal/eslint-config": "0.4.0", - "@sentry-internal/sentry-bundler-plugin-tsconfig": "0.4.0", + "@sentry-internal/eslint-config": "2.0.0-alpha.0", + "@sentry-internal/sentry-bundler-plugin-tsconfig": "2.0.0-alpha.0", "@swc/core": "^1.2.205", "@swc/jest": "^0.2.21", "@types/jest": "^28.1.3",