Skip to content

Commit

Permalink
chore(release): 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
makimenko committed Nov 30, 2023
1 parent 5cd7b42 commit f1435ec
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vect",
"version": "0.0.4",
"version": "0.0.5",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down

0 comments on commit f1435ec

Please sign in to comment.