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

Commit 88fbfe6

Browse files
committed
chore: release 2.0.0-beta.4
1 parent 0714634 commit 88fbfe6

File tree

7 files changed

+8
-6
lines changed

7 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## [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)
2+
13
## [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)
24

35

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

0 commit comments

Comments
 (0)