-
-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #115 from Tresjs/release/core-1.7.0-cientos-1.7.0
Release/core 1.7.0 cientos 1.7.0
- Loading branch information
Showing
5 changed files
with
99 additions
and
7 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
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/cientos", | ||
"description": "Collection of useful helpers and fully functional, ready-made abstractions for Tres", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"type": "module", | ||
"author": "Alvaro Saburido <[email protected]> (https://github.com/alvarosabu/)", | ||
"files": [ | ||
|
@@ -37,7 +37,7 @@ | |
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" | ||
}, | ||
"peerDependencies": { | ||
"@tresjs/core": "workspace:^1.6.3", | ||
"@tresjs/core": "workspace:^1.7.0", | ||
"three": "latest", | ||
"vue": "^3.2.47" | ||
}, | ||
|
@@ -55,7 +55,7 @@ | |
"vite-plugin-dts": "2.0.0-beta.1" | ||
}, | ||
"dependencies": { | ||
"@tresjs/core": "workspace:^1.6.3", | ||
"@tresjs/core": "workspace:^1.7.0", | ||
"three-stdlib": "^2.21.8" | ||
} | ||
} |
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", | ||
"description": "Declarative ThreeJS using Vue Components", | ||
"version": "1.6.3", | ||
"version": "1.7.0", | ||
"type": "module", | ||
"author": "Alvaro Saburido <[email protected]> (https://github.com/alvarosabu/)", | ||
"files": [ | ||
|
@@ -53,7 +53,7 @@ | |
"@vueuse/core": "^9.13.0" | ||
}, | ||
"devDependencies": { | ||
"@tresjs/cientos": "workspace:^1.6.0", | ||
"@tresjs/cientos": "workspace:^1.7.0", | ||
"@types/three": "latest", | ||
"@vitejs/plugin-vue": "^4.0.0", | ||
"@vitest/coverage-c8": "^0.28.4", | ||
|