Skip to content

Commit

Permalink
Merge pull request #98 from Tresjs/release/core-1.6.1
Browse files Browse the repository at this point in the history
Release core v1.6.1
  • Loading branch information
alvarosabu authored Feb 6, 2023
2 parents 73b926e + 58ce3ae commit 9c74106
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@iconify-json/logos": "^1.1.22",
"@kidonng/daisyui": "^2.31.0",
"@tresjs/cientos": "workspace:^1.6.0",
"@tresjs/core": "workspace:^1.6.0",
"@tresjs/core": "workspace:^1.6.1",
"three": "^0.149.0",
"unocss": "^0.49.4",
"unocss-preset-daisy": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@changesets/cli": "^2.25.2",
"@stackblitz/sdk": "^1.8.1",
"@tresjs/cientos": "workspace:^1.6.0",
"@tresjs/core": "workspace:^1.6.0",
"@tresjs/core": "workspace:^1.6.1",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"conventional-changelog-cli": "^2.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/cientos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"peerDependencies": {
"@tresjs/core": "workspace:^1.6.0",
"@tresjs/core": "workspace:^1.6.1",
"three": "latest",
"vue": "^3.2.47"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/tres/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.6.1 (2023-02-06)

### Bugfix

- **core:** added vueuse as peer dependency ([890f97e](https://github.com/Tresjs/tres/commit/890f97e14cf5d743cf23c95967bea01229a56ea6))

# 1.6.0 (2023-02-03)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/tres/package.json
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.0",
"version": "1.6.1",
"type": "module",
"author": "Alvaro Saburido <[email protected]> (https://github.com/alvarosabu/)",
"files": [
Expand Down

0 comments on commit 9c74106

Please sign in to comment.