Skip to content

Commit 607112c

Browse files
committed
release: 0.0.1-alpha.0
1 parent 3dc95c1 commit 607112c

File tree

10 files changed

+28
-28
lines changed

10 files changed

+28
-28
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.0-alpha.0",
2+
"version": "0.0.1-alpha.0",
33
"packages": "packages/*",
44
"npmClient": "yarn",
55
"useWorkspaces": true

packages/bundler-plugin-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/bundler-plugin-core",
3-
"version": "0.0.0-alpha.0",
3+
"version": "0.0.1-alpha.0",
44
"description": "Sentry Bundler Plugin Core",
55
"repository": "git://github.com/getsentry/sentry-unplugin.git",
66
"homepage": "https://github.com/getsentry/sentry-unplugin",
@@ -46,8 +46,8 @@
4646
"@rollup/plugin-json": "4.1.0",
4747
"@rollup/plugin-node-resolve": "13.3.0",
4848
"@rollup/plugin-replace": "^4.0.0",
49-
"@sentry-internal/eslint-config": "0.0.0-alpha.0",
50-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.0.0-alpha.0",
49+
"@sentry-internal/eslint-config": "0.0.1-alpha.0",
50+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.0.1-alpha.0",
5151
"@swc/core": "^1.2.205",
5252
"@swc/jest": "^0.2.21",
5353
"@types/jest": "^28.1.3",

packages/esbuild-plugin/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/esbuild-plugin",
3-
"version": "0.0.0-alpha.0",
3+
"version": "0.0.1-alpha.0",
44
"description": "Official Sentry esbuild 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/esbuild-plugin",
@@ -36,7 +36,7 @@
3636
"lint": "eslint ./src ./test"
3737
},
3838
"dependencies": {
39-
"@sentry/bundler-plugin-core": "0.0.0-alpha.0"
39+
"@sentry/bundler-plugin-core": "0.0.1-alpha.0"
4040
},
4141
"devDependencies": {
4242
"@babel/core": "7.18.5",
@@ -46,8 +46,8 @@
4646
"@rollup/plugin-commonjs": "22.0.1",
4747
"@rollup/plugin-json": "4.1.0",
4848
"@rollup/plugin-node-resolve": "13.3.0",
49-
"@sentry-internal/eslint-config": "0.0.0-alpha.0",
50-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.0.0-alpha.0",
49+
"@sentry-internal/eslint-config": "0.0.1-alpha.0",
50+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.0.1-alpha.0",
5151
"@swc/core": "^1.2.205",
5252
"@swc/jest": "^0.2.21",
5353
"@types/jest": "^28.1.3",

packages/eslint-configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/eslint-config",
3-
"version": "0.0.0-alpha.0",
3+
"version": "0.0.1-alpha.0",
44
"license": "MIT",
55
"private": true,
66
"peerDependencies": {

packages/integration-tests/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/integration-tests",
3-
"version": "0.0.0-alpha.0",
3+
"version": "0.0.1-alpha.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -11,9 +11,9 @@
1111
"check:types": "tsc --project ./tsconfig.json --noEmit"
1212
},
1313
"dependencies": {
14-
"@sentry-internal/eslint-config": "0.0.0-alpha.0",
15-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.0.0-alpha.0",
16-
"@sentry/bundler-plugin-core": "0.0.0-alpha.0",
14+
"@sentry-internal/eslint-config": "0.0.1-alpha.0",
15+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.0.1-alpha.0",
16+
"@sentry/bundler-plugin-core": "0.0.1-alpha.0",
1717
"@swc/jest": "^0.2.21",
1818
"@types/jest": "^28.1.3",
1919
"@types/webpack4": "npm:@types/webpack@4.41.32",

packages/playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/bundler-plugin-playground",
3-
"version": "0.0.0-alpha.0",
3+
"version": "0.0.1-alpha.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -14,9 +14,9 @@
1414
"start:proxyLogger": "ts-node scripts/request-logger-proxy.ts"
1515
},
1616
"dependencies": {
17+
"@sentry/bundler-plugin-core": "0.0.1-alpha.0",
1718
"@sentry/integrations": "^7.11.1",
1819
"@sentry/node": "^7.11.1",
19-
"@sentry/bundler-plugin-core": "0.0.0-alpha.0",
2020
"@types/express": "^4.17.13",
2121
"@types/http-proxy": "^1.17.9",
2222
"esbuild": "0.14.49",

packages/rollup-plugin/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/rollup-plugin",
3-
"version": "0.0.0-alpha.0",
3+
"version": "0.0.1-alpha.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",
@@ -37,7 +37,7 @@
3737
"lint": "eslint ./src ./test"
3838
},
3939
"dependencies": {
40-
"@sentry/bundler-plugin-core": "0.0.0-alpha.0"
40+
"@sentry/bundler-plugin-core": "0.0.1-alpha.0"
4141
},
4242
"devDependencies": {
4343
"@babel/core": "7.18.5",
@@ -47,8 +47,8 @@
4747
"@rollup/plugin-commonjs": "22.0.1",
4848
"@rollup/plugin-json": "4.1.0",
4949
"@rollup/plugin-node-resolve": "13.3.0",
50-
"@sentry-internal/eslint-config": "0.0.0-alpha.0",
51-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.0.0-alpha.0",
50+
"@sentry-internal/eslint-config": "0.0.1-alpha.0",
51+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.0.1-alpha.0",
5252
"@swc/core": "^1.2.205",
5353
"@swc/jest": "^0.2.21",
5454
"@types/jest": "^28.1.3",

packages/tsconfigs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/sentry-bundler-plugin-tsconfig",
3-
"version": "0.0.0-alpha.0",
3+
"version": "0.0.1-alpha.0",
44
"license": "MIT",
55
"private": true
66
}

packages/vite-plugin/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/vite-plugin",
3-
"version": "0.0.0-alpha.0",
3+
"version": "0.0.1-alpha.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",
@@ -36,7 +36,7 @@
3636
"lint": "eslint ./src ./test"
3737
},
3838
"dependencies": {
39-
"@sentry/bundler-plugin-core": "0.0.0-alpha.0"
39+
"@sentry/bundler-plugin-core": "0.0.1-alpha.0"
4040
},
4141
"devDependencies": {
4242
"@babel/core": "7.18.5",
@@ -46,8 +46,8 @@
4646
"@rollup/plugin-commonjs": "22.0.1",
4747
"@rollup/plugin-json": "4.1.0",
4848
"@rollup/plugin-node-resolve": "13.3.0",
49-
"@sentry-internal/eslint-config": "0.0.0-alpha.0",
50-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.0.0-alpha.0",
49+
"@sentry-internal/eslint-config": "0.0.1-alpha.0",
50+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.0.1-alpha.0",
5151
"@swc/core": "^1.2.205",
5252
"@swc/jest": "^0.2.21",
5353
"@types/jest": "^28.1.3",

packages/webpack-plugin/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/webpack-plugin",
3-
"version": "0.0.0-alpha.0",
3+
"version": "0.0.1-alpha.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",
@@ -36,7 +36,7 @@
3636
"lint": "eslint ./src ./test"
3737
},
3838
"dependencies": {
39-
"@sentry/bundler-plugin-core": "0.0.0-alpha.0"
39+
"@sentry/bundler-plugin-core": "0.0.1-alpha.0"
4040
},
4141
"devDependencies": {
4242
"@babel/core": "7.18.5",
@@ -46,8 +46,8 @@
4646
"@rollup/plugin-commonjs": "22.0.1",
4747
"@rollup/plugin-json": "4.1.0",
4848
"@rollup/plugin-node-resolve": "13.3.0",
49-
"@sentry-internal/eslint-config": "0.0.0-alpha.0",
50-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.0.0-alpha.0",
49+
"@sentry-internal/eslint-config": "0.0.1-alpha.0",
50+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.0.1-alpha.0",
5151
"@swc/core": "^1.2.205",
5252
"@swc/jest": "^0.2.21",
5353
"@types/jest": "^28.1.3",

0 commit comments

Comments
 (0)