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

Commit 40d47fd

Browse files
committed
chore: release 5.0.0-beta.20
1 parent f961145 commit 40d47fd

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11

22

3+
## [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)
4+
5+
6+
### Features
7+
8+
* **soba:** add Detailed ([43c5d13](https://github.com/nartc/angular-three/commit/43c5d13fde1158d58914a4f2a3d97b49f0d3f58d))
9+
* **soba:** add Stars ([f961145](https://github.com/nartc/angular-three/commit/f961145455d60dc934d83e80c4c060a916121a0e))
10+
11+
12+
### Bug Fixes
13+
14+
* **core:** material geometry object should ref instead of factory token ([3b8ff7d](https://github.com/nartc/angular-three/commit/3b8ff7d7a4b553d88a6622611b51f93fdb66f0d1))
15+
316
## [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)
417

518

libs/cannon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-three/cannon",
3-
"version": "5.0.0-beta.19",
3+
"version": "5.0.0-beta.20",
44
"publishConfig": {
55
"access": "public"
66
},

libs/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-three/core",
3-
"version": "5.0.0-beta.19",
3+
"version": "5.0.0-beta.20",
44
"publishConfig": {
55
"access": "public"
66
},

libs/postprocessing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-three/postprocessing",
3-
"version": "5.0.0-beta.19",
3+
"version": "5.0.0-beta.20",
44
"publishConfig": {
55
"access": "public"
66
},

libs/schematics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-three/schematics",
3-
"version": "5.0.0-beta.19",
3+
"version": "5.0.0-beta.20",
44
"publishConfig": {
55
"access": "public"
66
},

libs/soba/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-three/soba",
3-
"version": "5.0.0-beta.19",
3+
"version": "5.0.0-beta.20",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)