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

Commit 88cc96c

Browse files
v0.29.1
1 parent 4a761a0 commit 88cc96c

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "0.29.0",
3+
"version": "0.29.1",
44
"npmClient": "yarn",
55
"useWorkspaces": true
66
}

packages/docs-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stardust-ui/docs-components",
33
"description": "Registers a DOM nodes within a context.",
4-
"version": "0.29.0",
4+
"version": "0.29.1",
55
"author": "Oleksandr Fediashov <a@fedyashov.com>",
66
"bugs": "https://github.com/stardust-ui/react/issues",
77
"dependencies": {

packages/internal-tooling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stardust-ui/internal-tooling",
3-
"version": "0.29.0",
3+
"version": "0.29.1",
44
"dependencies": {
55
"@babel/core": "^7.3.4",
66
"@babel/plugin-proposal-class-properties": "^7.3.4",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@stardust-ui/react-component-event-listener",
33
"description": "React components for binding events on the global scope.",
4-
"version": "0.29.0",
4+
"version": "0.29.1",
55
"author": "Oleksandr Fediashov <a@fedyashov.com>",
66
"bugs": "https://github.com/stardust-ui/react/issues",
77
"dependencies": {
88
"prop-types": "^15.6.1",
99
"tslib": "^1.9.3"
1010
},
1111
"devDependencies": {
12-
"@stardust-ui/internal-tooling": "^0.29.0",
12+
"@stardust-ui/internal-tooling": "^0.29.1",
1313
"lerna-alias": "^3.0.3-0"
1414
},
1515
"files": [

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@stardust-ui/react-component-nesting-registry",
33
"description": "Registers a DOM nodes within a context.",
4-
"version": "0.29.0",
4+
"version": "0.29.1",
55
"author": "Oleksandr Fediashov <a@fedyashov.com>",
66
"bugs": "https://github.com/stardust-ui/react/issues",
77
"dependencies": {
88
"prop-types": "^15.6.1",
99
"tslib": "^1.9.3"
1010
},
1111
"devDependencies": {
12-
"@stardust-ui/internal-tooling": "^0.29.0",
12+
"@stardust-ui/internal-tooling": "^0.29.1",
1313
"lerna-alias": "^3.0.3-0"
1414
},
1515
"files": [

packages/react-proptypes/package.json

Lines changed: 2 additions & 2 deletions
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.29.0",
4+
"version": "0.29.1",
55
"author": "Oleksandr Fediashov <olfedias@microsoft.com>",
66
"bugs": "https://github.com/stardust-ui/react/issues",
77
"dependencies": {
@@ -10,7 +10,7 @@
1010
"tslib": "^1.9.3"
1111
},
1212
"devDependencies": {
13-
"@stardust-ui/internal-tooling": "^0.29.0",
13+
"@stardust-ui/internal-tooling": "^0.29.1",
1414
"lerna-alias": "^3.0.3-0"
1515
},
1616
"files": [

packages/react/package.json

Lines changed: 5 additions & 5 deletions
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.29.0",
4+
"version": "0.29.1",
55
"author": "Levi Thomason <me@levithomason.com>",
66
"bugs": "https://github.com/stardust-ui/react/issues",
77
"dependencies": {
8-
"@stardust-ui/react-component-event-listener": "^0.29.0",
9-
"@stardust-ui/react-component-nesting-registry": "^0.29.0",
10-
"@stardust-ui/react-proptypes": "^0.29.0",
8+
"@stardust-ui/react-component-event-listener": "^0.29.1",
9+
"@stardust-ui/react-component-nesting-registry": "^0.29.1",
10+
"@stardust-ui/react-proptypes": "^0.29.1",
1111
"classnames": "^2.2.5",
1212
"css-shorthand-expand": "^1.2.0",
1313
"downshift": "^3.2.6",
@@ -27,7 +27,7 @@
2727
"tslib": "^1.9.3"
2828
},
2929
"devDependencies": {
30-
"@stardust-ui/internal-tooling": "^0.29.0",
30+
"@stardust-ui/internal-tooling": "^0.29.1",
3131
"lerna-alias": "^3.0.3-0"
3232
},
3333
"files": [

0 commit comments

Comments
 (0)