diff --git a/lerna.json b/lerna.json index fffac910c..62fe4684c 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "npmClient": "yarn", "useWorkspaces": true, "packages": ["packages/*"], - "version": "2.0.4" + "version": "2.0.5" } diff --git a/packages/three-vrm-core/package.json b/packages/three-vrm-core/package.json index e8a5c5955..e6086fe17 100644 --- a/packages/three-vrm-core/package.json +++ b/packages/three-vrm-core/package.json @@ -1,6 +1,6 @@ { "name": "@pixiv/three-vrm-core", - "version": "2.0.4", + "version": "2.0.5", "description": "The implementation of core features of VRM, for @pixiv/three-vrm", "license": "MIT", "author": "pixiv", diff --git a/packages/three-vrm-node-constraint/package.json b/packages/three-vrm-node-constraint/package.json index 14bd00398..f15edb74b 100644 --- a/packages/three-vrm-node-constraint/package.json +++ b/packages/three-vrm-node-constraint/package.json @@ -1,6 +1,6 @@ { "name": "@pixiv/three-vrm-node-constraint", - "version": "2.0.3", + "version": "2.0.5", "description": "Node constraint module for @pixiv/three-vrm", "license": "MIT", "author": "pixiv", diff --git a/packages/three-vrm/package.json b/packages/three-vrm/package.json index 680631db3..87b6d92ce 100644 --- a/packages/three-vrm/package.json +++ b/packages/three-vrm/package.json @@ -1,6 +1,6 @@ { "name": "@pixiv/three-vrm", - "version": "2.0.4", + "version": "2.0.5", "description": "VRM file loader for three.js.", "license": "MIT", "author": "pixiv", @@ -46,11 +46,11 @@ ] }, "dependencies": { - "@pixiv/three-vrm-core": "2.0.4", + "@pixiv/three-vrm-core": "2.0.5", "@pixiv/three-vrm-materials-hdr-emissive-multiplier": "2.0.3", "@pixiv/three-vrm-materials-mtoon": "2.0.3", "@pixiv/three-vrm-materials-v0compat": "2.0.4", - "@pixiv/three-vrm-node-constraint": "2.0.3", + "@pixiv/three-vrm-node-constraint": "2.0.5", "@pixiv/three-vrm-springbone": "2.0.3" }, "devDependencies": {