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

Commit c23c3f5

Browse files
committed
chore: release 2.0.0-beta.5
1 parent 4a63397 commit c23c3f5

File tree

7 files changed

+18
-6
lines changed

7 files changed

+18
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [2.0.0-beta.5](https://github.com/nartc/angular-three/compare/2.0.0-beta.4...2.0.0-beta.5) (2021-11-23)
2+
3+
4+
### Features
5+
6+
* **core:** clean up core generators ([b1a9829](https://github.com/nartc/angular-three/commit/b1a98293bad9e1012f800ae7aa5027568f22081a))
7+
8+
9+
### Bug Fixes
10+
11+
* **soba:** fix image shader material due to change to NgtMaterial ([4a63397](https://github.com/nartc/angular-three/commit/4a63397d3274654a1eb4ff19333a8f278d7abcb9))
12+
113
## [2.0.0-beta.4](https://github.com/nartc/angular-three/compare/2.0.0-beta.3...2.0.0-beta.4) (2021-11-22)
214

315
## [2.0.0-beta.3](https://github.com/nartc/angular-three/compare/2.0.0-beta.2...2.0.0-beta.3) (2021-11-22)

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",
3-
"version": "2.0.0-beta.4",
3+
"version": "2.0.0-beta.5",
44
"license": "MIT",
55
"scripts": {
66
"postinstall": "ngcc --properties es2015 browser module main",

packages/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": "2.0.0-beta.4",
3+
"version": "2.0.0-beta.5",
44
"publishConfig": {
55
"access": "public"
66
},

packages/controls/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/controls",
3-
"version": "2.0.0-beta.4",
3+
"version": "2.0.0-beta.5",
44
"publishConfig": {
55
"access": "public"
66
},

packages/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": "2.0.0-beta.4",
3+
"version": "2.0.0-beta.5",
44
"publishConfig": {
55
"access": "public"
66
},

packages/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": "2.0.0-beta.4",
3+
"version": "2.0.0-beta.5",
44
"publishConfig": {
55
"access": "public"
66
},

packages/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": "2.0.0-beta.4",
3+
"version": "2.0.0-beta.5",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)