Skip to content

Commit 3dea485

Browse files
authored
chore(v9): Tag packages with v9 (#17269)
After this gets merged, we should not do a v9 release before v10 is released.
1 parent 03ab8a7 commit 3dea485

File tree

40 files changed

+80
-40
lines changed

40 files changed

+80
-40
lines changed

packages/angular/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"type": "module",
1313
"module": "build/fesm2015/sentry-angular.mjs",
1414
"publishConfig": {
15-
"access": "public"
15+
"access": "public",
16+
"tag": "v9"
1617
},
1718
"peerDependencies": {
1819
"@angular/common": ">= 14.x <= 20.x",

packages/astro/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
}
5151
},
5252
"publishConfig": {
53-
"access": "public"
53+
"access": "public",
54+
"tag": "v9"
5455
},
5556
"peerDependencies": {
5657
"astro": ">=3.x || >=4.0.0-beta || >=5.x"

packages/aws-serverless/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
}
6262
},
6363
"publishConfig": {
64-
"access": "public"
64+
"access": "public",
65+
"tag": "v9"
6566
},
6667
"dependencies": {
6768
"@opentelemetry/api": "^1.9.0",

packages/browser-utils/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
}
3737
},
3838
"publishConfig": {
39-
"access": "public"
39+
"access": "public",
40+
"tag": "v9"
4041
},
4142
"dependencies": {
4243
"@sentry/core": "9.44.0"

packages/browser/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
}
3737
},
3838
"publishConfig": {
39-
"access": "public"
39+
"access": "public",
40+
"tag": "v9"
4041
},
4142
"dependencies": {
4243
"@sentry-internal/browser-utils": "9.44.0",

packages/bun/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
}
3737
},
3838
"publishConfig": {
39-
"access": "public"
39+
"access": "public",
40+
"tag": "v9"
4041
},
4142
"dependencies": {
4243
"@sentry/core": "9.44.0",

packages/cloudflare/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
}
4747
},
4848
"publishConfig": {
49-
"access": "public"
49+
"access": "public",
50+
"tag": "v9"
5051
},
5152
"dependencies": {
5253
"@opentelemetry/api": "^1.9.0",

packages/core/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
}
3737
},
3838
"publishConfig": {
39-
"access": "public"
39+
"access": "public",
40+
"tag": "v9"
4041
},
4142
"scripts": {
4243
"build": "run-p build:transpile build:types",

packages/deno/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
}
1919
},
2020
"publishConfig": {
21-
"access": "public"
21+
"access": "public",
22+
"tag": "v9"
2223
},
2324
"files": [
2425
"/build"

packages/ember/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"ember-addon"
1111
],
1212
"publishConfig": {
13-
"access": "public"
13+
"access": "public",
14+
"tag": "v9"
1415
},
1516
"directories": {
1617
"doc": "doc",

0 commit comments

Comments
 (0)