Skip to content

Commit c785829

Browse files
author
Luca Forstner
authored
ci(v8): Tag packages with v8 (#15358)
1 parent 3041da7 commit c785829

File tree

26 files changed

+52
-26
lines changed

26 files changed

+52
-26
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": "v8"
1617
},
1718
"peerDependencies": {
1819
"@angular/common": ">= 14.x <= 19.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": "v8"
5455
},
5556
"peerDependencies": {
5657
"astro": ">=3.x || >=4.0.0-beta || >=5.x"

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": "v8"
4041
},
4142
"dependencies": {
4243
"@sentry-internal/browser-utils": "8.54.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": "v8"
4041
},
4142
"dependencies": {
4243
"@sentry/core": "8.54.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": "v8"
4041
},
4142
"TODO(v9):": "Remove these dependencies",
4243
"devDependencies": {

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": "v8"
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": "v8"
1415
},
1516
"directories": {
1617
"doc": "doc",

packages/eslint-config-sdk/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
],
2020
"main": "src/index.js",
2121
"publishConfig": {
22-
"access": "public"
22+
"access": "public",
23+
"tag": "v8"
2324
},
2425
"dependencies": {
2526
"@sentry-internal/eslint-plugin-sdk": "8.54.0",

packages/eslint-plugin-sdk/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
],
2020
"main": "src/index.js",
2121
"publishConfig": {
22-
"access": "public"
22+
"access": "public",
23+
"tag": "v8"
2324
},
2425
"scripts": {
2526
"clean": "yarn rimraf sentry-internal-eslint-plugin-sdk-*.tgz",

packages/feedback/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": "v8"
4041
},
4142
"dependencies": {
4243
"@sentry/core": "8.54.0"

0 commit comments

Comments
 (0)