Skip to content

Commit

Permalink
release: 2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Apr 2, 2024
1 parent 26e9c3d commit d1ef6cd
Show file tree
Hide file tree
Showing 13 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "2.16.0",
"version": "2.16.1",
"npmClient": "yarn",
"useWorkspaces": true
}
6 changes: 3 additions & 3 deletions packages/babel-plugin-component-annotate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/babel-plugin-component-annotate",
"version": "2.16.0",
"version": "2.16.1",
"description": "A Babel plugin that annotates frontend components with additional data to enrich the experience in Sentry",
"repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git",
"homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/babel-plugin-component-annotate",
Expand Down Expand Up @@ -56,8 +56,8 @@
"@babel/preset-typescript": "7.17.12",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-node-resolve": "13.3.0",
"@sentry-internal/eslint-config": "2.16.0",
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.16.0",
"@sentry-internal/eslint-config": "2.16.1",
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.16.1",
"@swc/core": "^1.2.205",
"@swc/jest": "^0.2.21",
"@types/jest": "^28.1.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/bundler-plugin-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/bundler-plugin-core",
"version": "2.16.0",
"version": "2.16.1",
"description": "Sentry Bundler Plugin Core",
"repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git",
"homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/bundler-plugin-core",
Expand Down Expand Up @@ -53,7 +53,7 @@
},
"dependencies": {
"@babel/core": "^7.18.5",
"@sentry/babel-plugin-component-annotate": "2.16.0",
"@sentry/babel-plugin-component-annotate": "2.16.1",
"@sentry/cli": "^2.22.3",
"dotenv": "^16.3.1",
"find-up": "^5.0.0",
Expand All @@ -68,8 +68,8 @@
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@sentry-internal/eslint-config": "2.16.0",
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.16.0",
"@sentry-internal/eslint-config": "2.16.1",
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.16.1",
"@sentry/node": "7.102.0",
"@sentry/utils": "7.102.0",
"@swc/core": "^1.2.205",
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry-internal/dev-utils",
"version": "2.16.0",
"version": "2.16.1",
"license": "MIT",
"private": true,
"files": [
Expand Down
14 changes: 7 additions & 7 deletions packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry-internal/bundler-plugin-e2e-tests",
"version": "2.16.0",
"version": "2.16.1",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -15,15 +15,15 @@
"lint": "eslint ."
},
"dependencies": {
"@sentry/esbuild-plugin": "2.16.0",
"@sentry/rollup-plugin": "2.16.0",
"@sentry/vite-plugin": "2.16.0",
"@sentry/webpack-plugin": "2.16.0",
"@sentry/esbuild-plugin": "2.16.1",
"@sentry/rollup-plugin": "2.16.1",
"@sentry/vite-plugin": "2.16.1",
"@sentry/webpack-plugin": "2.16.1",
"axios": "^1.1.3"
},
"devDependencies": {
"@sentry-internal/eslint-config": "2.16.0",
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.16.0",
"@sentry-internal/eslint-config": "2.16.1",
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.16.1",
"@swc/jest": "^0.2.21",
"@types/axios": "^0.14.0",
"@types/glob": "8.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/esbuild-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/esbuild-plugin",
"version": "2.16.0",
"version": "2.16.1",
"description": "Official Sentry esbuild plugin",
"repository": "[email protected]:getsentry/sentry-javascript-bundler-plugins.git",
"homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/esbuild-plugin",
Expand Down Expand Up @@ -48,7 +48,7 @@
"prepack": "ts-node ./src/prepack.ts"
},
"dependencies": {
"@sentry/bundler-plugin-core": "2.16.0",
"@sentry/bundler-plugin-core": "2.16.1",
"unplugin": "1.0.1",
"uuid": "^9.0.0"
},
Expand All @@ -58,8 +58,8 @@
"@babel/preset-typescript": "7.17.12",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-node-resolve": "13.3.0",
"@sentry-internal/eslint-config": "2.16.0",
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.16.0",
"@sentry-internal/eslint-config": "2.16.1",
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.16.1",
"@swc/core": "^1.2.205",
"@swc/jest": "^0.2.21",
"@types/jest": "^28.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-configs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry-internal/eslint-config",
"version": "2.16.0",
"version": "2.16.1",
"license": "MIT",
"private": true,
"peerDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions packages/integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry-internal/integration-tests",
"version": "2.16.0",
"version": "2.16.1",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -19,13 +19,13 @@
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@sentry-internal/eslint-config": "2.16.0",
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.16.0",
"@sentry/bundler-plugin-core": "2.16.0",
"@sentry/esbuild-plugin": "2.16.0",
"@sentry/rollup-plugin": "2.16.0",
"@sentry/vite-plugin": "2.16.0",
"@sentry/webpack-plugin": "2.16.0",
"@sentry-internal/eslint-config": "2.16.1",
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.16.1",
"@sentry/bundler-plugin-core": "2.16.1",
"@sentry/esbuild-plugin": "2.16.1",
"@sentry/rollup-plugin": "2.16.1",
"@sentry/vite-plugin": "2.16.1",
"@sentry/webpack-plugin": "2.16.1",
"@swc/jest": "^0.2.21",
"@types/jest": "^28.1.3",
"@types/react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry-internal/bundler-plugin-playground",
"version": "2.16.0",
"version": "2.16.1",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -18,7 +18,7 @@
"start:proxyLogger": "ts-node scripts/request-logger-proxy.ts"
},
"dependencies": {
"@sentry/bundler-plugin-core": "2.16.0",
"@sentry/bundler-plugin-core": "2.16.1",
"@sentry/integrations": "7.50",
"@sentry/node": "7.50",
"@types/express": "^4.17.13",
Expand Down
8 changes: 4 additions & 4 deletions packages/rollup-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/rollup-plugin",
"version": "2.16.0",
"version": "2.16.1",
"description": "Official Sentry Rollup plugin",
"repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git",
"homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/rollup-plugin",
Expand Down Expand Up @@ -49,7 +49,7 @@
"prepack": "ts-node ./src/prepack.ts"
},
"dependencies": {
"@sentry/bundler-plugin-core": "2.16.0",
"@sentry/bundler-plugin-core": "2.16.1",
"unplugin": "1.0.1"
},
"peerDependencies": {
Expand All @@ -61,8 +61,8 @@
"@babel/preset-typescript": "7.17.12",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-node-resolve": "13.3.0",
"@sentry-internal/eslint-config": "2.16.0",
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.16.0",
"@sentry-internal/eslint-config": "2.16.1",
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.16.1",
"@swc/core": "^1.2.205",
"@swc/jest": "^0.2.21",
"@types/jest": "^28.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfigs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry-internal/sentry-bundler-plugin-tsconfig",
"version": "2.16.0",
"version": "2.16.1",
"license": "MIT",
"private": true
}
8 changes: 4 additions & 4 deletions packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/vite-plugin",
"version": "2.16.0",
"version": "2.16.1",
"description": "Official Sentry Vite plugin",
"repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git",
"homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/vite-plugin",
Expand Down Expand Up @@ -48,7 +48,7 @@
"prepack": "ts-node ./src/prepack.ts"
},
"dependencies": {
"@sentry/bundler-plugin-core": "2.16.0",
"@sentry/bundler-plugin-core": "2.16.1",
"unplugin": "1.0.1"
},
"devDependencies": {
Expand All @@ -57,8 +57,8 @@
"@babel/preset-typescript": "7.17.12",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-node-resolve": "13.3.0",
"@sentry-internal/eslint-config": "2.16.0",
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.16.0",
"@sentry-internal/eslint-config": "2.16.1",
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.16.1",
"@swc/core": "^1.2.205",
"@swc/jest": "^0.2.21",
"@types/jest": "^28.1.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/webpack-plugin",
"version": "2.16.0",
"version": "2.16.1",
"description": "Official Sentry Webpack plugin",
"repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git",
"homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/webpack-plugin",
Expand Down Expand Up @@ -48,7 +48,7 @@
"prepack": "ts-node ./src/prepack.ts"
},
"dependencies": {
"@sentry/bundler-plugin-core": "2.16.0",
"@sentry/bundler-plugin-core": "2.16.1",
"unplugin": "1.0.1",
"uuid": "^9.0.0"
},
Expand All @@ -58,8 +58,8 @@
"@babel/preset-typescript": "7.17.12",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-commonjs": "22.0.1",
"@sentry-internal/eslint-config": "2.16.0",
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.16.0",
"@sentry-internal/eslint-config": "2.16.1",
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.16.1",
"@swc/core": "^1.2.205",
"@swc/jest": "^0.2.21",
"@types/jest": "^28.1.3",
Expand Down

0 comments on commit d1ef6cd

Please sign in to comment.