Skip to content

Commit c871a20

Browse files
committed
chore: Release 1.8.3
1 parent 7afe1ba commit c871a20

File tree

4 files changed

+164
-0
lines changed

4 files changed

+164
-0
lines changed

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,55 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.8.3](https://github.com/daybrush/scenejs/compare/1.7.0...1.8.3) (2022-12-15)
7+
### :sparkles: Packages
8+
* `react-scenejs` 2.0.0-beta.3
9+
* `scenejs` 1.8.3
10+
* `svelte-scenejs` 1.0.0-beta.1
11+
12+
13+
### :rocket: New Features
14+
15+
* `react-scenejs`
16+
* add react-scenejs #80 ([2d5f268](https://github.com/daybrush/scenejs/commit/2d5f26827bc4ba0817040e3a79d11d52f6b0310c))
17+
* `scenejs`
18+
* add reactive state #79 ([af5045f](https://github.com/daybrush/scenejs/commit/af5045ffcbbf1d097a71a0256c26c617e6af0df5))
19+
* `svelte-scenejs`
20+
* add svelte-scenejs #80 ([5198c5c](https://github.com/daybrush/scenejs/commit/5198c5c72eaebe5f1b1bd636eb78a19fb688c0f9))
21+
22+
23+
### :bug: Bug Fix
24+
25+
* `scenejs`, `react-scenejs`
26+
* fix reactive methods ([a0c7e28](https://github.com/daybrush/scenejs/commit/a0c7e28344c03e819882341be6a837d41b7fe40f))
27+
* fix scenejs version ([1652d1c](https://github.com/daybrush/scenejs/commit/1652d1cb9aef3f3835175fd828f93eb4a83feebf))
28+
* fix selectorAll function ([e6bf87a](https://github.com/daybrush/scenejs/commit/e6bf87af370ac058340c6087fad5138863ab6f5d))
29+
* `svelte-scenejs`
30+
* remove useless file ([c28c2da](https://github.com/daybrush/scenejs/commit/c28c2da241f1a05a0bd098d3f1cd9183c964a930))
31+
32+
33+
### :memo: Documentation
34+
35+
* `svelte-scenejs`
36+
* fix README ([f818dd9](https://github.com/daybrush/scenejs/commit/f818dd929b687d91b36005b861934538a16e7286))
37+
* `react-scenejs`
38+
* fix README ([8cde31e](https://github.com/daybrush/scenejs/commit/8cde31e46379009d0c42324702fcacefad53e426))
39+
* Other
40+
* fix README ([7afe1ba](https://github.com/daybrush/scenejs/commit/7afe1ba7525b2ad5b172a1a6fc11a83f585f30a4))
41+
* fix README ([c479682](https://github.com/daybrush/scenejs/commit/c4796821fce4753c95a386d0044a4906e4f43aec))
42+
* fix README ([ae5bbe4](https://github.com/daybrush/scenejs/commit/ae5bbe4170ad2dc539c4112e31e5da0684a31b1c))
43+
44+
45+
### :mega: Other
46+
47+
* All
48+
* publish packages ([60dbab3](https://github.com/daybrush/scenejs/commit/60dbab3c8ba568b818a0fc1cd941d9dfe64c7be3))
49+
* publish packages ([de47f51](https://github.com/daybrush/scenejs/commit/de47f5187843c7ec208fea797f67d413f530ab8e))
50+
* `scenejs`
51+
* publish packages ([3e91005](https://github.com/daybrush/scenejs/commit/3e910055a3f7bd072f5332c10fa2a17466ced738))
52+
53+
54+
655
## [1.7.0](https://github.com/daybrush/scenejs/compare/1.5.0...1.7.0) (2022-12-10)
756
### :sparkles: Packages
857
* `scenejs` 1.7.0
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 2.0.0-beta.3 (2022-12-15)
7+
8+
9+
### :rocket: New Features
10+
11+
* add react-scenejs #80 ([2d5f268](https://github.com/daybrush/scenejs/commit/2d5f26827bc4ba0817040e3a79d11d52f6b0310c))
12+
* Add ready props in react-scenejs ([0f96f4a](https://github.com/daybrush/scenejs/commit/0f96f4aff027253c5b4f87864f07da0346a1c8c6))
13+
14+
15+
### :bug: Bug Fix
16+
17+
* fix gitignore ([c6d046f](https://github.com/daybrush/scenejs/commit/c6d046fbd28fc635790bfe4b8d993534c86a89d4))
18+
* fix reactive methods ([a0c7e28](https://github.com/daybrush/scenejs/commit/a0c7e28344c03e819882341be6a837d41b7fe40f))
19+
* fix scenejs version ([1652d1c](https://github.com/daybrush/scenejs/commit/1652d1cb9aef3f3835175fd828f93eb4a83feebf))
20+
* fix selectorAll function ([e6bf87a](https://github.com/daybrush/scenejs/commit/e6bf87af370ac058340c6087fad5138863ab6f5d))
21+
* fixed a typo ([09338dd](https://github.com/daybrush/scenejs/commit/09338ddaf7c7ec66e0da2c4c7b05f3f4a05b4ee1))
22+
* Update README.md (#41) ([d870b71](https://github.com/daybrush/scenejs/commit/d870b710ba2f16e86590f7a11d27d27bb7601e8b))
23+
24+
25+
### :memo: Documentation
26+
27+
* fix README ([8cde31e](https://github.com/daybrush/scenejs/commit/8cde31e46379009d0c42324702fcacefad53e426))
28+
29+
30+
### :mega: Other
31+
32+
* apply lerna ([39520c3](https://github.com/daybrush/scenejs/commit/39520c38008399d7947684f7e443b9b1765e422b))
33+
* publish packages ([60dbab3](https://github.com/daybrush/scenejs/commit/60dbab3c8ba568b818a0fc1cd941d9dfe64c7be3))
34+
* publish packages ([de47f51](https://github.com/daybrush/scenejs/commit/de47f5187843c7ec208fea797f67d413f530ab8e))
35+
36+
## 1.0.2 (2019-06-02)
37+
38+
39+
### :rocket: New Features
40+
41+
* update react-scenejs for scenejs@1.0.0 (#29) ([790a458](https://github.com/daybrush/scenejs/commit/790a4584503cd0eb284e9d335fe25dc621e51c36))
42+
43+
44+
### :bug: Bug Fix
45+
46+
* fix README ([138aa88](https://github.com/daybrush/scenejs/commit/138aa88542ad84de3c14d9264d1c74e16cba871f))
47+
* fix README ([0c7fd36](https://github.com/daybrush/scenejs/commit/0c7fd364e6a9e6f6d7665085bc16917ec1abe724))
48+
49+
50+
### :mega: Other
51+
52+
* Release 1.0.2 ([4a828db](https://github.com/daybrush/scenejs/commit/4a828db1114307b7770b32c0beee9a318959cf2b))
53+
54+
## 1.0.0 (2019-05-29)
55+
56+
57+
### :bug: Bug Fix
58+
59+
* 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)
60+
* **react-scenejs:** update scenejs ([77eb70b](https://github.com/daybrush/scenejs/commit/77eb70bed8cff215a6a3f5bcfc70b6b62072d5a9))
61+
62+
63+
### :mega: Other
64+
65+
* Release 1.0.0 ([de16210](https://github.com/daybrush/scenejs/commit/de16210268c416eb4c575af275893327357f9359))

packages/scenejs/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.8.3](https://github.com/daybrush/scenejs/compare/scenejs@1.7.0...scenejs@1.8.3) (2022-12-15)
7+
8+
9+
### :rocket: New Features
10+
11+
* add reactive state #79 ([af5045f](https://github.com/daybrush/scenejs/commit/af5045ffcbbf1d097a71a0256c26c617e6af0df5))
12+
13+
14+
### :bug: Bug Fix
15+
16+
* fix reactive methods ([a0c7e28](https://github.com/daybrush/scenejs/commit/a0c7e28344c03e819882341be6a837d41b7fe40f))
17+
* fix scenejs version ([1652d1c](https://github.com/daybrush/scenejs/commit/1652d1cb9aef3f3835175fd828f93eb4a83feebf))
18+
* fix selectorAll function ([e6bf87a](https://github.com/daybrush/scenejs/commit/e6bf87af370ac058340c6087fad5138863ab6f5d))
19+
20+
21+
### :mega: Other
22+
23+
* publish packages ([60dbab3](https://github.com/daybrush/scenejs/commit/60dbab3c8ba568b818a0fc1cd941d9dfe64c7be3))
24+
* publish packages ([de47f51](https://github.com/daybrush/scenejs/commit/de47f5187843c7ec208fea797f67d413f530ab8e))
25+
* publish packages ([3e91005](https://github.com/daybrush/scenejs/commit/3e910055a3f7bd072f5332c10fa2a17466ced738))
26+
27+
28+
629
## [1.7.0](https://github.com/daybrush/scenejs/compare/scenejs@1.6.0...scenejs@1.7.0) (2022-12-10)
730

831

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 1.0.0-beta.1 (2022-12-15)
7+
8+
9+
### :rocket: New Features
10+
11+
* add svelte-scenejs #80 ([5198c5c](https://github.com/daybrush/scenejs/blob/master/packages/svelte-scenejs/commit/5198c5c72eaebe5f1b1bd636eb78a19fb688c0f9))
12+
13+
14+
### :bug: Bug Fix
15+
16+
* remove useless file ([c28c2da](https://github.com/daybrush/scenejs/blob/master/packages/svelte-scenejs/commit/c28c2da241f1a05a0bd098d3f1cd9183c964a930))
17+
18+
19+
### :memo: Documentation
20+
21+
* fix README ([f818dd9](https://github.com/daybrush/scenejs/blob/master/packages/svelte-scenejs/commit/f818dd929b687d91b36005b861934538a16e7286))
22+
23+
24+
### :mega: Other
25+
26+
* publish packages ([60dbab3](https://github.com/daybrush/scenejs/blob/master/packages/svelte-scenejs/commit/60dbab3c8ba568b818a0fc1cd941d9dfe64c7be3))
27+
* publish packages ([de47f51](https://github.com/daybrush/scenejs/blob/master/packages/svelte-scenejs/commit/de47f5187843c7ec208fea797f67d413f530ab8e))

0 commit comments

Comments
 (0)