Skip to content

Commit

Permalink
Release bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Jan 19, 2023
1 parent da17b64 commit 087b4a5
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 888 deletions.
2 changes: 1 addition & 1 deletion docs/cientos/shapes/plane.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Plane
# Plane <Badge type="warning" text="^1.5.0" />

![](/cientos/plane.png)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 6 additions & 6 deletions packages/cientos/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://github.com/alvarosabu/)",
"files": [
Expand Down Expand Up @@ -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"
}
}
10 changes: 5 additions & 5 deletions packages/tres/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://github.com/alvarosabu/)",
"files": [
Expand Down Expand Up @@ -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",
Expand All @@ -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"
Expand Down
Loading

0 comments on commit 087b4a5

Please sign in to comment.