Skip to content

Commit 22244c4

Browse files
committed
released-v4.22.3
1 parent a52526f commit 22244c4

File tree

63 files changed

+261
-262
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+261
-262
lines changed

packages/doc/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "@uiw/doc",
3-
"version": "4.22.2",
3+
"version": "4.22.3",
44
"description": "UIW documentation website.",
5-
"funding": "https://jaywcjlove.github.io/#/sponsor",
65
"homepage": "https://uiwjs.github.io",
76
"files": [
87
"web"

packages/react-affix/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-affix",
3-
"version": "4.22.2",
3+
"version": "4.22.3",
44
"description": "Affix component",
55
"author": "Kenny Wong <[email protected]>",
66
"funding": "https://jaywcjlove.github.io/#/sponsor",
@@ -45,6 +45,6 @@
4545
"react-dom": ">=16.9.0"
4646
},
4747
"dependencies": {
48-
"@uiw/utils": "^4.22.2"
48+
"@uiw/utils": "^4.22.3"
4949
}
5050
}

packages/react-alert/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-alert",
3-
"version": "4.22.2",
3+
"version": "4.22.3",
44
"description": "Alert component",
55
"author": "Kenny Wong <[email protected]>",
66
"funding": "https://jaywcjlove.github.io/#/sponsor",
@@ -45,7 +45,7 @@
4545
"react-dom": ">=16.9.0"
4646
},
4747
"dependencies": {
48-
"@uiw/react-modal": "^4.22.2",
49-
"@uiw/utils": "^4.22.2"
48+
"@uiw/react-modal": "^4.22.3",
49+
"@uiw/utils": "^4.22.3"
5050
}
5151
}

packages/react-auto-link/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-auto-link",
3-
"version": "4.22.2",
3+
"version": "4.22.3",
44
"description": "AutoLink component",
55
"author": "Kenny Wong <[email protected]>",
66
"funding": "https://jaywcjlove.github.io/#/sponsor",

packages/react-avatar/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-avatar",
3-
"version": "4.22.2",
3+
"version": "4.22.3",
44
"description": "Avatar component",
55
"author": "Kenny Wong <[email protected]>",
66
"funding": "https://jaywcjlove.github.io/#/sponsor",
@@ -45,7 +45,7 @@
4545
"react-dom": ">=16.9.0"
4646
},
4747
"dependencies": {
48-
"@uiw/react-icon": "^4.22.2",
49-
"@uiw/utils": "^4.22.2"
48+
"@uiw/react-icon": "^4.22.3",
49+
"@uiw/utils": "^4.22.3"
5050
}
5151
}

packages/react-back-top/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-back-top",
3-
"version": "4.22.2",
3+
"version": "4.22.3",
44
"description": "BackTop component",
55
"author": "Kenny Wong <[email protected]>",
66
"funding": "https://jaywcjlove.github.io/#/sponsor",
@@ -45,6 +45,6 @@
4545
"react-dom": ">=16.9.0"
4646
},
4747
"dependencies": {
48-
"@uiw/utils": "^4.22.2"
48+
"@uiw/utils": "^4.22.3"
4949
}
5050
}

packages/react-badge/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-badge",
3-
"version": "4.22.2",
3+
"version": "4.22.3",
44
"description": "Badge component",
55
"author": "Kenny Wong <[email protected]>",
66
"funding": "https://jaywcjlove.github.io/#/sponsor",
@@ -45,6 +45,6 @@
4545
"react-dom": ">=16.9.0"
4646
},
4747
"dependencies": {
48-
"@uiw/utils": "^4.22.2"
48+
"@uiw/utils": "^4.22.3"
4949
}
5050
}

packages/react-breadcrumb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-breadcrumb",
3-
"version": "4.22.2",
3+
"version": "4.22.3",
44
"description": "Breadcrumb component",
55
"author": "Kenny Wong <[email protected]>",
66
"funding": "https://jaywcjlove.github.io/#/sponsor",
@@ -45,6 +45,6 @@
4545
"react-dom": ">=16.9.0"
4646
},
4747
"dependencies": {
48-
"@uiw/utils": "^4.22.2"
48+
"@uiw/utils": "^4.22.3"
4949
}
5050
}

packages/react-button-group/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-button-group",
3-
"version": "4.22.2",
3+
"version": "4.22.3",
44
"description": "ButtonGroup component",
55
"author": "Kenny Wong <[email protected]>",
66
"funding": "https://jaywcjlove.github.io/#/sponsor",
@@ -45,7 +45,7 @@
4545
"react-dom": ">=16.9.0"
4646
},
4747
"dependencies": {
48-
"@uiw/react-button": "^4.22.2",
49-
"@uiw/utils": "^4.22.2"
48+
"@uiw/react-button": "^4.22.3",
49+
"@uiw/utils": "^4.22.3"
5050
}
5151
}

packages/react-button/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-button",
3-
"version": "4.22.2",
3+
"version": "4.22.3",
44
"description": "Button component",
55
"author": "Kenny Wong <[email protected]>",
66
"funding": "https://jaywcjlove.github.io/#/sponsor",
@@ -45,7 +45,7 @@
4545
"react-dom": ">=16.9.0"
4646
},
4747
"dependencies": {
48-
"@uiw/react-icon": "^4.22.2",
49-
"@uiw/utils": "^4.22.2"
48+
"@uiw/react-icon": "^4.22.3",
49+
"@uiw/utils": "^4.22.3"
5050
}
5151
}

0 commit comments

Comments
 (0)