Skip to content

Commit

Permalink
build(2.1.0): bump version and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Nov 29, 2024
1 parent 6706040 commit 6aa8283
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
22 changes: 7 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

## Unreleased

## 2.1.0-RC1
## 2.1.0

### Change

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

Expand All @@ -15,25 +16,16 @@

### Bugfix

- removed logic that sets bpn before validation [#253](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/253)
- fixed company data invalidation when receiving multiple identifier [247](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/247)
- fixed clearing of form fields after non-existent bpn entered [#260](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/260)
- fixed clearing of form fields after non-existent bpn entered [#260](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/260)
- updated logic to handle prefilled values if BPN is present [#244](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/244)

## 2.1.0-alpha.1

### Change

- adjusted german and worldwide commercial register number REGEX to allow court names [#211](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/211)

### Bugfix

- fixed country value not updating if user moves back and forth between steps [#232](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/232)
- removed code that always displays error message on screen [#230](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/230)
- updated the logic for maxFiles count in upload docs step [#234](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/234)
- 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)
- allowed for shorter and longer german commercial register number [#216](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/216)
- removed logic that sets bpn before validation [#253](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/253)
- fixed company data invalidation when receiving multiple identifier [247](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/247)
- fixed clearing of form fields after non-existent bpn entered [#260](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/260)
- fixed clearing of form fields after non-existent bpn entered [#260](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/260)
- updated logic to handle prefilled values if BPN is present [#244](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/244)

## 2.0.1

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@catena-x/portal-frontend-registration",
"version": "v2.1.0-RC1",
"version": "v2.1.0",
"description": "Catena-X Portal Frontend Registration App",
"author": "Catena-X Contributors",
"license": "Apache-2.0",
Expand Down

0 comments on commit 6aa8283

Please sign in to comment.