Skip to content

Commit

Permalink
🚀 Publish changes.
Browse files Browse the repository at this point in the history
 - @wpmudev/shared-ui-react@1.9.1
 - @wpmudev/react-accordion@1.2.1
 - @wpmudev/react-pagination@1.1.4
 - @wpmudev/react-radio-checkbox@1.0.1
  • Loading branch information
iamleigh committed Jan 18, 2023
1 parent 75cb052 commit 0a72086
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 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.9.0",
"version": "1.9.1",
"description": "WPMU DEV Shared UI React Components",
"author": "WPMU DEV",
"contributors": [
Expand Down Expand Up @@ -40,16 +40,16 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@wpmudev/react-accordion": "^1.2.0",
"@wpmudev/react-accordion": "^1.2.1",
"@wpmudev/react-box": "^1.2.7",
"@wpmudev/react-button": "^1.1.2",
"@wpmudev/react-button-icon": "^1.1.2",
"@wpmudev/react-dropdown": "^1.1.6",
"@wpmudev/react-input": "^1.2.2",
"@wpmudev/react-notifications": "^1.1.1",
"@wpmudev/react-pagination": "^1.1.3",
"@wpmudev/react-pagination": "^1.1.4",
"@wpmudev/react-post": "^1.1.7",
"@wpmudev/react-radio-checkbox": "^1.0.0",
"@wpmudev/react-radio-checkbox": "^1.0.1",
"@wpmudev/react-toggle": "^1.0.0"
},
"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.2.0",
"version": "1.2.1",
"description": "WPMU DEV Shared UI React Accordion Component",
"keywords": [],
"author": "WPMU DEV (https://wpmudev.com/)",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@wpmudev/react-button-icon": "^1.1.2",
"@wpmudev/react-radio-checkbox": "^1.0.0",
"@wpmudev/react-radio-checkbox": "^1.0.1",
"styled-components": "^5.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/react-pagination/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpmudev/react-pagination",
"version": "1.1.3",
"version": "1.1.4",
"description": "WPMU DEV Shared UI React Pagination Component",
"keywords": [],
"author": "WPMU DEV (https://wpmudev.com/)",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"homepage": "https://github.com/wpmudev/shared-ui-react#readme",
"devDependencies": {
"@wpmudev/react-accordion": "^1.2.0",
"@wpmudev/react-accordion": "^1.2.1",
"@wpmudev/react-box": "^1.2.7",
"@wpmudev/react-builder": "^1.0.1",
"@wpmudev/react-button": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-radio-checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpmudev/react-radio-checkbox",
"version": "1.0.0",
"version": "1.0.1",
"description": "WPMU DEV Shared UI React Radio/Checkbox Component",
"keywords": [],
"author": "WPMU DEV (https://wpmudev.com/)",
Expand Down

0 comments on commit 0a72086

Please sign in to comment.