浏览代码

Merge pull request #21 from Tresjs/release/core-v1.1.0

Release core v1.1.0
Alvaro Saburido 2 年之前
父节点
当前提交
8d3b105130
共有 5 个文件被更改,包括 272 次插入149 次删除
  1. 1 1
      package.json
  2. 2 2
      packages/cientos/package.json
  3. 15 0
      packages/tres/CHANGELOG.md
  4. 1 1
      packages/tres/package.json
  5. 253 145
      pnpm-lock.yaml

+ 1 - 1
package.json

@@ -47,7 +47,7 @@
     "@changesets/cli": "^2.25.2",
     "@stackblitz/sdk": "^1.8.1",
     "@tresjs/cientos": "workspace:^1.0.0",
-    "@tresjs/core": "workspace:^1.0.0",
+    "@tresjs/core": "workspace:^1.1.0",
     "@typescript-eslint/eslint-plugin": "^5.42.0",
     "@typescript-eslint/parser": "^5.42.0",
     "conventional-changelog-cli": "^2.2.2",

+ 2 - 2
packages/cientos/package.json

@@ -36,7 +36,7 @@
     "lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue"
   },
   "peerDependencies": {
-    "@tresjs/core": "workspace:^1.0.0",
+    "@tresjs/core": "workspace:^1.1.0",
     "three": "latest",
     "vue": "^3.2.45"
   },
@@ -54,7 +54,7 @@
     "vite-plugin-dts": "^1.7.0"
   },
   "dependencies": {
-    "@tresjs/core": "workspace:^1.0.0",
+    "@tresjs/core": "workspace:^1.1.0",
     "three-stdlib": "^2.17.3"
   }
 }

+ 15 - 0
packages/tres/CHANGELOG.md

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

+ 1 - 1
packages/tres/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@tresjs/core",
   "description": "Declarative ThreeJS using Vue Components",
-  "version": "1.0.0",
+  "version": "1.1.0",
   "type": "module",
   "author": "Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)",
   "files": [

文件差异内容过多而无法显示
+ 253 - 145
pnpm-lock.yaml


部分文件因为文件数量过多而无法显示