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

Commit 6ab6f25

Browse files
committed
chore: release 5.0.0-beta.3
1 parent 16895e6 commit 6ab6f25

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.3](https://github.com/nartc/angular-three/compare/5.0.0-beta.2...5.0.0-beta.3) (2022-04-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **repo:** use is.arr instead of Array.isArray ([e03837f](https://github.com/nartc/angular-three/commit/e03837f88e919dbaf102f80c219114ee9ea58349))
9+
* **repo:** use NumberInput for number inputs ([16895e6](https://github.com/nartc/angular-three/commit/16895e66e81a4ebeae2ed22c865588991b8ed282))
10+
11+
12+
### Documentations
13+
14+
* adjust kinematic cube example to use beforeRender instead ([4560b39](https://github.com/nartc/angular-three/commit/4560b396073ad7cf538fbf21ba287916fba7f43c))
15+
316
## [5.0.0-beta.2](https://github.com/nartc/angular-three/compare/5.0.0-beta.1...5.0.0-beta.2) (2022-04-18)
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.2",
3+
"version": "5.0.0-beta.3",
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.2",
3+
"version": "5.0.0-beta.3",
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.2",
3+
"version": "5.0.0-beta.3",
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.2",
3+
"version": "5.0.0-beta.3",
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.2",
3+
"version": "5.0.0-beta.3",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)