Skip to content

Commit

Permalink
Merge pull request #2212 from XiaoMi/next/4.0
Browse files Browse the repository at this point in the history
chore(release): publish %v
  • Loading branch information
Flcwl authored Aug 26, 2022
2 parents 088f40c + 6862438 commit 4d2ded0
Show file tree
Hide file tree
Showing 85 changed files with 402 additions and 402 deletions.
4 changes: 2 additions & 2 deletions packages/core/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/core",
"version": "4.0.3",
"version": "4.0.4",
"description": "A sub-package for @hi-ui/utils.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -47,6 +47,6 @@
},
"dependencies": {
"@hi-ui/core-css": "^4.0.1",
"@hi-ui/locale-context": "^4.0.3"
"@hi-ui/locale-context": "^4.0.4"
}
}
6 changes: 3 additions & 3 deletions packages/hooks/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/hooks",
"version": "4.0.4",
"version": "4.0.5",
"description": "A sub-package for @hi-ui/hooks.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -65,9 +65,9 @@
"@hi-ui/use-lazy-render": "^4.0.1",
"@hi-ui/use-merge-refs": "^4.0.1",
"@hi-ui/use-outside-click": "^4.0.1",
"@hi-ui/use-scroll": "^4.0.1",
"@hi-ui/use-scroll": "^4.0.2",
"@hi-ui/use-scroll-lock": "^4.0.1",
"@hi-ui/use-search-mode": "^4.0.4",
"@hi-ui/use-search-mode": "^4.0.5",
"@hi-ui/use-timeout": "^4.0.1",
"@hi-ui/use-toggle": "^4.0.1",
"@hi-ui/use-uncontrolled-state": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/use-registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/use-registry",
"version": "4.0.1",
"version": "4.0.2",
"description": "A sub-package for @hi-ui/hooks.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down
6 changes: 3 additions & 3 deletions packages/hooks/use-scroll/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/use-scroll",
"version": "4.0.1",
"version": "4.0.2",
"description": "A sub-package for @hi-ui/hooks.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -50,8 +50,8 @@
"react": "^17.0.1"
},
"dependencies": {
"@hi-ui/dom-utils": "^4.0.3",
"@hi-ui/throttle-by-raf": "^4.0.1",
"@hi-ui/dom-utils": "^4.0.4",
"@hi-ui/throttle-by-raf": "^4.0.2",
"@hi-ui/use-latest": "^4.0.1"
}
}
6 changes: 3 additions & 3 deletions packages/hooks/use-search-mode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/use-search-mode",
"version": "4.0.4",
"version": "4.0.5",
"description": "A sub-package for @hi-ui/hooks.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -50,9 +50,9 @@
"react": "^17.0.1"
},
"dependencies": {
"@hi-ui/dom-utils": "^4.0.3",
"@hi-ui/dom-utils": "^4.0.4",
"@hi-ui/env": "^4.0.1",
"@hi-ui/loading": "^4.0.3",
"@hi-ui/loading": "^4.0.4",
"@hi-ui/tree-utils": "^4.0.1",
"@hi-ui/type-assertion": "^4.0.1",
"@hi-ui/use-data-source": "^4.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/icons",
"version": "4.0.3",
"version": "4.0.4",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -53,7 +53,7 @@
"react-dom": ">=16.8.6"
},
"devDependencies": {
"@hi-ui/core": "^4.0.3",
"@hi-ui/core": "^4.0.4",
"@hi-ui/core-css": "^4.0.1",
"@hi-ui/hi-build": "^4.0.1",
"react": "^17.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/alert",
"version": "4.0.3",
"version": "4.0.4",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -45,8 +45,8 @@
"dependencies": {
"@hi-ui/classname": "^4.0.1",
"@hi-ui/env": "^4.0.1",
"@hi-ui/icon-button": "^4.0.3",
"@hi-ui/icons": "^4.0.3",
"@hi-ui/icon-button": "^4.0.4",
"@hi-ui/icons": "^4.0.4",
"@hi-ui/use-latest": "^4.0.1",
"@hi-ui/use-timeout": "^4.0.1"
},
Expand All @@ -56,7 +56,7 @@
"react-dom": ">=16.8.6"
},
"devDependencies": {
"@hi-ui/core": "^4.0.3",
"@hi-ui/core": "^4.0.4",
"@hi-ui/core-css": "^4.0.1",
"@hi-ui/hi-build": "^4.0.1",
"react": "^17.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/anchor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/anchor",
"version": "4.0.2",
"version": "4.0.3",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -44,11 +44,11 @@
},
"dependencies": {
"@hi-ui/classname": "^4.0.0",
"@hi-ui/dom-utils": "^4.0.3",
"@hi-ui/dom-utils": "^4.0.4",
"@hi-ui/env": "^4.0.0",
"@hi-ui/react-utils": "^4.0.0",
"@hi-ui/type-assertion": "^4.0.0",
"@hi-ui/use-registry": "^4.0.1",
"@hi-ui/use-registry": "^4.0.2",
"@hi-ui/use-uncontrolled-state": "^4.0.0"
},
"peerDependencies": {
Expand All @@ -57,7 +57,7 @@
"react-dom": ">=16.8.6"
},
"devDependencies": {
"@hi-ui/core": "^4.0.3",
"@hi-ui/core": "^4.0.4",
"@hi-ui/core-css": "^4.0.0",
"@hi-ui/hi-build": "^4.0.0",
"react": "^17.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/avatar",
"version": "4.0.3",
"version": "4.0.4",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@hi-ui/classname": "^4.0.1",
"@hi-ui/env": "^4.0.1",
"@hi-ui/icons": "^4.0.3",
"@hi-ui/icons": "^4.0.4",
"@hi-ui/use-latest": "^4.0.1"
},
"peerDependencies": {
Expand All @@ -54,7 +54,7 @@
"react-dom": ">=16.8.6"
},
"devDependencies": {
"@hi-ui/core": "^4.0.3",
"@hi-ui/core": "^4.0.4",
"@hi-ui/core-css": "^4.0.1",
"@hi-ui/hi-build": "^4.0.1",
"react": "^17.0.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/ui/back-top/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/back-top",
"version": "4.0.1",
"version": "4.0.2",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -45,11 +45,11 @@
"dependencies": {
"@hi-ui/classname": "^4.0.0",
"@hi-ui/env": "^4.0.0",
"@hi-ui/icons": "^4.0.3",
"@hi-ui/tooltip": "^4.0.3",
"@hi-ui/icons": "^4.0.4",
"@hi-ui/tooltip": "^4.0.4",
"@hi-ui/use-did-mount": "^4.0.1",
"@hi-ui/use-latest": "^4.0.1",
"@hi-ui/use-scroll": "^4.0.1",
"@hi-ui/use-scroll": "^4.0.2",
"@tweenjs/tween.js": "^18.6.4"
},
"peerDependencies": {
Expand All @@ -58,7 +58,7 @@
"react-dom": ">=16.8.6"
},
"devDependencies": {
"@hi-ui/core": "^4.0.3",
"@hi-ui/core": "^4.0.4",
"@hi-ui/core-css": "^4.0.0",
"@hi-ui/hi-build": "^4.0.0",
"react": "^17.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/badge",
"version": "4.0.3",
"version": "4.0.4",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -53,7 +53,7 @@
"react-dom": ">=16.8.6"
},
"devDependencies": {
"@hi-ui/core": "^4.0.3",
"@hi-ui/core": "^4.0.4",
"@hi-ui/core-css": "^4.0.1",
"@hi-ui/hi-build": "^4.0.1",
"react": "^17.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/breadcrumb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/breadcrumb",
"version": "4.0.3",
"version": "4.0.4",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -52,7 +52,7 @@
"react-dom": ">=16.8.6"
},
"devDependencies": {
"@hi-ui/core": "^4.0.3",
"@hi-ui/core": "^4.0.4",
"@hi-ui/core-css": "^4.0.1",
"@hi-ui/hi-build": "^4.0.1",
"react": "^17.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/button",
"version": "4.0.4",
"version": "4.0.5",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -52,7 +52,7 @@
"react-dom": ">=16.8.6"
},
"devDependencies": {
"@hi-ui/core": "^4.0.3",
"@hi-ui/core": "^4.0.4",
"@hi-ui/core-css": "^4.0.1",
"@hi-ui/hi-build": "^4.0.1",
"react": "^17.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/card",
"version": "4.0.3",
"version": "4.0.4",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@hi-ui/classname": "^4.0.1",
"@hi-ui/env": "^4.0.1",
"@hi-ui/loading": "^4.0.3",
"@hi-ui/loading": "^4.0.4",
"@hi-ui/type-assertion": "^4.0.1"
},
"peerDependencies": {
Expand All @@ -54,7 +54,7 @@
"react-dom": ">=16.8.6"
},
"devDependencies": {
"@hi-ui/core": "^4.0.3",
"@hi-ui/core": "^4.0.4",
"@hi-ui/core-css": "^4.0.1",
"@hi-ui/hi-build": "^4.0.1",
"react": "^17.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/carousel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/carousel",
"version": "4.0.3",
"version": "4.0.4",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -45,15 +45,15 @@
"dependencies": {
"@hi-ui/classname": "^4.0.1",
"@hi-ui/env": "^4.0.1",
"@hi-ui/icons": "^4.0.3"
"@hi-ui/icons": "^4.0.4"
},
"peerDependencies": {
"@hi-ui/core": ">=4.0.0",
"react": ">=16.8.6",
"react-dom": ">=16.8.6"
},
"devDependencies": {
"@hi-ui/core": "^4.0.3",
"@hi-ui/core": "^4.0.4",
"@hi-ui/core-css": "^4.0.1",
"@hi-ui/hi-build": "^4.0.1",
"react": "^17.0.1",
Expand Down
18 changes: 9 additions & 9 deletions packages/ui/cascader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/cascader",
"version": "4.0.5",
"version": "4.0.6",
"description": "A sub-package for @hi-ui/hiui.",
"keywords": [],
"author": "HiUI <[email protected]>",
Expand Down Expand Up @@ -47,18 +47,18 @@
"@hi-ui/classname": "^4.0.1",
"@hi-ui/env": "^4.0.1",
"@hi-ui/func-utils": "^4.0.1",
"@hi-ui/highlighter": "^4.0.4",
"@hi-ui/icons": "^4.0.3",
"@hi-ui/input": "^4.0.3",
"@hi-ui/picker": "^4.0.3",
"@hi-ui/popper": "^4.0.3",
"@hi-ui/spinner": "^4.0.3",
"@hi-ui/highlighter": "^4.0.5",
"@hi-ui/icons": "^4.0.4",
"@hi-ui/input": "^4.0.4",
"@hi-ui/picker": "^4.0.4",
"@hi-ui/popper": "^4.0.4",
"@hi-ui/spinner": "^4.0.4",
"@hi-ui/tree-utils": "^4.0.1",
"@hi-ui/type-assertion": "^4.0.1",
"@hi-ui/use-check-state": "^4.0.1",
"@hi-ui/use-data-source": "^4.0.1",
"@hi-ui/use-latest": "^4.0.1",
"@hi-ui/use-search-mode": "^4.0.4",
"@hi-ui/use-search-mode": "^4.0.5",
"@hi-ui/use-toggle": "^4.0.1",
"@hi-ui/use-uncontrolled-state": "^4.0.1"
},
Expand All @@ -68,7 +68,7 @@
"react-dom": ">=16.8.6"
},
"devDependencies": {
"@hi-ui/core": "^4.0.3",
"@hi-ui/core": "^4.0.4",
"@hi-ui/core-css": "^4.0.1",
"@hi-ui/hi-build": "^4.0.1",
"react": "^17.0.1",
Expand Down
Loading

0 comments on commit 4d2ded0

Please sign in to comment.