Skip to content

Commit 8d3b105

Browse files
authored
Merge pull request #21 from Tresjs/release/core-v1.1.0
Release core v1.1.0
2 parents 02702e7 + 9d687a6 commit 8d3b105

File tree

5 files changed

+2190
-1317
lines changed

5 files changed

+2190
-1317
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@changesets/cli": "^2.25.2",
4848
"@stackblitz/sdk": "^1.8.1",
4949
"@tresjs/cientos": "workspace:^1.0.0",
50-
"@tresjs/core": "workspace:^1.0.0",
50+
"@tresjs/core": "workspace:^1.1.0",
5151
"@typescript-eslint/eslint-plugin": "^5.42.0",
5252
"@typescript-eslint/parser": "^5.42.0",
5353
"conventional-changelog-cli": "^2.2.2",

packages/cientos/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue"
3737
},
3838
"peerDependencies": {
39-
"@tresjs/core": "workspace:^1.0.0",
39+
"@tresjs/core": "workspace:^1.1.0",
4040
"three": "latest",
4141
"vue": "^3.2.45"
4242
},
@@ -54,7 +54,7 @@
5454
"vite-plugin-dts": "^1.7.0"
5555
},
5656
"dependencies": {
57-
"@tresjs/core": "workspace:^1.0.0",
57+
"@tresjs/core": "workspace:^1.1.0",
5858
"three-stdlib": "^2.17.3"
5959
}
6060
}

packages/tres/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 1.1.0 (2022-12-05)
2+
3+
### Bug Fixes
4+
5+
- **core:** enabled function calling on process props ([f544371](https://github.com/Tresjs/tres/commit/f5443713cd34ad284bb01d4bb4ea1d23bb3e43d2))
6+
- **core:** removed unused imports ([1387834](https://github.com/Tresjs/tres/commit/1387834ed30d5a98e32e8d6a7f166df2b4b2482f))
7+
8+
### Features
9+
10+
- **core:** add camera to scene ([631c119](https://github.com/Tresjs/tres/commit/631c119bb808f6e2eb6a37c3d9c91adb01eb991b))
11+
- **core:** extend example with TextGeometry ([33be4da](https://github.com/Tresjs/tres/commit/33be4da77aac6c6323ce247b057e03788e82c71e))
12+
- **core:** extend functionality ([c1da082](https://github.com/Tresjs/tres/commit/c1da08279e0254e8253f98753f4a7b16391587c8))
13+
- **core:** extend reactive catalog ([a6bc3f9](https://github.com/Tresjs/tres/commit/a6bc3f9e6edc1c4d7a3d562e146dd887038e7b2e))
14+
- **core:** refactored instance creator and expose methods to be used on cientos ([f943807](https://github.com/Tresjs/tres/commit/f9438070b446d5bf318a1d734c4f3cbb4933f43e))
15+
116
# 1.0.0 (2022-11-29)
217

318
### Features

packages/tres/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tresjs/core",
33
"description": "Declarative ThreeJS using Vue Components",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"type": "module",
66
"author": "Alvaro Saburido <[email protected]> (https://github.com/alvarosabu/)",
77
"files": [

0 commit comments

Comments
 (0)