File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
2
3
+ ## [ 2.0.0-beta.0] ( https://github.com/angular-threejs/angular-three/compare/1.10.3...2.0.0-beta.0 ) (2023-05-09)
4
+
5
+
6
+ ### Features
7
+
8
+ * generate new lib ([ 580393b] ( https://github.com/angular-threejs/angular-three/commit/580393b26c07fe29f3464cc91b1fc85d8124177d ) )
9
+ * signals are ready ([ ec8f498] ( https://github.com/angular-threejs/angular-three/commit/ec8f4981cb345851a08f4289b0dca0fea9b367da ) )
10
+
11
+
12
+ ### Documentations
13
+
14
+ * update readme ([ 4b27e00] ( https://github.com/angular-threejs/angular-three/commit/4b27e003a942ee9a3f13677d53b15d6ed1ad09a6 ) )
15
+
3
16
### [ 1.10.3] ( https://github.com/angular-threejs/angular-three/compare/1.10.2...1.10.3 ) (2023-05-06)
4
17
5
18
Original file line number Diff line number Diff line change 35
35
},
36
36
"publish" : {
37
37
"command" : " npm publish" ,
38
- "cwd" : " dist/libs/angular-three"
38
+ "options" : {
39
+ "cwd" : " dist/libs/angular-three"
40
+ }
39
41
},
40
42
"test" : {
41
43
"executor" : " @nx/jest:jest" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.10.3 "
2
+ "version" : " 2.0.0-beta.0 "
3
3
}
You can’t perform that action at this time.
0 commit comments