Procházet zdrojové kódy

Merge pull request #62 from Tresjs/release/cientos-v1.3.0

Release/cientos v1.3.0
Alvaro Saburido před 2 roky
rodič
revize
8108d40b66

+ 1 - 1
package.json

@@ -51,7 +51,7 @@
     "@changesets/changelog-github": "^0.4.7",
     "@changesets/changelog-github": "^0.4.7",
     "@changesets/cli": "^2.25.2",
     "@changesets/cli": "^2.25.2",
     "@stackblitz/sdk": "^1.8.1",
     "@stackblitz/sdk": "^1.8.1",
-    "@tresjs/cientos": "workspace:^1.2.2",
+    "@tresjs/cientos": "workspace:^1.3.0",
     "@tresjs/core": "workspace:^1.4.0",
     "@tresjs/core": "workspace:^1.4.0",
     "@typescript-eslint/eslint-plugin": "^5.42.0",
     "@typescript-eslint/eslint-plugin": "^5.42.0",
     "@typescript-eslint/parser": "^5.42.0",
     "@typescript-eslint/parser": "^5.42.0",

+ 11 - 0
packages/cientos/CHANGELOG.md

@@ -1,3 +1,14 @@
+# 1.3.0 (2022-12-30)
+
+### Bug Fixes
+
+- **cientos:** moved window tres types to index.d.ts ([a5b87a5](https://github.com/Tresjs/tres/commit/a5b87a5e15fe704d5472c6840637b4a3966cc497))
+
+### Features
+
+- **cientos:** add events and controls default support on dragging ([f03f8e8](https://github.com/Tresjs/tres/commit/f03f8e8159ff1c610ee5a8fda94edd1d208e3285))
+- **cientos:** basic transform controls ([ada3b4c](https://github.com/Tresjs/tres/commit/ada3b4cea6cdb1a37fe6b6dc513cb587ed5c5cd8))
+
 # 1.2.2 (2022-12-19)
 # 1.2.2 (2022-12-19)
 
 
 ### Bug Fixes
 ### Bug Fixes

+ 3 - 2
packages/cientos/package.json

@@ -1,7 +1,7 @@
 {
 {
   "name": "@tresjs/cientos",
   "name": "@tresjs/cientos",
   "description": "Collection of useful helpers and fully functional, ready-made abstractions for Tres",
   "description": "Collection of useful helpers and fully functional, ready-made abstractions for Tres",
-  "version": "1.2.2",
+  "version": "1.3.0",
   "type": "module",
   "type": "module",
   "author": "Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)",
   "author": "Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)",
   "files": [
   "files": [
@@ -33,7 +33,8 @@
     "dev": "vite",
     "dev": "vite",
     "build": "vite build",
     "build": "vite build",
     "preview": "vite preview",
     "preview": "vite preview",
-    "lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue"
+    "lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue",
+    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
   },
   },
   "peerDependencies": {
   "peerDependencies": {
     "@tresjs/core": "workspace:^1.4.0",
     "@tresjs/core": "workspace:^1.4.0",

+ 1 - 1
packages/tres/package.json

@@ -53,7 +53,7 @@
   "devDependencies": {
   "devDependencies": {
     "@alvarosabu/utils": "^2.2.0",
     "@alvarosabu/utils": "^2.2.0",
     "@histoire/plugin-vue": "0.11.7",
     "@histoire/plugin-vue": "0.11.7",
-    "@tresjs/cientos": "workspace:^1.2.2",
+    "@tresjs/cientos": "workspace:^1.3.0",
     "@types/three": "^0.146.0",
     "@types/three": "^0.146.0",
     "@vitejs/plugin-vue": "^4.0.0",
     "@vitejs/plugin-vue": "^4.0.0",
     "@vitest/coverage-c8": "^0.25.8",
     "@vitest/coverage-c8": "^0.25.8",

+ 2 - 2
pnpm-lock.yaml

@@ -8,7 +8,7 @@ importers:
       '@changesets/changelog-github': ^0.4.7
       '@changesets/changelog-github': ^0.4.7
       '@changesets/cli': ^2.25.2
       '@changesets/cli': ^2.25.2
       '@stackblitz/sdk': ^1.8.1
       '@stackblitz/sdk': ^1.8.1
-      '@tresjs/cientos': workspace:^1.2.2
+      '@tresjs/cientos': workspace:^1.3.0
       '@tresjs/core': workspace:^1.4.0
       '@tresjs/core': workspace:^1.4.0
       '@typescript-eslint/eslint-plugin': ^5.42.0
       '@typescript-eslint/eslint-plugin': ^5.42.0
       '@typescript-eslint/parser': ^5.42.0
       '@typescript-eslint/parser': ^5.42.0
@@ -73,7 +73,7 @@ importers:
     specifiers:
     specifiers:
       '@alvarosabu/utils': ^2.2.0
       '@alvarosabu/utils': ^2.2.0
       '@histoire/plugin-vue': 0.11.7
       '@histoire/plugin-vue': 0.11.7
-      '@tresjs/cientos': workspace:^1.2.2
+      '@tresjs/cientos': workspace:^1.3.0
       '@types/three': ^0.146.0
       '@types/three': ^0.146.0
       '@vitejs/plugin-vue': ^4.0.0
       '@vitejs/plugin-vue': ^4.0.0
       '@vitest/coverage-c8': ^0.25.8
       '@vitest/coverage-c8': ^0.25.8