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

Commit 91b3e66

Browse files
committed
chore: release 5.0.0-beta.21
1 parent 4724b32 commit 91b3e66

File tree

6 files changed

+25
-5
lines changed

6 files changed

+25
-5
lines changed

CHANGELOG.md

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

22

3+
## [5.0.0-beta.21](https://github.com/nartc/angular-three/compare/5.0.0-beta.20...5.0.0-beta.21) (2022-04-27)
4+
5+
6+
### Features
7+
8+
* **soba:** add Environment ([87b771c](https://github.com/nartc/angular-three/commit/87b771cd65a9117d145e4718b3b73e23fc52a968))
9+
10+
11+
### Bug Fixes
12+
13+
* **core:** add explicit states to have knowledge if an input is explicitly set on the host element ([b2aa965](https://github.com/nartc/angular-three/commit/b2aa965ac779e16c2b58d5dd0cd16e34cd553a8e))
14+
* **core:** add type guard to is.obj ([c93ae5c](https://github.com/nartc/angular-three/commit/c93ae5cd0a2edbad45f30e0f5de8b82024da1231))
15+
* **core:** adjust object passthrough to respect host Inputs if they're set explicitly ([38f2eea](https://github.com/nartc/angular-three/commit/38f2eeaf74f46fded584cc48a49bbd7ee2e5132d))
16+
* **core:** make sure object pass through react to changes ([65fad4b](https://github.com/nartc/angular-three/commit/65fad4bd7582854c7119ee66c5d260f0b0597c1c))
17+
* **environment:** fix environment background not changing ([0a59c68](https://github.com/nartc/angular-three/commit/0a59c68192cde518b3f64cf0d69ed66f1ae75bed))
18+
* **soba:** adjust OrbitControls ([11f6059](https://github.com/nartc/angular-three/commit/11f6059af0fbd24a2032ba4940049bfd12705c57))
19+
* **soba:** adjust the "use" API to be more reactive ([7afb377](https://github.com/nartc/angular-three/commit/7afb3778f170a7841fed1c98f9c02ade068fc3b3))
20+
* **soba:** adjust typings in environment ([4724b32](https://github.com/nartc/angular-three/commit/4724b32bb7c9f98407e2a4e87d3a141534fa9c97))
21+
* **soba:** make sure gizmo passthroughs react to changes ([aa59906](https://github.com/nartc/angular-three/commit/aa59906c6ebf6ca42898e08526efb2f6bbf873d5))
22+
323
## [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)
424

525

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.20",
3+
"version": "5.0.0-beta.21",
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.20",
3+
"version": "5.0.0-beta.21",
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.20",
3+
"version": "5.0.0-beta.21",
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.20",
3+
"version": "5.0.0-beta.21",
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.20",
3+
"version": "5.0.0-beta.21",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)