diff --git a/lerna.json b/lerna.json index bd8683ed7..f8951995a 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "$schema": "node_modules/lerna/schemas/lerna-schema.json", "npmClient": "yarn", "packages": ["packages/*"], - "version": "3.1.3" + "version": "3.1.4" } diff --git a/packages/three-vrm-animation/package.json b/packages/three-vrm-animation/package.json index e439c4497..8a6d9bf4d 100644 --- a/packages/three-vrm-animation/package.json +++ b/packages/three-vrm-animation/package.json @@ -1,6 +1,6 @@ { "name": "@pixiv/three-vrm-animation", - "version": "3.1.3", + "version": "3.1.4", "description": "The implementation of VRM Animation", "license": "MIT", "author": "pixiv", @@ -47,9 +47,9 @@ ] }, "dependencies": { - "@pixiv/three-vrm-core": "3.1.3", - "@pixiv/types-vrmc-vrm-1.0": "3.1.3", - "@pixiv/types-vrmc-vrm-animation-1.0": "3.1.3" + "@pixiv/three-vrm-core": "3.1.4", + "@pixiv/types-vrmc-vrm-1.0": "3.1.4", + "@pixiv/types-vrmc-vrm-animation-1.0": "3.1.4" }, "devDependencies": { "@types/three": "^0.169.0", diff --git a/packages/three-vrm-core/package.json b/packages/three-vrm-core/package.json index cf4bd4895..28d4bf707 100644 --- a/packages/three-vrm-core/package.json +++ b/packages/three-vrm-core/package.json @@ -1,6 +1,6 @@ { "name": "@pixiv/three-vrm-core", - "version": "3.1.3", + "version": "3.1.4", "description": "The implementation of core features of VRM, for @pixiv/three-vrm", "license": "MIT", "author": "pixiv", @@ -51,8 +51,8 @@ ] }, "dependencies": { - "@pixiv/types-vrm-0.0": "3.1.3", - "@pixiv/types-vrmc-vrm-1.0": "3.1.3" + "@pixiv/types-vrm-0.0": "3.1.4", + "@pixiv/types-vrmc-vrm-1.0": "3.1.4" }, "devDependencies": { "@types/three": "^0.169.0", diff --git a/packages/three-vrm-materials-hdr-emissive-multiplier/package.json b/packages/three-vrm-materials-hdr-emissive-multiplier/package.json index 7c9dbad90..16698b561 100644 --- a/packages/three-vrm-materials-hdr-emissive-multiplier/package.json +++ b/packages/three-vrm-materials-hdr-emissive-multiplier/package.json @@ -1,6 +1,6 @@ { "name": "@pixiv/three-vrm-materials-hdr-emissive-multiplier", - "version": "3.1.3", + "version": "3.1.4", "description": "Support VRMC_hdr_emissiveMultiplier for @pixiv/three-vrm", "license": "MIT", "author": "pixiv", @@ -50,7 +50,7 @@ ] }, "dependencies": { - "@pixiv/types-vrmc-materials-hdr-emissive-multiplier-1.0": "3.1.3" + "@pixiv/types-vrmc-materials-hdr-emissive-multiplier-1.0": "3.1.4" }, "devDependencies": { "@types/three": "^0.169.0", diff --git a/packages/three-vrm-materials-mtoon/package.json b/packages/three-vrm-materials-mtoon/package.json index eb17893bc..3a7974353 100644 --- a/packages/three-vrm-materials-mtoon/package.json +++ b/packages/three-vrm-materials-mtoon/package.json @@ -1,6 +1,6 @@ { "name": "@pixiv/three-vrm-materials-mtoon", - "version": "3.1.3", + "version": "3.1.4", "description": "MToon (toon material) module for @pixiv/three-vrm", "license": "MIT", "author": "pixiv", @@ -55,8 +55,8 @@ ] }, "dependencies": { - "@pixiv/types-vrm-0.0": "3.1.3", - "@pixiv/types-vrmc-materials-mtoon-1.0": "3.1.3" + "@pixiv/types-vrm-0.0": "3.1.4", + "@pixiv/types-vrmc-materials-mtoon-1.0": "3.1.4" }, "devDependencies": { "@types/three": "^0.169.0", diff --git a/packages/three-vrm-materials-v0compat/package.json b/packages/three-vrm-materials-v0compat/package.json index 833c2d8dc..a31a97764 100644 --- a/packages/three-vrm-materials-v0compat/package.json +++ b/packages/three-vrm-materials-v0compat/package.json @@ -1,6 +1,6 @@ { "name": "@pixiv/three-vrm-materials-v0compat", - "version": "3.1.3", + "version": "3.1.4", "description": "VRM0.0 materials compatibility layer plugin for @pixiv/three-vrm", "license": "MIT", "author": "pixiv", @@ -46,8 +46,8 @@ ] }, "dependencies": { - "@pixiv/types-vrm-0.0": "3.1.3", - "@pixiv/types-vrmc-materials-mtoon-1.0": "3.1.3" + "@pixiv/types-vrm-0.0": "3.1.4", + "@pixiv/types-vrmc-materials-mtoon-1.0": "3.1.4" }, "devDependencies": { "@types/three": "^0.169.0", diff --git a/packages/three-vrm-node-constraint/package.json b/packages/three-vrm-node-constraint/package.json index f28a4fc55..2705fc984 100644 --- a/packages/three-vrm-node-constraint/package.json +++ b/packages/three-vrm-node-constraint/package.json @@ -1,6 +1,6 @@ { "name": "@pixiv/three-vrm-node-constraint", - "version": "3.1.3", + "version": "3.1.4", "description": "Node constraint module for @pixiv/three-vrm", "license": "MIT", "author": "pixiv", @@ -51,7 +51,7 @@ ] }, "dependencies": { - "@pixiv/types-vrmc-node-constraint-1.0": "3.1.3" + "@pixiv/types-vrmc-node-constraint-1.0": "3.1.4" }, "devDependencies": { "@types/three": "^0.169.0", diff --git a/packages/three-vrm-springbone/package.json b/packages/three-vrm-springbone/package.json index aed4540f4..b5e83bcb3 100644 --- a/packages/three-vrm-springbone/package.json +++ b/packages/three-vrm-springbone/package.json @@ -1,6 +1,6 @@ { "name": "@pixiv/three-vrm-springbone", - "version": "3.1.3", + "version": "3.1.4", "description": "Spring bone module for @pixiv/three-vrm", "license": "MIT", "author": "pixiv", @@ -51,9 +51,9 @@ ] }, "dependencies": { - "@pixiv/types-vrm-0.0": "3.1.3", - "@pixiv/types-vrmc-springbone-1.0": "3.1.3", - "@pixiv/types-vrmc-springbone-extended-collider-1.0": "3.1.3" + "@pixiv/types-vrm-0.0": "3.1.4", + "@pixiv/types-vrmc-springbone-1.0": "3.1.4", + "@pixiv/types-vrmc-springbone-extended-collider-1.0": "3.1.4" }, "devDependencies": { "@types/three": "^0.169.0", diff --git a/packages/three-vrm/package.json b/packages/three-vrm/package.json index b105bc880..40840f626 100644 --- a/packages/three-vrm/package.json +++ b/packages/three-vrm/package.json @@ -1,6 +1,6 @@ { "name": "@pixiv/three-vrm", - "version": "3.1.3", + "version": "3.1.4", "description": "VRM file loader for three.js.", "license": "MIT", "author": "pixiv", @@ -56,12 +56,12 @@ ] }, "dependencies": { - "@pixiv/three-vrm-core": "3.1.3", - "@pixiv/three-vrm-materials-hdr-emissive-multiplier": "3.1.3", - "@pixiv/three-vrm-materials-mtoon": "3.1.3", - "@pixiv/three-vrm-materials-v0compat": "3.1.3", - "@pixiv/three-vrm-node-constraint": "3.1.3", - "@pixiv/three-vrm-springbone": "3.1.3" + "@pixiv/three-vrm-core": "3.1.4", + "@pixiv/three-vrm-materials-hdr-emissive-multiplier": "3.1.4", + "@pixiv/three-vrm-materials-mtoon": "3.1.4", + "@pixiv/three-vrm-materials-v0compat": "3.1.4", + "@pixiv/three-vrm-node-constraint": "3.1.4", + "@pixiv/three-vrm-springbone": "3.1.4" }, "devDependencies": { "@types/three": "^0.169.0", diff --git a/packages/types-vrm-0.0/package.json b/packages/types-vrm-0.0/package.json index e3f914368..03be3d479 100644 --- a/packages/types-vrm-0.0/package.json +++ b/packages/types-vrm-0.0/package.json @@ -1,6 +1,6 @@ { "name": "@pixiv/types-vrm-0.0", - "version": "3.1.3", + "version": "3.1.4", "description": "Type definitions of VRM 0.0 schema", "license": "MIT", "author": "pixiv", diff --git a/packages/types-vrmc-materials-hdr-emissive-multiplier-1.0/package.json b/packages/types-vrmc-materials-hdr-emissive-multiplier-1.0/package.json index 49941ea11..f76efe76d 100644 --- a/packages/types-vrmc-materials-hdr-emissive-multiplier-1.0/package.json +++ b/packages/types-vrmc-materials-hdr-emissive-multiplier-1.0/package.json @@ -1,6 +1,6 @@ { "name": "@pixiv/types-vrmc-materials-hdr-emissive-multiplier-1.0", - "version": "3.1.3", + "version": "3.1.4", "description": "Type definitions of VRMC_materials_hdr_emissiveMultiplier 1.0 schema", "license": "MIT", "author": "pixiv", diff --git a/packages/types-vrmc-materials-mtoon-1.0/package.json b/packages/types-vrmc-materials-mtoon-1.0/package.json index a8827f1a0..dd663543a 100644 --- a/packages/types-vrmc-materials-mtoon-1.0/package.json +++ b/packages/types-vrmc-materials-mtoon-1.0/package.json @@ -1,6 +1,6 @@ { "name": "@pixiv/types-vrmc-materials-mtoon-1.0", - "version": "3.1.3", + "version": "3.1.4", "description": "Type definitions of VRMC_materials_mtoon 1.0 schema", "license": "MIT", "author": "pixiv", diff --git a/packages/types-vrmc-node-constraint-1.0/package.json b/packages/types-vrmc-node-constraint-1.0/package.json index dfa98ebbe..a94db7c51 100644 --- a/packages/types-vrmc-node-constraint-1.0/package.json +++ b/packages/types-vrmc-node-constraint-1.0/package.json @@ -1,6 +1,6 @@ { "name": "@pixiv/types-vrmc-node-constraint-1.0", - "version": "3.1.3", + "version": "3.1.4", "description": "Type definitions of VRMC_node_constraint 1.0 schema", "license": "MIT", "author": "pixiv", diff --git a/packages/types-vrmc-springbone-1.0/package.json b/packages/types-vrmc-springbone-1.0/package.json index 69ae41851..48bc1e896 100644 --- a/packages/types-vrmc-springbone-1.0/package.json +++ b/packages/types-vrmc-springbone-1.0/package.json @@ -1,6 +1,6 @@ { "name": "@pixiv/types-vrmc-springbone-1.0", - "version": "3.1.3", + "version": "3.1.4", "description": "Type definitions of VRMC_springBone 1.0 schema", "license": "MIT", "author": "pixiv", diff --git a/packages/types-vrmc-springbone-extended-collider-1.0/package.json b/packages/types-vrmc-springbone-extended-collider-1.0/package.json index 528fae8c9..c369e3378 100644 --- a/packages/types-vrmc-springbone-extended-collider-1.0/package.json +++ b/packages/types-vrmc-springbone-extended-collider-1.0/package.json @@ -1,6 +1,6 @@ { "name": "@pixiv/types-vrmc-springbone-extended-collider-1.0", - "version": "3.1.3", + "version": "3.1.4", "description": "Type definitions of VRMC_springBone_extended_collider 1.0 schema", "license": "MIT", "author": "pixiv", diff --git a/packages/types-vrmc-vrm-1.0/package.json b/packages/types-vrmc-vrm-1.0/package.json index 37fcd0f65..b3c707c89 100644 --- a/packages/types-vrmc-vrm-1.0/package.json +++ b/packages/types-vrmc-vrm-1.0/package.json @@ -1,6 +1,6 @@ { "name": "@pixiv/types-vrmc-vrm-1.0", - "version": "3.1.3", + "version": "3.1.4", "description": "Type definitions of VRMC_vrm 1.0 schema", "license": "MIT", "author": "pixiv", diff --git a/packages/types-vrmc-vrm-animation-1.0/package.json b/packages/types-vrmc-vrm-animation-1.0/package.json index 1cf94bfc3..322bb2426 100644 --- a/packages/types-vrmc-vrm-animation-1.0/package.json +++ b/packages/types-vrmc-vrm-animation-1.0/package.json @@ -1,6 +1,6 @@ { "name": "@pixiv/types-vrmc-vrm-animation-1.0", - "version": "3.1.3", + "version": "3.1.4", "description": "Type definitions of VRMC_vrm_animation 1.0 schema", "license": "MIT", "author": "pixiv",