Skip to content

Commit

Permalink
chore(release): 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fgarrec0397 committed Jun 12, 2023
1 parent 641cd63 commit ef0613d
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 3 deletions.
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,53 @@

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.6.1](https://github.com/fgarrec0397/granity/compare/v0.6.0...v0.6.1) (2023-06-12)


### Features

* buildRigidBodyKey ([6a7ad5c](https://github.com/fgarrec0397/granity/commits/6a7ad5c1988f88f01253c0e2c16c05607a84c399))
* game physics + rigidbody + clean up ([80e6a02](https://github.com/fgarrec0397/granity/commits/80e6a02d810c0c601ab0a1f2a38c54f0de155de8))
* init physics ([e88aa62](https://github.com/fgarrec0397/granity/commits/e88aa622fddad6c073fb0962ee6d3c4341a1d649))


### Bug Fixes

* build ([641cd63](https://github.com/fgarrec0397/granity/commits/641cd6313f5ecef4a0451cdffa7196782abab1c8))
* createWidgets functions types ([db41022](https://github.com/fgarrec0397/granity/commits/db41022c9f4bc274d2206f3944978836f54d5c24))
* delete widgets ([7ef3f16](https://github.com/fgarrec0397/granity/commits/7ef3f168b99248fb121a2157d3febcaee147aa81))
* **engine:** linter errors ([482e830](https://github.com/fgarrec0397/granity/commits/482e83054acf4a1ab9509dce199f47f233f01a06))
* game widgets helpers ([f3193c3](https://github.com/fgarrec0397/granity/commits/f3193c328900e662ee7ea6ac7ae4fd0550786e2e))
* load custom 3d model in the game + update rigidbodies in editor ([c56a6a4](https://github.com/fgarrec0397/granity/commits/c56a6a42f67c265b6cddb5c3afd00a78e953ffce))
* should not select frozen game widgets ([30fd64c](https://github.com/fgarrec0397/granity/commits/30fd64c5824cd3593d589925da7e0478a14ed703))
* widgetsObjects refactor ([3e6a670](https://github.com/fgarrec0397/granity/commits/3e6a670d4e04cc98775d19e6300c4a7facc6b942))
* **WIP:** admin build ([392cf9b](https://github.com/fgarrec0397/granity/commits/392cf9b3ff4b6c65a3e469399ec6d8126cd83511))


### Refactor

* addGameWidget + buildGameWidgetInfo ([1af9400](https://github.com/fgarrec0397/granity/commits/1af940087181d14acabdd262831b42e3a3f5a5b1))
* addUIWidget ([10acdb4](https://github.com/fgarrec0397/granity/commits/10acdb4011c47a172716081543430b0e7b7d7916))
* createGameWidget ([4adc5f6](https://github.com/fgarrec0397/granity/commits/4adc5f6dc170b69f9138cd282f6d470b2db7b8ff))
* createUI utility ([843c0fe](https://github.com/fgarrec0397/granity/commits/843c0fe1ab2460c62f6dc5ffff7985e7521031c6))
* extracted ui widgets types from widgetsTypes ([438dc9e](https://github.com/fgarrec0397/granity/commits/438dc9ea2e0c83a6cbb3ad8ac3f1448472241e10))
* extracting useWidgets functions to useGameWidgets ([097129c](https://github.com/fgarrec0397/granity/commits/097129c8acb5054c28765343ff8e7abd5d02f14e))
* game widgets started ([6558266](https://github.com/fgarrec0397/granity/commits/65582664b1ea2d307af711d3b961461a6402244e))
* game widgets types ([49961c8](https://github.com/fgarrec0397/granity/commits/49961c8516e718ecfe32b63b7f5e3a2b1a4e6904))
* gamewidgets WIP ([918cb1d](https://github.com/fgarrec0397/granity/commits/918cb1d4030b4f53731d090818da5a8f133cef4b))
* gridEnabled to isDebugEnabled ([5026af4](https://github.com/fgarrec0397/granity/commits/5026af4ec7eea34db483057480f16dd5e2b12a50))
* **packages/engine:** renamed widgetsObjectDictionary to widgetsDictionary ([0dc7268](https://github.com/fgarrec0397/granity/commits/0dc72682fea5e849d12d28d1ea56009e56a225ff))
* physics config ([2364e28](https://github.com/fgarrec0397/granity/commits/2364e282074780fe2e0e7ddbb50461ae002c04ae))
* removed autogenerated files ([839d6cc](https://github.com/fgarrec0397/granity/commits/839d6ccea6d73baee6a2251fe114c3ae4ef2f06b))
* types extracted ([9be2cd1](https://github.com/fgarrec0397/granity/commits/9be2cd152d64a4e32e1b54e0009c56f714fa08bb))
* useGameWidgets done ([850bd3a](https://github.com/fgarrec0397/granity/commits/850bd3a5d15be8e3e413e42ab0e9c38fefd97646))
* useInitGameWidgets ([7a5d373](https://github.com/fgarrec0397/granity/commits/7a5d373195a1d89c811587bd900cc1123ea9becd))
* useUIWidgets ([34bd414](https://github.com/fgarrec0397/granity/commits/34bd41438fec54c8a79e575142dcbb438bef0eac))
* useUIWidgets and useGameWidgets done ([33d15ce](https://github.com/fgarrec0397/granity/commits/33d15cec06f8bfb03cabfc25d4c0cba3fbf530f1))
* widget builders ([3088ee4](https://github.com/fgarrec0397/granity/commits/3088ee489aa821569d64b111ca291f5e44ab3ffc))
* widgets builders ([7b1e82c](https://github.com/fgarrec0397/granity/commits/7b1e82c2c1d89555a5624f05cd80782776ced9cd))
* widgets modules types ([f485928](https://github.com/fgarrec0397/granity/commits/f4859289662772277076a00eb334be0cb6e0da9e))

## [0.6.0](https://github.com/fgarrec0397/granity/compare/v0.5.0...v0.6.0) (2023-05-17)


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": "granity",
"version": "0.6.0",
"version": "0.6.1",
"author": "Fabrice Garrec",
"license": "MIT",
"homepage": "https://github.com/fgarrec0397/Granity#readme",
Expand Down

0 comments on commit ef0613d

Please sign in to comment.