Skip to content

Commit

Permalink
v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 19, 2024
1 parent 657b397 commit 042fdde
Show file tree
Hide file tree
Showing 16 changed files with 35 additions and 35 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.1.2"
"version": "2.1.3"
}
8 changes: 4 additions & 4 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": "2.1.2",
"version": "2.1.3",
"description": "The implementation of VRM Animation",
"license": "MIT",
"author": "pixiv",
Expand Down Expand Up @@ -46,9 +46,9 @@
]
},
"dependencies": {
"@pixiv/three-vrm-core": "2.1.2",
"@pixiv/types-vrmc-vrm-1.0": "2.1.2",
"@pixiv/types-vrmc-vrm-animation-1.0": "2.1.2"
"@pixiv/three-vrm-core": "2.1.3",
"@pixiv/types-vrmc-vrm-1.0": "2.1.3",
"@pixiv/types-vrmc-vrm-animation-1.0": "2.1.3"
},
"devDependencies": {
"@types/three": "^0.164.0",
Expand Down
6 changes: 3 additions & 3 deletions 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.1.2",
"version": "2.1.3",
"description": "The implementation of core features of VRM, for @pixiv/three-vrm",
"license": "MIT",
"author": "pixiv",
Expand Down Expand Up @@ -50,8 +50,8 @@
]
},
"dependencies": {
"@pixiv/types-vrm-0.0": "2.1.2",
"@pixiv/types-vrmc-vrm-1.0": "2.1.2"
"@pixiv/types-vrm-0.0": "2.1.3",
"@pixiv/types-vrmc-vrm-1.0": "2.1.3"
},
"devDependencies": {
"@types/three": "^0.164.0",
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.1.2",
"version": "2.1.3",
"description": "Support VRMC_hdr_emissiveMultiplier for @pixiv/three-vrm",
"license": "MIT",
"author": "pixiv",
Expand Down Expand Up @@ -49,7 +49,7 @@
]
},
"dependencies": {
"@pixiv/types-vrmc-materials-hdr-emissive-multiplier-1.0": "2.1.2"
"@pixiv/types-vrmc-materials-hdr-emissive-multiplier-1.0": "2.1.3"
},
"devDependencies": {
"@types/three": "^0.164.0",
Expand Down
6 changes: 3 additions & 3 deletions 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.1.2",
"version": "2.1.3",
"description": "MToon (toon material) module for @pixiv/three-vrm",
"license": "MIT",
"author": "pixiv",
Expand Down Expand Up @@ -49,8 +49,8 @@
]
},
"dependencies": {
"@pixiv/types-vrm-0.0": "2.1.2",
"@pixiv/types-vrmc-materials-mtoon-1.0": "2.1.2"
"@pixiv/types-vrm-0.0": "2.1.3",
"@pixiv/types-vrmc-materials-mtoon-1.0": "2.1.3"
},
"devDependencies": {
"@types/three": "^0.164.0",
Expand Down
6 changes: 3 additions & 3 deletions 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.1.2",
"version": "2.1.3",
"description": "VRM0.0 materials compatibility layer plugin for @pixiv/three-vrm",
"license": "MIT",
"author": "pixiv",
Expand Down Expand Up @@ -45,8 +45,8 @@
]
},
"dependencies": {
"@pixiv/types-vrm-0.0": "2.1.2",
"@pixiv/types-vrmc-materials-mtoon-1.0": "2.1.2"
"@pixiv/types-vrm-0.0": "2.1.3",
"@pixiv/types-vrmc-materials-mtoon-1.0": "2.1.3"
},
"devDependencies": {
"@types/three": "^0.164.0",
Expand Down
4 changes: 2 additions & 2 deletions 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.1.2",
"version": "2.1.3",
"description": "Node constraint module for @pixiv/three-vrm",
"license": "MIT",
"author": "pixiv",
Expand Down Expand Up @@ -50,7 +50,7 @@
]
},
"dependencies": {
"@pixiv/types-vrmc-node-constraint-1.0": "2.1.2"
"@pixiv/types-vrmc-node-constraint-1.0": "2.1.3"
},
"devDependencies": {
"@types/three": "^0.164.0",
Expand Down
6 changes: 3 additions & 3 deletions 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.1.2",
"version": "2.1.3",
"description": "Spring bone module for @pixiv/three-vrm",
"license": "MIT",
"author": "pixiv",
Expand Down Expand Up @@ -50,8 +50,8 @@
]
},
"dependencies": {
"@pixiv/types-vrm-0.0": "2.1.2",
"@pixiv/types-vrmc-springbone-1.0": "2.1.2"
"@pixiv/types-vrm-0.0": "2.1.3",
"@pixiv/types-vrmc-springbone-1.0": "2.1.3"
},
"devDependencies": {
"three": "^0.164.1"
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.1.2",
"version": "2.1.3",
"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.1.2",
"@pixiv/three-vrm-materials-hdr-emissive-multiplier": "2.1.2",
"@pixiv/three-vrm-materials-mtoon": "2.1.2",
"@pixiv/three-vrm-materials-v0compat": "2.1.2",
"@pixiv/three-vrm-node-constraint": "2.1.2",
"@pixiv/three-vrm-springbone": "2.1.2"
"@pixiv/three-vrm-core": "2.1.3",
"@pixiv/three-vrm-materials-hdr-emissive-multiplier": "2.1.3",
"@pixiv/three-vrm-materials-mtoon": "2.1.3",
"@pixiv/three-vrm-materials-v0compat": "2.1.3",
"@pixiv/three-vrm-node-constraint": "2.1.3",
"@pixiv/three-vrm-springbone": "2.1.3"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/types-vrm-0.0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixiv/types-vrm-0.0",
"version": "2.1.2",
"version": "2.1.3",
"description": "Type definitions of VRM 0.0 schema",
"license": "MIT",
"author": "pixiv",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixiv/types-vrmc-materials-hdr-emissive-multiplier-1.0",
"version": "2.1.2",
"version": "2.1.3",
"description": "Type definitions of VRMC_materials_hdr_emissiveMultiplier 1.0 schema",
"license": "MIT",
"author": "pixiv",
Expand Down
2 changes: 1 addition & 1 deletion packages/types-vrmc-materials-mtoon-1.0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixiv/types-vrmc-materials-mtoon-1.0",
"version": "2.1.2",
"version": "2.1.3",
"description": "Type definitions of VRMC_materials_mtoon 1.0 schema",
"license": "MIT",
"author": "pixiv",
Expand Down
2 changes: 1 addition & 1 deletion packages/types-vrmc-node-constraint-1.0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixiv/types-vrmc-node-constraint-1.0",
"version": "2.1.2",
"version": "2.1.3",
"description": "Type definitions of VRMC_node_constraint 1.0 schema",
"license": "MIT",
"author": "pixiv",
Expand Down
2 changes: 1 addition & 1 deletion packages/types-vrmc-springbone-1.0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixiv/types-vrmc-springbone-1.0",
"version": "2.1.2",
"version": "2.1.3",
"description": "Type definitions of VRMC_springBone 1.0 schema",
"license": "MIT",
"author": "pixiv",
Expand Down
2 changes: 1 addition & 1 deletion packages/types-vrmc-vrm-1.0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pixiv/types-vrmc-vrm-1.0",
"version": "2.1.2",
"version": "2.1.3",
"description": "Type definitions of VRMC_vrm 1.0 schema",
"license": "MIT",
"author": "pixiv",
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": "2.1.2",
"version": "2.1.3",
"description": "Type definitions of VRMC_vrm_animation 1.0 schema",
"license": "MIT",
"author": "pixiv",
Expand Down

0 comments on commit 042fdde

Please sign in to comment.