-
-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: proxy app context * chore: combine imports * chore: fix lint * chore: release v3.2.1-next.0 * fix: object assign approach for inner app context * chore: release v3.2.1-next.1 * fix: explicitely set app context app * chore: release v3.2.1-next.2 * fix: revert object assign usage for setting app in appContext * chore: release v3.2.1-next.3 * Revert "chore: fix lint" This reverts commit a144712. * chore: release v3.2.1-next.4
- Loading branch information
1 parent
924407e
commit 2301269
Showing
4 changed files
with
46 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@tresjs/core", | ||
"type": "module", | ||
"version": "3.2.0", | ||
"version": "3.2.1-next.4", | ||
"packageManager": "[email protected]", | ||
"description": "Declarative ThreeJS using Vue Components", | ||
"author": "Alvaro Saburido <[email protected]> (https://github.com/alvarosabu/)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters