Skip to content

Commit

Permalink
Merge pull request #133 from Tresjs/release/core-1.8.0-cientos-1.8.0
Browse files Browse the repository at this point in the history
chore: version bump v1.8.0
  • Loading branch information
alvarosabu authored Feb 28, 2023
2 parents 4e0b7c3 + f9800f8 commit 56124d6
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 329 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.7.0",
"@tresjs/core": "workspace:^1.7.0",
"@tresjs/cientos": "workspace:^1.8.0",
"@tresjs/core": "workspace:^1.8.0",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"conventional-changelog-cli": "^2.2.2",
Expand Down
144 changes: 0 additions & 144 deletions packages/cientos/CHANGELOG.md

This file was deleted.

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.7.0",
"version": "1.8.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.7.0",
"@tresjs/core": "workspace:^1.8.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.7.0",
"@tresjs/core": "workspace:^1.8.0",
"three-stdlib": "^2.21.8"
}
}
Loading

0 comments on commit 56124d6

Please sign in to comment.