Skip to content

Commit

Permalink
build(release): bump version for v2.2.0-RC2 (#1060)
Browse files Browse the repository at this point in the history
* build: update changelog
* build(release): bump version for v2.2.0-RC2
----------------
Reviewed-By: Martin Rohrmeier <[email protected]>
  • Loading branch information
Phil91 authored Sep 2, 2024
1 parent d1f02da commit a8dcdf2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
18 changes: 12 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
# Changelog

## Unreleased
## 2.2.0-RC2

### Feature

- **Onboarding Service Provider Management**:
- Create new page for onboarding service provider management [#1052](https://github.com/eclipse-tractusx/portal-frontend/pull/1052)
- Company data
- Disable confirm button if input value is not matching with the regular expression
- **Company data**
- Disable confirm button if input value is not matching with the regular expression [#1056](https://github.com/eclipse-tractusx/portal-frontend/pull/1056)
- Fix infinite loop issue in add New Address Modal
- Service Subscription
- Add new csv bulk upload modal [#1056](https://github.com/eclipse-tractusx/portal-frontend/pull/1056)
- **Service Subscription**
- Update auto setup api response data in the service subscription response overlay
- Partner Network
- Change interface of the partner network apis. add /members to the POST api and update the business logic accordingly

### Bugfixes

- **Partner Network**
- Change interface of the partner network apis. add /members to the POST api and update the business logic accordingly [#1002](https://github.com/eclipse-tractusx/portal-frontend/pull/1002)
- **Business Partner invite**
- fix person name regex patter [#1040](https://github.com/eclipse-tractusx/portal-frontend/pull/1040)

## 2.2.0-RC1

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@catena-x/portal-frontend",
"version": "v2.2.0-RC1",
"version": "v2.2.0-RC2",
"description": "Catena-X Portal Frontend",
"author": "Catena-X Contributors",
"license": "Apache-2.0",
Expand Down Expand Up @@ -71,6 +71,7 @@
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^14.2.2",
"@testing-library/user-event": "^14.5.2",
"@types/autosuggest-highlight": "^3.2.3",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.7",
"@types/lodash.debounce": "^4.0.9",
Expand All @@ -82,7 +83,6 @@
"@types/react-dom": "^18.2.22",
"@types/react-redux": "^7.1.33",
"@types/react-slick": "^0.23.13",
"@types/autosuggest-highlight": "^3.2.3",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@vitejs/plugin-react": "^4.2.1",
Expand Down

0 comments on commit a8dcdf2

Please sign in to comment.