From cca97be38b2453a1dab6d093a85abbba411bca77 Mon Sep 17 00:00:00 2001 From: Robert Stein Date: Thu, 10 Feb 2022 11:08:39 +0100 Subject: [PATCH] chore: release v1.5.3 --- CHANGELOG.md | 10 ++++++++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b932ba0d..c219a173 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v1.5.2](https://github.com/unikubehq/frontend/compare/v1.5.1...v1.5.2) +## [v1.5.3](https://github.com/unikubehq/frontend/compare/v1.5.2...v1.5.3) + +### Commits + +- fix(deps): load keycloak-js from keycloak service - only load types in code [`6d0b0af`](https://github.com/unikubehq/frontend/commit/6d0b0afcb639c39d4d03287598e1885a6ad9607a) + +## [v1.5.2](https://github.com/unikubehq/frontend/compare/v1.5.1...v1.5.2) - 2022-02-10 ### Merged @@ -20,7 +26,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - fix(package-lock): sources [`25c97f4`](https://github.com/unikubehq/frontend/commit/25c97f461ad1cd21cdae74d1d51ee998a99a05eb) - fix(deps): fix missing dependency [`3b6a63b`](https://github.com/unikubehq/frontend/commit/3b6a63b24b672fc5d0b04967977fb9b3bb8d9a7b) -- fix(package-lock): update versions [`695c047`](https://github.com/unikubehq/frontend/commit/695c047192c92d7fc53cf47bc88a29a99a5c08cf) +- chore: release v1.5.2 [`c15ebc8`](https://github.com/unikubehq/frontend/commit/c15ebc8e6841c22ffb875de40560c0b838304a8c) ## [v1.5.1](https://github.com/unikubehq/frontend/compare/v1.5.0...v1.5.1) - 2022-02-07 diff --git a/package-lock.json b/package-lock.json index b4a0dc4a..8beb9389 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "unikube-frontend", - "version": "1.5.2", + "version": "1.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.5.2", + "version": "1.5.3", "dependencies": { "@apollo/client": "^3.5.8", "@casl/ability": "^5.4.3", diff --git a/package.json b/package.json index 4f185bde..a6417267 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unikube-frontend", - "version": "1.5.2", + "version": "1.5.3", "private": true, "scripts": { "serve": "vue-cli-service serve",