Browse Source

Merge pull request #39 from Tresjs/release/core-v1.2.1

Release core v1.2.1
Alvaro Saburido 2 years ago
parent
commit
abde9e3551
5 changed files with 14 additions and 8 deletions
  1. 1 1
      package.json
  2. 2 2
      packages/cientos/package.json
  3. 6 0
      packages/tres/CHANGELOG.md
  4. 1 1
      packages/tres/package.json
  5. 4 4
      pnpm-lock.yaml

+ 1 - 1
package.json

@@ -48,7 +48,7 @@
     "@changesets/cli": "^2.25.2",
     "@stackblitz/sdk": "^1.8.1",
     "@tresjs/cientos": "workspace:^1.1.0",
-    "@tresjs/core": "workspace:^1.2.0",
+    "@tresjs/core": "workspace:^1.2.1",
     "@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.2.0",
+    "@tresjs/core": "workspace:^1.2.1",
     "three": "latest",
     "vue": "^3.2.45"
   },
@@ -54,7 +54,7 @@
     "vite-plugin-dts": "^1.7.0"
   },
   "dependencies": {
-    "@tresjs/core": "workspace:^1.2.0",
+    "@tresjs/core": "workspace:^1.2.1",
     "three-stdlib": "^2.17.3"
   }
 }

+ 6 - 0
packages/tres/CHANGELOG.md

@@ -1,3 +1,9 @@
+# 1.2.1 (2022-12-11)
+
+### Bug Fixes
+
+- added copyPublicDir: false to remove static assets on package ([7e8de9c](https://github.com/Tresjs/tres/commit/7e8de9c4b4e63107b79a81a8686ad97256a29017))
+
 # 1.2.0 (2022-12-08)
 
 ### Bug Fixes

+ 1 - 1
packages/tres/package.json

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

+ 4 - 4
pnpm-lock.yaml

@@ -8,8 +8,8 @@ importers:
       '@changesets/changelog-github': ^0.4.7
       '@changesets/cli': ^2.25.2
       '@stackblitz/sdk': ^1.8.1
-      '@tresjs/cientos': workspace:^1.0.0
-      '@tresjs/core': workspace:^1.1.0
+      '@tresjs/cientos': workspace:^1.1.0
+      '@tresjs/core': workspace:^1.2.1
       '@typescript-eslint/eslint-plugin': ^5.42.0
       '@typescript-eslint/parser': ^5.42.0
       conventional-changelog-cli: ^2.2.2
@@ -40,7 +40,7 @@ importers:
 
   packages/cientos:
     specifiers:
-      '@tresjs/core': workspace:^1.1.0
+      '@tresjs/core': workspace:^1.2.1
       '@tweakpane/plugin-essentials': ^0.1.5
       '@vitejs/plugin-vue': ^3.2.0
       kolorist: ^1.6.0
@@ -73,7 +73,7 @@ importers:
     specifiers:
       '@alvarosabu/utils': ^2.2.0
       '@histoire/plugin-vue': 0.11.7
-      '@tresjs/cientos': workspace:^1.0.0
+      '@tresjs/cientos': workspace:^1.1.0
       '@types/three': ^0.146.0
       '@vitejs/plugin-vue': ^3.2.0
       '@vitest/coverage-c8': ^0.25.1