Skip to content

Commit 2999e3c

Browse files
authored
Merge pull request #1439 from ds-wizard/release/4.23.0
Release 4.23.0
2 parents ff1bc7f + 2ac0ee3 commit 2999e3c

File tree

1,837 files changed

+54284
-53201
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,837 files changed

+54284
-53201
lines changed

.github/workflows/guide-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v5
2020

2121
- name: '[setup] Node.js ${{ matrix.node-version }}'
22-
uses: actions/setup-node@v4
22+
uses: actions/setup-node@v5
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525

.github/workflows/pot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v5
2020

2121
- name: '[setup] Node.js ${{ matrix.node-version }}'
22-
uses: actions/setup-node@v4
22+
uses: actions/setup-node@v5
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525

.github/workflows/registry.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
PUBLIC_IMAGE_PREFIX: datastewardshipwizard
2020
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
2121
DOCKER_META_CONTEXT: '.'
22-
DOCKER_META_FILE: './engine-registry/docker/Dockerfile'
22+
DOCKER_META_FILE: './app-registry/docker/Dockerfile'
2323
DOCKER_META_PLATFORMS: 'linux/amd64,linux/arm64'
2424

2525
steps:
@@ -34,7 +34,7 @@ jobs:
3434
uses: docker/setup-buildx-action@v3
3535

3636
- name: '[setup] Node.js ${{ matrix.node-version }}'
37-
uses: actions/setup-node@v4
37+
uses: actions/setup-node@v5
3838
with:
3939
node-version: ${{ matrix.node-version }}
4040

.github/workflows/wizard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
PUBLIC_IMAGE_PREFIX: datastewardshipwizard
2020
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
2121
DOCKER_META_CONTEXT: '.'
22-
DOCKER_META_FILE: './engine-wizard/docker/Dockerfile'
22+
DOCKER_META_FILE: './app-wizard/docker/Dockerfile'
2323
DOCKER_META_SUFFIX: ''
2424
DOCKER_META_PLATFORMS: 'linux/amd64,linux/arm64'
2525

@@ -35,7 +35,7 @@ jobs:
3535
uses: docker/setup-buildx-action@v3
3636

3737
- name: '[setup] Node.js ${{ matrix.node-version }}'
38-
uses: actions/setup-node@v4
38+
uses: actions/setup-node@v5
3939
with:
4040
node-version: ${{ matrix.node-version }}
4141

.github/workflows/zip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v5
2222

2323
- name: '[setup] Node.js ${{ matrix.node-version }}'
24-
uses: actions/setup-node@v4
24+
uses: actions/setup-node@v5
2525
with:
2626
node-version: ${{ env.NODE_VERSION }}
2727

@@ -38,4 +38,4 @@ jobs:
3838
uses: actions/upload-artifact@v4
3939
with:
4040
name: ${{ matrix.component }}
41-
path: dist/engine-${{ matrix.component }}
41+
path: dist/app-${{ matrix.component }}

engine-registry/img/favicon/android-chrome-192x192.png renamed to app-registry/assets/favicon/android-chrome-192x192.png

File renamed without changes.

engine-registry/img/favicon/android-chrome-512x512.png renamed to app-registry/assets/favicon/android-chrome-512x512.png

File renamed without changes.
File renamed without changes.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/wizard/assets/favicon/mstile-150x150.png"/>
6+
<TileColor>#da532c</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>
File renamed without changes.

0 commit comments

Comments
 (0)