Skip to content

Commit 04c89c8

Browse files
committed
release: 0.7.1
1 parent 1b610f0 commit 04c89c8

File tree

11 files changed

+35
-35
lines changed

11 files changed

+35
-35
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.7.0",
2+
"version": "0.7.1",
33
"packages": "packages/*",
44
"npmClient": "yarn",
55
"useWorkspaces": true

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": "0.7.0",
3+
"version": "0.7.1",
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",
@@ -70,8 +70,8 @@
7070
"@rollup/plugin-json": "4.1.0",
7171
"@rollup/plugin-node-resolve": "13.3.0",
7272
"@rollup/plugin-replace": "^4.0.0",
73-
"@sentry-internal/eslint-config": "0.7.0",
74-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.7.0",
73+
"@sentry-internal/eslint-config": "0.7.1",
74+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.7.1",
7575
"@swc/core": "^1.2.205",
7676
"@swc/jest": "^0.2.21",
7777
"@types/jest": "^28.1.3",

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": "0.7.0",
3+
"version": "0.7.1",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -15,15 +15,15 @@
1515
"lint": "eslint ."
1616
},
1717
"dependencies": {
18-
"@sentry/esbuild-plugin": "0.7.0",
19-
"@sentry/rollup-plugin": "0.7.0",
20-
"@sentry/vite-plugin": "0.7.0",
21-
"@sentry/webpack-plugin": "0.7.0",
18+
"@sentry/esbuild-plugin": "0.7.1",
19+
"@sentry/rollup-plugin": "0.7.1",
20+
"@sentry/vite-plugin": "0.7.1",
21+
"@sentry/webpack-plugin": "0.7.1",
2222
"axios": "^1.1.3"
2323
},
2424
"devDependencies": {
25-
"@sentry-internal/eslint-config": "0.7.0",
26-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.7.0",
25+
"@sentry-internal/eslint-config": "0.7.1",
26+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.7.1",
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": "0.7.0",
3+
"version": "0.7.1",
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",
@@ -47,7 +47,7 @@
4747
"lint": "eslint ./src ./test"
4848
},
4949
"dependencies": {
50-
"@sentry/bundler-plugin-core": "0.7.0"
50+
"@sentry/bundler-plugin-core": "0.7.1"
5151
},
5252
"devDependencies": {
5353
"@babel/core": "7.18.5",
@@ -57,8 +57,8 @@
5757
"@rollup/plugin-commonjs": "22.0.1",
5858
"@rollup/plugin-json": "4.1.0",
5959
"@rollup/plugin-node-resolve": "13.3.0",
60-
"@sentry-internal/eslint-config": "0.7.0",
61-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.7.0",
60+
"@sentry-internal/eslint-config": "0.7.1",
61+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.7.1",
6262
"@swc/core": "^1.2.205",
6363
"@swc/jest": "^0.2.21",
6464
"@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": "0.7.0",
3+
"version": "0.7.1",
44
"license": "MIT",
55
"private": true,
66
"peerDependencies": {

packages/integration-tests/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/integration-tests",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -15,9 +15,9 @@
1515
"clean:deps": "rimraf node_modules"
1616
},
1717
"dependencies": {
18-
"@sentry-internal/eslint-config": "0.7.0",
19-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.7.0",
20-
"@sentry/bundler-plugin-core": "0.7.0",
18+
"@sentry-internal/eslint-config": "0.7.1",
19+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.7.1",
20+
"@sentry/bundler-plugin-core": "0.7.1",
2121
"@swc/jest": "^0.2.21",
2222
"@types/jest": "^28.1.3",
2323
"@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": "0.7.0",
3+
"version": "0.7.1",
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": "0.7.0",
21+
"@sentry/bundler-plugin-core": "0.7.1",
2222
"@sentry/integrations": "^7.19.0",
2323
"@sentry/node": "^7.19.0",
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": "0.7.0",
3+
"version": "0.7.1",
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",
@@ -48,7 +48,7 @@
4848
"lint": "eslint ./src ./test"
4949
},
5050
"dependencies": {
51-
"@sentry/bundler-plugin-core": "0.7.0"
51+
"@sentry/bundler-plugin-core": "0.7.1"
5252
},
5353
"devDependencies": {
5454
"@babel/core": "7.18.5",
@@ -58,8 +58,8 @@
5858
"@rollup/plugin-commonjs": "22.0.1",
5959
"@rollup/plugin-json": "4.1.0",
6060
"@rollup/plugin-node-resolve": "13.3.0",
61-
"@sentry-internal/eslint-config": "0.7.0",
62-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.7.0",
61+
"@sentry-internal/eslint-config": "0.7.1",
62+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.7.1",
6363
"@swc/core": "^1.2.205",
6464
"@swc/jest": "^0.2.21",
6565
"@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": "0.7.0",
3+
"version": "0.7.1",
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": "0.7.0",
3+
"version": "0.7.1",
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",
@@ -47,7 +47,7 @@
4747
"lint": "eslint ./src ./test"
4848
},
4949
"dependencies": {
50-
"@sentry/bundler-plugin-core": "0.7.0"
50+
"@sentry/bundler-plugin-core": "0.7.1"
5151
},
5252
"devDependencies": {
5353
"@babel/core": "7.18.5",
@@ -57,8 +57,8 @@
5757
"@rollup/plugin-commonjs": "22.0.1",
5858
"@rollup/plugin-json": "4.1.0",
5959
"@rollup/plugin-node-resolve": "13.3.0",
60-
"@sentry-internal/eslint-config": "0.7.0",
61-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.7.0",
60+
"@sentry-internal/eslint-config": "0.7.1",
61+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.7.1",
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": "0.7.0",
3+
"version": "0.7.1",
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",
@@ -47,7 +47,7 @@
4747
"lint": "eslint ./src ./test"
4848
},
4949
"dependencies": {
50-
"@sentry/bundler-plugin-core": "0.7.0"
50+
"@sentry/bundler-plugin-core": "0.7.1"
5151
},
5252
"devDependencies": {
5353
"@babel/core": "7.18.5",
@@ -57,8 +57,8 @@
5757
"@rollup/plugin-commonjs": "22.0.1",
5858
"@rollup/plugin-json": "4.1.0",
5959
"@rollup/plugin-node-resolve": "13.3.0",
60-
"@sentry-internal/eslint-config": "0.7.0",
61-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.7.0",
60+
"@sentry-internal/eslint-config": "0.7.1",
61+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.7.1",
6262
"@swc/core": "^1.2.205",
6363
"@swc/jest": "^0.2.21",
6464
"@types/jest": "^28.1.3",

0 commit comments

Comments
 (0)