Skip to content

Commit bb924d4

Browse files
committed
v3.3.2
1 parent f9f3d8f commit bb924d4

File tree

17 files changed

+37
-37
lines changed

17 files changed

+37
-37
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"npmClient": "yarn",
44
"packages": ["packages/*"],
5-
"version": "3.3.1"
5+
"version": "3.3.2"
66
}

packages/three-vrm-animation/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixiv/three-vrm-animation",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "The implementation of VRM Animation",
55
"license": "MIT",
66
"author": "pixiv",
@@ -47,9 +47,9 @@
4747
]
4848
},
4949
"dependencies": {
50-
"@pixiv/three-vrm-core": "3.3.1",
51-
"@pixiv/types-vrmc-vrm-1.0": "3.3.1",
52-
"@pixiv/types-vrmc-vrm-animation-1.0": "3.3.1"
50+
"@pixiv/three-vrm-core": "3.3.2",
51+
"@pixiv/types-vrmc-vrm-1.0": "3.3.2",
52+
"@pixiv/types-vrmc-vrm-animation-1.0": "3.3.2"
5353
},
5454
"devDependencies": {
5555
"@types/three": "^0.169.0",

packages/three-vrm-core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixiv/three-vrm-core",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "The implementation of core features of VRM, for @pixiv/three-vrm",
55
"license": "MIT",
66
"author": "pixiv",
@@ -51,8 +51,8 @@
5151
]
5252
},
5353
"dependencies": {
54-
"@pixiv/types-vrm-0.0": "3.3.1",
55-
"@pixiv/types-vrmc-vrm-1.0": "3.3.1"
54+
"@pixiv/types-vrm-0.0": "3.3.2",
55+
"@pixiv/types-vrmc-vrm-1.0": "3.3.2"
5656
},
5757
"devDependencies": {
5858
"@types/three": "^0.169.0",

packages/three-vrm-materials-hdr-emissive-multiplier/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixiv/three-vrm-materials-hdr-emissive-multiplier",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "Support VRMC_hdr_emissiveMultiplier for @pixiv/three-vrm",
55
"license": "MIT",
66
"author": "pixiv",
@@ -50,7 +50,7 @@
5050
]
5151
},
5252
"dependencies": {
53-
"@pixiv/types-vrmc-materials-hdr-emissive-multiplier-1.0": "3.3.1"
53+
"@pixiv/types-vrmc-materials-hdr-emissive-multiplier-1.0": "3.3.2"
5454
},
5555
"devDependencies": {
5656
"@types/three": "^0.169.0",

packages/three-vrm-materials-mtoon/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixiv/three-vrm-materials-mtoon",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "MToon (toon material) module for @pixiv/three-vrm",
55
"license": "MIT",
66
"author": "pixiv",
@@ -55,8 +55,8 @@
5555
]
5656
},
5757
"dependencies": {
58-
"@pixiv/types-vrm-0.0": "3.3.1",
59-
"@pixiv/types-vrmc-materials-mtoon-1.0": "3.3.1"
58+
"@pixiv/types-vrm-0.0": "3.3.2",
59+
"@pixiv/types-vrmc-materials-mtoon-1.0": "3.3.2"
6060
},
6161
"devDependencies": {
6262
"@types/three": "^0.169.0",

packages/three-vrm-materials-v0compat/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixiv/three-vrm-materials-v0compat",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "VRM0.0 materials compatibility layer plugin for @pixiv/three-vrm",
55
"license": "MIT",
66
"author": "pixiv",
@@ -46,8 +46,8 @@
4646
]
4747
},
4848
"dependencies": {
49-
"@pixiv/types-vrm-0.0": "3.3.1",
50-
"@pixiv/types-vrmc-materials-mtoon-1.0": "3.3.1"
49+
"@pixiv/types-vrm-0.0": "3.3.2",
50+
"@pixiv/types-vrmc-materials-mtoon-1.0": "3.3.2"
5151
},
5252
"devDependencies": {
5353
"@types/three": "^0.169.0",

packages/three-vrm-node-constraint/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixiv/three-vrm-node-constraint",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "Node constraint module for @pixiv/three-vrm",
55
"license": "MIT",
66
"author": "pixiv",
@@ -51,7 +51,7 @@
5151
]
5252
},
5353
"dependencies": {
54-
"@pixiv/types-vrmc-node-constraint-1.0": "3.3.1"
54+
"@pixiv/types-vrmc-node-constraint-1.0": "3.3.2"
5555
},
5656
"devDependencies": {
5757
"@types/three": "^0.169.0",

packages/three-vrm-springbone/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixiv/three-vrm-springbone",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "Spring bone module for @pixiv/three-vrm",
55
"license": "MIT",
66
"author": "pixiv",
@@ -51,9 +51,9 @@
5151
]
5252
},
5353
"dependencies": {
54-
"@pixiv/types-vrm-0.0": "3.3.1",
55-
"@pixiv/types-vrmc-springbone-1.0": "3.3.1",
56-
"@pixiv/types-vrmc-springbone-extended-collider-1.0": "3.3.1"
54+
"@pixiv/types-vrm-0.0": "3.3.2",
55+
"@pixiv/types-vrmc-springbone-1.0": "3.3.2",
56+
"@pixiv/types-vrmc-springbone-extended-collider-1.0": "3.3.2"
5757
},
5858
"devDependencies": {
5959
"@types/three": "^0.169.0",

packages/three-vrm/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixiv/three-vrm",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "VRM file loader for three.js.",
55
"license": "MIT",
66
"author": "pixiv",
@@ -56,12 +56,12 @@
5656
]
5757
},
5858
"dependencies": {
59-
"@pixiv/three-vrm-core": "3.3.1",
60-
"@pixiv/three-vrm-materials-hdr-emissive-multiplier": "3.3.1",
61-
"@pixiv/three-vrm-materials-mtoon": "3.3.1",
62-
"@pixiv/three-vrm-materials-v0compat": "3.3.1",
63-
"@pixiv/three-vrm-node-constraint": "3.3.1",
64-
"@pixiv/three-vrm-springbone": "3.3.1"
59+
"@pixiv/three-vrm-core": "3.3.2",
60+
"@pixiv/three-vrm-materials-hdr-emissive-multiplier": "3.3.2",
61+
"@pixiv/three-vrm-materials-mtoon": "3.3.2",
62+
"@pixiv/three-vrm-materials-v0compat": "3.3.2",
63+
"@pixiv/three-vrm-node-constraint": "3.3.2",
64+
"@pixiv/three-vrm-springbone": "3.3.2"
6565
},
6666
"devDependencies": {
6767
"@types/three": "^0.169.0",

packages/types-vrm-0.0/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixiv/types-vrm-0.0",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "Type definitions of VRM 0.0 schema",
55
"license": "MIT",
66
"author": "pixiv",

packages/types-vrmc-materials-hdr-emissive-multiplier-1.0/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixiv/types-vrmc-materials-hdr-emissive-multiplier-1.0",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "Type definitions of VRMC_materials_hdr_emissiveMultiplier 1.0 schema",
55
"license": "MIT",
66
"author": "pixiv",

packages/types-vrmc-materials-mtoon-1.0/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixiv/types-vrmc-materials-mtoon-1.0",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "Type definitions of VRMC_materials_mtoon 1.0 schema",
55
"license": "MIT",
66
"author": "pixiv",

packages/types-vrmc-node-constraint-1.0/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixiv/types-vrmc-node-constraint-1.0",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "Type definitions of VRMC_node_constraint 1.0 schema",
55
"license": "MIT",
66
"author": "pixiv",

packages/types-vrmc-springbone-1.0/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixiv/types-vrmc-springbone-1.0",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "Type definitions of VRMC_springBone 1.0 schema",
55
"license": "MIT",
66
"author": "pixiv",

packages/types-vrmc-springbone-extended-collider-1.0/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixiv/types-vrmc-springbone-extended-collider-1.0",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "Type definitions of VRMC_springBone_extended_collider 1.0 schema",
55
"license": "MIT",
66
"author": "pixiv",

packages/types-vrmc-vrm-1.0/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixiv/types-vrmc-vrm-1.0",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "Type definitions of VRMC_vrm 1.0 schema",
55
"license": "MIT",
66
"author": "pixiv",

packages/types-vrmc-vrm-animation-1.0/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixiv/types-vrmc-vrm-animation-1.0",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "Type definitions of VRMC_vrm_animation 1.0 schema",
55
"license": "MIT",
66
"author": "pixiv",

0 commit comments

Comments
 (0)