@abgov/design-tokens 1.5.7 → 1.5.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -44,7 +44,7 @@ jobs:
44
44
  run: npm run test
45
45
 
46
46
  - name: Semantic Release
47
- uses: cycjimmy/semantic-release-action@v3.1.2
47
+ uses: cycjimmy/semantic-release-action@v4
48
48
  with:
49
49
  semantic_version: 16
50
50
  branches: |
@@ -54,4 +54,5 @@ jobs:
54
54
  ]
55
55
  env:
56
56
  GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
57
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
57
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN_GRANULAR }}
58
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_GRANULAR }}
@@ -39,9 +39,10 @@ jobs:
39
39
  # git commit --amend -m "$PREVIOUS_MESSAGE"
40
40
  # git push origin $CURRENT_BRANCH -f
41
41
  - name: Semantic Release
42
- uses: cycjimmy/semantic-release-action@v3.1.2
42
+ uses: cycjimmy/semantic-release-action@v4
43
43
  with:
44
44
  dry_run: true
45
45
  env:
46
46
  GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
47
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
47
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN_GRANULAR }}
48
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_GRANULAR }}
package/dist/tokens.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 07 Mar 2025 18:39:58 GMT
3
+ * Generated on Fri, 07 Mar 2025 23:52:15 GMT
4
4
  */
5
5
 
6
6
  :root {
package/dist/tokens.scss CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 07 Mar 2025 18:39:58 GMT
3
+ // Generated on Fri, 07 Mar 2025 23:52:14 GMT
4
4
 
5
5
  $goa-font-weight-bold: 700;
6
6
  $goa-font-weight-medium: 500;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/design-tokens",
3
- "version": "1.5.7",
3
+ "version": "1.5.9",
4
4
  "main": "./index.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,7 +17,7 @@
17
17
  "devDependencies": {
18
18
  "jest": "^29.2.1",
19
19
  "rimraf": "^3.0.2",
20
- "semantic-release": "^19.0.5"
20
+ "semantic-release": "^24.2.3"
21
21
  },
22
22
  "dependencies": {
23
23
  "style-dictionary": "^3.7.1"