Skip to content

Commit

Permalink
Merge pull request #55 from Tresjs/release/core-v1.3.3
Browse files Browse the repository at this point in the history
chore: Release core v1.3.3
  • Loading branch information
alvarosabu authored Dec 21, 2022
2 parents ee1e4be + e67d885 commit 03e7c90
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cientos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"vite-plugin-dts": "^1.7.1"
},
"dependencies": {
"@tresjs/core": "workspace:^1.3.2",
"@tresjs/core": "workspace:^1.3.3",
"three-stdlib": "^2.20.5"
}
}
10 changes: 10 additions & 0 deletions packages/tres/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.3.3 (2022-12-21)

### Bug Fixes

- **core:** added check for fog ([0a0f7d3](https://github.com/Tresjs/tres/commit/0a0f7d39ace4e3705ec3d8f47ff51bda511ca3e3))

### Features

- **core:** reactive props TresCanvas ([35c8b56](https://github.com/Tresjs/tres/commit/35c8b561c1759cdf584e0e11952f0743e04e5caf))

# 1.3.2 (2022-12-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.3.2",
"version": "1.3.3",
"type": "module",
"author": "Alvaro Saburido <[email protected]> (https://github.com/alvarosabu/)",
"files": [
Expand Down

0 comments on commit 03e7c90

Please sign in to comment.