Skip to content

Commit 5323127

Browse files
committed
release: 2.1.0
1 parent 8f509c4 commit 5323127

File tree

12 files changed

+40
-40
lines changed

12 files changed

+40
-40
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"npmClient": "yarn",
55
"useWorkspaces": true
66
}

packages/bundler-plugin-core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/bundler-plugin-core",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Sentry Bundler Plugin Core",
55
"repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/bundler-plugin-core",
@@ -67,8 +67,8 @@
6767
"@rollup/plugin-json": "4.1.0",
6868
"@rollup/plugin-node-resolve": "13.3.0",
6969
"@rollup/plugin-replace": "^4.0.0",
70-
"@sentry-internal/eslint-config": "2.0.0",
71-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.0.0",
70+
"@sentry-internal/eslint-config": "2.1.0",
71+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.1.0",
7272
"@swc/core": "^1.2.205",
7373
"@swc/jest": "^0.2.21",
7474
"@types/jest": "^28.1.3",

packages/dev-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/dev-utils",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"license": "MIT",
55
"private": true,
66
"files": [

packages/e2e-tests/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/bundler-plugin-e2e-tests",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -15,15 +15,15 @@
1515
"lint": "eslint ."
1616
},
1717
"dependencies": {
18-
"@sentry/esbuild-plugin": "2.0.0",
19-
"@sentry/rollup-plugin": "2.0.0",
20-
"@sentry/vite-plugin": "2.0.0",
21-
"@sentry/webpack-plugin": "2.0.0",
18+
"@sentry/esbuild-plugin": "2.1.0",
19+
"@sentry/rollup-plugin": "2.1.0",
20+
"@sentry/vite-plugin": "2.1.0",
21+
"@sentry/webpack-plugin": "2.1.0",
2222
"axios": "^1.1.3"
2323
},
2424
"devDependencies": {
25-
"@sentry-internal/eslint-config": "2.0.0",
26-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.0.0",
25+
"@sentry-internal/eslint-config": "2.1.0",
26+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.1.0",
2727
"@swc/jest": "^0.2.21",
2828
"@types/axios": "^0.14.0",
2929
"@types/glob": "8.0.0",

packages/esbuild-plugin/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/esbuild-plugin",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Official Sentry esbuild plugin",
55
"repository": "[email protected]:getsentry/sentry-javascript-bundler-plugins.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/esbuild-plugin",
@@ -48,7 +48,7 @@
4848
"prepack": "ts-node ./src/prepack.ts"
4949
},
5050
"dependencies": {
51-
"@sentry/bundler-plugin-core": "2.0.0",
51+
"@sentry/bundler-plugin-core": "2.1.0",
5252
"unplugin": "1.0.1",
5353
"uuid": "^9.0.0"
5454
},
@@ -58,8 +58,8 @@
5858
"@babel/preset-typescript": "7.17.12",
5959
"@rollup/plugin-babel": "5.3.1",
6060
"@rollup/plugin-node-resolve": "13.3.0",
61-
"@sentry-internal/eslint-config": "2.0.0",
62-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.0.0",
61+
"@sentry-internal/eslint-config": "2.1.0",
62+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.1.0",
6363
"@swc/core": "^1.2.205",
6464
"@swc/jest": "^0.2.21",
6565
"@types/jest": "^28.1.3",

packages/eslint-configs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/eslint-config",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"license": "MIT",
55
"private": true,
66
"peerDependencies": {

packages/integration-tests/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/integration-tests",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -15,13 +15,13 @@
1515
"clean:deps": "rimraf node_modules"
1616
},
1717
"dependencies": {
18-
"@sentry-internal/eslint-config": "2.0.0",
19-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.0.0",
20-
"@sentry/bundler-plugin-core": "2.0.0",
21-
"@sentry/esbuild-plugin": "2.0.0",
22-
"@sentry/rollup-plugin": "2.0.0",
23-
"@sentry/vite-plugin": "2.0.0",
24-
"@sentry/webpack-plugin": "2.0.0",
18+
"@sentry-internal/eslint-config": "2.1.0",
19+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.1.0",
20+
"@sentry/bundler-plugin-core": "2.1.0",
21+
"@sentry/esbuild-plugin": "2.1.0",
22+
"@sentry/rollup-plugin": "2.1.0",
23+
"@sentry/vite-plugin": "2.1.0",
24+
"@sentry/webpack-plugin": "2.1.0",
2525
"@swc/jest": "^0.2.21",
2626
"@types/jest": "^28.1.3",
2727
"@types/webpack4": "npm:@types/[email protected]",

packages/playground/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/bundler-plugin-playground",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -18,7 +18,7 @@
1818
"start:proxyLogger": "ts-node scripts/request-logger-proxy.ts"
1919
},
2020
"dependencies": {
21-
"@sentry/bundler-plugin-core": "2.0.0",
21+
"@sentry/bundler-plugin-core": "2.1.0",
2222
"@sentry/integrations": "7.50",
2323
"@sentry/node": "7.50",
2424
"@types/express": "^4.17.13",

packages/rollup-plugin/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/rollup-plugin",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Official Sentry Rollup plugin",
55
"repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/rollup-plugin",
@@ -49,7 +49,7 @@
4949
"prepack": "ts-node ./src/prepack.ts"
5050
},
5151
"dependencies": {
52-
"@sentry/bundler-plugin-core": "2.0.0",
52+
"@sentry/bundler-plugin-core": "2.1.0",
5353
"unplugin": "1.0.1"
5454
},
5555
"peerDependencies": {
@@ -61,8 +61,8 @@
6161
"@babel/preset-typescript": "7.17.12",
6262
"@rollup/plugin-babel": "5.3.1",
6363
"@rollup/plugin-node-resolve": "13.3.0",
64-
"@sentry-internal/eslint-config": "2.0.0",
65-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.0.0",
64+
"@sentry-internal/eslint-config": "2.1.0",
65+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.1.0",
6666
"@swc/core": "^1.2.205",
6767
"@swc/jest": "^0.2.21",
6868
"@types/jest": "^28.1.3",

packages/tsconfigs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/sentry-bundler-plugin-tsconfig",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"license": "MIT",
55
"private": true
66
}

packages/vite-plugin/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/vite-plugin",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Official Sentry Vite plugin",
55
"repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/vite-plugin",
@@ -48,7 +48,7 @@
4848
"prepack": "ts-node ./src/prepack.ts"
4949
},
5050
"dependencies": {
51-
"@sentry/bundler-plugin-core": "2.0.0",
51+
"@sentry/bundler-plugin-core": "2.1.0",
5252
"unplugin": "1.0.1"
5353
},
5454
"devDependencies": {
@@ -57,8 +57,8 @@
5757
"@babel/preset-typescript": "7.17.12",
5858
"@rollup/plugin-babel": "5.3.1",
5959
"@rollup/plugin-node-resolve": "13.3.0",
60-
"@sentry-internal/eslint-config": "2.0.0",
61-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.0.0",
60+
"@sentry-internal/eslint-config": "2.1.0",
61+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.1.0",
6262
"@swc/core": "^1.2.205",
6363
"@swc/jest": "^0.2.21",
6464
"@types/jest": "^28.1.3",

packages/webpack-plugin/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/webpack-plugin",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Official Sentry Webpack plugin",
55
"repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/webpack-plugin",
@@ -48,7 +48,7 @@
4848
"prepack": "ts-node ./src/prepack.ts"
4949
},
5050
"dependencies": {
51-
"@sentry/bundler-plugin-core": "2.0.0",
51+
"@sentry/bundler-plugin-core": "2.1.0",
5252
"unplugin": "1.0.1",
5353
"uuid": "^9.0.0",
5454
"webpack-4": "npm:webpack@^4"
@@ -59,8 +59,8 @@
5959
"@babel/preset-typescript": "7.17.12",
6060
"@rollup/plugin-babel": "5.3.1",
6161
"@rollup/plugin-commonjs": "22.0.1",
62-
"@sentry-internal/eslint-config": "2.0.0",
63-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.0.0",
62+
"@sentry-internal/eslint-config": "2.1.0",
63+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.1.0",
6464
"@swc/core": "^1.2.205",
6565
"@swc/jest": "^0.2.21",
6666
"@types/jest": "^28.1.3",

0 commit comments

Comments
 (0)