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

Commit

Permalink
v0.40.5
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavstastny committed Jan 17, 2020
1 parent 1d880f6 commit 59e1684
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "0.40.4",
"version": "0.40.5",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/code-sandbox/package.json
Original file line number Diff line number Diff line change
@@ -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 <a@fedyashov.com>",
"bugs": "https://github.com/stardust-ui/react/issues",
"dependencies": {
"@stardust-ui/react": "^0.40.4"
"@stardust-ui/react": "^0.40.5"
},
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-bindings/package.json
Original file line number Diff line number Diff line change
@@ -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 <a@fedyashov.com>",
"bugs": "https://github.com/stardust-ui/react/issues",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -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 <me@levithomason.com>",
"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",
Expand Down

0 comments on commit 59e1684

Please sign in to comment.