From b0a237edff2aaf2f25a344e0578ffde6dbb036b5 Mon Sep 17 00:00:00 2001 From: alvarosabu Date: Tue, 28 Feb 2023 22:24:09 +0100 Subject: [PATCH] chore: Release core v1.8.1 --- package.json | 2 +- packages/cientos/package.json | 4 ++-- packages/tres/package.json | 2 +- pnpm-lock.yaml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index fc61835a5..5c2933661 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@changesets/cli": "^2.25.2", "@stackblitz/sdk": "^1.8.1", "@tresjs/cientos": "workspace:^1.8.0", - "@tresjs/core": "workspace:^1.8.0", + "@tresjs/core": "workspace:^1.8.1", "@typescript-eslint/eslint-plugin": "^5.42.0", "@typescript-eslint/parser": "^5.42.0", "conventional-changelog-cli": "^2.2.2", diff --git a/packages/cientos/package.json b/packages/cientos/package.json index 63d42d9b3..d9ddf9740 100644 --- a/packages/cientos/package.json +++ b/packages/cientos/package.json @@ -37,7 +37,7 @@ "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" }, "peerDependencies": { - "@tresjs/core": "workspace:^1.8.0", + "@tresjs/core": "workspace:^1.8.1", "three": "latest", "vue": "^3.2.47" }, @@ -55,7 +55,7 @@ "vite-plugin-dts": "2.0.0-beta.1" }, "dependencies": { - "@tresjs/core": "workspace:^1.8.0", + "@tresjs/core": "workspace:^1.8.1", "three-stdlib": "^2.21.8" } } diff --git a/packages/tres/package.json b/packages/tres/package.json index 0588865cd..a98bd3dbe 100644 --- a/packages/tres/package.json +++ b/packages/tres/package.json @@ -1,7 +1,7 @@ { "name": "@tresjs/core", "description": "Declarative ThreeJS using Vue Components", - "version": "1.8.0", + "version": "1.8.1", "type": "module", "author": "Alvaro Saburido (https://github.com/alvarosabu/)", "files": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c22f7a6a3..81cd9a826 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,7 +9,7 @@ importers: '@changesets/cli': ^2.25.2 '@stackblitz/sdk': ^1.8.1 '@tresjs/cientos': workspace:^1.8.0 - '@tresjs/core': workspace:^1.8.0 + '@tresjs/core': workspace:^1.8.1 '@typescript-eslint/eslint-plugin': ^5.42.0 '@typescript-eslint/parser': ^5.42.0 conventional-changelog-cli: ^2.2.2 @@ -47,7 +47,7 @@ importers: packages/cientos: specifiers: - '@tresjs/core': workspace:^1.8.0 + '@tresjs/core': workspace:^1.8.1 '@tweakpane/plugin-essentials': ^0.1.8 '@vitejs/plugin-vue': ^4.0.0 kolorist: ^1.7.0