Skip to content

Commit

Permalink
Merge pull request #99 from Tresjs/release/core-1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu authored Feb 6, 2023
2 parents 0fb7b4c + 0c8d231 commit 8722ab5
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.1",
"@tresjs/core": "workspace:^1.6.2",
"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.1",
"@tresjs/core": "workspace:^1.6.2",
"@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.1",
"@tresjs/core": "workspace:^1.6.2",
"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.2 (2023-02-06)

### Bug Fixes

- **core:** clean dependencies repeated both peer and dev ([0fb7b4c](https://github.com/Tresjs/tres/commit/0fb7b4c76aeab609a02a1d250962809e088a7c68))

# 1.6.1 (2023-02-06)

### Bugfix
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.1",
"version": "1.6.2",
"type": "module",
"author": "Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)",
"files": [
Expand Down

0 comments on commit 8722ab5

Please sign in to comment.