Skip to content

Commit e070707

Browse files
authored
Merge pull request eclipse-tractusx#318 from eclipse-tractusx/merge/v2.1.0
build(2.1.0): bump version and update docs
2 parents b1e06e3 + 64bd7ef commit e070707

File tree

2 files changed

+8
-16
lines changed

2 files changed

+8
-16
lines changed

CHANGELOG.md

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66

77
- created a new component for form header to avoid duplication of code in each step [#310](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/310)
88

9-
## 2.1.0-RC1
9+
## 2.1.0
1010

1111
### Change
1212

13+
- adjusted german and worldwide commercial register number REGEX to allow court names [#211](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/211)
1314
- adjusted legalEntityPattern REGEX to allow all language characters and update ES version [#250](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/250)
1415
- upgraded keycloak-js library to version 25 to align with Keycloak server version [#286](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/286)
1516

@@ -19,25 +20,16 @@
1920

2021
### Bugfix
2122

22-
- removed logic that sets bpn before validation [#253](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/253)
23-
- fixed company data invalidation when receiving multiple identifier [247](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/247)
24-
- fixed clearing of form fields after non-existent bpn entered [#260](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/260)
25-
- fixed clearing of form fields after non-existent bpn entered [#260](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/260)
26-
- updated logic to handle prefilled values if BPN is present [#244](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/244)
27-
28-
## 2.1.0-alpha.1
29-
30-
### Change
31-
32-
- adjusted german and worldwide commercial register number REGEX to allow court names [#211](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/211)
33-
34-
### Bugfix
35-
3623
- fixed country value not updating if user moves back and forth between steps [#232](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/232)
3724
- removed code that always displays error message on screen [#230](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/230)
3825
- updated the logic for maxFiles count in upload docs step [#234](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/234)
3926
- 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)
4027
- allowed for shorter and longer german commercial register number [#216](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/216)
28+
- removed logic that sets bpn before validation [#253](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/253)
29+
- fixed company data invalidation when receiving multiple identifier [247](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/247)
30+
- fixed clearing of form fields after non-existent bpn entered [#260](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/260)
31+
- fixed clearing of form fields after non-existent bpn entered [#260](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/260)
32+
- updated logic to handle prefilled values if BPN is present [#244](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/244)
4133

4234
## 2.0.1
4335

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-RC1",
3+
"version": "v2.1.0",
44
"description": "Catena-X Portal Frontend Registration App",
55
"author": "Catena-X Contributors",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)