Skip to content

Commit 80023a0

Browse files
committed
chore: Release 1.8.5
1 parent 1f4a4f3 commit 80023a0

File tree

6 files changed

+145
-0
lines changed

6 files changed

+145
-0
lines changed

CHANGELOG.md

+45
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,51 @@
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.5](https://github.com/daybrush/scenejs/compare/1.8.3...1.8.5) (2022-12-21)
7+
### :sparkles: Packages
8+
* `react-scenejs` 2.0.0-beta.5
9+
* `scenejs` 1.8.5
10+
* `svelte-scenejs` 1.0.0-beta.3
11+
* `vue-scenejs` 2.0.0-beta.2
12+
* `vue2-scenejs` 1.0.0-beta.2
13+
14+
15+
### :rocket: New Features
16+
17+
* `vue2-scenejs`, `vue-scenejs`
18+
* Support Vue 2 & Vue 3 frameworks ([a5a0665](https://github.com/daybrush/scenejs/commit/a5a066535781d7f690ffb904abf41f6256ebee62))
19+
* `scenejs`
20+
* support function type ([ccf09b7](https://github.com/daybrush/scenejs/commit/ccf09b7584472a0ca26316b2e5a45d21a90a39cd))
21+
22+
23+
### :bug: Bug Fix
24+
25+
* All
26+
* update modules ([30191b8](https://github.com/daybrush/scenejs/commit/30191b8e7c195de355d0c01fa9110d6fe0b3df3b))
27+
* `svelte-scenejs`
28+
* fix docs ([67546f5](https://github.com/daybrush/scenejs/commit/67546f5e6e06b5f9f4c626657f42038802f4b2b6))
29+
* `scenejs`
30+
* fix ended event timing ([d2212a8](https://github.com/daybrush/scenejs/commit/d2212a888393e3b4d35ea864c1538f5f341b02d4))
31+
32+
33+
### :memo: Documentation
34+
35+
* fix doc source paths ([e52bbd5](https://github.com/daybrush/scenejs/commit/e52bbd5746fe3bffa301a517a349439c2ab1737e))
36+
37+
38+
### :mega: Other
39+
40+
* All
41+
* publish packages ([1f4a4f3](https://github.com/daybrush/scenejs/commit/1f4a4f3719f1789fb91c7e744f4bf8261751944f))
42+
* publish packages ([3b63fde](https://github.com/daybrush/scenejs/commit/3b63fde8232cdc6454a8d8fe1a42b6317d614036))
43+
* `scenejs`
44+
* fix github build badge ([1fbc785](https://github.com/daybrush/scenejs/commit/1fbc785104cb24bf679ba5697c006b02b457dea2))
45+
* fix lint ([0fc30b1](https://github.com/daybrush/scenejs/commit/0fc30b1710e6cf8a82a4893e2fed30f1b3aa2c22))
46+
* Other
47+
* fix github workflow ([87367bb](https://github.com/daybrush/scenejs/commit/87367bb6e35c59ced3fab2360ac253e87728329c))
48+
49+
50+
651
## [1.8.3](https://github.com/daybrush/scenejs/compare/1.7.0...1.8.3) (2022-12-15)
752
### :sparkles: Packages
853
* `react-scenejs` 2.0.0-beta.3

packages/react-scenejs/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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+
## [2.0.0-beta.5](https://github.com/daybrush/scenejs/compare/[email protected]@2.0.0-beta.5) (2022-12-21)
7+
8+
9+
### :bug: Bug Fix
10+
11+
* update modules ([30191b8](https://github.com/daybrush/scenejs/commit/30191b8e7c195de355d0c01fa9110d6fe0b3df3b))
12+
13+
14+
### :mega: Other
15+
16+
* publish packages ([1f4a4f3](https://github.com/daybrush/scenejs/commit/1f4a4f3719f1789fb91c7e744f4bf8261751944f))
17+
* publish packages ([3b63fde](https://github.com/daybrush/scenejs/commit/3b63fde8232cdc6454a8d8fe1a42b6317d614036))
18+
19+
20+
621
## 2.0.0-beta.3 (2022-12-15)
722

823

packages/scenejs/CHANGELOG.md

+23
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.5](https://github.com/daybrush/scenejs/compare/[email protected]@1.8.5) (2022-12-21)
7+
8+
9+
### :rocket: New Features
10+
11+
* support function type ([ccf09b7](https://github.com/daybrush/scenejs/commit/ccf09b7584472a0ca26316b2e5a45d21a90a39cd))
12+
13+
14+
### :bug: Bug Fix
15+
16+
* fix ended event timing ([d2212a8](https://github.com/daybrush/scenejs/commit/d2212a888393e3b4d35ea864c1538f5f341b02d4))
17+
* update modules ([30191b8](https://github.com/daybrush/scenejs/commit/30191b8e7c195de355d0c01fa9110d6fe0b3df3b))
18+
19+
20+
### :mega: Other
21+
22+
* fix github build badge ([1fbc785](https://github.com/daybrush/scenejs/commit/1fbc785104cb24bf679ba5697c006b02b457dea2))
23+
* fix lint ([0fc30b1](https://github.com/daybrush/scenejs/commit/0fc30b1710e6cf8a82a4893e2fed30f1b3aa2c22))
24+
* publish packages ([1f4a4f3](https://github.com/daybrush/scenejs/commit/1f4a4f3719f1789fb91c7e744f4bf8261751944f))
25+
* publish packages ([3b63fde](https://github.com/daybrush/scenejs/commit/3b63fde8232cdc6454a8d8fe1a42b6317d614036))
26+
27+
28+
629
## [1.8.3](https://github.com/daybrush/scenejs/compare/[email protected]@1.8.3) (2022-12-15)
730

831

packages/svelte-scenejs/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.0.0-beta.3](https://github.com/daybrush/scenejs/blob/master/packages/svelte-scenejs/compare/[email protected]@1.0.0-beta.3) (2022-12-21)
7+
8+
9+
### :bug: Bug Fix
10+
11+
* fix docs ([67546f5](https://github.com/daybrush/scenejs/blob/master/packages/svelte-scenejs/commit/67546f5e6e06b5f9f4c626657f42038802f4b2b6))
12+
* update modules ([30191b8](https://github.com/daybrush/scenejs/blob/master/packages/svelte-scenejs/commit/30191b8e7c195de355d0c01fa9110d6fe0b3df3b))
13+
14+
15+
### :mega: Other
16+
17+
* publish packages ([1f4a4f3](https://github.com/daybrush/scenejs/blob/master/packages/svelte-scenejs/commit/1f4a4f3719f1789fb91c7e744f4bf8261751944f))
18+
* publish packages ([3b63fde](https://github.com/daybrush/scenejs/blob/master/packages/svelte-scenejs/commit/3b63fde8232cdc6454a8d8fe1a42b6317d614036))
19+
20+
21+
622
## 1.0.0-beta.1 (2022-12-15)
723

824

packages/vue-scenejs/CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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.2 (2022-12-21)
7+
8+
9+
### :rocket: New Features
10+
11+
* add vue-scenejs for scenejs 1.0.0 (#34) ([af2b8ea](https://github.com/daybrush/scenejs/blob/master/packages/vue3-scenejs/commit/af2b8ea013c652470631f6dfe0b2b753cec6ad0a))
12+
* Support Vue 2 & Vue 3 frameworks ([a5a0665](https://github.com/daybrush/scenejs/blob/master/packages/vue3-scenejs/commit/a5a066535781d7f690ffb904abf41f6256ebee62))
13+
14+
15+
### :bug: Bug Fix
16+
17+
* update modules ([30191b8](https://github.com/daybrush/scenejs/blob/master/packages/vue3-scenejs/commit/30191b8e7c195de355d0c01fa9110d6fe0b3df3b))
18+
19+
20+
### :mega: Other
21+
22+
* apply lerna ([39520c3](https://github.com/daybrush/scenejs/blob/master/packages/vue3-scenejs/commit/39520c38008399d7947684f7e443b9b1765e422b))
23+
* publish packages ([1f4a4f3](https://github.com/daybrush/scenejs/blob/master/packages/vue3-scenejs/commit/1f4a4f3719f1789fb91c7e744f4bf8261751944f))
24+
* publish packages ([3b63fde](https://github.com/daybrush/scenejs/blob/master/packages/vue3-scenejs/commit/3b63fde8232cdc6454a8d8fe1a42b6317d614036))

packages/vue2-scenejs/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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.2 (2022-12-21)
7+
8+
9+
### :rocket: New Features
10+
11+
* Support Vue 2 & Vue 3 frameworks ([a5a0665](https://github.com/daybrush/scenejs/blob/master/packages/vue2-scenejs/commit/a5a066535781d7f690ffb904abf41f6256ebee62))
12+
13+
14+
### :bug: Bug Fix
15+
16+
* update modules ([30191b8](https://github.com/daybrush/scenejs/blob/master/packages/vue2-scenejs/commit/30191b8e7c195de355d0c01fa9110d6fe0b3df3b))
17+
18+
19+
### :mega: Other
20+
21+
* publish packages ([1f4a4f3](https://github.com/daybrush/scenejs/blob/master/packages/vue2-scenejs/commit/1f4a4f3719f1789fb91c7e744f4bf8261751944f))
22+
* publish packages ([3b63fde](https://github.com/daybrush/scenejs/blob/master/packages/vue2-scenejs/commit/3b63fde8232cdc6454a8d8fe1a42b6317d614036))

0 commit comments

Comments
 (0)