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

Commit aa256fc

Browse files
committed
chore: release 5.0.0-beta.1
1 parent 477eb9d commit aa256fc

File tree

6 files changed

+24
-5
lines changed

6 files changed

+24
-5
lines changed

CHANGELOG.md

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

22

3+
## [5.0.0-beta.1](https://github.com/nartc/angular-three/compare/5.0.0-beta.0...5.0.0-beta.1) (2022-04-18)
4+
5+
6+
### Features
7+
8+
* **core:** mark color, fog, math, and vector pipes as deprecaations ([e893376](https://github.com/nartc/angular-three/commit/e8933761c77858a501bec069f9e6b53c8a92b426))
9+
* **core:** remove NgtDestroyed ([294e181](https://github.com/nartc/angular-three/commit/294e1817fdcbf2db490fd0054d2696acc126462b))
10+
11+
12+
### Bug Fixes
13+
14+
* **core:** use object.destroy$ for cursor ([a18836e](https://github.com/nartc/angular-three/commit/a18836e5c5917ca7acefa25800d6369ea65151e2))
15+
16+
17+
### Documentations
18+
19+
* add docusaurus ([de5c557](https://github.com/nartc/angular-three/commit/de5c55784bb4356e41715abd8eba7ecf76e4ed36))
20+
* start on docusaurus ([c319ed8](https://github.com/nartc/angular-three/commit/c319ed8a79232c08625752187561989619bd947c))
21+
322
## [5.0.0-beta.0](https://github.com/nartc/angular-three/compare/4.5.0...5.0.0-beta.0) (2022-04-17)
423

524

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

0 commit comments

Comments
 (0)