diff --git a/lerna.json b/lerna.json index 70290300f..bd8683ed7 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.2" + "version": "3.1.3" } diff --git a/packages/three-vrm-animation/package.json b/packages/three-vrm-animation/package.json index d3ecebb36..e439c4497 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.2", + "version": "3.1.3", "description": "The implementation of VRM Animation", "license": "MIT", "author": "pixiv", @@ -47,9 +47,9 @@ ] }, "dependencies": { - "@pixiv/three-vrm-core": "3.1.2", - "@pixiv/types-vrmc-vrm-1.0": "3.1.2", - "@pixiv/types-vrmc-vrm-animation-1.0": "3.1.2" + "@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" }, "devDependencies": { "@types/three": "^0.169.0", diff --git a/packages/three-vrm-core/package.json b/packages/three-vrm-core/package.json index 6296a3353..cf4bd4895 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.2", + "version": "3.1.3", "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.2", - "@pixiv/types-vrmc-vrm-1.0": "3.1.2" + "@pixiv/types-vrm-0.0": "3.1.3", + "@pixiv/types-vrmc-vrm-1.0": "3.1.3" }, "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 c0631e517..7c9dbad90 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.2", + "version": "3.1.3", "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.2" + "@pixiv/types-vrmc-materials-hdr-emissive-multiplier-1.0": "3.1.3" }, "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 1c5647d3b..eb17893bc 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.2", + "version": "3.1.3", "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.2", - "@pixiv/types-vrmc-materials-mtoon-1.0": "3.1.2" + "@pixiv/types-vrm-0.0": "3.1.3", + "@pixiv/types-vrmc-materials-mtoon-1.0": "3.1.3" }, "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 95715d237..833c2d8dc 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.2", + "version": "3.1.3", "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.2", - "@pixiv/types-vrmc-materials-mtoon-1.0": "3.1.2" + "@pixiv/types-vrm-0.0": "3.1.3", + "@pixiv/types-vrmc-materials-mtoon-1.0": "3.1.3" }, "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 20d71126e..f28a4fc55 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.2", + "version": "3.1.3", "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.2" + "@pixiv/types-vrmc-node-constraint-1.0": "3.1.3" }, "devDependencies": { "@types/three": "^0.169.0", diff --git a/packages/three-vrm-springbone/package.json b/packages/three-vrm-springbone/package.json index f2214a0d4..aed4540f4 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.2", + "version": "3.1.3", "description": "Spring bone module for @pixiv/three-vrm", "license": "MIT", "author": "pixiv", @@ -51,9 +51,9 @@ ] }, "dependencies": { - "@pixiv/types-vrm-0.0": "3.1.2", - "@pixiv/types-vrmc-springbone-1.0": "3.1.2", - "@pixiv/types-vrmc-springbone-extended-collider-1.0": "3.1.2" + "@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" }, "devDependencies": { "@types/three": "^0.169.0", diff --git a/packages/three-vrm/package.json b/packages/three-vrm/package.json index f651afd1e..b105bc880 100644 --- a/packages/three-vrm/package.json +++ b/packages/three-vrm/package.json @@ -1,6 +1,6 @@ { "name": "@pixiv/three-vrm", - "version": "3.1.2", + "version": "3.1.3", "description": "VRM file loader for three.js.", "license": "MIT", "author": "pixiv", @@ -56,12 +56,12 @@ ] }, "dependencies": { - "@pixiv/three-vrm-core": "3.1.2", - "@pixiv/three-vrm-materials-hdr-emissive-multiplier": "3.1.2", - "@pixiv/three-vrm-materials-mtoon": "3.1.2", - "@pixiv/three-vrm-materials-v0compat": "3.1.2", - "@pixiv/three-vrm-node-constraint": "3.1.2", - "@pixiv/three-vrm-springbone": "3.1.2" + "@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" }, "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 87e4f1d5c..e3f914368 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.2", + "version": "3.1.3", "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 335af380b..49941ea11 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.2", + "version": "3.1.3", "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 baeef35ec..a8827f1a0 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.2", + "version": "3.1.3", "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 8d3c601b5..dfa98ebbe 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.2", + "version": "3.1.3", "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 b42f4e215..69ae41851 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.2", + "version": "3.1.3", "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 71f301cd3..528fae8c9 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.2", + "version": "3.1.3", "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 c8635a040..37fcd0f65 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.2", + "version": "3.1.3", "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 4374ce6e3..1cf94bfc3 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.2", + "version": "3.1.3", "description": "Type definitions of VRMC_vrm_animation 1.0 schema", "license": "MIT", "author": "pixiv",