Skip to content

Commit

Permalink
chore: set tag in publishConfig in all packages which could be releas…
Browse files Browse the repository at this point in the history
…ed to npm to "latest-v7"
  • Loading branch information
oliverschuerch committed Sep 10, 2024
1 parent 236bdd6 commit f44e85b
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 11 deletions.
3 changes: 2 additions & 1 deletion packages/changelog-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"url": "https://github.com/swisspost/design-system/issues"
},
"publishConfig": {
"access": "public"
"access": "public",
"tag": "latest-v7"
},
"main": "./dist/index.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion packages/components-angular/projects/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"publishConfig": {
"directory": "../../dist/components",
"access": "public",
"linkDirectory": true
"linkDirectory": true,
"tag": "latest-v7"
},
"dependencies": {
"tslib": "2.6.3",
Expand Down
3 changes: 2 additions & 1 deletion packages/components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
],
"publishConfig": {
"access": "restricted",
"linkDirectory": true
"linkDirectory": true,
"tag": "latest-v7"
},
"scripts": {
"build": "pnpm run clean && pnpm run compile",
Expand Down
3 changes: 2 additions & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
],
"publishConfig": {
"access": "public",
"linkDirectory": true
"linkDirectory": true,
"tag": "latest-v7"
},
"scripts": {
"dev": "stencil build --dev --port 9200 --serve --watch --docs --docs-readme",
Expand Down
3 changes: 2 additions & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
},
"publishConfig": {
"access": "public",
"linkDirectory": true
"linkDirectory": true,
"tag": "latest-v7"
},
"files": [
"public"
Expand Down
3 changes: 2 additions & 1 deletion packages/internet-header/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"collection:main": "dist/collection/index.js",
"unpkg": "dist/swisspost-internet-header/swisspost-internet-header.esm.js",
"publishConfig": {
"access": "public"
"access": "public",
"tag": "latest-v7"
},
"files": [
"dist/",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"publishConfig": {
"directory": "../../dist/intranet-header",
"access": "public",
"linkDirectory": true
"linkDirectory": true,
"tag": "latest-v7"
},
"dependencies": {
"@swisspost/design-system-styles": "workspace:7.4.2",
Expand Down
3 changes: 2 additions & 1 deletion packages/migrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"dist/"
],
"publishConfig": {
"access": "public"
"access": "public",
"tag": "latest-v7"
},
"scripts": {
"copy-files": "copyfiles -f LICENSE README.md package.json CONTRIBUTING.md CHANGELOG.md src/migrations.json dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"publishConfig": {
"directory": "../../dist/styles-primeng",
"access": "public",
"linkDirectory": true
"linkDirectory": true,
"tag": "latest-v7"
},
"peerDependencies": {
"@angular/common": "^17.0.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"publishConfig": {
"directory": "./dist",
"access": "public",
"linkDirectory": true
"linkDirectory": true,
"tag": "latest-v7"
},
"scripts": {
"start": "gulp watch",
Expand Down
3 changes: 2 additions & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"publishConfig": {
"directory": "./dist",
"access": "restricted",
"linkDirectory": true
"linkDirectory": true,
"tag": "latest-v7"
},
"devDependencies": {
"@tokens-studio/sd-transforms": "0.16.1",
Expand Down

0 comments on commit f44e85b

Please sign in to comment.