Skip to content

Commit 3d3da7a

Browse files
committed
release: 2.20.0
1 parent 9982c89 commit 3d3da7a

File tree

13 files changed

+44
-44
lines changed

13 files changed

+44
-44
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.19.0",
3+
"version": "2.20.0",
44
"npmClient": "yarn",
55
"useWorkspaces": true
66
}

packages/babel-plugin-component-annotate/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/babel-plugin-component-annotate",
3-
"version": "2.19.0",
3+
"version": "2.20.0",
44
"description": "A Babel plugin that annotates frontend components with additional data to enrich the experience in Sentry",
55
"repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/babel-plugin-component-annotate",
@@ -56,8 +56,8 @@
5656
"@babel/preset-typescript": "7.17.12",
5757
"@rollup/plugin-babel": "5.3.1",
5858
"@rollup/plugin-node-resolve": "13.3.0",
59-
"@sentry-internal/eslint-config": "2.19.0",
60-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.19.0",
59+
"@sentry-internal/eslint-config": "2.20.0",
60+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.20.0",
6161
"@swc/core": "^1.2.205",
6262
"@swc/jest": "^0.2.21",
6363
"@types/jest": "^28.1.3",

packages/bundler-plugin-core/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/bundler-plugin-core",
3-
"version": "2.19.0",
3+
"version": "2.20.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",
@@ -53,7 +53,7 @@
5353
},
5454
"dependencies": {
5555
"@babel/core": "^7.18.5",
56-
"@sentry/babel-plugin-component-annotate": "2.19.0",
56+
"@sentry/babel-plugin-component-annotate": "2.20.0",
5757
"@sentry/cli": "^2.22.3",
5858
"dotenv": "^16.3.1",
5959
"find-up": "^5.0.0",
@@ -68,8 +68,8 @@
6868
"@rollup/plugin-json": "4.1.0",
6969
"@rollup/plugin-node-resolve": "13.3.0",
7070
"@rollup/plugin-replace": "^4.0.0",
71-
"@sentry-internal/eslint-config": "2.19.0",
72-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.19.0",
71+
"@sentry-internal/eslint-config": "2.20.0",
72+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.20.0",
7373
"@sentry/node": "7.102.0",
7474
"@sentry/utils": "7.102.0",
7575
"@swc/core": "^1.2.205",

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.19.0",
3+
"version": "2.20.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.19.0",
3+
"version": "2.20.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -15,15 +15,15 @@
1515
"lint": "eslint ."
1616
},
1717
"dependencies": {
18-
"@sentry/esbuild-plugin": "2.19.0",
19-
"@sentry/rollup-plugin": "2.19.0",
20-
"@sentry/vite-plugin": "2.19.0",
21-
"@sentry/webpack-plugin": "2.19.0",
18+
"@sentry/esbuild-plugin": "2.20.0",
19+
"@sentry/rollup-plugin": "2.20.0",
20+
"@sentry/vite-plugin": "2.20.0",
21+
"@sentry/webpack-plugin": "2.20.0",
2222
"axios": "^1.1.3"
2323
},
2424
"devDependencies": {
25-
"@sentry-internal/eslint-config": "2.19.0",
26-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.19.0",
25+
"@sentry-internal/eslint-config": "2.20.0",
26+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.20.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.19.0",
3+
"version": "2.20.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.19.0",
51+
"@sentry/bundler-plugin-core": "2.20.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.19.0",
62-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.19.0",
61+
"@sentry-internal/eslint-config": "2.20.0",
62+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.20.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.19.0",
3+
"version": "2.20.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.19.0",
3+
"version": "2.20.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -19,13 +19,13 @@
1919
"@rollup/plugin-babel": "^6.0.4",
2020
"@rollup/plugin-commonjs": "^25.0.7",
2121
"@rollup/plugin-node-resolve": "^15.2.3",
22-
"@sentry-internal/eslint-config": "2.19.0",
23-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.19.0",
24-
"@sentry/bundler-plugin-core": "2.19.0",
25-
"@sentry/esbuild-plugin": "2.19.0",
26-
"@sentry/rollup-plugin": "2.19.0",
27-
"@sentry/vite-plugin": "2.19.0",
28-
"@sentry/webpack-plugin": "2.19.0",
22+
"@sentry-internal/eslint-config": "2.20.0",
23+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.20.0",
24+
"@sentry/bundler-plugin-core": "2.20.0",
25+
"@sentry/esbuild-plugin": "2.20.0",
26+
"@sentry/rollup-plugin": "2.20.0",
27+
"@sentry/vite-plugin": "2.20.0",
28+
"@sentry/webpack-plugin": "2.20.0",
2929
"@swc/jest": "^0.2.21",
3030
"@types/jest": "^28.1.3",
3131
"@types/react": "^18.2.0",

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.19.0",
3+
"version": "2.20.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.19.0",
21+
"@sentry/bundler-plugin-core": "2.20.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.19.0",
3+
"version": "2.20.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.19.0",
52+
"@sentry/bundler-plugin-core": "2.20.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.19.0",
65-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.19.0",
64+
"@sentry-internal/eslint-config": "2.20.0",
65+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.20.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.19.0",
3+
"version": "2.20.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.19.0",
3+
"version": "2.20.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.19.0",
51+
"@sentry/bundler-plugin-core": "2.20.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.19.0",
61-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.19.0",
60+
"@sentry-internal/eslint-config": "2.20.0",
61+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.20.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.19.0",
3+
"version": "2.20.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.19.0",
51+
"@sentry/bundler-plugin-core": "2.20.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-commonjs": "22.0.1",
61-
"@sentry-internal/eslint-config": "2.19.0",
62-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.19.0",
61+
"@sentry-internal/eslint-config": "2.20.0",
62+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.20.0",
6363
"@swc/core": "^1.2.205",
6464
"@swc/jest": "^0.2.21",
6565
"@types/jest": "^28.1.3",

0 commit comments

Comments
 (0)