diff --git a/CHANGELOG.md b/CHANGELOG.md index 7caca34c..20e84192 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.36.1](https://github.com/kolplattformen/skolplattformen/compare/v1.36.0...v1.36.1) (2021-05-25) + + +### Bug Fixes + +* 🐛 use modal for login method picker. Fixes [#404](https://github.com/kolplattformen/skolplattformen/issues/404) ([bf472fb](https://github.com/kolplattformen/skolplattformen/commit/bf472fb94389cdb7164e7d6fa042235722c7777e)) + # [1.36.0](https://github.com/kolplattformen/skolplattformen/compare/v1.35.1...v1.36.0) (2021-05-21) diff --git a/package-lock.json b/package-lock.json index 5b0face4..b82b074c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "1.36.0", + "version": "1.36.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 81f78dc6..3193bee5 100644 --- a/package.json +++ b/package.json @@ -9,5 +9,5 @@ "test": "npx lerna run test --stream", "lint": "npx lerna run lint --stream" }, - "version": "1.36.0" + "version": "1.36.1" }