Skip to content

Commit 9d12558

Browse files
committed
v3.5.2
1 parent bbd6a0b commit 9d12558

18 files changed

Lines changed: 2157 additions & 1360 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"npmClient": "pnpm",
44
"packages": ["packages/*"],
5-
"version": "3.5.1"
5+
"version": "3.5.2"
66
}

packages/three-vrm-animation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixiv/three-vrm-animation",
3-
"version": "3.5.1",
3+
"version": "3.5.2",
44
"description": "The implementation of VRM Animation",
55
"license": "MIT",
66
"author": "pixiv",

packages/three-vrm-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixiv/three-vrm-core",
3-
"version": "3.5.1",
3+
"version": "3.5.2",
44
"description": "The implementation of core features of VRM, for @pixiv/three-vrm",
55
"license": "MIT",
66
"author": "pixiv",

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

Lines changed: 1 addition & 1 deletion
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.5.1",
3+
"version": "3.5.2",
44
"description": "Support VRMC_hdr_emissiveMultiplier for @pixiv/three-vrm",
55
"license": "MIT",
66
"author": "pixiv",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixiv/three-vrm-materials-mtoon",
3-
"version": "3.5.1",
3+
"version": "3.5.2",
44
"description": "MToon (toon material) module for @pixiv/three-vrm",
55
"license": "MIT",
66
"author": "pixiv",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixiv/three-vrm-materials-v0compat",
3-
"version": "3.5.1",
3+
"version": "3.5.2",
44
"description": "VRM0.0 materials compatibility layer plugin for @pixiv/three-vrm",
55
"license": "MIT",
66
"author": "pixiv",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixiv/three-vrm-node-constraint",
3-
"version": "3.5.1",
3+
"version": "3.5.2",
44
"description": "Node constraint module for @pixiv/three-vrm",
55
"license": "MIT",
66
"author": "pixiv",

packages/three-vrm-springbone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixiv/three-vrm-springbone",
3-
"version": "3.5.1",
3+
"version": "3.5.2",
44
"description": "Spring bone module for @pixiv/three-vrm",
55
"license": "MIT",
66
"author": "pixiv",

packages/three-vrm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pixiv/three-vrm",
3-
"version": "3.5.1",
3+
"version": "3.5.2",
44
"description": "VRM file loader for three.js.",
55
"license": "MIT",
66
"author": "pixiv",

packages/types-vrm-0.0/package.json

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

0 commit comments

Comments
 (0)