Skip to content

Commit fe4a2c2

Browse files
committed
fix(v7/publish): Ensure discontinued packages are published with latest tag
1 parent bc7dfd6 commit fe4a2c2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/angular-ivy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"module": "build/fesm2015/sentry-angular.js",
1414
"publishConfig": {
1515
"access": "public",
16-
"tag": "v7"
16+
"tag": "latest"
1717
},
1818
"peerDependencies": {
1919
"@angular/common": ">= 12.x <= 17.x",

packages/hub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"publishConfig": {
2929
"access": "public",
30-
"tag": "v7"
30+
"tag": "latest"
3131
},
3232
"dependencies": {
3333
"@sentry/core": "7.120.2",

packages/serverless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"publishConfig": {
2929
"access": "public",
30-
"tag": "v7"
30+
"tag": "latest"
3131
},
3232
"dependencies": {
3333
"@sentry/core": "7.120.2",

packages/tracing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"publishConfig": {
2929
"access": "public",
30-
"tag": "v7"
30+
"tag": "latest"
3131
},
3232
"dependencies": {
3333
"@sentry-internal/tracing": "7.120.2"

0 commit comments

Comments
 (0)