Skip to content

Commit 3b04709

Browse files
committed
chore: release 1.0.0-beta.0
1 parent ebc6dda commit 3b04709

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
2+
3+
## 1.0.0-beta.0 (2023-01-19)
4+
5+
6+
### Features
7+
8+
* add args ([50a9814](https://github.com/angular-threejs/angular-three/commit/50a98143f62049b2e5cf99fb104b6495c34e152d))
9+
* add canvas ([9d584c3](https://github.com/angular-threejs/angular-three/commit/9d584c36e98a6f9bf05e12927b38d2ae7c7f7edd))
10+
* add core lib ([a9db86d](https://github.com/angular-threejs/angular-three/commit/a9db86db52aaffd87bb2959b58c10d9f9b38f860))
11+
* add destry injection fn ([1ff55c3](https://github.com/angular-threejs/angular-three/commit/1ff55c3f1cb5dd14660a8649061ebad6a9b59a97))
12+
* add loader ([16a6611](https://github.com/angular-threejs/angular-three/commit/16a6611828bc96664165b2bc9dc4f6b4f5bcb8a4))
13+
* add loop ([52d487c](https://github.com/angular-threejs/angular-three/commit/52d487c0e0fad3224de59e7894b3326ecc80c429))
14+
* add r3f stuffs ([e238e35](https://github.com/angular-threejs/angular-three/commit/e238e35665a4af7b43f62a13f2b2af829a9cfe78))
15+
* add ref ([3e9bf47](https://github.com/angular-threejs/angular-three/commit/3e9bf478b0c181479da7f228b31c54131bcf39e3))
16+
* add renderer ([a8176a5](https://github.com/angular-threejs/angular-three/commit/a8176a50f907b26ecee4a26de719ca557890e352))
17+
* add repeat ([59d3423](https://github.com/angular-threejs/angular-three/commit/59d3423262aa360c616f2fb169754d360db66bc3))
18+
* add rx-state ([a4b62e1](https://github.com/angular-threejs/angular-three/commit/a4b62e175a90b507dd0cb79e3dd7a69802be2a51))
19+
* add store ([ed10862](https://github.com/angular-threejs/angular-three/commit/ed108626569f218e51f91d7750831eaf97aef45d))
20+
* add type ([8cbda45](https://github.com/angular-threejs/angular-three/commit/8cbda450615cc15c6912137353a4b58cb2866fbb))
21+
* finish canvas ([5f3334a](https://github.com/angular-threejs/angular-three/commit/5f3334a3e5316476f14363cbf07fc4d9a50df160))
22+
* finish the renderer ([70f66e8](https://github.com/angular-threejs/angular-three/commit/70f66e888d664473da0dc104eca1d9c585b33db5))
23+
24+
25+
### Documentations
26+
27+
* add demo app ([c774832](https://github.com/angular-threejs/angular-three/commit/c774832f40d857b1acb5ea7adb80a12e3b8d0bc7))

libs/angular-three/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "0.0.1"
2+
"version": "1.0.0-beta.0"
33
}

0 commit comments

Comments
 (0)