Skip to content

Commit

Permalink
released-v4.13.10
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 10, 2022
1 parent c9cb2b8 commit 7a14080
Show file tree
Hide file tree
Showing 60 changed files with 235 additions and 235 deletions.
2 changes: 1 addition & 1 deletion packages/doc/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/doc",
"version": "4.13.9",
"version": "4.13.10",
"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.13.9",
"version": "4.13.10",
"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.13.9"
"@uiw/utils": "^4.13.10"
}
}
6 changes: 3 additions & 3 deletions packages/react-alert/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-alert",
"version": "4.13.9",
"version": "4.13.10",
"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.13.9",
"@uiw/utils": "^4.13.9"
"@uiw/react-modal": "^4.13.10",
"@uiw/utils": "^4.13.10"
}
}
2 changes: 1 addition & 1 deletion packages/react-auto-link/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-auto-link",
"version": "4.13.9",
"version": "4.13.10",
"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.13.9",
"version": "4.13.10",
"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.13.9",
"@uiw/utils": "^4.13.9"
"@uiw/react-icon": "^4.13.10",
"@uiw/utils": "^4.13.10"
}
}
4 changes: 2 additions & 2 deletions packages/react-back-top/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-back-top",
"version": "4.13.9",
"version": "4.13.10",
"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.13.9"
"@uiw/utils": "^4.13.10"
}
}
4 changes: 2 additions & 2 deletions packages/react-badge/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-badge",
"version": "4.13.9",
"version": "4.13.10",
"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.13.9"
"@uiw/utils": "^4.13.10"
}
}
4 changes: 2 additions & 2 deletions packages/react-breadcrumb/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-breadcrumb",
"version": "4.13.9",
"version": "4.13.10",
"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.13.9"
"@uiw/utils": "^4.13.10"
}
}
6 changes: 3 additions & 3 deletions packages/react-button-group/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-button-group",
"version": "4.13.9",
"version": "4.13.10",
"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.13.9",
"@uiw/utils": "^4.13.9"
"@uiw/react-button": "^4.13.10",
"@uiw/utils": "^4.13.10"
}
}
6 changes: 3 additions & 3 deletions packages/react-button/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-button",
"version": "4.13.9",
"version": "4.13.10",
"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.13.9",
"@uiw/utils": "^4.13.9"
"@uiw/react-icon": "^4.13.10",
"@uiw/utils": "^4.13.10"
}
}
8 changes: 4 additions & 4 deletions packages/react-calendar/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-calendar",
"version": "4.13.9",
"version": "4.13.10",
"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.13.9",
"@uiw/react-icon": "^4.13.9",
"@uiw/utils": "^4.13.9"
"@uiw/react-date-picker": "^4.13.10",
"@uiw/react-icon": "^4.13.10",
"@uiw/utils": "^4.13.10"
}
}
4 changes: 2 additions & 2 deletions packages/react-card/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-card",
"version": "4.13.9",
"version": "4.13.10",
"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.13.9"
"@uiw/utils": "^4.13.10"
}
}
6 changes: 3 additions & 3 deletions packages/react-checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-checkbox",
"version": "4.13.9",
"version": "4.13.10",
"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.13.9",
"@uiw/utils": "^4.13.9"
"@uiw/react-radio": "^4.13.10",
"@uiw/utils": "^4.13.10"
}
}
6 changes: 3 additions & 3 deletions packages/react-collapse/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-collapse",
"version": "4.13.9",
"version": "4.13.10",
"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.13.9",
"@uiw/utils": "^4.13.9",
"@uiw/react-icon": "^4.13.10",
"@uiw/utils": "^4.13.10",
"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.13.9",
"version": "4.13.10",
"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.13.9"
"@uiw/utils": "^4.13.10"
}
}
12 changes: 6 additions & 6 deletions packages/react-date-input/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-date-input",
"version": "4.13.9",
"version": "4.13.10",
"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.13.9",
"@uiw/react-icon": "^4.13.9",
"@uiw/react-input": "^4.13.9",
"@uiw/react-popover": "^4.13.9",
"@uiw/utils": "^4.13.9"
"@uiw/react-date-picker": "^4.13.10",
"@uiw/react-icon": "^4.13.10",
"@uiw/react-input": "^4.13.10",
"@uiw/react-popover": "^4.13.10",
"@uiw/utils": "^4.13.10"
}
}
8 changes: 4 additions & 4 deletions packages/react-date-picker/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-date-picker",
"version": "4.13.9",
"version": "4.13.10",
"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.13.9",
"@uiw/react-time-picker": "^4.13.9",
"@uiw/utils": "^4.13.9"
"@uiw/react-icon": "^4.13.10",
"@uiw/react-time-picker": "^4.13.10",
"@uiw/utils": "^4.13.10"
}
}
4 changes: 2 additions & 2 deletions packages/react-descriptions/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-descriptions",
"version": "4.13.9",
"version": "4.13.10",
"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.13.9"
"@uiw/utils": "^4.13.10"
}
}
4 changes: 2 additions & 2 deletions packages/react-divider/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-divider",
"version": "4.13.9",
"version": "4.13.10",
"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.13.9"
"@uiw/utils": "^4.13.10"
}
}
10 changes: 5 additions & 5 deletions packages/react-drawer/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-drawer",
"version": "4.13.9",
"version": "4.13.10",
"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.13.9",
"@uiw/react-icon": "^4.13.9",
"@uiw/react-overlay": "^4.13.9",
"@uiw/utils": "^4.13.9"
"@uiw/react-button": "^4.13.10",
"@uiw/react-icon": "^4.13.10",
"@uiw/react-overlay": "^4.13.10",
"@uiw/utils": "^4.13.10"
}
}
6 changes: 3 additions & 3 deletions packages/react-dropdown/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-dropdown",
"version": "4.13.9",
"version": "4.13.10",
"description": "Dropdown component",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/#/components/dropdown",
Expand Down Expand Up @@ -44,7 +44,7 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/react-overlay-trigger": "^4.13.9",
"@uiw/utils": "^4.13.9"
"@uiw/react-overlay-trigger": "^4.13.10",
"@uiw/utils": "^4.13.10"
}
}
2 changes: 1 addition & 1 deletion packages/react-empty/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-empty",
"version": "4.13.9",
"version": "4.13.10",
"description": "Empty component",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/#/components/empty",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-file-input/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-file-input",
"version": "4.13.9",
"version": "4.13.10",
"description": "FileInput component",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/#/components/file-input",
Expand Down Expand Up @@ -44,8 +44,8 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@uiw/react-button": "^4.13.9",
"@uiw/react-icon": "^4.13.9",
"@uiw/react-input": "^4.13.9"
"@uiw/react-button": "^4.13.10",
"@uiw/react-icon": "^4.13.10",
"@uiw/react-input": "^4.13.10"
}
}

0 comments on commit 7a14080

Please sign in to comment.