Skip to content

Commit

Permalink
chore: version bump v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Feb 19, 2023
1 parent 7dcce98 commit 650d1ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"@changesets/changelog-github": "^0.4.7",
"@changesets/cli": "^2.25.2",
"@stackblitz/sdk": "^1.8.1",
"@tresjs/cientos": "workspace:^1.6.0",
"@tresjs/core": "workspace:^1.6.3",
"@tresjs/cientos": "workspace:^1.7.0",
"@tresjs/core": "workspace:^1.7.0",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"conventional-changelog-cli": "^2.2.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/cientos/package.json
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": [
Expand Down Expand Up @@ -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"
},
Expand All @@ -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"
}
}
4 changes: 2 additions & 2 deletions 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.3",
"version": "1.7.0",
"type": "module",
"author": "Alvaro Saburido <[email protected]> (https://github.com/alvarosabu/)",
"files": [
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 650d1ae

Please sign in to comment.