Skip to content

Commit

Permalink
chore: release 2.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chau Tran authored and Chau Tran committed May 9, 2023
1 parent 4b27e00 commit 6d24e9b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@


## [2.0.0-beta.0](https://github.com/angular-threejs/angular-three/compare/1.10.3...2.0.0-beta.0) (2023-05-09)


### Features

* generate new lib ([580393b](https://github.com/angular-threejs/angular-three/commit/580393b26c07fe29f3464cc91b1fc85d8124177d))
* signals are ready ([ec8f498](https://github.com/angular-threejs/angular-three/commit/ec8f4981cb345851a08f4289b0dca0fea9b367da))


### Documentations

* update readme ([4b27e00](https://github.com/angular-threejs/angular-three/commit/4b27e003a942ee9a3f13677d53b15d6ed1ad09a6))

### [1.10.3](https://github.com/angular-threejs/angular-three/compare/1.10.2...1.10.3) (2023-05-06)


Expand Down
4 changes: 3 additions & 1 deletion libs/angular-three/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
},
"publish": {
"command": "npm publish",
"cwd": "dist/libs/angular-three"
"options": {
"cwd": "dist/libs/angular-three"
}
},
"test": {
"executor": "@nx/jest:jest",
Expand Down
2 changes: 1 addition & 1 deletion libs/angular-three/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.10.3"
"version": "2.0.0-beta.0"
}

0 comments on commit 6d24e9b

Please sign in to comment.