hr-design-system-handlebars 1.66.0 → 1.66.1

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.
@@ -10,11 +10,11 @@ jobs:
10
10
  chromatic:
11
11
  runs-on: ubuntu-latest
12
12
  steps:
13
- - uses: actions/checkout@v2
13
+ - uses: actions/checkout@v4
14
14
  with:
15
15
  fetch-depth: 0
16
16
  - name: Use Node.js 20.x
17
- uses: actions/setup-node@v1
17
+ uses: actions/setup-node@v4
18
18
  with:
19
19
  node-version: 20.x
20
20
  - name: install
@@ -30,7 +30,7 @@ jobs:
30
30
  traceChanged: false
31
31
  diagnostics: true
32
32
  skip: ${{ github.event.pull_request.draft == true }}
33
- - uses: actions/upload-artifact@v2
33
+ - uses: actions/upload-artifact@v4
34
34
  if: always()
35
35
  with:
36
36
  name: chromatic-build-artifacts-${{ github.run_id }}
@@ -15,17 +15,17 @@ jobs:
15
15
  if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
16
16
  # the list of steps that the action will go through
17
17
  steps:
18
- - uses: actions/checkout@v2
18
+ - uses: actions/checkout@v4
19
19
  - name: Prepare repository
20
20
  run: git fetch --unshallow --tags
21
21
  - name: Unset header
22
22
  # checkout@v2 adds a header that makes branch protection report errors ):
23
23
  run: git config --local --unset http.https://github.com/.extraheader
24
24
  - name: Use Node.js 20.x
25
- uses: actions/setup-node@v1
25
+ uses: actions/setup-node@v4
26
26
  with:
27
27
  node-version: 20.x
28
- - uses: bahmutov/npm-install@v1.6.0
28
+ - uses: bahmutov/npm-install@v1.10.1
29
29
  - name: Create Release
30
30
  env:
31
31
  GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v1.66.1 (Thu Apr 25 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - :construction_worker: update actions to their latest versions [#916](https://github.com/mumprod/hr-design-system-handlebars/pull/916) ([@szuelch](https://github.com/szuelch))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@szuelch](https://github.com/szuelch)
10
+
11
+ ---
12
+
1
13
  # v1.66.0 (Tue Apr 23 2024)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -3348,7 +3348,7 @@ article.indexTextDS .indexTextHighlighted .link {
3348
3348
  border-bottom-color: var(--color-secondary-ds);
3349
3349
  }
3350
3350
  .counter-reset {
3351
- counter-reset: cnt1713880461480;
3351
+ counter-reset: cnt1714048163428;
3352
3352
  }
3353
3353
  .hyphens-auto {
3354
3354
  -webkit-hyphens: auto;
@@ -3727,7 +3727,7 @@ article.indexTextDS .indexTextHighlighted .link {
3727
3727
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3728
3728
  }
3729
3729
  .-ordered {
3730
- counter-increment: cnt1713880461480 1;
3730
+ counter-increment: cnt1714048163428 1;
3731
3731
  }
3732
3732
  .-ordered::before {
3733
3733
  position: absolute;
@@ -3743,7 +3743,7 @@ article.indexTextDS .indexTextHighlighted .link {
3743
3743
  letter-spacing: .0125em;
3744
3744
  --tw-text-opacity: 1;
3745
3745
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3746
- content: counter(cnt1713880461480);
3746
+ content: counter(cnt1714048163428);
3747
3747
  }
3748
3748
  /*! ****************************/
3749
3749
  /*! DataPolicy stuff */
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "license": "MIT",
7
7
  "main": "dist/index.js",
8
8
  "repository": "https://github.com/szuelch/hr-design-system-handlebars",
9
- "version": "1.66.0",
9
+ "version": "1.66.1",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",