Skip to content

Commit

Permalink
chore: Release core v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Feb 28, 2023
1 parent 7745c07 commit b0a237e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@changesets/cli": "^2.25.2",
"@stackblitz/sdk": "^1.8.1",
"@tresjs/cientos": "workspace:^1.8.0",
"@tresjs/core": "workspace:^1.8.0",
"@tresjs/core": "workspace:^1.8.1",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"conventional-changelog-cli": "^2.2.2",
Expand Down
4 changes: 2 additions & 2 deletions 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.8.0",
"@tresjs/core": "workspace:^1.8.1",
"three": "latest",
"vue": "^3.2.47"
},
Expand All @@ -55,7 +55,7 @@
"vite-plugin-dts": "2.0.0-beta.1"
},
"dependencies": {
"@tresjs/core": "workspace:^1.8.0",
"@tresjs/core": "workspace:^1.8.1",
"three-stdlib": "^2.21.8"
}
}
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.8.0",
"version": "1.8.1",
"type": "module",
"author": "Alvaro Saburido <[email protected]> (https://github.com/alvarosabu/)",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b0a237e

Please sign in to comment.