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

Commit 22f0841

Browse files
v0.24.0
1 parent c7634f5 commit 22f0841

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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.23.1",
3+
"version": "0.24.0",
44
"npmClient": "yarn",
55
"useWorkspaces": true
66
}

packages/react-component-event-listener/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stardust-ui/react-component-event-listener",
33
"description": "React components for binding events on the global scope.",
4-
"version": "0.23.1",
4+
"version": "0.24.0",
55
"author": "Oleksandr Fediashov <[email protected]>",
66
"bugs": "https://github.com/stardust-ui/react/issues",
77
"dependencies": {

packages/react-component-nesting-registry/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stardust-ui/react-component-nesting-registry",
33
"description": "Registers a DOM nodes within a context.",
4-
"version": "0.23.1",
4+
"version": "0.24.0",
55
"author": "Oleksandr Fediashov <[email protected]>",
66
"bugs": "https://github.com/stardust-ui/react/issues",
77
"dependencies": {

packages/react-proptypes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stardust-ui/react-proptypes",
33
"description": "Set of custom reusable PropTypes for React components, some of them are specific for Stardust UI.",
4-
"version": "0.23.1",
4+
"version": "0.24.0",
55
"author": "Oleksandr Fediashov <[email protected]>",
66
"bugs": "https://github.com/stardust-ui/react/issues",
77
"dependencies": {

packages/react/package.json

+4-4
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.23.1",
4+
"version": "0.24.0",
55
"author": "Levi Thomason <[email protected]>",
66
"bugs": "https://github.com/stardust-ui/react/issues",
77
"dependencies": {
8-
"@stardust-ui/react-component-event-listener": "^0.23.1",
9-
"@stardust-ui/react-component-nesting-registry": "^0.23.1",
10-
"@stardust-ui/react-proptypes": "^0.23.1",
8+
"@stardust-ui/react-component-event-listener": "^0.24.0",
9+
"@stardust-ui/react-component-nesting-registry": "^0.24.0",
10+
"@stardust-ui/react-proptypes": "^0.24.0",
1111
"classnames": "^2.2.5",
1212
"downshift": "^3.2.6",
1313
"fela": "^10.2.0",

0 commit comments

Comments
 (0)