Skip to content

Commit

Permalink
released-v4.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 26, 2022
1 parent 5e6a96a commit 971dc8b
Show file tree
Hide file tree
Showing 63 changed files with 261 additions and 261 deletions.
2 changes: 1 addition & 1 deletion packages/doc/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/doc",
"version": "4.21.3",
"version": "4.21.4",
"description": "UIW documentation website.",
"homepage": "https://uiwjs.github.io",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/react-affix/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-affix",
"version": "4.21.3",
"version": "4.21.4",
"description": "Affix component",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/#/components/affix",
Expand Down Expand Up @@ -44,6 +44,6 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/utils": "^4.21.3"
"@uiw/utils": "^4.21.4"
}
}
6 changes: 3 additions & 3 deletions packages/react-alert/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-alert",
"version": "4.21.3",
"version": "4.21.4",
"description": "Alert component",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/#/components/alert",
Expand Down Expand Up @@ -44,7 +44,7 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/react-modal": "^4.21.3",
"@uiw/utils": "^4.21.3"
"@uiw/react-modal": "^4.21.4",
"@uiw/utils": "^4.21.4"
}
}
2 changes: 1 addition & 1 deletion packages/react-auto-link/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-auto-link",
"version": "4.21.3",
"version": "4.21.4",
"description": "AutoLink component",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/#/components/auto-link",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-avatar/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-avatar",
"version": "4.21.3",
"version": "4.21.4",
"description": "Avatar component",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/#/components/button",
Expand Down Expand Up @@ -44,7 +44,7 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/react-icon": "^4.21.3",
"@uiw/utils": "^4.21.3"
"@uiw/react-icon": "^4.21.4",
"@uiw/utils": "^4.21.4"
}
}
4 changes: 2 additions & 2 deletions packages/react-back-top/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-back-top",
"version": "4.21.3",
"version": "4.21.4",
"description": "BackTop component",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/#/components/back-top",
Expand Down Expand Up @@ -44,6 +44,6 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/utils": "^4.21.3"
"@uiw/utils": "^4.21.4"
}
}
4 changes: 2 additions & 2 deletions packages/react-badge/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-badge",
"version": "4.21.3",
"version": "4.21.4",
"description": "Badge component",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/#/components/badge",
Expand Down Expand Up @@ -44,6 +44,6 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/utils": "^4.21.3"
"@uiw/utils": "^4.21.4"
}
}
4 changes: 2 additions & 2 deletions packages/react-breadcrumb/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-breadcrumb",
"version": "4.21.3",
"version": "4.21.4",
"description": "Breadcrumb component",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/#/components/breadcrumb",
Expand Down Expand Up @@ -44,6 +44,6 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/utils": "^4.21.3"
"@uiw/utils": "^4.21.4"
}
}
6 changes: 3 additions & 3 deletions packages/react-button-group/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-button-group",
"version": "4.21.3",
"version": "4.21.4",
"description": "ButtonGroup component",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/#/components/button-group",
Expand Down Expand Up @@ -44,7 +44,7 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/react-button": "^4.21.3",
"@uiw/utils": "^4.21.3"
"@uiw/react-button": "^4.21.4",
"@uiw/utils": "^4.21.4"
}
}
6 changes: 3 additions & 3 deletions packages/react-button/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-button",
"version": "4.21.3",
"version": "4.21.4",
"description": "Button component",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/#/components/button",
Expand Down Expand Up @@ -44,7 +44,7 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/react-icon": "^4.21.3",
"@uiw/utils": "^4.21.3"
"@uiw/react-icon": "^4.21.4",
"@uiw/utils": "^4.21.4"
}
}
8 changes: 4 additions & 4 deletions packages/react-calendar/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-calendar",
"version": "4.21.3",
"version": "4.21.4",
"description": "Calendar component",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/#/components/calendar",
Expand Down Expand Up @@ -45,8 +45,8 @@
},
"dependencies": {
"@uiw/formatter": "~1.3.2",
"@uiw/react-date-picker": "^4.21.3",
"@uiw/react-icon": "^4.21.3",
"@uiw/utils": "^4.21.3"
"@uiw/react-date-picker": "^4.21.4",
"@uiw/react-icon": "^4.21.4",
"@uiw/utils": "^4.21.4"
}
}
4 changes: 2 additions & 2 deletions packages/react-card/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-card",
"version": "4.21.3",
"version": "4.21.4",
"description": "Card component",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/#/components/card",
Expand Down Expand Up @@ -44,6 +44,6 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/utils": "^4.21.3"
"@uiw/utils": "^4.21.4"
}
}
4 changes: 2 additions & 2 deletions packages/react-carousel/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-carousel",
"version": "4.21.3",
"version": "4.21.4",
"description": "Carousel component",
"homepage": "https://uiwjs.github.io/#/components/carousel",
"repository": {
Expand Down Expand Up @@ -42,6 +42,6 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/utils": "^4.21.3"
"@uiw/utils": "^4.21.4"
}
}
16 changes: 8 additions & 8 deletions packages/react-cascader/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-cascader",
"version": "4.21.3",
"version": "4.21.4",
"description": "Cascader component",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/#/components/cascader",
Expand Down Expand Up @@ -43,12 +43,12 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/react-dropdown": "^4.21.3",
"@uiw/react-icon": "^4.21.3",
"@uiw/react-input": "^4.21.3",
"@uiw/react-loader": "^4.21.3",
"@uiw/react-menu": "^4.21.3",
"@uiw/react-tag": "^4.21.3",
"@uiw/utils": "^4.21.3"
"@uiw/react-dropdown": "^4.21.4",
"@uiw/react-icon": "^4.21.4",
"@uiw/react-input": "^4.21.4",
"@uiw/react-loader": "^4.21.4",
"@uiw/react-menu": "^4.21.4",
"@uiw/react-tag": "^4.21.4",
"@uiw/utils": "^4.21.4"
}
}
6 changes: 3 additions & 3 deletions packages/react-checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-checkbox",
"version": "4.21.3",
"version": "4.21.4",
"description": "Checkbox component",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/#/components/checkbox",
Expand Down Expand Up @@ -44,7 +44,7 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/react-radio": "^4.21.3",
"@uiw/utils": "^4.21.3"
"@uiw/react-radio": "^4.21.4",
"@uiw/utils": "^4.21.4"
}
}
6 changes: 3 additions & 3 deletions packages/react-collapse/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-collapse",
"version": "4.21.3",
"version": "4.21.4",
"description": "Collapse component",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/#/components/collapse",
Expand Down Expand Up @@ -44,8 +44,8 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/react-icon": "^4.21.3",
"@uiw/utils": "^4.21.3",
"@uiw/react-icon": "^4.21.4",
"@uiw/utils": "^4.21.4",
"react-transition-group": "~4.4.2"
}
}
4 changes: 2 additions & 2 deletions packages/react-copy-to-clipboard/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-copy-to-clipboard",
"version": "4.21.3",
"version": "4.21.4",
"description": "CpyToClipboard component",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/#/components/copy-to-clipboard",
Expand Down Expand Up @@ -45,6 +45,6 @@
},
"dependencies": {
"@uiw/copy-to-clipboard": "~1.0.11",
"@uiw/utils": "^4.21.3"
"@uiw/utils": "^4.21.4"
}
}
12 changes: 6 additions & 6 deletions packages/react-date-input/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-date-input",
"version": "4.21.3",
"version": "4.21.4",
"description": "DateInput component",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/#/components/date-input",
Expand Down Expand Up @@ -45,10 +45,10 @@
},
"dependencies": {
"@uiw/formatter": "~1.3.2",
"@uiw/react-date-picker": "^4.21.3",
"@uiw/react-icon": "^4.21.3",
"@uiw/react-input": "^4.21.3",
"@uiw/react-popover": "^4.21.3",
"@uiw/utils": "^4.21.3"
"@uiw/react-date-picker": "^4.21.4",
"@uiw/react-icon": "^4.21.4",
"@uiw/react-input": "^4.21.4",
"@uiw/react-popover": "^4.21.4",
"@uiw/utils": "^4.21.4"
}
}
8 changes: 4 additions & 4 deletions packages/react-date-picker/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-date-picker",
"version": "4.21.3",
"version": "4.21.4",
"description": "DatePicker component",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/#/components/date-picker",
Expand Down Expand Up @@ -45,8 +45,8 @@
},
"dependencies": {
"@uiw/formatter": "~1.3.2",
"@uiw/react-icon": "^4.21.3",
"@uiw/react-time-picker": "^4.21.3",
"@uiw/utils": "^4.21.3"
"@uiw/react-icon": "^4.21.4",
"@uiw/react-time-picker": "^4.21.4",
"@uiw/utils": "^4.21.4"
}
}
4 changes: 2 additions & 2 deletions packages/react-descriptions/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-descriptions",
"version": "4.21.3",
"version": "4.21.4",
"description": "Descriptions component",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/#/components/descriptions",
Expand Down Expand Up @@ -44,6 +44,6 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/utils": "^4.21.3"
"@uiw/utils": "^4.21.4"
}
}
4 changes: 2 additions & 2 deletions packages/react-divider/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-divider",
"version": "4.21.3",
"version": "4.21.4",
"description": "Divider component",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/#/components/divider",
Expand Down Expand Up @@ -44,6 +44,6 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/utils": "^4.21.3"
"@uiw/utils": "^4.21.4"
}
}
10 changes: 5 additions & 5 deletions packages/react-drawer/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-drawer",
"version": "4.21.3",
"version": "4.21.4",
"description": "Drawer component",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/#/components/drawer",
Expand Down Expand Up @@ -44,9 +44,9 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/react-button": "^4.21.3",
"@uiw/react-icon": "^4.21.3",
"@uiw/react-overlay": "^4.21.3",
"@uiw/utils": "^4.21.3"
"@uiw/react-button": "^4.21.4",
"@uiw/react-icon": "^4.21.4",
"@uiw/react-overlay": "^4.21.4",
"@uiw/utils": "^4.21.4"
}
}

0 comments on commit 971dc8b

Please sign in to comment.