diff --git a/CHANGELOG.md b/CHANGELOG.md index e7b97182f..235c0f204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,30 +1,31 @@ -## [0.1.4](https://github.com/bcgov/nr-frontend-starting-app/compare/v0.1.3...v0.1.4) (2022-12-22) +# [0.2.0](https://github.com/bcgov/nr-frontend-starting-app/compare/v0.1.4...v0.2.0) (2022-12-26) +### Features -## [0.1.3](https://github.com/bcgov/nr-frontend-starting-app/compare/v0.1.2...v0.1.3) (2022-12-22) +* added breakpoints for the landing page ([#20](https://github.com/bcgov/nr-frontend-starting-app/issues/20)) ([8da7aaf](https://github.com/bcgov/nr-frontend-starting-app/commit/8da7aaf1572fb22c72a0ae45f13a823114e90164)) +* update variable name to match spar repo version ([#17](https://github.com/bcgov/nr-frontend-starting-app/issues/17)) ([213a0ef](https://github.com/bcgov/nr-frontend-starting-app/commit/213a0ef0ba7e39c519ea46cc5d8f392c2f83597b)) -## [0.1.2](https://github.com/bcgov/nr-frontend-starting-app/compare/v0.1.1...v0.1.2) (2022-12-16) +## [0.1.4](https://github.com/bcgov/nr-frontend-starting-app/compare/v0.1.3...v0.1.4) (2022-12-22) -## [0.1.1](https://github.com/bcgov/nr-frontend-starting-app/compare/v0.1.0...v0.1.1) (2022-12-13) +## [0.1.3](https://github.com/bcgov/nr-frontend-starting-app/compare/v0.1.2...v0.1.3) (2022-12-22) -### Bug Fixes -* **login:** update provider hint when logging with business bceid ([#12](https://github.com/bcgov/nr-frontend-starting-app/issues/12)) ([fd0b961](https://github.com/bcgov/nr-frontend-starting-app/commit/fd0b961604ab9820bb9076b634ee7cf0af30436e)) +## [0.1.2](https://github.com/bcgov/nr-frontend-starting-app/compare/v0.1.1...v0.1.2) (2022-12-16) -# [0.1.0](https://github.com/bcgov/nr-frontend-starting-app/compare/eedf121e2450fe9763830eec90f6ef5f1415c660...v0.1.0) (2022-12-07) +## [0.1.1](https://github.com/bcgov/nr-frontend-starting-app/compare/v0.1.0...v0.1.1) (2022-12-13) -### Features +### Bug Fixes -* Landing page ([#10](https://github.com/bcgov/nr-frontend-starting-app/issues/10)) ([eedf121](https://github.com/bcgov/nr-frontend-starting-app/commit/eedf121e2450fe9763830eec90f6ef5f1415c660)) +* **login:** update provider hint when logging with business bceid ([#12](https://github.com/bcgov/nr-frontend-starting-app/issues/12)) ([fd0b961](https://github.com/bcgov/nr-frontend-starting-app/commit/fd0b961604ab9820bb9076b634ee7cf0af30436e)) diff --git a/package.json b/package.json index 5314c672c..2ed75b5cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nr-spar-webapp", - "version": "0.1.4", + "version": "0.2.0", "private": true, "dependencies": { "@carbon/icons-react": "^11.9.0",