Skip to content

Commit ea4b2a2

Browse files
authored
build(2.1.0-RC1): bump version and update docs eclipse-tractusx#289
Reviewed-by: Phil Schneider <[email protected]>
2 parents 6a6617d + 81672a6 commit ea4b2a2

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,24 @@
22

33
## Unreleased
44

5-
### Bugfix
6-
7-
- remove logic that sets bpn before validation [#253](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/253)
8-
- fixed company data invalidation when receiving multiple identifier [247](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/247)
5+
## 2.1.0-RC1
96

107
### Change
118

12-
- adjust legalEntityPattern REGEX to allow all language characters and update ES version [#250](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/250)
9+
- adjusted legalEntityPattern REGEX to allow all language characters and update ES version [#250](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/250)
10+
- upgraded keycloak-js library to version 25 to align with Keycloak server version [#286](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/286)
11+
12+
### Technical Support
13+
14+
- upgraded app dependencies [#272](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/272)
15+
16+
### Bugfix
17+
18+
- removed logic that sets bpn before validation [#253](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/253)
19+
- fixed company data invalidation when receiving multiple identifier [247](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/247)
20+
- fixed clearing of form fields after non-existent bpn entered [#260](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/260)
21+
- fixed clearing of form fields after non-existent bpn entered [#260](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/260)
22+
- updated logic to handle prefilled values if BPN is present [#244](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/244)
1323

1424
## 2.1.0-alpha.1
1525

@@ -22,7 +32,6 @@
2232
- fixed country value not updating if user moves back and forth between steps [#232](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/232)
2333
- removed code that always displays error message on screen [#230](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/230)
2434
- updated the logic for maxFiles count in upload docs step [#234](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/234)
25-
- clear form fields after non-existent bpn entered [#260](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/260)
2635
- fixed upload docs and role selection screen - next button required validation if no role/docs is selected [#228](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/228)
2736
- allowed for shorter and longer german commercial register number [#216](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/216)
2837

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@catena-x/portal-frontend-registration",
3-
"version": "v2.1.0-alpha.1",
3+
"version": "v2.1.0-RC1",
44
"description": "Catena-X Portal Frontend Registration App",
55
"author": "Catena-X Contributors",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)