Skip to content

Commit 5820c5d

Browse files
authored
Merge pull request #74 from baloise/SSP-4516-ados-schano-invalide
Ssp4516 ados schano invalide: format the claim number from claim center and kossy in different ways: 73001217169 -> 73/001217/16.9 412345678221 -> 4.12345678.22.1
2 parents f378ba5 + 654f986 commit 5820c5d

26 files changed

Lines changed: 415 additions & 280 deletions

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: actions/setup-node@v2
2626
with:
27-
node-version: '16.x'
27+
node-version: '24.x'
2828
registry-url: 'https://registry.npmjs.org'
2929

3030
- name: Git Identity

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.16.1",
2+
"version": "3.16.3",
33
"granularPathspec": false,
44
"packages": [
55
"packages/*"

package-lock.json

Lines changed: 19 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/clean-architecture/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/clean-architecture/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@baloise/web-app-clean-architecture",
3-
"version": "3.14.0",
3+
"version": "3.16.3",
44
"description": "Utilities for Baloise Web Applications",
55
"repository": {
66
"type": "git",

packages/form-vue/package-lock.json

Lines changed: 19 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/form-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@baloise/web-app-form-vue",
3-
"version": "3.16.1",
3+
"version": "3.16.3",
44
"description": "Utilities for Baloise Web Applications",
55
"repository": {
66
"type": "git",
@@ -50,6 +50,6 @@
5050
},
5151
"gitHead": "6bc39fcc60a2294d11940527d9a051f21ca01e42",
5252
"dependencies": {
53-
"@baloise/web-app-validators": "^3.16.1"
53+
"@baloise/web-app-validators": "^3.16.3"
5454
}
5555
}

0 commit comments

Comments
 (0)