From f1435ecfb78d4e54fb1f64399e76c716501afa50 Mon Sep 17 00:00:00 2001 From: Mihails Akimenko Date: Thu, 30 Nov 2023 23:58:33 +0200 Subject: [PATCH] chore(release): 0.0.5 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d77b31f..aa44896 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.5](https://github.com/makimenko/vect/compare/v0.0.4...v0.0.5) (2023-11-30) + + +### Bug Fixes + +* dynamic script loader ([1ef039b](https://github.com/makimenko/vect/commit/1ef039bff9570296d9946eb0d7da4b113f697caa)) +* githug pages routing (refresh issue) ([8a7faa4](https://github.com/makimenko/vect/commit/8a7faa41fac0f4eee7fdcf46b9769cc9c4b160b9)) +* gitignore ([5cd7b42](https://github.com/makimenko/vect/commit/5cd7b426a6f730faee9c9b148df4a5da6080dfaa)) +* keep route on refresh (fetch auth info in login guard) ([66a0130](https://github.com/makimenko/vect/commit/66a0130ab1ae75ff8eb8dcc88c1bf73092cac304)) +* login animation ([3b63e58](https://github.com/makimenko/vect/commit/3b63e58bbee42ffc9100884b4589a0510225851c)) +* logout feature ([0639e84](https://github.com/makimenko/vect/commit/0639e84ce50fa5ca44e9c84ae753872c0a1765f1)) +* persist sidenav state ([ee85622](https://github.com/makimenko/vect/commit/ee85622b6c066b38a8cfe298dd35eb6bfebd4277)) +* polish resize and warnings ([fe16fe3](https://github.com/makimenko/vect/commit/fe16fe3f7457f9524aecdc44de6fca036e94d56c)) +* store access token ([cd4a01b](https://github.com/makimenko/vect/commit/cd4a01be68bb9b33707f26c962a67c5fe3b45f0f)) +* switch to latest version of threejs lights ([31ce3cc](https://github.com/makimenko/vect/commit/31ce3cc55121cb8a75cabf6ae1fde308d5eba2bc)) +* UI polishing (title in toolbar, disable sidenav close by ESC, help css) ([a3110f5](https://github.com/makimenko/vect/commit/a3110f59724a28ca3834238da047ac2df50cd38b)) + ### [0.0.4](https://github.com/makimenko/vect/compare/v0.0.3...v0.0.4) (2023-11-26) diff --git a/package-lock.json b/package-lock.json index 249e2cb..0291d1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vect", - "version": "0.0.4", + "version": "0.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vect", - "version": "0.0.4", + "version": "0.0.5", "dependencies": { "@angular/animations": "^16.2.0", "@angular/cdk": "^16.2.12", diff --git a/package.json b/package.json index a4a888d..4f308f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vect", - "version": "0.0.4", + "version": "0.0.5", "scripts": { "ng": "ng", "start": "ng serve",