Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 7, 2024
1 parent 9068b96 commit 2e7ddda
Show file tree
Hide file tree
Showing 17 changed files with 37 additions and 37 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": "3.0.0"
"version": "3.1.0"
}
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": "3.0.0",
"version": "3.1.0",
"description": "The implementation of VRM Animation",
"license": "MIT",
"author": "pixiv",
Expand Down Expand Up @@ -47,9 +47,9 @@
]
},
"dependencies": {
"@pixiv/three-vrm-core": "3.0.0",
"@pixiv/types-vrmc-vrm-1.0": "3.0.0",
"@pixiv/types-vrmc-vrm-animation-1.0": "3.0.0"
"@pixiv/three-vrm-core": "3.1.0",
"@pixiv/types-vrmc-vrm-1.0": "3.1.0",
"@pixiv/types-vrmc-vrm-animation-1.0": "3.1.0"
},
"devDependencies": {
"@types/three": "^0.167.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": "3.0.0",
"version": "3.1.0",
"description": "The implementation of core features of VRM, for @pixiv/three-vrm",
"license": "MIT",
"author": "pixiv",
Expand Down Expand Up @@ -51,8 +51,8 @@
]
},
"dependencies": {
"@pixiv/types-vrm-0.0": "3.0.0",
"@pixiv/types-vrmc-vrm-1.0": "3.0.0"
"@pixiv/types-vrm-0.0": "3.1.0",
"@pixiv/types-vrmc-vrm-1.0": "3.1.0"
},
"devDependencies": {
"@types/three": "^0.167.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": "3.0.0",
"version": "3.1.0",
"description": "Support VRMC_hdr_emissiveMultiplier for @pixiv/three-vrm",
"license": "MIT",
"author": "pixiv",
Expand Down Expand Up @@ -50,7 +50,7 @@
]
},
"dependencies": {
"@pixiv/types-vrmc-materials-hdr-emissive-multiplier-1.0": "3.0.0"
"@pixiv/types-vrmc-materials-hdr-emissive-multiplier-1.0": "3.1.0"
},
"devDependencies": {
"@types/three": "^0.167.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": "3.0.0",
"version": "3.1.0",
"description": "MToon (toon material) module for @pixiv/three-vrm",
"license": "MIT",
"author": "pixiv",
Expand Down Expand Up @@ -55,8 +55,8 @@
]
},
"dependencies": {
"@pixiv/types-vrm-0.0": "3.0.0",
"@pixiv/types-vrmc-materials-mtoon-1.0": "3.0.0"
"@pixiv/types-vrm-0.0": "3.1.0",
"@pixiv/types-vrmc-materials-mtoon-1.0": "3.1.0"
},
"devDependencies": {
"@types/three": "^0.167.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": "3.0.0",
"version": "3.1.0",
"description": "VRM0.0 materials compatibility layer plugin for @pixiv/three-vrm",
"license": "MIT",
"author": "pixiv",
Expand Down Expand Up @@ -46,8 +46,8 @@
]
},
"dependencies": {
"@pixiv/types-vrm-0.0": "3.0.0",
"@pixiv/types-vrmc-materials-mtoon-1.0": "3.0.0"
"@pixiv/types-vrm-0.0": "3.1.0",
"@pixiv/types-vrmc-materials-mtoon-1.0": "3.1.0"
},
"devDependencies": {
"@types/three": "^0.167.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": "3.0.0",
"version": "3.1.0",
"description": "Node constraint module for @pixiv/three-vrm",
"license": "MIT",
"author": "pixiv",
Expand Down Expand Up @@ -51,7 +51,7 @@
]
},
"dependencies": {
"@pixiv/types-vrmc-node-constraint-1.0": "3.0.0"
"@pixiv/types-vrmc-node-constraint-1.0": "3.1.0"
},
"devDependencies": {
"@types/three": "^0.167.0",
Expand Down
8 changes: 4 additions & 4 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": "3.0.0",
"version": "3.1.0",
"description": "Spring bone module for @pixiv/three-vrm",
"license": "MIT",
"author": "pixiv",
Expand Down Expand Up @@ -51,9 +51,9 @@
]
},
"dependencies": {
"@pixiv/types-vrm-0.0": "3.0.0",
"@pixiv/types-vrmc-springbone-1.0": "3.0.0",
"@pixiv/types-vrmc-springbone-extended-collider-1.0": "3.0.0"
"@pixiv/types-vrm-0.0": "3.1.0",
"@pixiv/types-vrmc-springbone-1.0": "3.1.0",
"@pixiv/types-vrmc-springbone-extended-collider-1.0": "3.1.0"
},
"devDependencies": {
"@types/three": "^0.167.0",
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": "3.0.0",
"version": "3.1.0",
"description": "VRM file loader for three.js.",
"license": "MIT",
"author": "pixiv",
Expand Down Expand Up @@ -56,12 +56,12 @@
]
},
"dependencies": {
"@pixiv/three-vrm-core": "3.0.0",
"@pixiv/three-vrm-materials-hdr-emissive-multiplier": "3.0.0",
"@pixiv/three-vrm-materials-mtoon": "3.0.0",
"@pixiv/three-vrm-materials-v0compat": "3.0.0",
"@pixiv/three-vrm-node-constraint": "3.0.0",
"@pixiv/three-vrm-springbone": "3.0.0"
"@pixiv/three-vrm-core": "3.1.0",
"@pixiv/three-vrm-materials-hdr-emissive-multiplier": "3.1.0",
"@pixiv/three-vrm-materials-mtoon": "3.1.0",
"@pixiv/three-vrm-materials-v0compat": "3.1.0",
"@pixiv/three-vrm-node-constraint": "3.1.0",
"@pixiv/three-vrm-springbone": "3.1.0"
},
"devDependencies": {
"@types/three": "^0.167.0",
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": "3.0.0",
"version": "3.1.0",
"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": "3.0.0",
"version": "3.1.0",
"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": "3.0.0",
"version": "3.1.0",
"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": "3.0.0",
"version": "3.1.0",
"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": "3.0.0",
"version": "3.1.0",
"description": "Type definitions of VRMC_springBone 1.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-springbone-extended-collider-1.0",
"version": "3.0.0",
"version": "3.1.0",
"description": "Type definitions of VRMC_springBone_extended_collider 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": "3.0.0",
"version": "3.1.0",
"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": "3.0.0",
"version": "3.1.0",
"description": "Type definitions of VRMC_vrm_animation 1.0 schema",
"license": "MIT",
"author": "pixiv",
Expand Down

0 comments on commit 2e7ddda

Please sign in to comment.