diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d024d17..7098db16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,55 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.8.3](https://github.com/daybrush/scenejs/compare/1.7.0...1.8.3) (2022-12-15) +### :sparkles: Packages +* `react-scenejs` 2.0.0-beta.3 +* `scenejs` 1.8.3 +* `svelte-scenejs` 1.0.0-beta.1 + + +### :rocket: New Features + +* `react-scenejs` + * add react-scenejs #80 ([2d5f268](https://github.com/daybrush/scenejs/commit/2d5f26827bc4ba0817040e3a79d11d52f6b0310c)) +* `scenejs` + * add reactive state #79 ([af5045f](https://github.com/daybrush/scenejs/commit/af5045ffcbbf1d097a71a0256c26c617e6af0df5)) +* `svelte-scenejs` + * add svelte-scenejs #80 ([5198c5c](https://github.com/daybrush/scenejs/commit/5198c5c72eaebe5f1b1bd636eb78a19fb688c0f9)) + + +### :bug: Bug Fix + +* `scenejs`, `react-scenejs` + * fix reactive methods ([a0c7e28](https://github.com/daybrush/scenejs/commit/a0c7e28344c03e819882341be6a837d41b7fe40f)) + * fix scenejs version ([1652d1c](https://github.com/daybrush/scenejs/commit/1652d1cb9aef3f3835175fd828f93eb4a83feebf)) + * fix selectorAll function ([e6bf87a](https://github.com/daybrush/scenejs/commit/e6bf87af370ac058340c6087fad5138863ab6f5d)) +* `svelte-scenejs` + * remove useless file ([c28c2da](https://github.com/daybrush/scenejs/commit/c28c2da241f1a05a0bd098d3f1cd9183c964a930)) + + +### :memo: Documentation + +* `svelte-scenejs` + * fix README ([f818dd9](https://github.com/daybrush/scenejs/commit/f818dd929b687d91b36005b861934538a16e7286)) +* `react-scenejs` + * fix README ([8cde31e](https://github.com/daybrush/scenejs/commit/8cde31e46379009d0c42324702fcacefad53e426)) +* Other + * fix README ([7afe1ba](https://github.com/daybrush/scenejs/commit/7afe1ba7525b2ad5b172a1a6fc11a83f585f30a4)) + * fix README ([c479682](https://github.com/daybrush/scenejs/commit/c4796821fce4753c95a386d0044a4906e4f43aec)) + * fix README ([ae5bbe4](https://github.com/daybrush/scenejs/commit/ae5bbe4170ad2dc539c4112e31e5da0684a31b1c)) + + +### :mega: Other + +* All + * publish packages ([60dbab3](https://github.com/daybrush/scenejs/commit/60dbab3c8ba568b818a0fc1cd941d9dfe64c7be3)) + * publish packages ([de47f51](https://github.com/daybrush/scenejs/commit/de47f5187843c7ec208fea797f67d413f530ab8e)) +* `scenejs` + * publish packages ([3e91005](https://github.com/daybrush/scenejs/commit/3e910055a3f7bd072f5332c10fa2a17466ced738)) + + + ## [1.7.0](https://github.com/daybrush/scenejs/compare/1.5.0...1.7.0) (2022-12-10) ### :sparkles: Packages * `scenejs` 1.7.0 diff --git a/packages/react-scenejs/CHANGELOG.md b/packages/react-scenejs/CHANGELOG.md new file mode 100644 index 00000000..861036ac --- /dev/null +++ b/packages/react-scenejs/CHANGELOG.md @@ -0,0 +1,65 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 2.0.0-beta.3 (2022-12-15) + + +### :rocket: New Features + +* add react-scenejs #80 ([2d5f268](https://github.com/daybrush/scenejs/commit/2d5f26827bc4ba0817040e3a79d11d52f6b0310c)) +* Add ready props in react-scenejs ([0f96f4a](https://github.com/daybrush/scenejs/commit/0f96f4aff027253c5b4f87864f07da0346a1c8c6)) + + +### :bug: Bug Fix + +* fix gitignore ([c6d046f](https://github.com/daybrush/scenejs/commit/c6d046fbd28fc635790bfe4b8d993534c86a89d4)) +* fix reactive methods ([a0c7e28](https://github.com/daybrush/scenejs/commit/a0c7e28344c03e819882341be6a837d41b7fe40f)) +* fix scenejs version ([1652d1c](https://github.com/daybrush/scenejs/commit/1652d1cb9aef3f3835175fd828f93eb4a83feebf)) +* fix selectorAll function ([e6bf87a](https://github.com/daybrush/scenejs/commit/e6bf87af370ac058340c6087fad5138863ab6f5d)) +* fixed a typo ([09338dd](https://github.com/daybrush/scenejs/commit/09338ddaf7c7ec66e0da2c4c7b05f3f4a05b4ee1)) +* Update README.md (#41) ([d870b71](https://github.com/daybrush/scenejs/commit/d870b710ba2f16e86590f7a11d27d27bb7601e8b)) + + +### :memo: Documentation + +* fix README ([8cde31e](https://github.com/daybrush/scenejs/commit/8cde31e46379009d0c42324702fcacefad53e426)) + + +### :mega: Other + +* apply lerna ([39520c3](https://github.com/daybrush/scenejs/commit/39520c38008399d7947684f7e443b9b1765e422b)) +* publish packages ([60dbab3](https://github.com/daybrush/scenejs/commit/60dbab3c8ba568b818a0fc1cd941d9dfe64c7be3)) +* publish packages ([de47f51](https://github.com/daybrush/scenejs/commit/de47f5187843c7ec208fea797f67d413f530ab8e)) + +## 1.0.2 (2019-06-02) + + +### :rocket: New Features + +* update react-scenejs for scenejs@1.0.0 (#29) ([790a458](https://github.com/daybrush/scenejs/commit/790a4584503cd0eb284e9d335fe25dc621e51c36)) + + +### :bug: Bug Fix + +* fix README ([138aa88](https://github.com/daybrush/scenejs/commit/138aa88542ad84de3c14d9264d1c74e16cba871f)) +* fix README ([0c7fd36](https://github.com/daybrush/scenejs/commit/0c7fd364e6a9e6f6d7665085bc16917ec1abe724)) + + +### :mega: Other + +* Release 1.0.2 ([4a828db](https://github.com/daybrush/scenejs/commit/4a828db1114307b7770b32c0beee9a318959cf2b)) + +## 1.0.0 (2019-05-29) + + +### :bug: Bug Fix + +* merge 1.0.0-rc (#23) ([184db34](https://github.com/daybrush/scenejs/commit/184db34e5aac51d503a306b8a0fd4155a21834b4)), closes [#20](https://github.com/daybrush/scenejs/issues/20) [#21](https://github.com/daybrush/scenejs/issues/21) [#22](https://github.com/daybrush/scenejs/issues/22) +* **react-scenejs:** update scenejs ([77eb70b](https://github.com/daybrush/scenejs/commit/77eb70bed8cff215a6a3f5bcfc70b6b62072d5a9)) + + +### :mega: Other + +* Release 1.0.0 ([de16210](https://github.com/daybrush/scenejs/commit/de16210268c416eb4c575af275893327357f9359)) diff --git a/packages/scenejs/CHANGELOG.md b/packages/scenejs/CHANGELOG.md index ce6ed629..9d966451 100644 --- a/packages/scenejs/CHANGELOG.md +++ b/packages/scenejs/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.8.3](https://github.com/daybrush/scenejs/compare/scenejs@1.7.0...scenejs@1.8.3) (2022-12-15) + + +### :rocket: New Features + +* add reactive state #79 ([af5045f](https://github.com/daybrush/scenejs/commit/af5045ffcbbf1d097a71a0256c26c617e6af0df5)) + + +### :bug: Bug Fix + +* fix reactive methods ([a0c7e28](https://github.com/daybrush/scenejs/commit/a0c7e28344c03e819882341be6a837d41b7fe40f)) +* fix scenejs version ([1652d1c](https://github.com/daybrush/scenejs/commit/1652d1cb9aef3f3835175fd828f93eb4a83feebf)) +* fix selectorAll function ([e6bf87a](https://github.com/daybrush/scenejs/commit/e6bf87af370ac058340c6087fad5138863ab6f5d)) + + +### :mega: Other + +* publish packages ([60dbab3](https://github.com/daybrush/scenejs/commit/60dbab3c8ba568b818a0fc1cd941d9dfe64c7be3)) +* publish packages ([de47f51](https://github.com/daybrush/scenejs/commit/de47f5187843c7ec208fea797f67d413f530ab8e)) +* publish packages ([3e91005](https://github.com/daybrush/scenejs/commit/3e910055a3f7bd072f5332c10fa2a17466ced738)) + + + ## [1.7.0](https://github.com/daybrush/scenejs/compare/scenejs@1.6.0...scenejs@1.7.0) (2022-12-10) diff --git a/packages/svelte-scenejs/CHANGELOG.md b/packages/svelte-scenejs/CHANGELOG.md new file mode 100644 index 00000000..34cb518b --- /dev/null +++ b/packages/svelte-scenejs/CHANGELOG.md @@ -0,0 +1,27 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 1.0.0-beta.1 (2022-12-15) + + +### :rocket: New Features + +* add svelte-scenejs #80 ([5198c5c](https://github.com/daybrush/scenejs/blob/master/packages/svelte-scenejs/commit/5198c5c72eaebe5f1b1bd636eb78a19fb688c0f9)) + + +### :bug: Bug Fix + +* remove useless file ([c28c2da](https://github.com/daybrush/scenejs/blob/master/packages/svelte-scenejs/commit/c28c2da241f1a05a0bd098d3f1cd9183c964a930)) + + +### :memo: Documentation + +* fix README ([f818dd9](https://github.com/daybrush/scenejs/blob/master/packages/svelte-scenejs/commit/f818dd929b687d91b36005b861934538a16e7286)) + + +### :mega: Other + +* publish packages ([60dbab3](https://github.com/daybrush/scenejs/blob/master/packages/svelte-scenejs/commit/60dbab3c8ba568b818a0fc1cd941d9dfe64c7be3)) +* publish packages ([de47f51](https://github.com/daybrush/scenejs/blob/master/packages/svelte-scenejs/commit/de47f5187843c7ec208fea797f67d413f530ab8e))