Skip to content

Commit

Permalink
v1.0.0-beta.18
Browse files Browse the repository at this point in the history
  • Loading branch information
0b5vr committed Jul 8, 2022
1 parent f3e28f8 commit 5c89224
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 @@ -4,5 +4,5 @@
"packages": [
"packages/*"
],
"version": "1.0.0-beta.17"
"version": "1.0.0-beta.18"
}
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": "1.0.0-beta.17",
"version": "1.0.0-beta.18",
"description": "The implementation of core features of VRM, for @pixiv/three-vrm",
"license": "MIT",
"author": "pixiv",
Expand Down Expand Up @@ -46,8 +46,8 @@
]
},
"dependencies": {
"@pixiv/types-vrm-0.0": "1.0.0-beta.17",
"@pixiv/types-vrmc-vrm-1.0": "1.0.0-beta.17"
"@pixiv/types-vrm-0.0": "1.0.0-beta.18",
"@pixiv/types-vrmc-vrm-1.0": "1.0.0-beta.18"
},
"devDependencies": {
"@types/three": "^0.140.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": "1.0.0-beta.17",
"version": "1.0.0-beta.18",
"description": "Support VRMC_hdr_emissiveMultiplier for @pixiv/three-vrm",
"license": "MIT",
"author": "pixiv",
Expand Down Expand Up @@ -40,7 +40,7 @@
]
},
"dependencies": {
"@pixiv/types-vrmc-materials-hdr-emissive-multiplier-1.0": "1.0.0-beta.17"
"@pixiv/types-vrmc-materials-hdr-emissive-multiplier-1.0": "1.0.0-beta.18"
},
"devDependencies": {
"@types/three": "^0.140.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": "1.0.0-beta.17",
"version": "1.0.0-beta.18",
"description": "MToon (toon material) module for @pixiv/three-vrm",
"license": "MIT",
"author": "pixiv",
Expand Down Expand Up @@ -40,8 +40,8 @@
]
},
"dependencies": {
"@pixiv/types-vrm-0.0": "1.0.0-beta.17",
"@pixiv/types-vrmc-materials-mtoon-1.0": "1.0.0-beta.17"
"@pixiv/types-vrm-0.0": "1.0.0-beta.18",
"@pixiv/types-vrmc-materials-mtoon-1.0": "1.0.0-beta.18"
},
"devDependencies": {
"@types/three": "^0.140.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": "1.0.0-beta.17",
"version": "1.0.0-beta.18",
"description": "VRM0.0 materials compatibility layer plugin for @pixiv/three-vrm",
"license": "MIT",
"author": "pixiv",
Expand Down Expand Up @@ -40,8 +40,8 @@
]
},
"dependencies": {
"@pixiv/types-vrm-0.0": "1.0.0-beta.17",
"@pixiv/types-vrmc-materials-mtoon-1.0": "1.0.0-beta.17"
"@pixiv/types-vrm-0.0": "1.0.0-beta.18",
"@pixiv/types-vrmc-materials-mtoon-1.0": "1.0.0-beta.18"
},
"devDependencies": {
"@types/three": "^0.140.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": "1.0.0-beta.17",
"version": "1.0.0-beta.18",
"description": "Node constraint module for @pixiv/three-vrm",
"license": "MIT",
"author": "pixiv",
Expand Down Expand Up @@ -41,7 +41,7 @@
]
},
"dependencies": {
"@pixiv/types-vrmc-node-constraint-1.0": "1.0.0-beta.17"
"@pixiv/types-vrmc-node-constraint-1.0": "1.0.0-beta.18"
},
"devDependencies": {
"@types/three": "^0.140.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": "1.0.0-beta.17",
"version": "1.0.0-beta.18",
"description": "Spring bone module for @pixiv/three-vrm",
"license": "MIT",
"author": "pixiv",
Expand Down Expand Up @@ -41,8 +41,8 @@
]
},
"dependencies": {
"@pixiv/types-vrm-0.0": "1.0.0-beta.17",
"@pixiv/types-vrmc-springbone-1.0": "1.0.0-beta.17"
"@pixiv/types-vrm-0.0": "1.0.0-beta.18",
"@pixiv/types-vrmc-springbone-1.0": "1.0.0-beta.18"
},
"devDependencies": {
"lint-staged": "10.4.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": "1.0.0-beta.17",
"version": "1.0.0-beta.18",
"description": "VRM file loader for three.js.",
"license": "MIT",
"author": "pixiv",
Expand Down Expand Up @@ -45,12 +45,12 @@
]
},
"dependencies": {
"@pixiv/three-vrm-core": "1.0.0-beta.17",
"@pixiv/three-vrm-materials-hdr-emissive-multiplier": "1.0.0-beta.17",
"@pixiv/three-vrm-materials-mtoon": "1.0.0-beta.17",
"@pixiv/three-vrm-materials-v0compat": "1.0.0-beta.17",
"@pixiv/three-vrm-node-constraint": "1.0.0-beta.17",
"@pixiv/three-vrm-springbone": "1.0.0-beta.17"
"@pixiv/three-vrm-core": "1.0.0-beta.18",
"@pixiv/three-vrm-materials-hdr-emissive-multiplier": "1.0.0-beta.18",
"@pixiv/three-vrm-materials-mtoon": "1.0.0-beta.18",
"@pixiv/three-vrm-materials-v0compat": "1.0.0-beta.18",
"@pixiv/three-vrm-node-constraint": "1.0.0-beta.18",
"@pixiv/three-vrm-springbone": "1.0.0-beta.18"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.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": "1.0.0-beta.17",
"version": "1.0.0-beta.18",
"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": "1.0.0-beta.17",
"version": "1.0.0-beta.18",
"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": "1.0.0-beta.17",
"version": "1.0.0-beta.18",
"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": "1.0.0-beta.17",
"version": "1.0.0-beta.18",
"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": "1.0.0-beta.17",
"version": "1.0.0-beta.18",
"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": "1.0.0-beta.17",
"version": "1.0.0-beta.18",
"description": "Type definitions of VRMC_vrm 1.0 schema",
"license": "MIT",
"author": "pixiv",
Expand Down

0 comments on commit 5c89224

Please sign in to comment.