Skip to content

Commit

Permalink
chore(release): 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fgarrec0397 committed Jan 3, 2023
1 parent 2154ac0 commit 4d9960d
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.1.8](https://github.com/fgarrec0397/granity/compare/v0.1.7...v0.1.8) (2023-01-03)


### Features

* ui widgets editable name ([bc09ea4](https://github.com/fgarrec0397/granity/commits/bc09ea40b48593e45a5b66ba3808560187b21d28))


### Bug Fixes

* app crash ([686e103](https://github.com/fgarrec0397/granity/commits/686e1035acaa8f89f6fb923ab18860765d405f53))
* displayName property showing in editor ([fffcfc4](https://github.com/fgarrec0397/granity/commits/fffcfc4f0bb7e902e2a75ed8ab3bba5c36134a37))
* hard cloning component ([591ca7a](https://github.com/fgarrec0397/granity/commits/591ca7af2886860437ede909fb58b3a91b303595))
* infinite rerender + types + defaultCamera ([80fecc5](https://github.com/fgarrec0397/granity/commits/80fecc5e45583d7e3c8e217f9f6b2da12c92b38a))
* investigation edit button ([ac1a9fa](https://github.com/fgarrec0397/granity/commits/ac1a9fac3e7228c5533f0503534a24a49eb9bb45))
* labelPosition warning ([7e0f1d5](https://github.com/fgarrec0397/granity/commits/7e0f1d5ad6a27939f6c6bbad58898d7bd3d558a0))
* lagging widget onchange ([37cb02e](https://github.com/fgarrec0397/granity/commits/37cb02e7955d0beddc85bcc16fd0911f2e6a9f1e))

### [0.1.7](https://github.com/fgarrec0397/granity/compare/v0.1.6...v0.1.7) (2022-12-29)


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": "create-granity",
"version": "0.1.7",
"version": "0.1.8",
"description": "A React Three Fiber widgets based game engine.",
"scripts": {
"server": "cd server && npm start",
Expand Down

0 comments on commit 4d9960d

Please sign in to comment.