From 1f76292ca64d6b5f5b0e8e83abd3c552a43365b3 Mon Sep 17 00:00:00 2001 From: adityagajbhiye9 <133367448+adityagajbhiye9@users.noreply.github.com> Date: Fri, 1 Dec 2023 17:43:23 +0530 Subject: [PATCH] [chore|sdefrontend]Bumped version v2.3.2 - Bumped version to 2.3.2 for helm charts to match with backend release. --- CHANGELOG.md | 7 ++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaa5f804..9d400305 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ New features, fixed bugs, known defects and other noteworthy changes to each release of the Simple Data Exchanger Frontend. +## [2.3.2] - 2023-12-01 +### Changed +- Bumped version to 2.3.2 for helm charts to match with backend release. + ## [2.3.1] - 2023-11-30 ### Changed - Bumped version to 2.3.1 for helm charts to match with backend release. @@ -221,7 +225,8 @@ New features, fixed bugs, known defects and other noteworthy changes to each rel - Compliance with Catena-X Guidelines - Integration with Digital Twin registry service. -[unreleased]: https://github.com/eclipse-tractusx/managed-simple-data-exchanger-frontend/compare/v2.3.1...main +[unreleased]: https://github.com/eclipse-tractusx/managed-simple-data-exchanger-frontend/compare/v2.3.2...main +[2.3.2]: https://github.com/eclipse-tractusx/managed-simple-data-exchanger-frontend/compare/v2.3.1...v2.3.2 [2.3.1]: https://github.com/eclipse-tractusx/managed-simple-data-exchanger-frontend/compare/v2.3.0...v2.3.1 [2.3.0]: https://github.com/eclipse-tractusx/managed-simple-data-exchanger-frontend/compare/v2.1.1...v2.3.0 [2.1.1]: https://github.com/eclipse-tractusx/managed-simple-data-exchanger-frontend/compare/v2.1.0...v2.1.1 diff --git a/package-lock.json b/package-lock.json index 362d4857..75c79123 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "managed-simple-data-exchanger-frontend", - "version": "2.3.1", + "version": "2.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "managed-simple-data-exchanger-frontend", - "version": "2.3.1", + "version": "2.3.2", "license": "Apache-2.0", "dependencies": { "@mui/icons-material": "^5.4.2", diff --git a/package.json b/package.json index e6a95f15..37fbd0f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "managed-simple-data-exchanger-frontend", - "version": "2.3.1", + "version": "2.3.2", "description": "Managed Simple Data Exchanger Frontend", "license": "Apache-2.0", "repository": {