File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ jobs:
2727 steps :
2828 - name : Checkout
2929 uses : actions/checkout@v4
30- - uses : pnpm/action-setup@v4.1.0
30+ - uses : pnpm/action-setup@v4
3131 with :
3232 version : 10.24.0
3333 run_install : false
3434 - name : Setup Node
35- uses : actions/setup-node@v4
35+ uses : actions/setup-node@v6
3636 with :
3737 node-version : 22.21.1
3838 cache : ' pnpm'
@@ -46,12 +46,12 @@ jobs:
4646 steps :
4747 - name : Checkout
4848 uses : actions/checkout@v4
49- - uses : pnpm/action-setup@v4.1.0
49+ - uses : pnpm/action-setup@v4
5050 with :
5151 version : 10.24.0
5252 run_install : false
5353 - name : Setup Node
54- uses : actions/setup-node@v4
54+ uses : actions/setup-node@v6
5555 with :
5656 node-version : 22.21.1
5757 cache : ' pnpm'
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818 steps :
1919 - uses : actions/checkout@v4
2020
21- - uses : pnpm/action-setup@v4.1.0
21+ - uses : pnpm/action-setup@v4
2222 with :
2323 version : 10.24.0
2424 run_install : false
2525 - name : Setup Node
26- uses : actions/setup-node@v4
26+ uses : actions/setup-node@v6
2727 with :
2828 node-version : 22.21.1
2929 cache : ' pnpm'
Original file line number Diff line number Diff line change 4444 run_install : false
4545
4646 - name : Setup Node.js
47- uses : actions/setup-node@v4
47+ uses : actions/setup-node@v6
4848 with :
4949 node-version : 22.21.1
5050 cache : pnpm
@@ -115,7 +115,7 @@ jobs:
115115 environment : awx/dls-test
116116 steps :
117117 - name : Trigger AWX test
118- uses : informaticsmatters/trigger-awx-action@v2
118+ uses : informaticsmatters/trigger-awx-action@v3
119119 with :
120120 template : Squonk/2 Data Manager UI -test-
121121 template-host : ${{ secrets.AWX_HOST }}
@@ -131,7 +131,7 @@ jobs:
131131 environment : awx/im-main
132132 steps :
133133 - name : Trigger AWX production
134- uses : informaticsmatters/trigger-awx-action@v1
134+ uses : informaticsmatters/trigger-awx-action@v3
135135 with :
136136 template : Data Manager UI -production-
137137 template-host : ${{ secrets.AWX_HOST }}
Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ jobs:
4747 steps :
4848 - name : Checkout
4949 uses : actions/checkout@v4
50- - uses : pnpm/action-setup@v4.1.0
50+ - uses : pnpm/action-setup@v4
5151 with :
5252 version : 10.24.0
5353 run_install : false
5454 - name : Setup Node
55- uses : actions/setup-node@v4
55+ uses : actions/setup-node@v6
5656 with :
5757 node-version : 22.21.1
5858 cache : ' pnpm'
Original file line number Diff line number Diff line change @@ -33,6 +33,9 @@ yarn-error.log*
3333.env.test.local
3434.env.production.local
3535
36+ # motd file
37+ motd.yaml
38+
3639# vercel
3740.vercel
3841
Original file line number Diff line number Diff line change 1+ # [ 6.2.0-dev.3] ( https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/6.2.0-dev.2...6.2.0-dev.3 ) (2026-04-28)
2+
3+
4+ ### Bug Fixes
5+
6+ * update semantic release ([ a2b0b47] ( https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/a2b0b47610cd8e26df52ca5d4df06054d232e55e ) )
7+
8+ # [ 6.2.0-dev.2] ( https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/6.2.0-dev.1...6.2.0-dev.2 ) (2026-03-10)
9+
10+
11+ ### Bug Fixes
12+
13+ * manual trigger of semantic release ([ 958b3cc] ( https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/958b3cc611da4f28b92221b6df9c47be38c99987 ) )
14+
15+ # [ 6.2.0-dev.1] ( https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/6.1.0...6.2.0-dev.1 ) (2026-03-08)
16+
17+
18+ ### Features
19+
20+ * add MOTD feature ([ 9f006ee] ( https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/9f006ee275f3f44e25e5c1cac206abacd5856622 ) )
21+
122# [ 6.1.0] ( https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/6.0.0...6.1.0 ) (2026-01-13)
223
324
Original file line number Diff line number Diff line change 22 "name" : " @squonk/data-manager-ui" ,
33 "author" : " Oliver Dudgeon" ,
44 "license" : " Apache-2.0" ,
5- "version" : " 6.1.0 " ,
5+ "version" : " 6.2.0-dev.3 " ,
66 "private" : true ,
77 "repository" : {
88 "type" : " git" ,
9898 "sharp" : " 0.34.5" ,
9999 "typescript" : " 5.9.3" ,
100100 "use-immer" : " 0.11.0" ,
101+ "yaml" : " 2.8.2" ,
101102 "zod" : " 3.25.76"
102103 },
103104 "devDependencies" : {
107108 "@semantic-release/changelog" : " 6.0.3" ,
108109 "@semantic-release/commit-analyzer" : " 13.0.1" ,
109110 "@semantic-release/git" : " 10.0.1" ,
110- "@semantic-release/github" : " 12.0.2 " ,
111- "@semantic-release/npm" : " 13.1.3 " ,
111+ "@semantic-release/github" : " 12.0.6 " ,
112+ "@semantic-release/npm" : " 13.1.5 " ,
112113 "@semantic-release/release-notes-generator" : " 14.1.0" ,
113114 "@squonk/eslint-config" : " 3.0.4" ,
114115 "dotenv" : " 16.6.1" ,
117118 "identity-obj-proxy" : " 3.0.0" ,
118119 "lint-staged" : " 15.5.2" ,
119120 "prettier" : " 3.7.4" ,
120- "semantic-release" : " 25.0.2 "
121+ "semantic-release" : " 25.0.3 "
121122 },
122123 "nextBundleAnalysis" : {
123124 "budget" : 358400 ,
You can’t perform that action at this time.
0 commit comments