Bläddra i källkod

Merge pull request #92 from Tresjs/release/cientos-1.6.0

Release/cientos-1.6.0
Alvaro Saburido 2 år sedan
förälder
incheckning
0bcc69dd41

+ 1 - 1
apps/playground/package.json

@@ -30,7 +30,7 @@
     "@iconify-json/carbon": "^1.1.13",
     "@iconify-json/logos": "^1.1.22",
     "@kidonng/daisyui": "^2.31.0",
-    "@tresjs/cientos": "workspace:^1.4.0",
+    "@tresjs/cientos": "workspace:^1.6.0",
     "@tresjs/core": "workspace:^1.5.0",
     "three": "^0.148.0",
     "unocss": "^0.48.0",

+ 2 - 3
package.json

@@ -4,8 +4,7 @@
   "version": "1.0.0",
   "author": "Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)",
   "engines": {
-    "npm": ">=8.0.0 <9.0.0",
-    "node": ">=16.0.0 <17.0.0"
+    "node": ">=16.0.0"
   },
   "workspaces": [
     "apps/**",
@@ -51,7 +50,7 @@
     "@changesets/changelog-github": "^0.4.7",
     "@changesets/cli": "^2.25.2",
     "@stackblitz/sdk": "^1.8.1",
-    "@tresjs/cientos": "workspace:^1.5.0",
+    "@tresjs/cientos": "workspace:^1.6.0",
     "@tresjs/core": "workspace:^1.5.1",
     "@typescript-eslint/eslint-plugin": "^5.42.0",
     "@typescript-eslint/parser": "^5.42.0",

+ 11 - 0
packages/cientos/CHANGELOG.md

@@ -1,3 +1,14 @@
+# 1.6.0 (2023-02-03)
+
+### Features
+
+- **cientos:** box abstraction ([dc9c638](https://github.com/Tresjs/tres/commit/dc9c638804f877dcc1567b38285ce0d8b4c4a087))
+- **cientos:** circle abstraction ([978eb2d](https://github.com/Tresjs/tres/commit/978eb2da600b0f2055a12a460fd2f5406ceaa028))
+- **cientos:** cone abstraction ([9d04c54](https://github.com/Tresjs/tres/commit/9d04c5456e498542b0373499bbc496bfb9f56c54))
+- **cientos:** sphere abstraction ([e2a6fff](https://github.com/Tresjs/tres/commit/e2a6fff86407a397a0c73c7d0a03c63762bfd833))
+- **cientos:** torus abstraction ([d85eb40](https://github.com/Tresjs/tres/commit/d85eb4091e2ae9c7f9a14406bab8191ea2824375))
+- **cientos:** torus knot abstraction ([8c4fd46](https://github.com/Tresjs/tres/commit/8c4fd4692d06eccced94c35d39fa7280f6fba3c9))
+
 # 1.5.0 (2023-01-19)
 
 ### Features

+ 1 - 1
packages/cientos/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@tresjs/cientos",
   "description": "Collection of useful helpers and fully functional, ready-made abstractions for Tres",
-  "version": "1.5.0",
+  "version": "1.6.0",
   "type": "module",
   "author": "Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)",
   "files": [

+ 2 - 2
packages/cientos/tsconfig.json

@@ -10,10 +10,10 @@
     "resolveJsonModule": true,
     "esModuleInterop": true,
     "lib": ["esnext", "dom"],
-    "types": ["vite/client", "node"],
+    "types": ["vite/client", "node", "@tresjs/core"],
     "incremental": false,
     "skipLibCheck": true,
-    "noUnusedLocals": true,
+    "noUnusedLocals": false,
     "strictNullChecks": true,
     "forceConsistentCasingInFileNames": true,
     "declaration": true,

+ 1 - 1
packages/tres/package.json

@@ -49,7 +49,7 @@
   },
   "devDependencies": {
     "@alvarosabu/utils": "^2.2.0",
-    "@tresjs/cientos": "workspace:^1.5.0",
+    "@tresjs/cientos": "workspace:^1.6.0",
     "@types/three": "^0.148.0",
     "@vitejs/plugin-vue": "^4.0.0",
     "@vitest/coverage-c8": "^0.25.8",

+ 3 - 3
pnpm-lock.yaml

@@ -8,7 +8,7 @@ importers:
       '@changesets/changelog-github': ^0.4.7
       '@changesets/cli': ^2.25.2
       '@stackblitz/sdk': ^1.8.1
-      '@tresjs/cientos': workspace:^1.5.0
+      '@tresjs/cientos': workspace:^1.6.0
       '@tresjs/core': workspace:^1.5.1
       '@typescript-eslint/eslint-plugin': ^5.42.0
       '@typescript-eslint/parser': ^5.42.0
@@ -52,7 +52,7 @@ importers:
       '@iconify-json/carbon': ^1.1.13
       '@iconify-json/logos': ^1.1.22
       '@kidonng/daisyui': ^2.31.0
-      '@tresjs/cientos': workspace:^1.4.0
+      '@tresjs/cientos': workspace:^1.6.0
       '@tresjs/core': workspace:^1.5.0
       astro: ^1.9.2
       astro-seo: ^0.7.0
@@ -112,7 +112,7 @@ importers:
   packages/tres:
     specifiers:
       '@alvarosabu/utils': ^2.2.0
-      '@tresjs/cientos': workspace:^1.5.0
+      '@tresjs/cientos': workspace:^1.6.0
       '@types/three': ^0.148.0
       '@vitejs/plugin-vue': ^4.0.0
       '@vitest/coverage-c8': ^0.25.8