Browse Source

Release bump versions

Alvaro 2 years ago
parent
commit
087b4a5e75
5 changed files with 53 additions and 593 deletions
  1. 1 1
      docs/cientos/shapes/plane.md
  2. 2 2
      package.json
  3. 6 6
      packages/cientos/package.json
  4. 5 5
      packages/tres/package.json
  5. 39 579
      pnpm-lock.yaml

+ 1 - 1
docs/cientos/shapes/plane.md

@@ -1,4 +1,4 @@
-# Plane
+# Plane <Badge type="warning" text="^1.5.0" />
 
 ![](/cientos/plane.png)
 

+ 2 - 2
package.json

@@ -51,8 +51,8 @@
     "@changesets/changelog-github": "^0.4.7",
     "@changesets/cli": "^2.25.2",
     "@stackblitz/sdk": "^1.8.1",
-    "@tresjs/cientos": "workspace:^1.4.0",
-    "@tresjs/core": "workspace:^1.5.0",
+    "@tresjs/cientos": "workspace:^1.5.0",
+    "@tresjs/core": "workspace:^1.5.1",
     "@typescript-eslint/eslint-plugin": "^5.42.0",
     "@typescript-eslint/parser": "^5.42.0",
     "conventional-changelog-cli": "^2.2.2",

+ 6 - 6
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.4.0",
+  "version": "1.5.0",
   "type": "module",
   "author": "Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)",
   "files": [
@@ -42,20 +42,20 @@
     "vue": "^3.2.45"
   },
   "devDependencies": {
-    "@tweakpane/plugin-essentials": "^0.1.5",
+    "@tweakpane/plugin-essentials": "^0.1.7",
     "@vitejs/plugin-vue": "^4.0.0",
     "kolorist": "^1.6.0",
     "pathe": "^1.0.0",
     "rollup-plugin-analyzer": "^4.0.0",
-    "rollup-plugin-visualizer": "^5.8.3",
-    "tweakpane": "^3.1.1",
+    "rollup-plugin-visualizer": "^5.9.0",
+    "tweakpane": "^3.1.2",
     "typescript": "^4.9.4",
-    "vite": "^4.0.3",
+    "vite": "^4.0.4",
     "vite-plugin-banner": "^0.7.0",
     "vite-plugin-dts": "^1.7.1"
   },
   "dependencies": {
-    "@tresjs/core": "workspace:^1.5.0",
+    "@tresjs/core": "workspace:^1.5.1",
     "three-stdlib": "^2.21.5"
   }
 }

+ 5 - 5
packages/tres/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@tresjs/core",
   "description": "Declarative ThreeJS using Vue Components",
-  "version": "1.5.0",
+  "version": "1.5.1",
   "type": "module",
   "author": "Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)",
   "files": [
@@ -49,12 +49,12 @@
   },
   "devDependencies": {
     "@alvarosabu/utils": "^2.2.0",
-    "@tresjs/cientos": "workspace:^1.4.0",
+    "@tresjs/cientos": "workspace:^1.5.0",
     "@types/three": "^0.148.0",
     "@vitejs/plugin-vue": "^4.0.0",
     "@vitest/coverage-c8": "^0.25.8",
     "@vitest/ui": "^0.25.8",
-    "@vueuse/core": "^9.7.0",
+    "@vueuse/core": "^9.11.0",
     "gl": "6.0.1",
     "happy-dom": "^8.1.0",
     "kolorist": "^1.6.0",
@@ -63,10 +63,10 @@
     "rollup-plugin-analyzer": "^4.0.0",
     "rollup-plugin-visualizer": "^5.8.3",
     "unplugin-vue-components": "^0.22.12",
-    "vite": "^4.0.3",
+    "vite": "^4.0.4",
     "vite-plugin-banner": "^0.7.0",
     "vite-plugin-dts": "^1.7.1",
-    "vite-plugin-glsl": "^1.0.1",
+    "vite-plugin-glsl": "^1.1.0",
     "vite-plugin-require-transform": "^1.0.4",
     "vitest": "^0.25.8",
     "vue-demi": "^0.13.11"

File diff suppressed because it is too large
+ 39 - 579
pnpm-lock.yaml


Some files were not shown because too many files changed in this diff