Skip to content

Commit

Permalink
🚀 Publish changes.
Browse files Browse the repository at this point in the history
 - @wpmudev/[email protected]
 - @wpmudev/[email protected]
 - @wpmudev/[email protected]
 - @wpmudev/[email protected]
 - @wpmudev/[email protected]
 - @wpmudev/[email protected]
 - @wpmudev/[email protected]
 - @wpmudev/[email protected]
  • Loading branch information
iamleigh committed Apr 23, 2021
1 parent 14c55b4 commit b92fbb1
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
14 changes: 7 additions & 7 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpmudev/shared-ui-react",
"version": "1.4.2",
"version": "1.5.0",
"description": "WPMU DEV Shared UI React Components",
"author": "WPMU DEV",
"contributors": [
Expand Down Expand Up @@ -40,13 +40,13 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@wpmudev/react-accordion": "^1.0.1",
"@wpmudev/react-box": "^1.2.1",
"@wpmudev/react-button": "^1.0.5",
"@wpmudev/react-button-icon": "^1.0.1",
"@wpmudev/react-dropdown": "^1.0.1",
"@wpmudev/react-accordion": "^1.0.2",
"@wpmudev/react-box": "^1.2.2",
"@wpmudev/react-button": "^1.0.6",
"@wpmudev/react-button-icon": "^1.1.0",
"@wpmudev/react-dropdown": "^1.1.0",
"@wpmudev/react-input": "^1.0.2",
"@wpmudev/react-notifications": "^1.0.5",
"@wpmudev/react-notifications": "^1.0.6",
"@wpmudev/react-post": "^1.1.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpmudev/react-accordion",
"version": "1.0.1",
"version": "1.0.2",
"description": "WPMU DEV Shared UI React Accordion Component",
"keywords": [],
"author": "WPMU DEV (https://wpmudev.com/)",
Expand Down Expand Up @@ -47,7 +47,7 @@
"react": "^17.0.2"
},
"dependencies": {
"@wpmudev/react-button-icon": "^1.0.1",
"@wpmudev/react-button-icon": "^1.1.0",
"styled-components": "^5.2.3"
}
}
4 changes: 2 additions & 2 deletions packages/react-box/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpmudev/react-box",
"version": "1.2.1",
"version": "1.2.2",
"description": "WPMU DEV Shared UI React Box Component",
"author": "WPMU DEV",
"contributors": [
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@wpmudev/react-builder": "^0.0.0",
"@wpmudev/react-button": "^1.0.5",
"@wpmudev/react-button": "^1.0.6",
"react": "^17.0.1"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-button-icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpmudev/react-button-icon",
"version": "1.0.1",
"version": "1.1.0",
"description": "WPMU DEV Shared UI React Icon Button Component",
"author": "WPMU DEV (https://wpmudev.com/)",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpmudev/react-button",
"version": "1.0.5",
"version": "1.0.6",
"description": "WPMU DEV Shared UI React Button Component",
"author": "WPMU DEV",
"contributors": [
Expand Down
4 changes: 2 additions & 2 deletions packages/react-dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpmudev/react-dropdown",
"version": "1.0.1",
"version": "1.1.0",
"description": "WPMU DEV Shared UI React Dropdown Component",
"keywords": [],
"author": "WPMU DEV (https://wpmudev.com/)",
Expand Down Expand Up @@ -43,7 +43,7 @@
"styled-components": "^5"
},
"dependencies": {
"@wpmudev/react-button-icon": "^1.0.1",
"@wpmudev/react-button-icon": "^1.1.0",
"styled-components": "^5.2.3"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/react-modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpmudev/react-modal",
"version": "0.0.0",
"version": "1.0.0",
"description": "WPMU DEV Shared UI React Modal Component",
"author": "WPMU DEV (https://wpmudev.com)",
"contributors": [
Expand Down Expand Up @@ -42,10 +42,10 @@
"@justfixnyc/react-aria-modal": "^5.1.3-alpha.0"
},
"devDependencies": {
"@wpmudev/react-box": "^1.0.4",
"@wpmudev/react-box": "^1.2.2",
"@wpmudev/react-builder": "^0.0.0",
"@wpmudev/react-button": "^1.0.5",
"@wpmudev/react-button-icon": "^1.0.1",
"@wpmudev/react-button": "^1.0.6",
"@wpmudev/react-button-icon": "^1.1.0",
"@wpmudev/react-input": "^1.0.2",
"react": "^17.0.2"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/react-notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpmudev/react-notifications",
"version": "1.0.5",
"version": "1.0.6",
"description": "WPMU DEV Shared UI React Notifications Component",
"author": "WPMU DEV",
"contributors": [
Expand Down Expand Up @@ -41,10 +41,10 @@
},
"devDependencies": {
"@wpmudev/react-builder": "^0.0.0",
"@wpmudev/react-button": "^1.0.5",
"@wpmudev/react-button": "^1.0.6",
"react": "^17.0.1"
},
"dependencies": {
"@wpmudev/react-button-icon": "^1.0.1"
"@wpmudev/react-button-icon": "^1.1.0"
}
}

0 comments on commit b92fbb1

Please sign in to comment.