Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
chore: release 5.0.0-beta.20
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Apr 26, 2022
1 parent f961145 commit 40d47fd
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@


## [5.0.0-beta.20](https://github.com/nartc/angular-three/compare/5.0.0-beta.19...5.0.0-beta.20) (2022-04-26)


### Features

* **soba:** add Detailed ([43c5d13](https://github.com/nartc/angular-three/commit/43c5d13fde1158d58914a4f2a3d97b49f0d3f58d))
* **soba:** add Stars ([f961145](https://github.com/nartc/angular-three/commit/f961145455d60dc934d83e80c4c060a916121a0e))


### Bug Fixes

* **core:** material geometry object should ref instead of factory token ([3b8ff7d](https://github.com/nartc/angular-three/commit/3b8ff7d7a4b553d88a6622611b51f93fdb66f0d1))

## [5.0.0-beta.19](https://github.com/nartc/angular-three/compare/5.0.0-beta.18...5.0.0-beta.19) (2022-04-25)


Expand Down
2 changes: 1 addition & 1 deletion libs/cannon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-three/cannon",
"version": "5.0.0-beta.19",
"version": "5.0.0-beta.20",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-three/core",
"version": "5.0.0-beta.19",
"version": "5.0.0-beta.20",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/postprocessing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-three/postprocessing",
"version": "5.0.0-beta.19",
"version": "5.0.0-beta.20",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/schematics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-three/schematics",
"version": "5.0.0-beta.19",
"version": "5.0.0-beta.20",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/soba/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-three/soba",
"version": "5.0.0-beta.19",
"version": "5.0.0-beta.20",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 40d47fd

Please sign in to comment.