Skip to content

Commit

Permalink
v2.0.6-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 27, 2023
1 parent c97cfa8 commit 0243521
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 30 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.0.6-alpha.1"
"version": "2.0.6-alpha.2"
}
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.0.6-alpha.1",
"version": "2.0.6-alpha.2",
"description": "The implementation of core features of VRM, for @pixiv/three-vrm",
"license": "MIT",
"author": "pixiv",
Expand Down Expand Up @@ -47,8 +47,8 @@
]
},
"dependencies": {
"@pixiv/types-vrm-0.0": "2.0.6-alpha.1",
"@pixiv/types-vrmc-vrm-1.0": "2.0.6-alpha.1"
"@pixiv/types-vrm-0.0": "2.0.6-alpha.2",
"@pixiv/types-vrmc-vrm-1.0": "2.0.6-alpha.2"
},
"devDependencies": {
"@types/three": "^0.154.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.0.6-alpha.1",
"version": "2.0.6-alpha.2",
"description": "Support VRMC_hdr_emissiveMultiplier for @pixiv/three-vrm",
"license": "MIT",
"author": "pixiv",
Expand Down Expand Up @@ -46,7 +46,7 @@
]
},
"dependencies": {
"@pixiv/types-vrmc-materials-hdr-emissive-multiplier-1.0": "2.0.6-alpha.1"
"@pixiv/types-vrmc-materials-hdr-emissive-multiplier-1.0": "2.0.6-alpha.2"
},
"devDependencies": {
"@types/three": "^0.154.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.0.6-alpha.1",
"version": "2.0.6-alpha.2",
"description": "MToon (toon material) module for @pixiv/three-vrm",
"license": "MIT",
"author": "pixiv",
Expand Down Expand Up @@ -46,8 +46,8 @@
]
},
"dependencies": {
"@pixiv/types-vrm-0.0": "2.0.6-alpha.1",
"@pixiv/types-vrmc-materials-mtoon-1.0": "2.0.6-alpha.1"
"@pixiv/types-vrm-0.0": "2.0.6-alpha.2",
"@pixiv/types-vrmc-materials-mtoon-1.0": "2.0.6-alpha.2"
},
"devDependencies": {
"@types/three": "^0.154.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.0.6-alpha.1",
"version": "2.0.6-alpha.2",
"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.0.6-alpha.1",
"@pixiv/types-vrmc-materials-mtoon-1.0": "2.0.6-alpha.1"
"@pixiv/types-vrm-0.0": "2.0.6-alpha.2",
"@pixiv/types-vrmc-materials-mtoon-1.0": "2.0.6-alpha.2"
},
"devDependencies": {
"@types/three": "^0.154.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.0.6-alpha.1",
"version": "2.0.6-alpha.2",
"description": "Node constraint module for @pixiv/three-vrm",
"license": "MIT",
"author": "pixiv",
Expand Down Expand Up @@ -47,7 +47,7 @@
]
},
"dependencies": {
"@pixiv/types-vrmc-node-constraint-1.0": "2.0.6-alpha.1"
"@pixiv/types-vrmc-node-constraint-1.0": "2.0.6-alpha.2"
},
"devDependencies": {
"@types/three": "^0.154.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.0.6-alpha.1",
"version": "2.0.6-alpha.2",
"description": "Spring bone module for @pixiv/three-vrm",
"license": "MIT",
"author": "pixiv",
Expand Down Expand Up @@ -47,8 +47,8 @@
]
},
"dependencies": {
"@pixiv/types-vrm-0.0": "2.0.6-alpha.1",
"@pixiv/types-vrmc-springbone-1.0": "2.0.6-alpha.1"
"@pixiv/types-vrm-0.0": "2.0.6-alpha.2",
"@pixiv/types-vrmc-springbone-1.0": "2.0.6-alpha.2"
},
"devDependencies": {
"lint-staged": "13.1.2",
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.0.6-alpha.1",
"version": "2.0.6-alpha.2",
"description": "VRM file loader for three.js.",
"license": "MIT",
"author": "pixiv",
Expand Down Expand Up @@ -47,12 +47,12 @@
]
},
"dependencies": {
"@pixiv/three-vrm-core": "2.0.6-alpha.1",
"@pixiv/three-vrm-materials-hdr-emissive-multiplier": "2.0.6-alpha.1",
"@pixiv/three-vrm-materials-mtoon": "2.0.6-alpha.1",
"@pixiv/three-vrm-materials-v0compat": "2.0.6-alpha.1",
"@pixiv/three-vrm-node-constraint": "2.0.6-alpha.1",
"@pixiv/three-vrm-springbone": "2.0.6-alpha.1"
"@pixiv/three-vrm-core": "2.0.6-alpha.2",
"@pixiv/three-vrm-materials-hdr-emissive-multiplier": "2.0.6-alpha.2",
"@pixiv/three-vrm-materials-mtoon": "2.0.6-alpha.2",
"@pixiv/three-vrm-materials-v0compat": "2.0.6-alpha.2",
"@pixiv/three-vrm-node-constraint": "2.0.6-alpha.2",
"@pixiv/three-vrm-springbone": "2.0.6-alpha.2"
},
"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.0.6-alpha.1",
"version": "2.0.6-alpha.2",
"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.0.6-alpha.1",
"version": "2.0.6-alpha.2",
"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.0.6-alpha.1",
"version": "2.0.6-alpha.2",
"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.0.6-alpha.1",
"version": "2.0.6-alpha.2",
"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.0.6-alpha.1",
"version": "2.0.6-alpha.2",
"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.0.6-alpha.1",
"version": "2.0.6-alpha.2",
"description": "Type definitions of VRMC_vrm 1.0 schema",
"license": "MIT",
"author": "pixiv",
Expand Down

0 comments on commit 0243521

Please sign in to comment.