Skip to content

Commit 0a72086

Browse files
committed
🚀 Publish changes.
- @wpmudev/[email protected] - @wpmudev/[email protected] - @wpmudev/[email protected] - @wpmudev/[email protected]
1 parent 75cb052 commit 0a72086

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Diff for: ‎packages/core/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wpmudev/shared-ui-react",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
44
"description": "WPMU DEV Shared UI React Components",
55
"author": "WPMU DEV",
66
"contributors": [
@@ -40,16 +40,16 @@
4040
"registry": "https://registry.npmjs.org/"
4141
},
4242
"dependencies": {
43-
"@wpmudev/react-accordion": "^1.2.0",
43+
"@wpmudev/react-accordion": "^1.2.1",
4444
"@wpmudev/react-box": "^1.2.7",
4545
"@wpmudev/react-button": "^1.1.2",
4646
"@wpmudev/react-button-icon": "^1.1.2",
4747
"@wpmudev/react-dropdown": "^1.1.6",
4848
"@wpmudev/react-input": "^1.2.2",
4949
"@wpmudev/react-notifications": "^1.1.1",
50-
"@wpmudev/react-pagination": "^1.1.3",
50+
"@wpmudev/react-pagination": "^1.1.4",
5151
"@wpmudev/react-post": "^1.1.7",
52-
"@wpmudev/react-radio-checkbox": "^1.0.0",
52+
"@wpmudev/react-radio-checkbox": "^1.0.1",
5353
"@wpmudev/react-toggle": "^1.0.0"
5454
},
5555
"devDependencies": {

Diff for: ‎packages/react-accordion/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wpmudev/react-accordion",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "WPMU DEV Shared UI React Accordion Component",
55
"keywords": [],
66
"author": "WPMU DEV (https://wpmudev.com/)",
@@ -48,7 +48,7 @@
4848
},
4949
"dependencies": {
5050
"@wpmudev/react-button-icon": "^1.1.2",
51-
"@wpmudev/react-radio-checkbox": "^1.0.0",
51+
"@wpmudev/react-radio-checkbox": "^1.0.1",
5252
"styled-components": "^5.3.0"
5353
}
5454
}

Diff for: ‎packages/react-pagination/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wpmudev/react-pagination",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "WPMU DEV Shared UI React Pagination Component",
55
"keywords": [],
66
"author": "WPMU DEV (https://wpmudev.com/)",
@@ -48,7 +48,7 @@
4848
},
4949
"homepage": "https://github.com/wpmudev/shared-ui-react#readme",
5050
"devDependencies": {
51-
"@wpmudev/react-accordion": "^1.2.0",
51+
"@wpmudev/react-accordion": "^1.2.1",
5252
"@wpmudev/react-box": "^1.2.7",
5353
"@wpmudev/react-builder": "^1.0.1",
5454
"@wpmudev/react-button": "^1.1.2",

Diff for: ‎packages/react-radio-checkbox/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wpmudev/react-radio-checkbox",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "WPMU DEV Shared UI React Radio/Checkbox Component",
55
"keywords": [],
66
"author": "WPMU DEV (https://wpmudev.com/)",

0 commit comments

Comments
 (0)