From 0eb818215308f56645390b6670cffb984f44af65 Mon Sep 17 00:00:00 2001 From: Ci Bot Date: Fri, 2 Dec 2022 15:12:22 +0000 Subject: [PATCH] doc: updating package to 0.5.0 [ci skip] --- CHANGELOG.md | 10 ++-------- package.json | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee0eb4b..4e36f67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# [0.4.0](https://github.com/bcgov/nr-frontend-starting-app/compare/v0.3.3...v0.4.0) (2022-11-30) +# [0.5.0](https://github.com/bcgov/nr-frontend-starting-app/compare/v0.4.0...v0.5.0) (2022-12-02) ### Bug Fixes @@ -9,6 +9,7 @@ ### Features +* add keycloak authentication ([#28](https://github.com/bcgov/nr-frontend-starting-app/issues/28)) ([ee0bd69](https://github.com/bcgov/nr-frontend-starting-app/commit/ee0bd69468cbe10dcb614a6d78c8645a01d56eb4)) * **devcontainer:** adding devcontainer support ([6e1bbca](https://github.com/bcgov/nr-frontend-starting-app/commit/6e1bbca88cd035fa4ee9335498ed5b8b6f8b5aa4)) @@ -33,14 +34,7 @@ * adjusted text area component ([157e4b9](https://github.com/bcgov/nr-frontend-starting-app/commit/157e4b9cf1add3f05575fbb799f1f5b378f8eb2e)) * adjusted text input component ([59521d3](https://github.com/bcgov/nr-frontend-starting-app/commit/59521d320a8f048704567103b2a476f6e5b8a04f)) * adjusted tile component ([f73e0aa](https://github.com/bcgov/nr-frontend-starting-app/commit/f73e0aa561607db98cf9ea8a3ca8c0f1c62e89e8)) -* changed eslint job ([2a5b2a5](https://github.com/bcgov/nr-frontend-starting-app/commit/2a5b2a58b24d14d28bb39d812feb881e343dc949)) -* fixed typo on tag color ([bc2b5d3](https://github.com/bcgov/nr-frontend-starting-app/commit/bc2b5d343b74b68492f3189fbabc2c21b2fa86f2)) * renamed the design system prefix ([b0bf378](https://github.com/bcgov/nr-frontend-starting-app/commit/b0bf3783daeaa5b9b3ea07873d2e87ae6c390b51)) -### Features - -* Applied the new colors ([725ca78](https://github.com/bcgov/nr-frontend-starting-app/commit/725ca788f31f0346a160ef2e26649067fb46533e)) - - diff --git a/package.json b/package.json index a1f1b95..7ee053d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nr-sample-frontend", - "version": "0.4.0", + "version": "0.5.0", "private": true, "dependencies": { "@carbon/icons-react": "^11.9.0",