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

Commit 28bc709

Browse files
committed
chore: release 2.7.1
1 parent add9609 commit 28bc709

File tree

7 files changed

+15
-6
lines changed

7 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### [2.7.1](https://github.com/nartc/angular-three/compare/2.7.0...2.7.1) (2021-12-13)
2+
3+
4+
### Bug Fixes
5+
6+
* adjust generators ([aecf58a](https://github.com/nartc/angular-three/commit/aecf58ac72556059d5d2d45a38d46c5af0a7e950))
7+
* **cannon:** fix how constraint gets a hold of the bodies inside ([b95755e](https://github.com/nartc/angular-three/commit/b95755e2dd7417cabd56d545c15f1d91333e4b3e))
8+
* **postprocessing:** the effect now adds itself to the EffectComposer#effects ([f6e75b4](https://github.com/nartc/angular-three/commit/f6e75b43928704cc129a227bce20107a644aff04))
9+
110
## [2.7.0](https://github.com/nartc/angular-three/compare/2.6.0...2.7.0) (2021-12-13)
211

312

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.7.0",
3+
"version": "2.7.1",
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.7.0",
3+
"version": "2.7.1",
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.7.0",
3+
"version": "2.7.1",
44
"publishConfig": {
55
"access": "public"
66
},

packages/core/package.plugin.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.7.0",
3+
"version": "2.7.1",
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.7.0",
3+
"version": "2.7.1",
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.7.0",
3+
"version": "2.7.1",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)