Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 59e1684

Browse files
v0.40.5
1 parent 1d880f6 commit 59e1684

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "0.40.4",
3+
"version": "0.40.5",
44
"npmClient": "yarn",
55
"useWorkspaces": true
66
}

packages/code-sandbox/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@stardust-ui/code-sandbox",
33
"description": "Stardust UI tools for CodeSandbox.",
4-
"version": "0.40.4",
4+
"version": "0.40.5",
55
"author": "Oleksandr Fediashov <[email protected]>",
66
"bugs": "https://github.com/stardust-ui/react/issues",
77
"dependencies": {
8-
"@stardust-ui/react": "^0.40.4"
8+
"@stardust-ui/react": "^0.40.5"
99
},
1010
"files": [
1111
"dist"

packages/react-bindings/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stardust-ui/react-bindings",
33
"description": "A set of components and hooks to build components libraries and UI kits.",
4-
"version": "0.40.2",
4+
"version": "0.40.5",
55
"author": "Oleksandr Fediashov <[email protected]>",
66
"bugs": "https://github.com/stardust-ui/react/issues",
77
"dependencies": {

packages/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@stardust-ui/react",
33
"description": "A themable React component library.",
4-
"version": "0.40.4",
4+
"version": "0.40.5",
55
"author": "Levi Thomason <[email protected]>",
66
"bugs": "https://github.com/stardust-ui/react/issues",
77
"dependencies": {
88
"@babel/runtime": "^7.1.2",
99
"@stardust-ui/accessibility": "^0.40.2",
10-
"@stardust-ui/react-bindings": "^0.40.2",
10+
"@stardust-ui/react-bindings": "^0.40.5",
1111
"@stardust-ui/react-component-event-listener": "^0.40.0",
1212
"@stardust-ui/react-component-nesting-registry": "^0.40.0",
1313
"@stardust-ui/react-component-ref": "^0.40.0",

0 commit comments

Comments
 (0)