diff --git a/lerna.json b/lerna.json index e5f91b591d..e5c0ec0c76 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*"], - "version": "0.40.4", + "version": "0.40.5", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/code-sandbox/package.json b/packages/code-sandbox/package.json index a4db2cc1b1..210a67d183 100644 --- a/packages/code-sandbox/package.json +++ b/packages/code-sandbox/package.json @@ -1,11 +1,11 @@ { "name": "@stardust-ui/code-sandbox", "description": "Stardust UI tools for CodeSandbox.", - "version": "0.40.4", + "version": "0.40.5", "author": "Oleksandr Fediashov ", "bugs": "https://github.com/stardust-ui/react/issues", "dependencies": { - "@stardust-ui/react": "^0.40.4" + "@stardust-ui/react": "^0.40.5" }, "files": [ "dist" diff --git a/packages/react-bindings/package.json b/packages/react-bindings/package.json index e56adaba8d..da6b6dea0f 100644 --- a/packages/react-bindings/package.json +++ b/packages/react-bindings/package.json @@ -1,7 +1,7 @@ { "name": "@stardust-ui/react-bindings", "description": "A set of components and hooks to build components libraries and UI kits.", - "version": "0.40.2", + "version": "0.40.5", "author": "Oleksandr Fediashov ", "bugs": "https://github.com/stardust-ui/react/issues", "dependencies": { diff --git a/packages/react/package.json b/packages/react/package.json index 2de0263022..4ea2208e1e 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,13 +1,13 @@ { "name": "@stardust-ui/react", "description": "A themable React component library.", - "version": "0.40.4", + "version": "0.40.5", "author": "Levi Thomason ", "bugs": "https://github.com/stardust-ui/react/issues", "dependencies": { "@babel/runtime": "^7.1.2", "@stardust-ui/accessibility": "^0.40.2", - "@stardust-ui/react-bindings": "^0.40.2", + "@stardust-ui/react-bindings": "^0.40.5", "@stardust-ui/react-component-event-listener": "^0.40.0", "@stardust-ui/react-component-nesting-registry": "^0.40.0", "@stardust-ui/react-component-ref": "^0.40.0",