diff --git a/CHANGELOG.md b/CHANGELOG.md index dfa519d20e..cc5e5ed910 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.2](https://github.com/ReliefApplications/oort-frontend/compare/v1.0.1...v1.0.2) (2024-10-30) + + +### Bug Fixes + +* reference data in forms taking too much time to load ([8ad2b45](https://github.com/ReliefApplications/oort-frontend/commit/8ad2b45c065cfed27d746b42f4970394f34e7f7c)) + ## [2.8.1](https://github.com/ReliefApplications/ems-frontend/compare/v2.8.0...v2.8.1) (2024-02-07) @@ -1330,4 +1337,4 @@ Simplify development * Revert "clear some parts of code" ([e3fa315](https://github.com/ReliefApplications/oort-frontend/commit/e3fa3157f54a0032901f09cdd4d7c3a397770873)) * Revert "fix filters in resources" ([cd1f6e6](https://github.com/ReliefApplications/oort-frontend/commit/cd1f6e69b3e30c800763b0dcb6b36777b6906a20)) * Revert "[SAFE-301] remove package changes" ([3eba669](https://github.com/ReliefApplications/oort-frontend/commit/3eba669e9fd560139cb348c24a9f099970373831)) -* Revert "goToNextStep behaviour changed for the last step on front-office" ([33ece96](https://github.com/ReliefApplications/oort-frontend/commit/33ece96132d9bb0da9b35c4ccdd016adc79c1aad)) \ No newline at end of file +* Revert "goToNextStep behaviour changed for the last step on front-office" ([33ece96](https://github.com/ReliefApplications/oort-frontend/commit/33ece96132d9bb0da9b35c4ccdd016adc79c1aad)) diff --git a/package-lock.json b/package-lock.json index e44d8f85c6..46ab53168e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "oort-front", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "oort-front", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "dependencies": { "@angular/animations": "15.2.9", diff --git a/package.json b/package.json index 6c5364e57f..e2ba45c5a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oort-front", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "scripts": { "check-i18n": "node .scripts/check-i18n",