Skip to content

Commit

Permalink
build(v7): Ensure we do not mark as latest on npm (#12047)
Browse files Browse the repository at this point in the history
Instead, we'll tag everything as `v7` now, so 8.x remains `latest`.
  • Loading branch information
mydea committed May 15, 2024
1 parent 96c7f72 commit e0dda58
Show file tree
Hide file tree
Showing 34 changed files with 68 additions and 34 deletions.
3 changes: 2 additions & 1 deletion packages/angular-ivy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"main": "build/bundles/sentry-angular.umd.js",
"module": "build/fesm2015/sentry-angular.js",
"publishConfig": {
"access": "public"
"access": "public",
"tag": "v7"
},
"peerDependencies": {
"@angular/common": ">= 12.x <= 17.x",
Expand Down
3 changes: 2 additions & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"main": "build/bundles/sentry-angular.umd.js",
"module": "build/fesm2015/sentry-angular.js",
"publishConfig": {
"access": "public"
"access": "public",
"tag": "v7"
},
"peerDependencies": {
"@angular/common": ">= 10.x <= 15.x",
Expand Down
3 changes: 2 additions & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
}
},
"publishConfig": {
"access": "public"
"access": "public",
"tag": "v7"
},
"peerDependencies": {
"astro": ">=3.x || >=4.0.0-beta"
Expand Down
3 changes: 2 additions & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
}
},
"publishConfig": {
"access": "public"
"access": "public",
"tag": "v7"
},
"dependencies": {
"@sentry-internal/feedback": "7.114.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
}
},
"publishConfig": {
"access": "public"
"access": "public",
"tag": "v7"
},
"dependencies": {
"@sentry/core": "7.114.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
}
},
"publishConfig": {
"access": "public"
"access": "public",
"tag": "v7"
},
"dependencies": {
"@sentry/types": "7.114.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/deno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"module": "build/index.mjs",
"types": "build/index.d.ts",
"publishConfig": {
"access": "public"
"access": "public",
"tag": "v7"
},
"files": [
"index.mjs",
Expand Down
3 changes: 2 additions & 1 deletion packages/ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"ember-addon"
],
"publishConfig": {
"access": "public"
"access": "public",
"tag": "v7"
},
"directories": {
"doc": "doc",
Expand Down
3 changes: 2 additions & 1 deletion packages/eslint-config-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
],
"main": "src/index.js",
"publishConfig": {
"access": "public"
"access": "public",
"tag": "v7"
},
"dependencies": {
"@sentry-internal/eslint-plugin-sdk": "7.114.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/eslint-plugin-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
],
"main": "src/index.js",
"publishConfig": {
"access": "public"
"access": "public",
"tag": "v7"
},
"dependencies": {
"requireindex": "~1.1.0"
Expand Down
3 changes: 2 additions & 1 deletion packages/feedback/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
}
},
"publishConfig": {
"access": "public"
"access": "public",
"tag": "v7"
},
"dependencies": {
"@sentry/core": "7.114.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
}
},
"publishConfig": {
"access": "public"
"access": "public",
"tag": "v7"
},
"dependencies": {
"@sentry/core": "7.114.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/hub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
}
},
"publishConfig": {
"access": "public"
"access": "public",
"tag": "v7"
},
"dependencies": {
"@sentry/core": "7.114.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/integrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"node": ">=8"
},
"publishConfig": {
"access": "public"
"access": "public",
"tag": "v7"
},
"files": [
"cjs",
Expand Down
3 changes: 2 additions & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
}
},
"publishConfig": {
"access": "public"
"access": "public",
"tag": "v7"
},
"dependencies": {
"@rollup/plugin-commonjs": "24.0.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/node-experimental/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
}
},
"publishConfig": {
"access": "public"
"access": "public",
"tag": "v7"
},
"dependencies": {
"@opentelemetry/api": "1.7.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
}
},
"publishConfig": {
"access": "public"
"access": "public",
"tag": "v7"
},
"dependencies": {
"@sentry-internal/tracing": "7.114.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/opentelemetry-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
}
},
"publishConfig": {
"access": "public"
"access": "public",
"tag": "v7"
},
"dependencies": {
"@sentry/core": "7.114.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/opentelemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
}
},
"publishConfig": {
"access": "public"
"access": "public",
"tag": "v7"
},
"dependencies": {
"@sentry/core": "7.114.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/profiling-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
"access": "public",
"tag": "v7"
},
"files": [
"lib",
Expand Down
3 changes: 2 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
}
},
"publishConfig": {
"access": "public"
"access": "public",
"tag": "v7"
},
"dependencies": {
"@sentry/browser": "7.114.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
}
},
"publishConfig": {
"access": "public"
"access": "public",
"tag": "v7"
},
"dependencies": {
"@remix-run/router": "1.x",
Expand Down
3 changes: 2 additions & 1 deletion packages/replay-canvas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"yalc:publish": "ts-node ../../scripts/prepack.ts --bundles && yalc publish ./build/npm --push --sig"
},
"publishConfig": {
"access": "public"
"access": "public",
"tag": "v7"
},
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion packages/serverless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
}
},
"publishConfig": {
"access": "public"
"access": "public",
"tag": "v7"
},
"dependencies": {
"@sentry/core": "7.114.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
}
},
"publishConfig": {
"access": "public"
"access": "public",
"tag": "v7"
},
"dependencies": {
"@sentry/browser": "7.114.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
}
},
"publishConfig": {
"access": "public"
"access": "public",
"tag": "v7"
},
"peerDependencies": {
"@sveltejs/kit": "1.x || 2.x"
Expand Down
3 changes: 2 additions & 1 deletion packages/tracing-internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
}
},
"publishConfig": {
"access": "public"
"access": "public",
"tag": "v7"
},
"dependencies": {
"@sentry/core": "7.114.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/tracing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
}
},
"publishConfig": {
"access": "public"
"access": "public",
"tag": "v7"
},
"dependencies": {
"@sentry-internal/tracing": "7.114.0"
Expand Down
3 changes: 2 additions & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
}
},
"publishConfig": {
"access": "public"
"access": "public",
"tag": "v7"
},
"scripts": {
"build": "run-p build:transpile build:types",
Expand Down
3 changes: 2 additions & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public"
"access": "public",
"tag": "v7"
},
"files": [
"tsconfig.json"
Expand Down
3 changes: 2 additions & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
}
},
"publishConfig": {
"access": "public"
"access": "public",
"tag": "v7"
},
"dependencies": {
"@sentry/types": "7.114.0"
Expand Down
3 changes: 2 additions & 1 deletion packages/vercel-edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
}
},
"publishConfig": {
"access": "public"
"access": "public",
"tag": "v7"
},
"dependencies": {
"@sentry-internal/tracing": "7.114.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
}
},
"publishConfig": {
"access": "public"
"access": "public",
"tag": "v7"
},
"dependencies": {
"@sentry/browser": "7.114.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
}
},
"publishConfig": {
"access": "public"
"access": "public",
"tag": "v7"
},
"dependencies": {
"@sentry/browser": "7.114.0",
Expand Down

0 comments on commit e0dda58

Please sign in to comment.