Skip to content

Commit

Permalink
Merge pull request #93 from Tresjs:release/core-1.6.0
Browse files Browse the repository at this point in the history
Release core v1.6.0
  • Loading branch information
alvarosabu authored Feb 3, 2023
2 parents 0bcc69d + 8d5f517 commit da4e484
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.5.0",
"@tresjs/core": "workspace:^1.6.0",
"three": "^0.148.0",
"unocss": "^0.48.0",
"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.5.1",
"@tresjs/core": "workspace:^1.6.0",
"@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 @@ -55,7 +55,7 @@
"vite-plugin-dts": "^1.7.1"
},
"dependencies": {
"@tresjs/core": "workspace:^1.5.1",
"@tresjs/core": "workspace:^1.6.0",
"three-stdlib": "^2.21.5"
}
}
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.0 (2023-02-03)

### Features

- **core:** events support with Raytracing ([0b7767a](https://github.com/Tresjs/tres/commit/0b7767a80a8969585633cd0b570791faff36cbd4))

# 1.5.1 (2023-01-19)

### Bug Fixes
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.5.1",
"version": "1.6.0",
"type": "module",
"author": "Alvaro Saburido <[email protected]> (https://github.com/alvarosabu/)",
"files": [
Expand Down

0 comments on commit da4e484

Please sign in to comment.