hr-design-system-handlebars 1.133.0 → 1.135.0
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.
- package/.github/workflows/release.yml +29 -32
- package/CHANGELOG.md +1 -0
- package/dist/assets/index.css +3 -3
- package/package.json +1 -1
|
@@ -1,39 +1,36 @@
|
|
|
1
1
|
## name of our action
|
|
2
2
|
name: Release
|
|
3
3
|
|
|
4
|
-
# the event that will trigger the action
|
|
5
4
|
on:
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
push:
|
|
6
|
+
branches: [main]
|
|
7
|
+
|
|
8
8
|
permissions:
|
|
9
|
-
id-token: write
|
|
10
|
-
contents:
|
|
9
|
+
id-token: write
|
|
10
|
+
contents: write
|
|
11
11
|
|
|
12
|
-
# what the action will do
|
|
13
12
|
jobs:
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
npm run build
|
|
39
|
-
npm run release
|
|
13
|
+
release:
|
|
14
|
+
runs-on: ubuntu-latest
|
|
15
|
+
if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
|
|
16
|
+
steps:
|
|
17
|
+
- uses: actions/checkout@v6
|
|
18
|
+
with:
|
|
19
|
+
token: ${{ secrets.GH_TOKEN }}
|
|
20
|
+
fetch-depth: 0
|
|
21
|
+
|
|
22
|
+
- name: Use Node.js 24.x
|
|
23
|
+
uses: actions/setup-node@v6
|
|
24
|
+
with:
|
|
25
|
+
node-version: 24.x
|
|
26
|
+
registry-url: https://registry.npmjs.org
|
|
27
|
+
package-manager-cache: false
|
|
28
|
+
|
|
29
|
+
- uses: bahmutov/npm-install@v1.12.0
|
|
30
|
+
|
|
31
|
+
- name: Create Release
|
|
32
|
+
env:
|
|
33
|
+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
|
34
|
+
run: |
|
|
35
|
+
npm run build
|
|
36
|
+
npm run release
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
#### 🚀 Enhancement
|
|
4
4
|
|
|
5
|
+
- :wrench: Sets write permission to contents to make sure that auto can… [#1367](https://github.com/mumprod/hr-design-system-handlebars/pull/1367) ([@szuelch](https://github.com/szuelch))
|
|
5
6
|
- :wrench: remove version-file from auto plugin config [#1366](https://github.com/mumprod/hr-design-system-handlebars/pull/1366) ([@szuelch](https://github.com/szuelch))
|
|
6
7
|
- :wrench: Change repository-url in package.json and configure auto plu… [#1365](https://github.com/mumprod/hr-design-system-handlebars/pull/1365) ([@szuelch](https://github.com/szuelch))
|
|
7
8
|
- :wrench: Add missing oidc permissions [#1364](https://github.com/mumprod/hr-design-system-handlebars/pull/1364) ([@szuelch](https://github.com/szuelch))
|
package/dist/assets/index.css
CHANGED
|
@@ -3925,7 +3925,7 @@ article #commentList {
|
|
|
3925
3925
|
border-bottom-color: var(--color-secondary-ds);
|
|
3926
3926
|
}
|
|
3927
3927
|
.counter-reset {
|
|
3928
|
-
counter-reset:
|
|
3928
|
+
counter-reset: cnt1783946149591;
|
|
3929
3929
|
}
|
|
3930
3930
|
.animate-delay-100 {
|
|
3931
3931
|
--tw-animate-delay: 100ms;
|
|
@@ -4386,7 +4386,7 @@ html { scroll-behavior: smooth; }
|
|
|
4386
4386
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
4387
4387
|
}
|
|
4388
4388
|
.-ordered {
|
|
4389
|
-
counter-increment:
|
|
4389
|
+
counter-increment: cnt1783946149591 1;
|
|
4390
4390
|
}
|
|
4391
4391
|
.-ordered::before {
|
|
4392
4392
|
position: absolute;
|
|
@@ -4404,7 +4404,7 @@ html { scroll-behavior: smooth; }
|
|
|
4404
4404
|
--tw-text-opacity: 1;
|
|
4405
4405
|
color: rgba(0, 0, 0, 1);
|
|
4406
4406
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
4407
|
-
content: counter(
|
|
4407
|
+
content: counter(cnt1783946149591);
|
|
4408
4408
|
}
|
|
4409
4409
|
/*! ****************************/
|
|
4410
4410
|
/*! 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/mumprod/hr-design-system-handlebars",
|
|
9
|
-
"version": "1.
|
|
9
|
+
"version": "1.135.0",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|