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.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Apr 18, 2022
1 parent eb960f8 commit ffcfede
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@


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


### Features

* **core:** remove size and clock inputs on canvas ([2f81334](https://github.com/nartc/angular-three/commit/2f81334e27e2991890097ebc45a86c1971f7e384))


### Bug Fixes

* **core:** ensure dispose is called with the instance ([49ff57c](https://github.com/nartc/angular-three/commit/49ff57c678c703cbf8b4d154e99b6e5043f60283))
* **core:** nullify THREE.Scene dispose function as it's removed ([34facd0](https://github.com/nartc/angular-three/commit/34facd099f5eb877cb7a17be112541e6268d49c7))


### Documentations

* more docs ([eb960f8](https://github.com/nartc/angular-three/commit/eb960f804371f89c30942b3375432aa6c78f8677))

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


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.5",
"version": "5.0.0-beta.6",
"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.5",
"version": "5.0.0-beta.6",
"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.5",
"version": "5.0.0-beta.6",
"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.5",
"version": "5.0.0-beta.6",
"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.5",
"version": "5.0.0-beta.6",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit ffcfede

Please sign in to comment.