Skip to content

Commit

Permalink
chore(release): 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
makimenko committed Nov 26, 2023
1 parent 5532c47 commit f3b2523
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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.4](https://github.com/makimenko/vect/compare/v0.0.3...v0.0.4) (2023-11-26)


### Features

* fix upgrade ([14ffef7](https://github.com/makimenko/vect/commit/14ffef79f81c6f77d72f9ead3d58e7754205187d))
* upgrade atft:1.5.0, threejs:0.131.3 ([51f7085](https://github.com/makimenko/vect/commit/51f70855bcb4255a3ebea3af6929bd93ef1115f4))
* upgrade to atft 1.5.2 ([6e7cbfa](https://github.com/makimenko/vect/commit/6e7cbfa773d0c56aad71d45c4085554359fcb3ec))


### Bug Fixes

* environment configuration ([a072392](https://github.com/makimenko/vect/commit/a072392fe194a871b29c165e42c4fc56db2358d7))
* reanimate vect project (Angular 16, threejs 0.158.0, atft 1.5.2) ([c9d8d57](https://github.com/makimenko/vect/commit/c9d8d57e0001cb0d88f00fff1fc0ac93c2b510ac))
* resolve issue with SCSS flex layout ([e7beeec](https://github.com/makimenko/vect/commit/e7beeec8d2d365a66513ae1c69e163afcdb2e4ee))
* SCSS flex layout issues ([93ce5c5](https://github.com/makimenko/vect/commit/93ce5c59b830cde4c49b824b70ddb61fbac76ec8))
* side navigator textarea bug ([fd2843b](https://github.com/makimenko/vect/commit/fd2843b90e1c429c69d97dd48eae6a1c9d33f949))

### [0.0.3](https://github.com/makimenko/vect/compare/0.0.2...v0.0.3) (2021-05-06)
* new node type: model (custom 3D model)
* Upgraded atft:1.4.23
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.3",
"version": "0.0.4",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down

0 comments on commit f3b2523

Please sign in to comment.