Skip to content

Commit fb94725

Browse files
committed
release: 0.6.0
1 parent b4b9aa1 commit fb94725

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.5.1",
2+
"version": "0.6.0",
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.5.1",
3+
"version": "0.6.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",
@@ -54,8 +54,8 @@
5454
"@rollup/plugin-json": "4.1.0",
5555
"@rollup/plugin-node-resolve": "13.3.0",
5656
"@rollup/plugin-replace": "^4.0.0",
57-
"@sentry-internal/eslint-config": "0.5.1",
58-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.5.1",
57+
"@sentry-internal/eslint-config": "0.6.0",
58+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.6.0",
5959
"@swc/core": "^1.2.205",
6060
"@swc/jest": "^0.2.21",
6161
"@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.5.1",
3+
"version": "0.6.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -15,15 +15,15 @@
1515
"lint": "eslint ."
1616
},
1717
"dependencies": {
18-
"@sentry/esbuild-plugin": "0.5.1",
19-
"@sentry/rollup-plugin": "0.5.1",
20-
"@sentry/vite-plugin": "0.5.1",
21-
"@sentry/webpack-plugin": "0.5.1",
18+
"@sentry/esbuild-plugin": "0.6.0",
19+
"@sentry/rollup-plugin": "0.6.0",
20+
"@sentry/vite-plugin": "0.6.0",
21+
"@sentry/webpack-plugin": "0.6.0",
2222
"axios": "^1.1.3"
2323
},
2424
"devDependencies": {
25-
"@sentry-internal/eslint-config": "0.5.1",
26-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.5.1",
25+
"@sentry-internal/eslint-config": "0.6.0",
26+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.6.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": "0.5.1",
3+
"version": "0.6.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",
@@ -46,7 +46,7 @@
4646
"lint": "eslint ./src ./test"
4747
},
4848
"dependencies": {
49-
"@sentry/bundler-plugin-core": "0.5.1"
49+
"@sentry/bundler-plugin-core": "0.6.0"
5050
},
5151
"devDependencies": {
5252
"@babel/core": "7.18.5",
@@ -56,8 +56,8 @@
5656
"@rollup/plugin-commonjs": "22.0.1",
5757
"@rollup/plugin-json": "4.1.0",
5858
"@rollup/plugin-node-resolve": "13.3.0",
59-
"@sentry-internal/eslint-config": "0.5.1",
60-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.5.1",
59+
"@sentry-internal/eslint-config": "0.6.0",
60+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.6.0",
6161
"@swc/core": "^1.2.205",
6262
"@swc/jest": "^0.2.21",
6363
"@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.5.1",
3+
"version": "0.6.0",
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.5.1",
3+
"version": "0.6.0",
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.5.1",
19-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.5.1",
20-
"@sentry/bundler-plugin-core": "0.5.1",
18+
"@sentry-internal/eslint-config": "0.6.0",
19+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.6.0",
20+
"@sentry/bundler-plugin-core": "0.6.0",
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.5.1",
3+
"version": "0.6.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": "0.5.1",
21+
"@sentry/bundler-plugin-core": "0.6.0",
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.5.1",
3+
"version": "0.6.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",
@@ -47,7 +47,7 @@
4747
"lint": "eslint ./src ./test"
4848
},
4949
"dependencies": {
50-
"@sentry/bundler-plugin-core": "0.5.1"
50+
"@sentry/bundler-plugin-core": "0.6.0"
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.5.1",
61-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.5.1",
60+
"@sentry-internal/eslint-config": "0.6.0",
61+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.6.0",
6262
"@swc/core": "^1.2.205",
6363
"@swc/jest": "^0.2.21",
6464
"@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.5.1",
3+
"version": "0.6.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": "0.5.1",
3+
"version": "0.6.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",
@@ -46,7 +46,7 @@
4646
"lint": "eslint ./src ./test"
4747
},
4848
"dependencies": {
49-
"@sentry/bundler-plugin-core": "0.5.1"
49+
"@sentry/bundler-plugin-core": "0.6.0"
5050
},
5151
"devDependencies": {
5252
"@babel/core": "7.18.5",
@@ -56,8 +56,8 @@
5656
"@rollup/plugin-commonjs": "22.0.1",
5757
"@rollup/plugin-json": "4.1.0",
5858
"@rollup/plugin-node-resolve": "13.3.0",
59-
"@sentry-internal/eslint-config": "0.5.1",
60-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.5.1",
59+
"@sentry-internal/eslint-config": "0.6.0",
60+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.6.0",
6161
"@swc/core": "^1.2.205",
6262
"@swc/jest": "^0.2.21",
6363
"@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.5.1",
3+
"version": "0.6.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",
@@ -46,7 +46,7 @@
4646
"lint": "eslint ./src ./test"
4747
},
4848
"dependencies": {
49-
"@sentry/bundler-plugin-core": "0.5.1"
49+
"@sentry/bundler-plugin-core": "0.6.0"
5050
},
5151
"devDependencies": {
5252
"@babel/core": "7.18.5",
@@ -56,8 +56,8 @@
5656
"@rollup/plugin-commonjs": "22.0.1",
5757
"@rollup/plugin-json": "4.1.0",
5858
"@rollup/plugin-node-resolve": "13.3.0",
59-
"@sentry-internal/eslint-config": "0.5.1",
60-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.5.1",
59+
"@sentry-internal/eslint-config": "0.6.0",
60+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.6.0",
6161
"@swc/core": "^1.2.205",
6262
"@swc/jest": "^0.2.21",
6363
"@types/jest": "^28.1.3",

0 commit comments

Comments
 (0)