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

Commit

Permalink
chore: release 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Dec 6, 2021
1 parent 31fb1d9 commit c286365
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### [2.0.6](https://github.com/nartc/angular-three/compare/2.0.5...2.0.6) (2021-12-06)


### Bug Fixes

* **core:** log to let consumers know to install the packages instead ([31fb1d9](https://github.com/nartc/angular-three/commit/31fb1d9413abcf3410fac7c60bdfc12e4f046f38))

### [2.0.5](https://github.com/nartc/angular-three/compare/2.0.4...2.0.5) (2021-12-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-three",
"version": "2.0.5",
"version": "2.0.6",
"license": "MIT",
"scripts": {
"postinstall": "ngcc --properties es2015 browser module main",
Expand Down
2 changes: 1 addition & 1 deletion packages/cannon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-three/cannon",
"version": "2.0.5",
"version": "2.0.6",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-three/core",
"version": "2.0.5",
"version": "2.0.6",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-three/core",
"version": "2.0.5",
"version": "2.0.6",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/postprocessing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-three/postprocessing",
"version": "2.0.5",
"version": "2.0.6",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/soba/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-three/soba",
"version": "2.0.5",
"version": "2.0.6",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit c286365

Please sign in to comment.