Skip to content

Commit

Permalink
v2.1.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0b5vr committed Dec 4, 2023
1 parent ebec9fd commit 5ae801b
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*"],
"version": "2.0.6"
"version": "2.1.0-beta.0"
}
4 changes: 2 additions & 2 deletions packages/three-vrm-animation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixiv/three-vrm-animation",
"version": "0.0.1",
"version": "2.1.0-beta.0",
"description": "The implementation of VRM Animation",
"license": "MIT",
"author": "pixiv",
Expand Down Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@pixiv/three-vrm-core": "2.0.3",
"@pixiv/types-vrmc-vrm-1.0": "2.0.3",
"@pixiv/types-vrmc-vrm-animation-1.0": "0.0.1"
"@pixiv/types-vrmc-vrm-animation-1.0": "2.1.0-beta.0"
},
"devDependencies": {
"@types/three": "^0.154.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/three-vrm-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixiv/three-vrm-core",
"version": "2.0.6",
"version": "2.1.0-beta.0",
"description": "The implementation of core features of VRM, for @pixiv/three-vrm",
"license": "MIT",
"author": "pixiv",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixiv/three-vrm-materials-hdr-emissive-multiplier",
"version": "2.0.6",
"version": "2.1.0-beta.0",
"description": "Support VRMC_hdr_emissiveMultiplier for @pixiv/three-vrm",
"license": "MIT",
"author": "pixiv",
Expand Down
2 changes: 1 addition & 1 deletion packages/three-vrm-materials-mtoon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixiv/three-vrm-materials-mtoon",
"version": "2.0.6",
"version": "2.1.0-beta.0",
"description": "MToon (toon material) module for @pixiv/three-vrm",
"license": "MIT",
"author": "pixiv",
Expand Down
2 changes: 1 addition & 1 deletion packages/three-vrm-materials-v0compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixiv/three-vrm-materials-v0compat",
"version": "2.0.6",
"version": "2.1.0-beta.0",
"description": "VRM0.0 materials compatibility layer plugin for @pixiv/three-vrm",
"license": "MIT",
"author": "pixiv",
Expand Down
2 changes: 1 addition & 1 deletion packages/three-vrm-node-constraint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixiv/three-vrm-node-constraint",
"version": "2.0.6",
"version": "2.1.0-beta.0",
"description": "Node constraint module for @pixiv/three-vrm",
"license": "MIT",
"author": "pixiv",
Expand Down
2 changes: 1 addition & 1 deletion packages/three-vrm-springbone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixiv/three-vrm-springbone",
"version": "2.0.6",
"version": "2.1.0-beta.0",
"description": "Spring bone module for @pixiv/three-vrm",
"license": "MIT",
"author": "pixiv",
Expand Down
14 changes: 7 additions & 7 deletions packages/three-vrm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixiv/three-vrm",
"version": "2.0.6",
"version": "2.1.0-beta.0",
"description": "VRM file loader for three.js.",
"license": "MIT",
"author": "pixiv",
Expand Down Expand Up @@ -50,12 +50,12 @@
]
},
"dependencies": {
"@pixiv/three-vrm-core": "2.0.6",
"@pixiv/three-vrm-materials-hdr-emissive-multiplier": "2.0.6",
"@pixiv/three-vrm-materials-mtoon": "2.0.6",
"@pixiv/three-vrm-materials-v0compat": "2.0.6",
"@pixiv/three-vrm-node-constraint": "2.0.6",
"@pixiv/three-vrm-springbone": "2.0.6"
"@pixiv/three-vrm-core": "2.1.0-beta.0",
"@pixiv/three-vrm-materials-hdr-emissive-multiplier": "2.1.0-beta.0",
"@pixiv/three-vrm-materials-mtoon": "2.1.0-beta.0",
"@pixiv/three-vrm-materials-v0compat": "2.1.0-beta.0",
"@pixiv/three-vrm-node-constraint": "2.1.0-beta.0",
"@pixiv/three-vrm-springbone": "2.1.0-beta.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/types-vrmc-vrm-animation-1.0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixiv/types-vrmc-vrm-animation-1.0",
"version": "0.0.1",
"version": "2.1.0-beta.0",
"description": "Type definitions of VRMC_vrm_animation 1.0 schema",
"license": "MIT",
"author": "pixiv",
Expand Down

0 comments on commit 5ae801b

Please sign in to comment.