From eda0d962c1de87295883b672e402af20edd8201e Mon Sep 17 00:00:00 2001 From: zhouyun1 Date: Tue, 21 Nov 2023 22:19:21 +0800 Subject: [PATCH 1/4] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Drollup3=E6=89=93?= =?UTF-8?q?=E5=8C=85cjs=E6=A8=A1=E5=9D=97=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 - packages/utils/env/package.json | 1 + scripts/hi-build/lib/build.js | 12 +- yarn.lock | 246 ++++++++++++++------------------ 4 files changed, 119 insertions(+), 141 deletions(-) diff --git a/package.json b/package.json index 3a68d7ffc..9ac35b7ce 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,6 @@ "@babel/preset-typescript": "~7.12.7", "@changesets/changelog-github": "^0.4.7", "@changesets/cli": "^2.25.0", - "@hi-ui/hi-build": "4.1.0", "@storybook/addon-actions": "^6.3.12", "@storybook/addon-essentials": "^6.3.12", "@storybook/addon-links": "^6.3.12", diff --git a/packages/utils/env/package.json b/packages/utils/env/package.json index d521fa7ae..338b2d657 100644 --- a/packages/utils/env/package.json +++ b/packages/utils/env/package.json @@ -36,6 +36,7 @@ }, "homepage": "https://github.com/XiaoMi/hiui#readme", "dependencies": { + "inject-head-style": "^1.0.0", "style-inject": "^0.3.0" } } diff --git a/scripts/hi-build/lib/build.js b/scripts/hi-build/lib/build.js index 2ada96f0d..973f255b5 100644 --- a/scripts/hi-build/lib/build.js +++ b/scripts/hi-build/lib/build.js @@ -18,7 +18,7 @@ const autoprefixer = require('autoprefixer') const json = require('@rollup/plugin-json') const { visualizer } = require('rollup-plugin-visualizer') // const injectCSSImport = require('./plugins/inject-css-import') -const cleanSCSS =require('./plugins/clean-scss') +const cleanSCSS = require('./plugins/clean-scss') const EXTENSIONS = ['.ts', '.tsx', '.js', '.jsx'] @@ -44,7 +44,7 @@ const getBanner = (pkg) => { // https://github.com/rollup/plugins/tree/master/packages/babel#babelhelpers const getExternals = (pkg) => { /** @type {(string | RegExp)[]} */ - return [/tslib|@babel|style-inject/] + return [/tslib|@babel|style-inject|inject-head-style/] .concat(Object.keys(pkg.peerDependencies || {})) .concat(Object.keys(pkg.dependencies || {})) } @@ -108,6 +108,8 @@ const getRollupConfig = (input, outputPath, options, pkg) => { const inputOptions = { input, external, + makeAbsoluteExternalsRelative: true, + preserveEntrySignatures: 'strict', treeshake: { propertyReadSideEffects: false, }, @@ -192,6 +194,12 @@ const getRollupConfig = (input, outputPath, options, pkg) => { ], }), ], + esModule: true, + generatedCode: { + reservedNamesAsProps: false + }, + interop: 'compat', + systemNullSetters: false } if (preserved) { diff --git a/yarn.lock b/yarn.lock index e235d5399..a0f063501 100644 --- a/yarn.lock +++ b/yarn.lock @@ -49,12 +49,12 @@ dependencies: "@babel/highlight" "^7.14.5" -"@babel/code-frame@^7.18.6", "@babel/code-frame@^7.22.13": - version "7.22.13" - resolved "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" - integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== +"@babel/code-frame@^7.18.6", "@babel/code-frame@^7.22.13", "@babel/code-frame@^7.23.4": + version "7.23.4" + resolved "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.23.4.tgz#03ae5af150be94392cb5c7ccd97db5a19a5da6aa" + integrity sha512-r1IONyb6Ia+jYR2vvIDhdWdlTGhqbBoFqLTQidzZ4kepUFH15ejXvFHxCVbtl7BOXIudsIubf4E81xeA3h3IXA== dependencies: - "@babel/highlight" "^7.22.13" + "@babel/highlight" "^7.23.4" chalk "^2.4.2" "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.5", "@babel/compat-data@^7.14.7": @@ -174,12 +174,12 @@ jsesc "^2.5.1" source-map "^0.5.0" -"@babel/generator@^7.23.3": - version "7.23.3" - resolved "https://registry.npmmirror.com/@babel/generator/-/generator-7.23.3.tgz#86e6e83d95903fbe7613f448613b8b319f330a8e" - integrity sha512-keeZWAV4LU3tW0qRi19HRpabC/ilM0HRBBzf9/k8FFiG4KVpiv0FIy4hHfLfFQZNhziCTPTmd59zoyv6DNISzg== +"@babel/generator@^7.23.3", "@babel/generator@^7.23.4": + version "7.23.4" + resolved "https://registry.npmmirror.com/@babel/generator/-/generator-7.23.4.tgz#4a41377d8566ec18f807f42962a7f3551de83d1c" + integrity sha512-esuS49Cga3HcThFNebGhlgsrVLkvhqvYDTzgjfFFlHJcIfLe5jFmRRfCQ1KuBfc4Jrtn3ndLgKWAKjBE+IraYQ== dependencies: - "@babel/types" "^7.23.3" + "@babel/types" "^7.23.4" "@jridgewell/gen-mapping" "^0.3.2" "@jridgewell/trace-mapping" "^0.3.17" jsesc "^2.5.1" @@ -545,10 +545,10 @@ dependencies: "@babel/types" "^7.22.5" -"@babel/helper-string-parser@^7.22.5": - version "7.22.5" - resolved "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" - integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== +"@babel/helper-string-parser@^7.23.4": + version "7.23.4" + resolved "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83" + integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ== "@babel/helper-validator-identifier@^7.14.5": version "7.14.5" @@ -607,13 +607,13 @@ "@babel/types" "^7.14.8" "@babel/helpers@^7.23.2": - version "7.23.2" - resolved "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.23.2.tgz#2832549a6e37d484286e15ba36a5330483cac767" - integrity sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ== + version "7.23.4" + resolved "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.23.4.tgz#7d2cfb969aa43222032193accd7329851facf3c1" + integrity sha512-HfcMizYz10cr3h29VqyfGL6ZWIjTwWfvYBMsBVGwpcbhNGe3wQ1ZXZRPzZoAHhd9OqHadHqjQ89iVKINXnbzuw== dependencies: "@babel/template" "^7.22.15" - "@babel/traverse" "^7.23.2" - "@babel/types" "^7.23.0" + "@babel/traverse" "^7.23.4" + "@babel/types" "^7.23.4" "@babel/highlight@7.0.0-beta.44": version "7.0.0-beta.44" @@ -631,10 +631,10 @@ chalk "^2.0.0" js-tokens "^4.0.0" -"@babel/highlight@^7.22.13": - version "7.22.20" - resolved "https://registry.npmmirror.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" - integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== +"@babel/highlight@^7.23.4": + version "7.23.4" + resolved "https://registry.npmmirror.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b" + integrity sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A== dependencies: "@babel/helper-validator-identifier" "^7.22.20" chalk "^2.4.2" @@ -648,10 +648,10 @@ version "7.14.7" resolved "https://registry.nlark.com/@babel/parser/download/@babel/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595" -"@babel/parser@^7.22.15", "@babel/parser@^7.23.3": - version "7.23.3" - resolved "https://registry.npmmirror.com/@babel/parser/-/parser-7.23.3.tgz#0ce0be31a4ca4f1884b5786057cadcb6c3be58f9" - integrity sha512-uVsWNvlVsIninV2prNz/3lHCb+5CJ+e+IUBfbjToAHODtfGYLfCFuY4AU7TskI+dAKk+njsPiBjq1gKTvZOBaw== +"@babel/parser@^7.22.15", "@babel/parser@^7.23.3", "@babel/parser@^7.23.4": + version "7.23.4" + resolved "https://registry.npmmirror.com/@babel/parser/-/parser-7.23.4.tgz#409fbe690c333bb70187e2de4021e1e47a026661" + integrity sha512-vf3Xna6UEprW+7t6EtOmFpHNAuxw3xqPZghy+brsnusscJRW5BMUzzHZc5ICjULee81WeUV2jjakG09MDglJXQ== "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.23.3": version "7.23.3" @@ -924,7 +924,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-syntax-jsx@^7.22.5", "@babel/plugin-syntax-jsx@^7.23.3": +"@babel/plugin-syntax-jsx@^7.23.3": version "7.23.3" resolved "https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz#8f2e4f8a9b5f9aa16067e142c1ac9cd9f810f473" integrity sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg== @@ -1014,9 +1014,9 @@ "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-async-generator-functions@^7.23.3": - version "7.23.3" - resolved "https://registry.npmmirror.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.3.tgz#9df2627bad7f434ed13eef3e61b2b65cafd4885b" - integrity sha512-59GsVNavGxAXCDDbakWSMJhajASb4kBCqDjqJsv+p5nKdbz7istmZ3HrX3L2LuiI80+zsOADCvooqQH3qGCucQ== + version "7.23.4" + resolved "https://registry.npmmirror.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.4.tgz#93ac8e3531f347fba519b4703f9ff2a75c6ae27a" + integrity sha512-efdkfPhHYTtn0G6n2ddrESE91fgXxjlqLsnUtPWnJs4a4mZIbUaK7ffqKIIUKXSHwcDvaCVX6GXkaJJFqtX7jw== dependencies: "@babel/helper-environment-visitor" "^7.22.20" "@babel/helper-plugin-utils" "^7.22.5" @@ -1060,9 +1060,9 @@ "@babel/helper-plugin-utils" "^7.14.5" "@babel/plugin-transform-block-scoping@^7.23.3": - version "7.23.3" - resolved "https://registry.npmmirror.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.3.tgz#e99a3ff08f58edd28a8ed82481df76925a4ffca7" - integrity sha512-QPZxHrThbQia7UdvfpaRRlq/J9ciz1J4go0k+lPBXbgaNeY7IQrBj/9ceWjvMMI07/ZBzHl/F0R/2K0qH7jCVw== + version "7.23.4" + resolved "https://registry.npmmirror.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.4.tgz#b2d38589531c6c80fbe25e6b58e763622d2d3cf5" + integrity sha512-0QqbP6B6HOh7/8iNR4CQU2Th/bbRtBp4KS9vcaZd1fZ0wSh5Fyssg0UCIHwxh+ka+pNDREbVLQnHCMHKZfPwfw== dependencies: "@babel/helper-plugin-utils" "^7.22.5" @@ -1075,9 +1075,9 @@ "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-class-static-block@^7.23.3": - version "7.23.3" - resolved "https://registry.npmmirror.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.23.3.tgz#56f2371c7e5bf6ff964d84c5dc4d4db5536b5159" - integrity sha512-PENDVxdr7ZxKPyi5Ffc0LjXdnJyrJxyqF5T5YjlVg4a0VFfQHW0r8iAtRiDXkfHlu1wwcvdtnndGYIeJLSuRMQ== + version "7.23.4" + resolved "https://registry.npmmirror.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.23.4.tgz#2a202c8787a8964dd11dfcedf994d36bfc844ab5" + integrity sha512-nsWu/1M+ggti1SOALj3hfx5FXzAY06fwPJsUZD4/A5e1bWi46VUIWtD+kOX6/IdhXGsXBWllLFDSnqSCdUNydQ== dependencies: "@babel/helper-create-class-features-plugin" "^7.22.15" "@babel/helper-plugin-utils" "^7.22.5" @@ -1166,9 +1166,9 @@ "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-dynamic-import@^7.23.3": - version "7.23.3" - resolved "https://registry.npmmirror.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.23.3.tgz#82625924da9ed5fb11a428efb02e43bc9a3ab13e" - integrity sha512-vTG+cTGxPFou12Rj7ll+eD5yWeNl5/8xvQvF08y5Gv3v4mZQoyFf8/n9zg4q5vvCWt5jmgymfzMAldO7orBn7A== + version "7.23.4" + resolved "https://registry.npmmirror.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.23.4.tgz#c7629e7254011ac3630d47d7f34ddd40ca535143" + integrity sha512-V6jIbLhdJK86MaLh4Jpghi8ho5fGzt3imHOBu/x0jlBaPYqDoWz4RDXjmMOfnh+JWNaQleEAByZLV0QzBT4YQQ== dependencies: "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-syntax-dynamic-import" "^7.8.3" @@ -1189,9 +1189,9 @@ "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-export-namespace-from@^7.23.3": - version "7.23.3" - resolved "https://registry.npmmirror.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.23.3.tgz#dcd066d995f6ac6077e5a4ccb68322a01e23ac49" - integrity sha512-yCLhW34wpJWRdTxxWtFZASJisihrfyMOTOQexhVzA78jlU+dH7Dw+zQgcPepQ5F3C6bAIiblZZ+qBggJdHiBAg== + version "7.23.4" + resolved "https://registry.npmmirror.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.23.4.tgz#084c7b25e9a5c8271e987a08cf85807b80283191" + integrity sha512-GzuSBcKkx62dGzZI1WVgTWvkkz84FZO5TC5T8dl/Tht/rAla6Dg/Mz9Yhypg+ezVACf/rgDuQt3kbWEv7LdUDQ== dependencies: "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-syntax-export-namespace-from" "^7.8.3" @@ -1233,9 +1233,9 @@ "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-json-strings@^7.23.3": - version "7.23.3" - resolved "https://registry.npmmirror.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.23.3.tgz#489724ab7d3918a4329afb4172b2fd2cf3c8d245" - integrity sha512-H9Ej2OiISIZowZHaBwF0tsJOih1PftXJtE8EWqlEIwpc7LMTGq0rPOrywKLQ4nefzx8/HMR0D3JGXoMHYvhi0A== + version "7.23.4" + resolved "https://registry.npmmirror.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.23.4.tgz#a871d9b6bd171976efad2e43e694c961ffa3714d" + integrity sha512-81nTOqM1dMwZ/aRXQ59zVubN9wHGqk6UtqRK+/q+ciXmRy8fSolhGVvG09HHRGo4l6fr/c4ZhXUQH0uFW7PZbg== dependencies: "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-syntax-json-strings" "^7.8.3" @@ -1254,9 +1254,9 @@ "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-logical-assignment-operators@^7.23.3": - version "7.23.3" - resolved "https://registry.npmmirror.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.23.3.tgz#3a406d6083feb9487083bca6d2334a3c9b6c4808" - integrity sha512-+pD5ZbxofyOygEp+zZAfujY2ShNCXRpDRIPOiBmTO693hhyOEteZgl876Xs9SAHPQpcV0vz8LvA/T+w8AzyX8A== + version "7.23.4" + resolved "https://registry.npmmirror.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.23.4.tgz#e599f82c51d55fac725f62ce55d3a0886279ecb5" + integrity sha512-Mc/ALf1rmZTP4JKKEhUwiORU+vcfarFVLfcFiolKUo6sewoxSEgl36ak5t+4WamRsNr6nzjZXQjM35WsU+9vbg== dependencies: "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" @@ -1371,25 +1371,25 @@ "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-nullish-coalescing-operator@^7.23.3": - version "7.23.3" - resolved "https://registry.npmmirror.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.23.3.tgz#8a613d514b521b640344ed7c56afeff52f9413f8" - integrity sha512-xzg24Lnld4DYIdysyf07zJ1P+iIfJpxtVFOzX4g+bsJ3Ng5Le7rXx9KwqKzuyaUeRnt+I1EICwQITqc0E2PmpA== + version "7.23.4" + resolved "https://registry.npmmirror.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.23.4.tgz#45556aad123fc6e52189ea749e33ce090637346e" + integrity sha512-jHE9EVVqHKAQx+VePv5LLGHjmHSJR76vawFPTdlxR/LVJPfOEGxREQwQfjuZEOPTwG92X3LINSh3M40Rv4zpVA== dependencies: "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" "@babel/plugin-transform-numeric-separator@^7.23.3": - version "7.23.3" - resolved "https://registry.npmmirror.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.23.3.tgz#2f8da42b75ba89e5cfcd677afd0856d52c0c2e68" - integrity sha512-s9GO7fIBi/BLsZ0v3Rftr6Oe4t0ctJ8h4CCXfPoEJwmvAPMyNrfkOOJzm6b9PX9YXcCJWWQd/sBF/N26eBiMVw== + version "7.23.4" + resolved "https://registry.npmmirror.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.23.4.tgz#03d08e3691e405804ecdd19dd278a40cca531f29" + integrity sha512-mps6auzgwjRrwKEZA05cOwuDc9FAzoyFS4ZsG/8F43bTLf/TgkJg7QXOrPO1JO599iA3qgK9MXdMGOEC8O1h6Q== dependencies: "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-syntax-numeric-separator" "^7.10.4" "@babel/plugin-transform-object-rest-spread@^7.23.3": - version "7.23.3" - resolved "https://registry.npmmirror.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.23.3.tgz#509373753b5f7202fe1940e92fd075bd7874955f" - integrity sha512-VxHt0ANkDmu8TANdE9Kc0rndo/ccsmfe2Cx2y5sI4hu3AukHQ5wAu4cM7j3ba8B9548ijVyclBU+nuDQftZsog== + version "7.23.4" + resolved "https://registry.npmmirror.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.23.4.tgz#2b9c2d26bf62710460bdc0d1730d4f1048361b83" + integrity sha512-9x9K1YyeQVw0iOXJlIzwm8ltobIIv7j2iLyP2jIhEbqPRQ7ScNgwQufU2I0Gq11VjyG4gI4yMXt2VFags+1N3g== dependencies: "@babel/compat-data" "^7.23.3" "@babel/helper-compilation-targets" "^7.22.15" @@ -1413,17 +1413,17 @@ "@babel/helper-replace-supers" "^7.22.20" "@babel/plugin-transform-optional-catch-binding@^7.23.3": - version "7.23.3" - resolved "https://registry.npmmirror.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.23.3.tgz#362c0b545ee9e5b0fa9d9e6fe77acf9d4c480027" - integrity sha512-LxYSb0iLjUamfm7f1D7GpiS4j0UAC8AOiehnsGAP8BEsIX8EOi3qV6bbctw8M7ZvLtcoZfZX5Z7rN9PlWk0m5A== + version "7.23.4" + resolved "https://registry.npmmirror.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.23.4.tgz#318066de6dacce7d92fa244ae475aa8d91778017" + integrity sha512-XIq8t0rJPHf6Wvmbn9nFxU6ao4c7WhghTR5WyV8SrJfUFzyxhCm4nhC+iAp3HFhbAKLfYpgzhJ6t4XCtVwqO5A== dependencies: "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" "@babel/plugin-transform-optional-chaining@^7.23.3": - version "7.23.3" - resolved "https://registry.npmmirror.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.3.tgz#92fc83f54aa3adc34288933fa27e54c13113f4be" - integrity sha512-zvL8vIfIUgMccIAK1lxjvNv572JHFJIKb4MWBz5OGdBQA0fB0Xluix5rmOby48exiJc987neOmP/m9Fnpkz3Tg== + version "7.23.4" + resolved "https://registry.npmmirror.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.4.tgz#6acf61203bdfc4de9d4e52e64490aeb3e52bd017" + integrity sha512-ZU8y5zWOfjM5vZ+asjgAPwDaBjJzgufjES89Rs4Lpq63O300R/kOz30WCLo6BxxX6QVEilwSlpClnG5cZaikTA== dependencies: "@babel/helper-plugin-utils" "^7.22.5" "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" @@ -1451,9 +1451,9 @@ "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-private-property-in-object@^7.23.3": - version "7.23.3" - resolved "https://registry.npmmirror.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.23.3.tgz#5cd34a2ce6f2d008cc8f91d8dcc29e2c41466da6" - integrity sha512-a5m2oLNFyje2e/rGKjVfAELTVI5mbA0FeZpBnkOWWV7eSmKQ+T/XW0Vf+29ScLzSxX+rnsarvU0oie/4m6hkxA== + version "7.23.4" + resolved "https://registry.npmmirror.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.23.4.tgz#3ec711d05d6608fd173d9b8de39872d8dbf68bf5" + integrity sha512-9G3K1YqTq3F4Vt88Djx1UZ79PDyj+yKRnUy7cZGSMe+a7jkwD259uKKuUzQlPkGam7R+8RJwh5z4xO27fA1o2A== dependencies: "@babel/helper-annotate-as-pure" "^7.22.5" "@babel/helper-create-class-features-plugin" "^7.22.15" @@ -1510,15 +1510,15 @@ "@babel/types" "^7.14.5" "@babel/plugin-transform-react-jsx@^7.22.15", "@babel/plugin-transform-react-jsx@^7.22.5": - version "7.22.15" - resolved "https://registry.npmmirror.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.22.15.tgz#7e6266d88705d7c49f11c98db8b9464531289cd6" - integrity sha512-oKckg2eZFa8771O/5vi7XeTvmM6+O9cxZu+kanTU7tD4sin5nO/G8jGJhq8Hvt2Z0kUoEDRayuZLaUlYl8QuGA== + version "7.23.4" + resolved "https://registry.npmmirror.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.23.4.tgz#393f99185110cea87184ea47bcb4a7b0c2e39312" + integrity sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA== dependencies: "@babel/helper-annotate-as-pure" "^7.22.5" "@babel/helper-module-imports" "^7.22.15" "@babel/helper-plugin-utils" "^7.22.5" - "@babel/plugin-syntax-jsx" "^7.22.5" - "@babel/types" "^7.22.15" + "@babel/plugin-syntax-jsx" "^7.23.3" + "@babel/types" "^7.23.4" "@babel/plugin-transform-react-pure-annotations@^7.14.5": version "7.14.5" @@ -1574,9 +1574,9 @@ semver "^6.3.0" "@babel/plugin-transform-runtime@^7.17.0": - version "7.23.3" - resolved "https://registry.npmmirror.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.3.tgz#0aa7485862b0b5cb0559c1a5ec08b4923743ee3b" - integrity sha512-XcQ3X58CKBdBnnZpPaQjgVMePsXtSZzHoku70q9tUAQp02ggPQNM04BF3RvlW1GSM/McbSOQAzEK4MXbS7/JFg== + version "7.23.4" + resolved "https://registry.npmmirror.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.4.tgz#5132b388580002fc5cb7c84eccfb968acdc231cb" + integrity sha512-ITwqpb6V4btwUG0YJR82o2QvmWrLgDnx/p2A3CTPYGaRgULkDiC0DRA2C4jlRB9uXGUEfaSS/IGHfVW+ohzYDw== dependencies: "@babel/helper-module-imports" "^7.22.15" "@babel/helper-plugin-utils" "^7.22.5" @@ -1661,9 +1661,9 @@ "@babel/plugin-syntax-typescript" "^7.14.5" "@babel/plugin-transform-typescript@^7.23.3": - version "7.23.3" - resolved "https://registry.npmmirror.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.23.3.tgz#ce806e6cb485d468c48c4f717696719678ab0138" - integrity sha512-ogV0yWnq38CFwH20l2Afz0dfKuZBx9o/Y2Rmh5vuSS0YD1hswgEgTfyTzuSrT2q9btmHRSqYoSfwFUVaC1M1Jw== + version "7.23.4" + resolved "https://registry.npmmirror.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.23.4.tgz#da12914d17b3c4b307f32c5fd91fbfdf17d56f86" + integrity sha512-39hCCOl+YUAyMOu6B9SmUTiHUU0t/CxJNUmY3qRdJujbqi+lrQcL11ysYUsAvFWPBdhihrv1z0oRG84Yr3dODQ== dependencies: "@babel/helper-annotate-as-pure" "^7.22.5" "@babel/helper-create-class-features-plugin" "^7.22.15" @@ -1997,9 +1997,9 @@ regenerator-runtime "^0.13.10" "@babel/runtime@^7.17.8": - version "7.23.2" - resolved "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.23.2.tgz#062b0ac103261d68a966c4c7baf2ae3e62ec3885" - integrity sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg== + version "7.23.4" + resolved "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.23.4.tgz#36fa1d2b36db873d25ec631dcc4923fdc1cf2e2e" + integrity sha512-2Yv65nlWnWlSpe3fXEyX5i7fx5kIKo4Qbcj+hMO0odwaneFjfXw5fdum+4yL20O0QiaHpia0cYQ9xpNMqrBwHg== dependencies: regenerator-runtime "^0.14.0" @@ -2076,19 +2076,19 @@ debug "^4.1.0" globals "^11.1.0" -"@babel/traverse@^7.23.2", "@babel/traverse@^7.23.3": - version "7.23.3" - resolved "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.23.3.tgz#26ee5f252e725aa7aca3474aa5b324eaf7908b5b" - integrity sha512-+K0yF1/9yR0oHdE0StHuEj3uTPzwwbrLGfNOndVJVV2TqA5+j3oljJUb4nmB954FLGjNem976+B+eDuLIjesiQ== +"@babel/traverse@^7.23.3", "@babel/traverse@^7.23.4": + version "7.23.4" + resolved "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.23.4.tgz#c2790f7edf106d059a0098770fe70801417f3f85" + integrity sha512-IYM8wSUwunWTB6tFC2dkKZhxbIjHoWemdK+3f8/wq8aKhbUscxD5MX72ubd90fxvFknaLPeGw5ycU84V1obHJg== dependencies: - "@babel/code-frame" "^7.22.13" - "@babel/generator" "^7.23.3" + "@babel/code-frame" "^7.23.4" + "@babel/generator" "^7.23.4" "@babel/helper-environment-visitor" "^7.22.20" "@babel/helper-function-name" "^7.23.0" "@babel/helper-hoist-variables" "^7.22.5" "@babel/helper-split-export-declaration" "^7.22.6" - "@babel/parser" "^7.23.3" - "@babel/types" "^7.23.3" + "@babel/parser" "^7.23.4" + "@babel/types" "^7.23.4" debug "^4.1.0" globals "^11.1.0" @@ -2114,12 +2114,12 @@ "@babel/helper-validator-identifier" "^7.14.5" to-fast-properties "^2.0.0" -"@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.3": - version "7.23.3" - resolved "https://registry.npmmirror.com/@babel/types/-/types-7.23.3.tgz#d5ea892c07f2ec371ac704420f4dcdb07b5f9598" - integrity sha512-OZnvoH2l8PK5eUvEcUyCt/sXgr/h+UWpVuBbOljwcrAgUl6lpchoQ++PHGyQy1AtYnVA6CEq3y5xeEI10brpXw== +"@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.3", "@babel/types@^7.23.4": + version "7.23.4" + resolved "https://registry.npmmirror.com/@babel/types/-/types-7.23.4.tgz#7206a1810fc512a7f7f7d4dace4cb4c1c9dbfb8e" + integrity sha512-7uIFwVYpoplT5jp/kVv6EF93VaJ8H+Yn5IczYiaAi98ajzjfoZfslet/e0sLh+wVBjb2qqIut1b0S26VSafsSQ== dependencies: - "@babel/helper-string-parser" "^7.22.5" + "@babel/helper-string-parser" "^7.23.4" "@babel/helper-validator-identifier" "^7.22.20" to-fast-properties "^2.0.0" @@ -2680,41 +2680,6 @@ minimatch "^3.0.4" strip-json-comments "^3.1.1" -"@hi-ui/hi-build@4.1.0": - version "4.1.0" - resolved "https://registry.npmmirror.com/@hi-ui/hi-build/-/hi-build-4.1.0.tgz#9e144621cc69383e04bd9338832103b51dd81188" - integrity sha512-g+GTpyYpJw9ILC0/BaAkanq60StPhP47w5EooEMwDG+J6fSwVj11b+paD5rdSLcWHQuCHDkKiF2ty7yZNqBNfg== - dependencies: - "@babel/core" "^7.17.8" - "@babel/plugin-transform-runtime" "^7.17.0" - "@babel/preset-env" "^7.16.11" - "@babel/preset-react" "^7.16.7" - "@babel/preset-typescript" "^7.16.7" - "@babel/runtime" "^7.17.8" - "@rollup/plugin-babel" "^5.3.1" - "@rollup/plugin-commonjs" "^21.0.2" - "@rollup/plugin-image" "^2.1.1" - "@rollup/plugin-json" "^4.1.0" - "@rollup/plugin-multi-entry" "^4.1.0" - "@rollup/plugin-node-resolve" "^13.1.3" - "@rollup/plugin-typescript" "^8.3.1" - autoprefixer "^10.4.4" - commander "^9.1.0" - cssnano "^5.1.4" - postcss "^8.4.12" - postcss-flexbugs-fixes "^5.0.2" - postcss-import "^14.0.2" - postcss-nested "^5.0.6" - postcss-preset-env "^7.4.3" - postcss-simple-vars "^6.0.3" - rollup "3.29.4" - rollup-plugin-dts "^4.2.0" - rollup-plugin-extensions "^0.1.0" - rollup-plugin-peer-deps-external "^2.2.4" - rollup-plugin-postcss "^4.0.2" - rollup-plugin-terser "^7.0.2" - rollup-plugin-visualizer "^5.9.2" - "@humanwhocodes/config-array@^0.5.0": version "0.5.0" resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9" @@ -6875,9 +6840,9 @@ caniuse-api@^3.0.0: lodash.uniq "^4.5.0" caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001538, caniuse-lite@^1.0.30001541: - version "1.0.30001562" - resolved "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001562.tgz#9d16c5fd7e9c592c4cd5e304bc0f75b0008b2759" - integrity sha512-kfte3Hym//51EdX4239i+Rmp20EsLIYGdPkERegTgU19hQWCRhsRFGKHTliUlsry53tv17K7n077Kqa0WJU4ng== + version "1.0.30001563" + resolved "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001563.tgz#aa68a64188903e98f36eb9c56e48fba0c1fe2a32" + integrity sha512-na2WUmOxnwIZtwnFI2CZ/3er0wdNzU7hN+cPYz/z2ajHThnkWjNBOpEPP4n+4r2WPM847JaMotaJE3bnfzjyKw== caniuse-lite@^1.0.30000792, caniuse-lite@^1.0.30000805, caniuse-lite@^1.0.30000844, caniuse-lite@^1.0.30000864, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001219: version "1.0.30001242" @@ -7574,9 +7539,9 @@ core-js-compat@^3.14.0, core-js-compat@^3.15.0, core-js-compat@^3.8.1: semver "7.0.0" core-js-compat@^3.31.0, core-js-compat@^3.33.1: - version "3.33.2" - resolved "https://registry.npmmirror.com/core-js-compat/-/core-js-compat-3.33.2.tgz#3ea4563bfd015ad4e4b52442865b02c62aba5085" - integrity sha512-axfo+wxFVxnqf8RvxTzoAlzW4gRoacrHeoFlc9n0x50+7BEyZL/Rt3hicaED1/CEd7I6tPCPVUYcJwCMO5XUYw== + version "3.33.3" + resolved "https://registry.npmmirror.com/core-js-compat/-/core-js-compat-3.33.3.tgz#ec678b772c5a2d8a7c60a91c3a81869aa704ae01" + integrity sha512-cNzGqFsh3Ot+529GIXacjTJ7kegdt5fPXxCBVS1G0iaZpuo/tBz399ymceLJveQhFFZ8qThHiP3fzuoQjKN2ow== dependencies: browserslist "^4.22.1" @@ -8443,9 +8408,9 @@ electron-to-chromium@^1.3.30, electron-to-chromium@^1.3.47, electron-to-chromium resolved "https://registry.nlark.com/electron-to-chromium/download/electron-to-chromium-1.3.768.tgz#bbe47394f0073c947168589b7d19388518a7a9a9" electron-to-chromium@^1.4.535: - version "1.4.582" - resolved "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.4.582.tgz#4908215182266793499ac57d80e2680d7dd9b3db" - integrity sha512-89o0MGoocwYbzqUUjc+VNpeOFSOK9nIdC5wY4N+PVUarUK0MtjyTjks75AZS2bW4Kl8MdewdFsWaH0jLy+JNoA== + version "1.4.589" + resolved "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.4.589.tgz#3fc83c284ed8f1f58e0cb3c664c8ebcb4d0b42fb" + integrity sha512-zF6y5v/YfoFIgwf2dDfAqVlPPsyQeWNpEWXbAlDUS8Ax4Z2VoiiZpAPC0Jm9hXEkJm2vIZpwB6rc4KnLTQffbQ== element-resize-detector@^1.2.2: version "1.2.3" @@ -10601,6 +10566,11 @@ init-package-json@^2.0.2: validate-npm-package-license "^3.0.4" validate-npm-package-name "^3.0.0" +inject-head-style@^1.0.0: + version "1.0.0" + resolved "https://registry.npmmirror.com/inject-head-style/-/inject-head-style-1.0.0.tgz#159f843900d3f473fb691c67fce52b5d088f5f68" + integrity sha512-J6eyVFIiY3SgvguiUx/XXBZWTIxMryhiSosH2fan5+FhfA4LlNJkybUcYsINInM+zvsBmcrIHVWJxvi4lvjwqA== + inline-style-parser@0.1.1: version "0.1.1" resolved "https://registry.npm.taobao.org/inline-style-parser/download/inline-style-parser-0.1.1.tgz#ec8a3b429274e9c0a1f1c4ffa9453a7fef72cea1" From eaa9064ebeb780e43b7a9784429ae94439be8fed Mon Sep 17 00:00:00 2001 From: zhouyun1 Date: Tue, 21 Nov 2023 22:24:19 +0800 Subject: [PATCH 2/4] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0Changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/core/core-css/CHANGELOG.md | 6 + packages/core/core-css/package.json | 2 +- packages/core/core/CHANGELOG.md | 9 ++ packages/core/core/package.json | 6 +- packages/hooks/hooks/CHANGELOG.md | 30 ++++ packages/hooks/hooks/package.json | 48 +++--- packages/hooks/use-async-data/CHANGELOG.md | 9 ++ packages/hooks/use-async-data/package.json | 6 +- packages/hooks/use-cache/CHANGELOG.md | 6 + packages/hooks/use-cache/package.json | 2 +- packages/hooks/use-check-state/CHANGELOG.md | 6 + packages/hooks/use-check-state/package.json | 2 +- packages/hooks/use-check/CHANGELOG.md | 10 ++ packages/hooks/use-check/package.json | 8 +- packages/hooks/use-children/CHANGELOG.md | 6 + packages/hooks/use-children/package.json | 2 +- packages/hooks/use-data-source/CHANGELOG.md | 9 ++ packages/hooks/use-data-source/package.json | 6 +- .../hooks/use-deep-equal-deps/CHANGELOG.md | 6 + .../hooks/use-deep-equal-deps/package.json | 2 +- packages/hooks/use-did-mount/CHANGELOG.md | 6 + packages/hooks/use-did-mount/package.json | 2 +- packages/hooks/use-drag-sorter/CHANGELOG.md | 9 ++ packages/hooks/use-drag-sorter/package.json | 6 +- packages/hooks/use-force-update/CHANGELOG.md | 8 + packages/hooks/use-force-update/package.json | 4 +- packages/hooks/use-id/CHANGELOG.md | 6 + packages/hooks/use-id/package.json | 2 +- packages/hooks/use-latest/CHANGELOG.md | 6 + packages/hooks/use-latest/package.json | 2 +- packages/hooks/use-lazy-render/CHANGELOG.md | 6 + packages/hooks/use-lazy-render/package.json | 2 +- packages/hooks/use-merge-refs/CHANGELOG.md | 6 + packages/hooks/use-merge-refs/package.json | 2 +- packages/hooks/use-outside-click/CHANGELOG.md | 8 + packages/hooks/use-outside-click/package.json | 4 +- packages/hooks/use-registry/CHANGELOG.md | 6 + packages/hooks/use-registry/package.json | 2 +- .../hooks/use-resize-observer/CHANGELOG.md | 9 ++ .../hooks/use-resize-observer/package.json | 6 +- packages/hooks/use-scroll-lock/CHANGELOG.md | 9 ++ packages/hooks/use-scroll-lock/package.json | 6 +- packages/hooks/use-scroll/CHANGELOG.md | 10 ++ packages/hooks/use-scroll/package.json | 8 +- packages/hooks/use-search-mode/CHANGELOG.md | 15 ++ packages/hooks/use-search-mode/package.json | 18 +-- packages/hooks/use-timeout/CHANGELOG.md | 8 + packages/hooks/use-timeout/package.json | 4 +- packages/hooks/use-toggle/CHANGELOG.md | 9 ++ packages/hooks/use-toggle/package.json | 6 +- .../hooks/use-uncontrolled-state/CHANGELOG.md | 9 ++ .../hooks/use-uncontrolled-state/package.json | 6 +- .../hooks/use-unmount-effect/CHANGELOG.md | 8 + .../hooks/use-unmount-effect/package.json | 4 +- packages/hooks/use-update-effect/CHANGELOG.md | 6 + packages/hooks/use-update-effect/package.json | 2 +- packages/icons/CHANGELOG.md | 10 ++ packages/icons/package.json | 12 +- packages/patches/patches/CHANGELOG.md | 6 + packages/patches/patches/package.json | 2 +- packages/ui/alert/CHANGELOG.md | 14 ++ packages/ui/alert/package.json | 20 +-- packages/ui/anchor/CHANGELOG.md | 15 ++ packages/ui/anchor/package.json | 22 +-- packages/ui/avatar/CHANGELOG.md | 12 ++ packages/ui/avatar/package.json | 16 +- packages/ui/back-top/CHANGELOG.md | 15 ++ packages/ui/back-top/package.json | 22 +-- packages/ui/badge/CHANGELOG.md | 11 ++ packages/ui/badge/package.json | 14 +- packages/ui/breadcrumb/CHANGELOG.md | 10 ++ packages/ui/breadcrumb/package.json | 12 +- packages/ui/button/CHANGELOG.md | 10 ++ packages/ui/button/package.json | 12 +- packages/ui/card/CHANGELOG.md | 12 ++ packages/ui/card/package.json | 16 +- packages/ui/carousel/CHANGELOG.md | 11 ++ packages/ui/carousel/package.json | 14 +- packages/ui/cascader/CHANGELOG.md | 26 ++++ packages/ui/cascader/package.json | 44 +++--- packages/ui/check-cascader/CHANGELOG.md | 30 ++++ packages/ui/check-cascader/package.json | 52 +++---- packages/ui/check-select/CHANGELOG.md | 31 ++++ packages/ui/check-select/package.json | 54 +++---- packages/ui/check-tree-select/CHANGELOG.md | 26 ++++ packages/ui/check-tree-select/package.json | 44 +++--- packages/ui/checkbox/CHANGELOG.md | 15 ++ packages/ui/checkbox/package.json | 22 +-- packages/ui/collapse/CHANGELOG.md | 13 ++ packages/ui/collapse/package.json | 18 +-- packages/ui/counter/CHANGELOG.md | 15 ++ packages/ui/counter/package.json | 22 +-- packages/ui/date-picker/CHANGELOG.md | 15 ++ packages/ui/date-picker/package.json | 22 +-- packages/ui/descriptions/CHANGELOG.md | 11 ++ packages/ui/descriptions/package.json | 14 +- packages/ui/drawer/CHANGELOG.md | 19 +++ packages/ui/drawer/package.json | 30 ++-- packages/ui/dropdown/CHANGELOG.md | 20 +++ packages/ui/dropdown/package.json | 32 ++-- packages/ui/ellipsis-tooltip/CHANGELOG.md | 11 ++ packages/ui/ellipsis-tooltip/package.json | 14 +- packages/ui/empty-state/CHANGELOG.md | 11 ++ packages/ui/empty-state/package.json | 14 +- packages/ui/file-select/CHANGELOG.md | 10 ++ packages/ui/file-select/package.json | 12 +- packages/ui/filter/CHANGELOG.md | 13 ++ packages/ui/filter/package.json | 18 +-- packages/ui/form/CHANGELOG.md | 17 +++ packages/ui/form/package.json | 26 ++-- packages/ui/grid/CHANGELOG.md | 11 ++ packages/ui/grid/package.json | 14 +- packages/ui/highlighter/CHANGELOG.md | 10 ++ packages/ui/highlighter/package.json | 12 +- packages/ui/hiui/CHANGELOG.md | 75 +++++++++ packages/ui/hiui/package.json | 142 +++++++++--------- packages/ui/icon-button/CHANGELOG.md | 11 ++ packages/ui/icon-button/package.json | 14 +- packages/ui/input-group/CHANGELOG.md | 10 ++ packages/ui/input-group/package.json | 12 +- packages/ui/input/CHANGELOG.md | 17 +++ packages/ui/input/package.json | 26 ++-- packages/ui/list/CHANGELOG.md | 12 ++ packages/ui/list/package.json | 16 +- packages/ui/loading/CHANGELOG.md | 17 +++ packages/ui/loading/package.json | 26 ++-- packages/ui/locale-context/CHANGELOG.md | 12 ++ packages/ui/locale-context/package.json | 12 +- packages/ui/menu/CHANGELOG.md | 22 +++ packages/ui/menu/package.json | 36 ++--- packages/ui/message/CHANGELOG.md | 13 ++ packages/ui/message/package.json | 18 +-- packages/ui/modal/CHANGELOG.md | 24 +++ packages/ui/modal/package.json | 40 ++--- packages/ui/notification/CHANGELOG.md | 14 ++ packages/ui/notification/package.json | 20 +-- packages/ui/number-input/CHANGELOG.md | 12 ++ packages/ui/number-input/package.json | 16 +- packages/ui/pagination/CHANGELOG.md | 17 +++ packages/ui/pagination/package.json | 26 ++-- packages/ui/picker/CHANGELOG.md | 19 +++ packages/ui/picker/package.json | 30 ++-- packages/ui/pop-confirm/CHANGELOG.md | 19 +++ packages/ui/pop-confirm/package.json | 30 ++-- packages/ui/popover/CHANGELOG.md | 20 +++ packages/ui/popover/package.json | 32 ++-- packages/ui/popper/CHANGELOG.md | 18 +++ packages/ui/popper/package.json | 28 ++-- packages/ui/portal/CHANGELOG.md | 12 ++ packages/ui/portal/package.json | 16 +- packages/ui/preview/CHANGELOG.md | 14 ++ packages/ui/preview/package.json | 20 +-- packages/ui/progress/CHANGELOG.md | 10 ++ packages/ui/progress/package.json | 12 +- packages/ui/provider/CHANGELOG.md | 12 ++ packages/ui/provider/package.json | 16 +- packages/ui/radio/CHANGELOG.md | 14 ++ packages/ui/radio/package.json | 20 +-- packages/ui/rating/CHANGELOG.md | 14 ++ packages/ui/rating/package.json | 20 +-- packages/ui/resize-box/CHANGELOG.md | 12 ++ packages/ui/resize-box/package.json | 16 +- packages/ui/result/CHANGELOG.md | 12 ++ packages/ui/result/package.json | 16 +- packages/ui/scrollbar/CHANGELOG.md | 11 ++ packages/ui/scrollbar/package.json | 14 +- packages/ui/search/CHANGELOG.md | 20 +++ packages/ui/search/package.json | 32 ++-- packages/ui/select/CHANGELOG.md | 29 ++++ packages/ui/select/package.json | 50 +++--- packages/ui/slider/CHANGELOG.md | 17 +++ packages/ui/slider/package.json | 26 ++-- packages/ui/space/CHANGELOG.md | 11 ++ packages/ui/space/package.json | 14 +- packages/ui/spinner/CHANGELOG.md | 10 ++ packages/ui/spinner/package.json | 12 +- packages/ui/stepper/CHANGELOG.md | 13 ++ packages/ui/stepper/package.json | 18 +-- packages/ui/svg-icon/CHANGELOG.md | 10 ++ packages/ui/svg-icon/package.json | 12 +- packages/ui/switch/CHANGELOG.md | 12 ++ packages/ui/switch/package.json | 16 +- packages/ui/table/CHANGELOG.md | 37 +++++ packages/ui/table/package.json | 66 ++++---- packages/ui/tabs/CHANGELOG.md | 17 +++ packages/ui/tabs/package.json | 26 ++-- packages/ui/tag-input/CHANGELOG.md | 17 +++ packages/ui/tag-input/package.json | 26 ++-- packages/ui/tag/CHANGELOG.md | 14 ++ packages/ui/tag/package.json | 20 +-- packages/ui/textarea/CHANGELOG.md | 13 ++ packages/ui/textarea/package.json | 18 +-- packages/ui/time-picker/CHANGELOG.md | 14 ++ packages/ui/time-picker/package.json | 20 +-- packages/ui/timeline/CHANGELOG.md | 11 ++ packages/ui/timeline/package.json | 14 +- packages/ui/toast/CHANGELOG.md | 14 ++ packages/ui/toast/package.json | 20 +-- packages/ui/tooltip/CHANGELOG.md | 24 +++ packages/ui/tooltip/package.json | 40 ++--- packages/ui/transfer/CHANGELOG.md | 18 +++ packages/ui/transfer/package.json | 28 ++-- packages/ui/tree-select/CHANGELOG.md | 24 +++ packages/ui/tree-select/package.json | 40 ++--- packages/ui/tree/CHANGELOG.md | 26 ++++ packages/ui/tree/package.json | 44 +++--- packages/ui/upload/CHANGELOG.md | 16 ++ packages/ui/upload/package.json | 24 +-- packages/ui/virtual-list/CHANGELOG.md | 8 + packages/ui/virtual-list/package.json | 8 +- packages/ui/watermark/CHANGELOG.md | 14 ++ packages/ui/watermark/package.json | 20 +-- packages/ui/zen-mode/CHANGELOG.md | 11 ++ packages/ui/zen-mode/package.json | 14 +- packages/utils/array-utils/CHANGELOG.md | 8 + packages/utils/array-utils/package.json | 4 +- packages/utils/classname/CHANGELOG.md | 6 + packages/utils/classname/package.json | 2 +- packages/utils/container/CHANGELOG.md | 6 + packages/utils/container/package.json | 2 +- packages/utils/dom-utils/CHANGELOG.md | 8 + packages/utils/dom-utils/package.json | 4 +- packages/utils/env/CHANGELOG.md | 6 + packages/utils/env/package.json | 2 +- packages/utils/func-utils/CHANGELOG.md | 9 ++ packages/utils/func-utils/package.json | 6 +- packages/utils/object-utils/CHANGELOG.md | 9 ++ packages/utils/object-utils/package.json | 6 +- packages/utils/raf/CHANGELOG.md | 6 + packages/utils/raf/package.json | 2 +- packages/utils/react-utils/CHANGELOG.md | 9 ++ packages/utils/react-utils/package.json | 6 +- packages/utils/request/CHANGELOG.md | 6 + packages/utils/request/package.json | 2 +- packages/utils/throttle-by-raf/CHANGELOG.md | 8 + packages/utils/throttle-by-raf/package.json | 4 +- packages/utils/times/CHANGELOG.md | 6 + packages/utils/times/package.json | 2 +- packages/utils/tree-utils/CHANGELOG.md | 6 + packages/utils/tree-utils/package.json | 2 +- packages/utils/type-assertion/CHANGELOG.md | 6 + packages/utils/type-assertion/package.json | 2 +- packages/utils/utils/CHANGELOG.md | 19 +++ packages/utils/utils/package.json | 26 ++-- 244 files changed, 2707 insertions(+), 1075 deletions(-) diff --git a/packages/core/core-css/CHANGELOG.md b/packages/core/core-css/CHANGELOG.md index a56cb2951..0f9284e15 100644 --- a/packages/core/core-css/CHANGELOG.md +++ b/packages/core/core-css/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/core-css +## 4.1.4 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 + ## 4.1.3 ### Patch Changes diff --git a/packages/core/core-css/package.json b/packages/core/core-css/package.json index 07da50850..c9b6ecb8a 100644 --- a/packages/core/core-css/package.json +++ b/packages/core/core-css/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/core-css", - "version": "4.1.3", + "version": "4.1.4", "description": "A sub-package for @hi-ui/core.", "keywords": [], "author": "HiUI ", diff --git a/packages/core/core/CHANGELOG.md b/packages/core/core/CHANGELOG.md index af611f303..57a476ca3 100644 --- a/packages/core/core/CHANGELOG.md +++ b/packages/core/core/CHANGELOG.md @@ -1,5 +1,14 @@ # @hi-ui/core +## 4.0.7 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/core-css@4.1.4 + - @hi-ui/locale-context@4.0.7 + ## 4.0.6 ### Patch Changes diff --git a/packages/core/core/package.json b/packages/core/core/package.json index 5409c3c2f..6c91e8f91 100644 --- a/packages/core/core/package.json +++ b/packages/core/core/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/core", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", @@ -44,7 +44,7 @@ }, "devDependencies": {}, "dependencies": { - "@hi-ui/core-css": "^4.1.3", - "@hi-ui/locale-context": "^4.0.6" + "@hi-ui/core-css": "^4.1.4", + "@hi-ui/locale-context": "^4.0.7" } } diff --git a/packages/hooks/hooks/CHANGELOG.md b/packages/hooks/hooks/CHANGELOG.md index 1fcb207dd..ea89b5bd2 100644 --- a/packages/hooks/hooks/CHANGELOG.md +++ b/packages/hooks/hooks/CHANGELOG.md @@ -1,5 +1,35 @@ # @hi-ui/hooks +## 4.0.8 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/use-async-data@4.0.3 + - @hi-ui/use-cache@4.0.3 + - @hi-ui/use-check@4.0.4 + - @hi-ui/use-check-state@4.0.3 + - @hi-ui/use-children@4.0.3 + - @hi-ui/use-data-source@4.0.3 + - @hi-ui/use-deep-equal-deps@4.0.3 + - @hi-ui/use-did-mount@4.0.3 + - @hi-ui/use-drag-sorter@4.0.3 + - @hi-ui/use-force-update@4.0.3 + - @hi-ui/use-id@4.0.3 + - @hi-ui/use-latest@4.0.3 + - @hi-ui/use-lazy-render@4.0.3 + - @hi-ui/use-merge-refs@4.0.3 + - @hi-ui/use-outside-click@4.0.3 + - @hi-ui/use-scroll@4.0.4 + - @hi-ui/use-scroll-lock@4.0.3 + - @hi-ui/use-search-mode@4.1.3 + - @hi-ui/use-timeout@4.0.3 + - @hi-ui/use-toggle@4.0.3 + - @hi-ui/use-uncontrolled-state@4.0.3 + - @hi-ui/use-unmount-effect@4.0.3 + - @hi-ui/use-update-effect@4.0.3 + ## 4.0.7 ### Patch Changes diff --git a/packages/hooks/hooks/package.json b/packages/hooks/hooks/package.json index 35d4f8613..45ced45d7 100644 --- a/packages/hooks/hooks/package.json +++ b/packages/hooks/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/hooks", - "version": "4.0.7", + "version": "4.0.8", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -49,28 +49,28 @@ "react": "^17.0.1" }, "dependencies": { - "@hi-ui/use-async-data": "^4.0.2", - "@hi-ui/use-cache": "^4.0.2", - "@hi-ui/use-check": "^4.0.3", - "@hi-ui/use-check-state": "^4.0.2", - "@hi-ui/use-children": "^4.0.2", - "@hi-ui/use-data-source": "^4.0.2", - "@hi-ui/use-deep-equal-deps": "^4.0.2", - "@hi-ui/use-did-mount": "^4.0.2", - "@hi-ui/use-drag-sorter": "^4.0.2", - "@hi-ui/use-force-update": "^4.0.2", - "@hi-ui/use-id": "^4.0.2", - "@hi-ui/use-latest": "^4.0.2", - "@hi-ui/use-lazy-render": "^4.0.2", - "@hi-ui/use-merge-refs": "^4.0.2", - "@hi-ui/use-outside-click": "^4.0.2", - "@hi-ui/use-scroll": "^4.0.3", - "@hi-ui/use-scroll-lock": "^4.0.2", - "@hi-ui/use-search-mode": "^4.1.2", - "@hi-ui/use-timeout": "^4.0.2", - "@hi-ui/use-toggle": "^4.0.2", - "@hi-ui/use-uncontrolled-state": "^4.0.2", - "@hi-ui/use-unmount-effect": "^4.0.2", - "@hi-ui/use-update-effect": "^4.0.2" + "@hi-ui/use-async-data": "^4.0.3", + "@hi-ui/use-cache": "^4.0.3", + "@hi-ui/use-check": "^4.0.4", + "@hi-ui/use-check-state": "^4.0.3", + "@hi-ui/use-children": "^4.0.3", + "@hi-ui/use-data-source": "^4.0.3", + "@hi-ui/use-deep-equal-deps": "^4.0.3", + "@hi-ui/use-did-mount": "^4.0.3", + "@hi-ui/use-drag-sorter": "^4.0.3", + "@hi-ui/use-force-update": "^4.0.3", + "@hi-ui/use-id": "^4.0.3", + "@hi-ui/use-latest": "^4.0.3", + "@hi-ui/use-lazy-render": "^4.0.3", + "@hi-ui/use-merge-refs": "^4.0.3", + "@hi-ui/use-outside-click": "^4.0.3", + "@hi-ui/use-scroll": "^4.0.4", + "@hi-ui/use-scroll-lock": "^4.0.3", + "@hi-ui/use-search-mode": "^4.1.3", + "@hi-ui/use-timeout": "^4.0.3", + "@hi-ui/use-toggle": "^4.0.3", + "@hi-ui/use-uncontrolled-state": "^4.0.3", + "@hi-ui/use-unmount-effect": "^4.0.3", + "@hi-ui/use-update-effect": "^4.0.3" } } diff --git a/packages/hooks/use-async-data/CHANGELOG.md b/packages/hooks/use-async-data/CHANGELOG.md index efe8f7a40..953fc8e25 100644 --- a/packages/hooks/use-async-data/CHANGELOG.md +++ b/packages/hooks/use-async-data/CHANGELOG.md @@ -1,5 +1,14 @@ # @hi-ui/use-async-data +## 4.0.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/use-latest@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.0.2 ### Patch Changes diff --git a/packages/hooks/use-async-data/package.json b/packages/hooks/use-async-data/package.json index f3ccad6c8..97ef7a2e7 100644 --- a/packages/hooks/use-async-data/package.json +++ b/packages/hooks/use-async-data/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-async-data", - "version": "4.0.2", + "version": "4.0.3", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -49,7 +49,7 @@ "react": "^17.0.1" }, "dependencies": { - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-latest": "^4.0.2" + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-latest": "^4.0.3" } } diff --git a/packages/hooks/use-cache/CHANGELOG.md b/packages/hooks/use-cache/CHANGELOG.md index ea4d1f92f..3d1566fbe 100644 --- a/packages/hooks/use-cache/CHANGELOG.md +++ b/packages/hooks/use-cache/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/use-cache +## 4.0.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 + ## 4.0.2 ### Patch Changes diff --git a/packages/hooks/use-cache/package.json b/packages/hooks/use-cache/package.json index 24b7c05fd..7b58f3c54 100644 --- a/packages/hooks/use-cache/package.json +++ b/packages/hooks/use-cache/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-cache", - "version": "4.0.2", + "version": "4.0.3", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", diff --git a/packages/hooks/use-check-state/CHANGELOG.md b/packages/hooks/use-check-state/CHANGELOG.md index 2a623386e..a4deb726f 100644 --- a/packages/hooks/use-check-state/CHANGELOG.md +++ b/packages/hooks/use-check-state/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/use-check-state +## 4.0.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 + ## 4.0.2 ### Patch Changes diff --git a/packages/hooks/use-check-state/package.json b/packages/hooks/use-check-state/package.json index b4b62b8d6..0226240f2 100644 --- a/packages/hooks/use-check-state/package.json +++ b/packages/hooks/use-check-state/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-check-state", - "version": "4.0.2", + "version": "4.0.3", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", diff --git a/packages/hooks/use-check/CHANGELOG.md b/packages/hooks/use-check/CHANGELOG.md index 23208ce55..32dc5c2bc 100644 --- a/packages/hooks/use-check/CHANGELOG.md +++ b/packages/hooks/use-check/CHANGELOG.md @@ -1,5 +1,15 @@ # @hi-ui/use-check +## 4.0.4 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/use-latest@4.0.3 + - @hi-ui/use-uncontrolled-state@4.0.3 + - @hi-ui/tree-utils@4.1.3 + ## 4.0.3 ### Patch Changes diff --git a/packages/hooks/use-check/package.json b/packages/hooks/use-check/package.json index 717fe8cf6..4f51f4a79 100644 --- a/packages/hooks/use-check/package.json +++ b/packages/hooks/use-check/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-check", - "version": "4.0.3", + "version": "4.0.4", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -50,8 +50,8 @@ "react": "^17.0.1" }, "dependencies": { - "@hi-ui/tree-utils": "^4.1.2", - "@hi-ui/use-latest": "^4.0.2", - "@hi-ui/use-uncontrolled-state": "^4.0.2" + "@hi-ui/tree-utils": "^4.1.3", + "@hi-ui/use-latest": "^4.0.3", + "@hi-ui/use-uncontrolled-state": "^4.0.3" } } diff --git a/packages/hooks/use-children/CHANGELOG.md b/packages/hooks/use-children/CHANGELOG.md index cb336465c..bde2b39d6 100644 --- a/packages/hooks/use-children/CHANGELOG.md +++ b/packages/hooks/use-children/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/use-children +## 4.0.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 + ## 4.0.2 ### Patch Changes diff --git a/packages/hooks/use-children/package.json b/packages/hooks/use-children/package.json index 06f87a2f8..f336a00b7 100644 --- a/packages/hooks/use-children/package.json +++ b/packages/hooks/use-children/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-children", - "version": "4.0.2", + "version": "4.0.3", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", diff --git a/packages/hooks/use-data-source/CHANGELOG.md b/packages/hooks/use-data-source/CHANGELOG.md index 10df4b79f..33f914d2d 100644 --- a/packages/hooks/use-data-source/CHANGELOG.md +++ b/packages/hooks/use-data-source/CHANGELOG.md @@ -1,5 +1,14 @@ # @hi-ui/use-data-source +## 4.0.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/use-latest@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.0.2 ### Patch Changes diff --git a/packages/hooks/use-data-source/package.json b/packages/hooks/use-data-source/package.json index 1eb068aa1..ef094eed3 100644 --- a/packages/hooks/use-data-source/package.json +++ b/packages/hooks/use-data-source/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-data-source", - "version": "4.0.2", + "version": "4.0.3", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -49,7 +49,7 @@ "react": "^17.0.1" }, "dependencies": { - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-latest": "^4.0.2" + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-latest": "^4.0.3" } } diff --git a/packages/hooks/use-deep-equal-deps/CHANGELOG.md b/packages/hooks/use-deep-equal-deps/CHANGELOG.md index 5358ecc06..bfed0bb2a 100644 --- a/packages/hooks/use-deep-equal-deps/CHANGELOG.md +++ b/packages/hooks/use-deep-equal-deps/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/use-deep-equal-deps +## 4.0.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 + ## 4.0.2 ### Patch Changes diff --git a/packages/hooks/use-deep-equal-deps/package.json b/packages/hooks/use-deep-equal-deps/package.json index af4ce54d2..d2f7dc527 100644 --- a/packages/hooks/use-deep-equal-deps/package.json +++ b/packages/hooks/use-deep-equal-deps/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-deep-equal-deps", - "version": "4.0.2", + "version": "4.0.3", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", diff --git a/packages/hooks/use-did-mount/CHANGELOG.md b/packages/hooks/use-did-mount/CHANGELOG.md index fae444094..7c31fd24f 100644 --- a/packages/hooks/use-did-mount/CHANGELOG.md +++ b/packages/hooks/use-did-mount/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/use-did-mount +## 4.0.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 + ## 4.0.2 ### Patch Changes diff --git a/packages/hooks/use-did-mount/package.json b/packages/hooks/use-did-mount/package.json index 8ba260e9c..5bdd19007 100644 --- a/packages/hooks/use-did-mount/package.json +++ b/packages/hooks/use-did-mount/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-did-mount", - "version": "4.0.2", + "version": "4.0.3", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", diff --git a/packages/hooks/use-drag-sorter/CHANGELOG.md b/packages/hooks/use-drag-sorter/CHANGELOG.md index b83963b93..875d61919 100644 --- a/packages/hooks/use-drag-sorter/CHANGELOG.md +++ b/packages/hooks/use-drag-sorter/CHANGELOG.md @@ -1,5 +1,14 @@ # @hi-ui/use-drag-sorter +## 4.0.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/use-latest@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.0.2 ### Patch Changes diff --git a/packages/hooks/use-drag-sorter/package.json b/packages/hooks/use-drag-sorter/package.json index 5a357bcdb..f97ac8659 100644 --- a/packages/hooks/use-drag-sorter/package.json +++ b/packages/hooks/use-drag-sorter/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-drag-sorter", - "version": "4.0.2", + "version": "4.0.3", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -49,7 +49,7 @@ "react": "^17.0.1" }, "dependencies": { - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-latest": "^4.0.2" + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-latest": "^4.0.3" } } diff --git a/packages/hooks/use-force-update/CHANGELOG.md b/packages/hooks/use-force-update/CHANGELOG.md index 354c57af4..b9308b429 100644 --- a/packages/hooks/use-force-update/CHANGELOG.md +++ b/packages/hooks/use-force-update/CHANGELOG.md @@ -1,5 +1,13 @@ # @hi-ui/use-force-update +## 4.0.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/use-unmount-effect@4.0.3 + ## 4.0.2 ### Patch Changes diff --git a/packages/hooks/use-force-update/package.json b/packages/hooks/use-force-update/package.json index 0d57d9a00..2dddca865 100644 --- a/packages/hooks/use-force-update/package.json +++ b/packages/hooks/use-force-update/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-force-update", - "version": "4.0.2", + "version": "4.0.3", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -49,6 +49,6 @@ "react": "^17.0.1" }, "dependencies": { - "@hi-ui/use-unmount-effect": "^4.0.2" + "@hi-ui/use-unmount-effect": "^4.0.3" } } diff --git a/packages/hooks/use-id/CHANGELOG.md b/packages/hooks/use-id/CHANGELOG.md index 86d7459fc..beb05e934 100644 --- a/packages/hooks/use-id/CHANGELOG.md +++ b/packages/hooks/use-id/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/use-id +## 4.0.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 + ## 4.0.2 ### Patch Changes diff --git a/packages/hooks/use-id/package.json b/packages/hooks/use-id/package.json index e0ce684f9..3f2bac7c9 100644 --- a/packages/hooks/use-id/package.json +++ b/packages/hooks/use-id/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-id", - "version": "4.0.2", + "version": "4.0.3", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", diff --git a/packages/hooks/use-latest/CHANGELOG.md b/packages/hooks/use-latest/CHANGELOG.md index da42f2d25..5b8d2b2e5 100644 --- a/packages/hooks/use-latest/CHANGELOG.md +++ b/packages/hooks/use-latest/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/use-latest +## 4.0.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 + ## 4.0.2 ### Patch Changes diff --git a/packages/hooks/use-latest/package.json b/packages/hooks/use-latest/package.json index 6de09cb12..911bb2caf 100644 --- a/packages/hooks/use-latest/package.json +++ b/packages/hooks/use-latest/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-latest", - "version": "4.0.2", + "version": "4.0.3", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", diff --git a/packages/hooks/use-lazy-render/CHANGELOG.md b/packages/hooks/use-lazy-render/CHANGELOG.md index 694cada9d..1650ec48a 100644 --- a/packages/hooks/use-lazy-render/CHANGELOG.md +++ b/packages/hooks/use-lazy-render/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/use-lazy-render +## 4.0.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 + ## 4.0.2 ### Patch Changes diff --git a/packages/hooks/use-lazy-render/package.json b/packages/hooks/use-lazy-render/package.json index ca579af62..2427e5957 100644 --- a/packages/hooks/use-lazy-render/package.json +++ b/packages/hooks/use-lazy-render/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-lazy-render", - "version": "4.0.2", + "version": "4.0.3", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", diff --git a/packages/hooks/use-merge-refs/CHANGELOG.md b/packages/hooks/use-merge-refs/CHANGELOG.md index ba6dd26e9..f9cb78913 100644 --- a/packages/hooks/use-merge-refs/CHANGELOG.md +++ b/packages/hooks/use-merge-refs/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/use-merge-refs +## 4.0.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 + ## 4.0.2 ### Patch Changes diff --git a/packages/hooks/use-merge-refs/package.json b/packages/hooks/use-merge-refs/package.json index fd5453a21..795bd3d82 100644 --- a/packages/hooks/use-merge-refs/package.json +++ b/packages/hooks/use-merge-refs/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-merge-refs", - "version": "4.0.2", + "version": "4.0.3", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", diff --git a/packages/hooks/use-outside-click/CHANGELOG.md b/packages/hooks/use-outside-click/CHANGELOG.md index be6560ca6..f6ae31a4f 100644 --- a/packages/hooks/use-outside-click/CHANGELOG.md +++ b/packages/hooks/use-outside-click/CHANGELOG.md @@ -1,5 +1,13 @@ # @hi-ui/use-outside-click +## 4.0.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/use-latest@4.0.3 + ## 4.0.2 ### Patch Changes diff --git a/packages/hooks/use-outside-click/package.json b/packages/hooks/use-outside-click/package.json index b88b6c6db..431417be1 100644 --- a/packages/hooks/use-outside-click/package.json +++ b/packages/hooks/use-outside-click/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-outside-click", - "version": "4.0.2", + "version": "4.0.3", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -47,6 +47,6 @@ }, "devDependencies": {}, "dependencies": { - "@hi-ui/use-latest": "^4.0.2" + "@hi-ui/use-latest": "^4.0.3" } } diff --git a/packages/hooks/use-registry/CHANGELOG.md b/packages/hooks/use-registry/CHANGELOG.md index d453b8687..7c3f01194 100644 --- a/packages/hooks/use-registry/CHANGELOG.md +++ b/packages/hooks/use-registry/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/use-registry +## 4.0.4 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 + ## 4.0.3 ### Patch Changes diff --git a/packages/hooks/use-registry/package.json b/packages/hooks/use-registry/package.json index c7337349e..c7d70cac3 100644 --- a/packages/hooks/use-registry/package.json +++ b/packages/hooks/use-registry/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-registry", - "version": "4.0.3", + "version": "4.0.4", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", diff --git a/packages/hooks/use-resize-observer/CHANGELOG.md b/packages/hooks/use-resize-observer/CHANGELOG.md index bd6833d16..079dea81b 100644 --- a/packages/hooks/use-resize-observer/CHANGELOG.md +++ b/packages/hooks/use-resize-observer/CHANGELOG.md @@ -1,5 +1,14 @@ # @hi-ui/use-resize-observer +## 4.0.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/use-latest@4.0.3 + - @hi-ui/use-unmount-effect@4.0.3 + ## 4.0.2 ### Patch Changes diff --git a/packages/hooks/use-resize-observer/package.json b/packages/hooks/use-resize-observer/package.json index 72e62b66c..f333452c1 100644 --- a/packages/hooks/use-resize-observer/package.json +++ b/packages/hooks/use-resize-observer/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-resize-observer", - "version": "4.0.2", + "version": "4.0.3", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -49,7 +49,7 @@ "react": "^17.0.1" }, "dependencies": { - "@hi-ui/use-latest": "^4.0.2", - "@hi-ui/use-unmount-effect": "^4.0.2" + "@hi-ui/use-latest": "^4.0.3", + "@hi-ui/use-unmount-effect": "^4.0.3" } } diff --git a/packages/hooks/use-scroll-lock/CHANGELOG.md b/packages/hooks/use-scroll-lock/CHANGELOG.md index 21fad2406..2bb564b39 100644 --- a/packages/hooks/use-scroll-lock/CHANGELOG.md +++ b/packages/hooks/use-scroll-lock/CHANGELOG.md @@ -1,5 +1,14 @@ # @hi-ui/use-scroll-lock +## 4.0.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.0.2 ### Patch Changes diff --git a/packages/hooks/use-scroll-lock/package.json b/packages/hooks/use-scroll-lock/package.json index ba39427b3..e031e9528 100644 --- a/packages/hooks/use-scroll-lock/package.json +++ b/packages/hooks/use-scroll-lock/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-scroll-lock", - "version": "4.0.2", + "version": "4.0.3", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -49,7 +49,7 @@ "react": "^17.0.1" }, "dependencies": { - "@hi-ui/env": "^4.0.2", - "@hi-ui/type-assertion": "^4.0.2" + "@hi-ui/env": "^4.0.3", + "@hi-ui/type-assertion": "^4.0.3" } } diff --git a/packages/hooks/use-scroll/CHANGELOG.md b/packages/hooks/use-scroll/CHANGELOG.md index c9cd153cb..6641964d3 100644 --- a/packages/hooks/use-scroll/CHANGELOG.md +++ b/packages/hooks/use-scroll/CHANGELOG.md @@ -1,5 +1,15 @@ # @hi-ui/use-scroll +## 4.0.4 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/use-latest@4.0.3 + - @hi-ui/dom-utils@4.0.6 + - @hi-ui/throttle-by-raf@4.0.4 + ## 4.0.3 ### Patch Changes diff --git a/packages/hooks/use-scroll/package.json b/packages/hooks/use-scroll/package.json index 007527360..99857f522 100644 --- a/packages/hooks/use-scroll/package.json +++ b/packages/hooks/use-scroll/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-scroll", - "version": "4.0.3", + "version": "4.0.4", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -49,8 +49,8 @@ "react": "^17.0.1" }, "dependencies": { - "@hi-ui/dom-utils": "^4.0.5", - "@hi-ui/throttle-by-raf": "^4.0.3", - "@hi-ui/use-latest": "^4.0.2" + "@hi-ui/dom-utils": "^4.0.6", + "@hi-ui/throttle-by-raf": "^4.0.4", + "@hi-ui/use-latest": "^4.0.3" } } diff --git a/packages/hooks/use-search-mode/CHANGELOG.md b/packages/hooks/use-search-mode/CHANGELOG.md index 9a2893cd4..a8c652d67 100644 --- a/packages/hooks/use-search-mode/CHANGELOG.md +++ b/packages/hooks/use-search-mode/CHANGELOG.md @@ -1,5 +1,20 @@ # @hi-ui/use-search-mode +## 4.1.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/use-data-source@4.0.3 + - @hi-ui/use-latest@4.0.3 + - @hi-ui/loading@4.1.2 + - @hi-ui/dom-utils@4.0.6 + - @hi-ui/func-utils@4.0.3 + - @hi-ui/tree-utils@4.1.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.1.2 ### Patch Changes diff --git a/packages/hooks/use-search-mode/package.json b/packages/hooks/use-search-mode/package.json index 2efb838f7..d1564207f 100644 --- a/packages/hooks/use-search-mode/package.json +++ b/packages/hooks/use-search-mode/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-search-mode", - "version": "4.1.2", + "version": "4.1.3", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -49,13 +49,13 @@ "react": "^17.0.1" }, "dependencies": { - "@hi-ui/dom-utils": "^4.0.5", - "@hi-ui/env": "^4.0.2", - "@hi-ui/func-utils": "^4.0.2", - "@hi-ui/loading": "^4.1.1", - "@hi-ui/tree-utils": "^4.1.2", - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-data-source": "^4.0.2", - "@hi-ui/use-latest": "^4.0.2" + "@hi-ui/dom-utils": "^4.0.6", + "@hi-ui/env": "^4.0.3", + "@hi-ui/func-utils": "^4.0.3", + "@hi-ui/loading": "^4.1.2", + "@hi-ui/tree-utils": "^4.1.3", + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-data-source": "^4.0.3", + "@hi-ui/use-latest": "^4.0.3" } } diff --git a/packages/hooks/use-timeout/CHANGELOG.md b/packages/hooks/use-timeout/CHANGELOG.md index fc006aac3..8185d77c1 100644 --- a/packages/hooks/use-timeout/CHANGELOG.md +++ b/packages/hooks/use-timeout/CHANGELOG.md @@ -1,5 +1,13 @@ # @hi-ui/use-timeout +## 4.0.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/use-latest@4.0.3 + ## 4.0.2 ### Patch Changes diff --git a/packages/hooks/use-timeout/package.json b/packages/hooks/use-timeout/package.json index 725229aab..43dca4559 100644 --- a/packages/hooks/use-timeout/package.json +++ b/packages/hooks/use-timeout/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-timeout", - "version": "4.0.2", + "version": "4.0.3", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -49,6 +49,6 @@ "react": "^17.0.1" }, "dependencies": { - "@hi-ui/use-latest": "^4.0.2" + "@hi-ui/use-latest": "^4.0.3" } } diff --git a/packages/hooks/use-toggle/CHANGELOG.md b/packages/hooks/use-toggle/CHANGELOG.md index 35d84289c..249d6b4fa 100644 --- a/packages/hooks/use-toggle/CHANGELOG.md +++ b/packages/hooks/use-toggle/CHANGELOG.md @@ -1,5 +1,14 @@ # @hi-ui/use-toggle +## 4.0.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/use-latest@4.0.3 + - @hi-ui/use-uncontrolled-state@4.0.3 + ## 4.0.2 ### Patch Changes diff --git a/packages/hooks/use-toggle/package.json b/packages/hooks/use-toggle/package.json index fb7ec5a31..4e5bc2896 100644 --- a/packages/hooks/use-toggle/package.json +++ b/packages/hooks/use-toggle/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-toggle", - "version": "4.0.2", + "version": "4.0.3", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -47,7 +47,7 @@ }, "devDependencies": {}, "dependencies": { - "@hi-ui/use-latest": "^4.0.2", - "@hi-ui/use-uncontrolled-state": "^4.0.2" + "@hi-ui/use-latest": "^4.0.3", + "@hi-ui/use-uncontrolled-state": "^4.0.3" } } diff --git a/packages/hooks/use-uncontrolled-state/CHANGELOG.md b/packages/hooks/use-uncontrolled-state/CHANGELOG.md index 531804508..4530141a1 100644 --- a/packages/hooks/use-uncontrolled-state/CHANGELOG.md +++ b/packages/hooks/use-uncontrolled-state/CHANGELOG.md @@ -1,5 +1,14 @@ # @hi-ui/use-uncontrolled-state +## 4.0.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/use-latest@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.0.2 ### Patch Changes diff --git a/packages/hooks/use-uncontrolled-state/package.json b/packages/hooks/use-uncontrolled-state/package.json index 3326aeeab..a5e922205 100644 --- a/packages/hooks/use-uncontrolled-state/package.json +++ b/packages/hooks/use-uncontrolled-state/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-uncontrolled-state", - "version": "4.0.2", + "version": "4.0.3", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -49,7 +49,7 @@ "react": "^17.0.1" }, "dependencies": { - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-latest": "^4.0.2" + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-latest": "^4.0.3" } } diff --git a/packages/hooks/use-unmount-effect/CHANGELOG.md b/packages/hooks/use-unmount-effect/CHANGELOG.md index 2a6568a4a..4b17fcbfa 100644 --- a/packages/hooks/use-unmount-effect/CHANGELOG.md +++ b/packages/hooks/use-unmount-effect/CHANGELOG.md @@ -1,5 +1,13 @@ # @hi-ui/use-unmount-effect +## 4.0.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/use-latest@4.0.3 + ## 4.0.2 ### Patch Changes diff --git a/packages/hooks/use-unmount-effect/package.json b/packages/hooks/use-unmount-effect/package.json index 45f981076..20a1f57a9 100644 --- a/packages/hooks/use-unmount-effect/package.json +++ b/packages/hooks/use-unmount-effect/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-unmount-effect", - "version": "4.0.2", + "version": "4.0.3", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -49,6 +49,6 @@ "react": "^17.0.1" }, "dependencies": { - "@hi-ui/use-latest": "^4.0.2" + "@hi-ui/use-latest": "^4.0.3" } } diff --git a/packages/hooks/use-update-effect/CHANGELOG.md b/packages/hooks/use-update-effect/CHANGELOG.md index 3bda58d1c..ed546c7cc 100644 --- a/packages/hooks/use-update-effect/CHANGELOG.md +++ b/packages/hooks/use-update-effect/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/use-update-effect +## 4.0.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 + ## 4.0.2 ### Patch Changes diff --git a/packages/hooks/use-update-effect/package.json b/packages/hooks/use-update-effect/package.json index dcbafab30..47b47bbb2 100644 --- a/packages/hooks/use-update-effect/package.json +++ b/packages/hooks/use-update-effect/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-update-effect", - "version": "4.0.2", + "version": "4.0.3", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 5e89af932..606416fed 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,15 @@ # @hi-ui/icons +## 4.0.17 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/classname@4.0.3 + ## 4.0.16 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index d96015f5d..537706b5f 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/icons", - "version": "4.0.16", + "version": "4.0.17", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -49,17 +49,17 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/patches/patches/CHANGELOG.md b/packages/patches/patches/CHANGELOG.md index f35cb1a7c..1c7ded765 100644 --- a/packages/patches/patches/CHANGELOG.md +++ b/packages/patches/patches/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/patches +## 4.0.9 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 + ## 4.0.8 ### Patch Changes diff --git a/packages/patches/patches/package.json b/packages/patches/patches/package.json index 7a7d60f61..e33166574 100644 --- a/packages/patches/patches/package.json +++ b/packages/patches/patches/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/patches", - "version": "4.0.8", + "version": "4.0.9", "description": "A patch-package for @hi-ui/hiui V4.", "keywords": [], "author": "HiUI ", diff --git a/packages/ui/alert/CHANGELOG.md b/packages/ui/alert/CHANGELOG.md index b47856853..af4dc147f 100644 --- a/packages/ui/alert/CHANGELOG.md +++ b/packages/ui/alert/CHANGELOG.md @@ -1,5 +1,19 @@ # @hi-ui/alert +## 4.1.2 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-latest@4.0.3 + - @hi-ui/use-timeout@4.0.3 + - @hi-ui/icons@4.0.17 + - @hi-ui/icon-button@4.0.7 + - @hi-ui/classname@4.0.3 + ## 4.1.1 ### Patch Changes diff --git a/packages/ui/alert/package.json b/packages/ui/alert/package.json index 29e1df7a3..8b873a271 100644 --- a/packages/ui/alert/package.json +++ b/packages/ui/alert/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/alert", - "version": "4.1.1", + "version": "4.1.2", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,21 +43,21 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/icon-button": "^4.0.6", - "@hi-ui/icons": "^4.0.16", - "@hi-ui/use-latest": "^4.0.2", - "@hi-ui/use-timeout": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/icon-button": "^4.0.7", + "@hi-ui/icons": "^4.0.17", + "@hi-ui/use-latest": "^4.0.3", + "@hi-ui/use-timeout": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/anchor/CHANGELOG.md b/packages/ui/anchor/CHANGELOG.md index 75fcf6246..d23910377 100644 --- a/packages/ui/anchor/CHANGELOG.md +++ b/packages/ui/anchor/CHANGELOG.md @@ -1,5 +1,20 @@ # @hi-ui/anchor +## 4.0.7 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-registry@4.0.4 + - @hi-ui/use-uncontrolled-state@4.0.3 + - @hi-ui/classname@4.0.3 + - @hi-ui/dom-utils@4.0.6 + - @hi-ui/react-utils@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.0.6 ### Patch Changes diff --git a/packages/ui/anchor/package.json b/packages/ui/anchor/package.json index 06fc656cb..383d04fc7 100644 --- a/packages/ui/anchor/package.json +++ b/packages/ui/anchor/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/anchor", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,22 +43,22 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/dom-utils": "^4.0.5", - "@hi-ui/env": "^4.0.2", - "@hi-ui/react-utils": "^4.0.2", - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-registry": "^4.0.3", - "@hi-ui/use-uncontrolled-state": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/dom-utils": "^4.0.6", + "@hi-ui/env": "^4.0.3", + "@hi-ui/react-utils": "^4.0.3", + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-registry": "^4.0.4", + "@hi-ui/use-uncontrolled-state": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/avatar/CHANGELOG.md b/packages/ui/avatar/CHANGELOG.md index 406759cee..9016a7b4a 100644 --- a/packages/ui/avatar/CHANGELOG.md +++ b/packages/ui/avatar/CHANGELOG.md @@ -1,5 +1,17 @@ # @hi-ui/avatar +## 4.0.6 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-latest@4.0.3 + - @hi-ui/icons@4.0.17 + - @hi-ui/classname@4.0.3 + ## 4.0.5 ### Patch Changes diff --git a/packages/ui/avatar/package.json b/packages/ui/avatar/package.json index 8e5043140..4c649929f 100644 --- a/packages/ui/avatar/package.json +++ b/packages/ui/avatar/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/avatar", - "version": "4.0.5", + "version": "4.0.6", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,19 +43,19 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/icons": "^4.0.16", - "@hi-ui/use-latest": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/icons": "^4.0.17", + "@hi-ui/use-latest": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/back-top/CHANGELOG.md b/packages/ui/back-top/CHANGELOG.md index 6e0d92922..c6ec7674a 100644 --- a/packages/ui/back-top/CHANGELOG.md +++ b/packages/ui/back-top/CHANGELOG.md @@ -1,5 +1,20 @@ # @hi-ui/back-top +## 4.0.6 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-did-mount@4.0.3 + - @hi-ui/use-latest@4.0.3 + - @hi-ui/use-scroll@4.0.4 + - @hi-ui/icons@4.0.17 + - @hi-ui/tooltip@4.0.9 + - @hi-ui/classname@4.0.3 + ## 4.0.5 ### Patch Changes diff --git a/packages/ui/back-top/package.json b/packages/ui/back-top/package.json index c0d76cd39..31074d522 100644 --- a/packages/ui/back-top/package.json +++ b/packages/ui/back-top/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/back-top", - "version": "4.0.5", + "version": "4.0.6", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,23 +43,23 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/icons": "^4.0.16", - "@hi-ui/tooltip": "^4.0.8", - "@hi-ui/use-did-mount": "^4.0.2", - "@hi-ui/use-latest": "^4.0.2", - "@hi-ui/use-scroll": "^4.0.3", + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/icons": "^4.0.17", + "@hi-ui/tooltip": "^4.0.9", + "@hi-ui/use-did-mount": "^4.0.3", + "@hi-ui/use-latest": "^4.0.3", + "@hi-ui/use-scroll": "^4.0.4", "@tweenjs/tween.js": "^18.6.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/badge/CHANGELOG.md b/packages/ui/badge/CHANGELOG.md index ee6f1d390..325a41cfa 100644 --- a/packages/ui/badge/CHANGELOG.md +++ b/packages/ui/badge/CHANGELOG.md @@ -1,5 +1,16 @@ # @hi-ui/badge +## 4.0.8 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/classname@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.0.7 ### Patch Changes diff --git a/packages/ui/badge/package.json b/packages/ui/badge/package.json index 5b83dfd4e..57aff5e9d 100644 --- a/packages/ui/badge/package.json +++ b/packages/ui/badge/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/badge", - "version": "4.0.7", + "version": "4.0.8", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,18 +43,18 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/type-assertion": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/type-assertion": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/breadcrumb/CHANGELOG.md b/packages/ui/breadcrumb/CHANGELOG.md index 0c553aed0..e4aaa4ba8 100644 --- a/packages/ui/breadcrumb/CHANGELOG.md +++ b/packages/ui/breadcrumb/CHANGELOG.md @@ -1,5 +1,15 @@ # @hi-ui/breadcrumb +## 4.0.6 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/classname@4.0.3 + ## 4.0.5 ### Patch Changes diff --git a/packages/ui/breadcrumb/package.json b/packages/ui/breadcrumb/package.json index 0bad0ef7a..af3172d8f 100644 --- a/packages/ui/breadcrumb/package.json +++ b/packages/ui/breadcrumb/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/breadcrumb", - "version": "4.0.5", + "version": "4.0.6", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,17 +43,17 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/button/CHANGELOG.md b/packages/ui/button/CHANGELOG.md index 7e0ee0d1b..fc3911df1 100644 --- a/packages/ui/button/CHANGELOG.md +++ b/packages/ui/button/CHANGELOG.md @@ -1,5 +1,15 @@ # @hi-ui/button +## 4.0.8 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/classname@4.0.3 + ## 4.0.7 ### Patch Changes diff --git a/packages/ui/button/package.json b/packages/ui/button/package.json index 7041e0015..b2cd45bda 100644 --- a/packages/ui/button/package.json +++ b/packages/ui/button/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/button", - "version": "4.0.7", + "version": "4.0.8", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,17 +43,17 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/card/CHANGELOG.md b/packages/ui/card/CHANGELOG.md index bfeb480f2..50fb7a573 100644 --- a/packages/ui/card/CHANGELOG.md +++ b/packages/ui/card/CHANGELOG.md @@ -1,5 +1,17 @@ # @hi-ui/card +## 4.0.7 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/loading@4.1.2 + - @hi-ui/classname@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.0.6 ### Patch Changes diff --git a/packages/ui/card/package.json b/packages/ui/card/package.json index 2ce7711f6..c7f447efa 100644 --- a/packages/ui/card/package.json +++ b/packages/ui/card/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/card", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,19 +43,19 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/loading": "^4.1.1", - "@hi-ui/type-assertion": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/loading": "^4.1.2", + "@hi-ui/type-assertion": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/carousel/CHANGELOG.md b/packages/ui/carousel/CHANGELOG.md index 3578bfe92..1bd73a88b 100644 --- a/packages/ui/carousel/CHANGELOG.md +++ b/packages/ui/carousel/CHANGELOG.md @@ -1,5 +1,16 @@ # @hi-ui/carousel +## 4.0.6 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/icons@4.0.17 + - @hi-ui/classname@4.0.3 + ## 4.0.5 ### Patch Changes diff --git a/packages/ui/carousel/package.json b/packages/ui/carousel/package.json index ad6c670b0..c4168e516 100644 --- a/packages/ui/carousel/package.json +++ b/packages/ui/carousel/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/carousel", - "version": "4.0.5", + "version": "4.0.6", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,18 +43,18 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/icons": "^4.0.16" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/icons": "^4.0.17" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/cascader/CHANGELOG.md b/packages/ui/cascader/CHANGELOG.md index cb3cd3c2f..93f4b559b 100644 --- a/packages/ui/cascader/CHANGELOG.md +++ b/packages/ui/cascader/CHANGELOG.md @@ -1,5 +1,31 @@ # @hi-ui/cascader +## 4.1.4 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-check-state@4.0.3 + - @hi-ui/use-data-source@4.0.3 + - @hi-ui/use-latest@4.0.3 + - @hi-ui/use-search-mode@4.1.3 + - @hi-ui/use-toggle@4.0.3 + - @hi-ui/use-uncontrolled-state@4.0.3 + - @hi-ui/icons@4.0.17 + - @hi-ui/highlighter@4.0.7 + - @hi-ui/input@4.0.12 + - @hi-ui/picker@4.1.3 + - @hi-ui/popper@4.1.2 + - @hi-ui/spinner@4.0.7 + - @hi-ui/array-utils@4.0.3 + - @hi-ui/classname@4.0.3 + - @hi-ui/func-utils@4.0.3 + - @hi-ui/tree-utils@4.1.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.1.3 ### Patch Changes diff --git a/packages/ui/cascader/package.json b/packages/ui/cascader/package.json index f0c11e7fb..8f077dac5 100644 --- a/packages/ui/cascader/package.json +++ b/packages/ui/cascader/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/cascader", - "version": "4.1.3", + "version": "4.1.4", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,33 +43,33 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.2", - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/func-utils": "^4.0.2", - "@hi-ui/highlighter": "^4.0.6", - "@hi-ui/icons": "^4.0.16", - "@hi-ui/input": "^4.0.11", - "@hi-ui/picker": "^4.1.2", - "@hi-ui/popper": "^4.1.1", - "@hi-ui/spinner": "^4.0.6", - "@hi-ui/tree-utils": "^4.1.2", - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-check-state": "^4.0.2", - "@hi-ui/use-data-source": "^4.0.2", - "@hi-ui/use-latest": "^4.0.2", - "@hi-ui/use-search-mode": "^4.1.2", - "@hi-ui/use-toggle": "^4.0.2", - "@hi-ui/use-uncontrolled-state": "^4.0.2" + "@hi-ui/array-utils": "^4.0.3", + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/func-utils": "^4.0.3", + "@hi-ui/highlighter": "^4.0.7", + "@hi-ui/icons": "^4.0.17", + "@hi-ui/input": "^4.0.12", + "@hi-ui/picker": "^4.1.3", + "@hi-ui/popper": "^4.1.2", + "@hi-ui/spinner": "^4.0.7", + "@hi-ui/tree-utils": "^4.1.3", + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-check-state": "^4.0.3", + "@hi-ui/use-data-source": "^4.0.3", + "@hi-ui/use-latest": "^4.0.3", + "@hi-ui/use-search-mode": "^4.1.3", + "@hi-ui/use-toggle": "^4.0.3", + "@hi-ui/use-uncontrolled-state": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/check-cascader/CHANGELOG.md b/packages/ui/check-cascader/CHANGELOG.md index 578d613b9..277f645c7 100644 --- a/packages/ui/check-cascader/CHANGELOG.md +++ b/packages/ui/check-cascader/CHANGELOG.md @@ -1,5 +1,35 @@ # @hi-ui/check-cascader +## 4.2.4 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-check@4.0.4 + - @hi-ui/use-data-source@4.0.3 + - @hi-ui/use-latest@4.0.3 + - @hi-ui/use-merge-refs@4.0.3 + - @hi-ui/use-outside-click@4.0.3 + - @hi-ui/use-search-mode@4.1.3 + - @hi-ui/use-toggle@4.0.3 + - @hi-ui/use-uncontrolled-state@4.0.3 + - @hi-ui/icons@4.0.17 + - @hi-ui/checkbox@4.0.7 + - @hi-ui/input@4.0.12 + - @hi-ui/picker@4.1.3 + - @hi-ui/popper@4.1.2 + - @hi-ui/spinner@4.0.7 + - @hi-ui/tag-input@4.0.9 + - @hi-ui/array-utils@4.0.3 + - @hi-ui/classname@4.0.3 + - @hi-ui/func-utils@4.0.3 + - @hi-ui/times@4.0.3 + - @hi-ui/tree-utils@4.1.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.2.3 ### Patch Changes diff --git a/packages/ui/check-cascader/package.json b/packages/ui/check-cascader/package.json index eea7bc26f..1bfc32bad 100644 --- a/packages/ui/check-cascader/package.json +++ b/packages/ui/check-cascader/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/check-cascader", - "version": "4.2.3", + "version": "4.2.4", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -44,37 +44,37 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.2", - "@hi-ui/checkbox": "^4.0.6", - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/func-utils": "^4.0.2", - "@hi-ui/icons": "^4.0.16", - "@hi-ui/input": "^4.0.11", - "@hi-ui/picker": "^4.1.2", - "@hi-ui/popper": "^4.1.1", - "@hi-ui/spinner": "^4.0.6", - "@hi-ui/tag-input": "^4.0.8", - "@hi-ui/times": "^4.0.2", - "@hi-ui/tree-utils": "^4.1.2", - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-check": "^4.0.3", - "@hi-ui/use-data-source": "^4.0.2", - "@hi-ui/use-latest": "^4.0.2", - "@hi-ui/use-merge-refs": "^4.0.2", - "@hi-ui/use-outside-click": "^4.0.2", - "@hi-ui/use-search-mode": "^4.1.2", - "@hi-ui/use-toggle": "^4.0.2", - "@hi-ui/use-uncontrolled-state": "^4.0.2" + "@hi-ui/array-utils": "^4.0.3", + "@hi-ui/checkbox": "^4.0.7", + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/func-utils": "^4.0.3", + "@hi-ui/icons": "^4.0.17", + "@hi-ui/input": "^4.0.12", + "@hi-ui/picker": "^4.1.3", + "@hi-ui/popper": "^4.1.2", + "@hi-ui/spinner": "^4.0.7", + "@hi-ui/tag-input": "^4.0.9", + "@hi-ui/times": "^4.0.3", + "@hi-ui/tree-utils": "^4.1.3", + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-check": "^4.0.4", + "@hi-ui/use-data-source": "^4.0.3", + "@hi-ui/use-latest": "^4.0.3", + "@hi-ui/use-merge-refs": "^4.0.3", + "@hi-ui/use-outside-click": "^4.0.3", + "@hi-ui/use-search-mode": "^4.1.3", + "@hi-ui/use-toggle": "^4.0.3", + "@hi-ui/use-uncontrolled-state": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/check-select/CHANGELOG.md b/packages/ui/check-select/CHANGELOG.md index be39e958f..4427505b7 100644 --- a/packages/ui/check-select/CHANGELOG.md +++ b/packages/ui/check-select/CHANGELOG.md @@ -1,5 +1,36 @@ # @hi-ui/check-select +## 4.3.4 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-check@4.0.4 + - @hi-ui/use-children@4.0.3 + - @hi-ui/use-data-source@4.0.3 + - @hi-ui/use-latest@4.0.3 + - @hi-ui/use-search-mode@4.1.3 + - @hi-ui/use-toggle@4.0.3 + - @hi-ui/use-uncontrolled-state@4.0.3 + - @hi-ui/icons@4.0.17 + - @hi-ui/checkbox@4.0.7 + - @hi-ui/highlighter@4.0.7 + - @hi-ui/input@4.0.12 + - @hi-ui/picker@4.1.3 + - @hi-ui/popper@4.1.2 + - @hi-ui/tag-input@4.0.9 + - @hi-ui/virtual-list@4.0.6 + - @hi-ui/array-utils@4.0.3 + - @hi-ui/classname@4.0.3 + - @hi-ui/dom-utils@4.0.6 + - @hi-ui/func-utils@4.0.3 + - @hi-ui/times@4.0.3 + - @hi-ui/tree-utils@4.1.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.3.3 ### Patch Changes diff --git a/packages/ui/check-select/package.json b/packages/ui/check-select/package.json index 1530e3714..b668a9119 100644 --- a/packages/ui/check-select/package.json +++ b/packages/ui/check-select/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/check-select", - "version": "4.3.3", + "version": "4.3.4", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,38 +43,38 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.2", - "@hi-ui/checkbox": "^4.0.6", - "@hi-ui/classname": "^4.0.2", - "@hi-ui/dom-utils": "^4.0.5", - "@hi-ui/env": "^4.0.2", - "@hi-ui/func-utils": "^4.0.2", - "@hi-ui/highlighter": "^4.0.6", - "@hi-ui/icons": "^4.0.16", - "@hi-ui/input": "^4.0.11", - "@hi-ui/picker": "^4.1.2", - "@hi-ui/popper": "^4.1.1", - "@hi-ui/tag-input": "^4.0.8", - "@hi-ui/times": "^4.0.2", - "@hi-ui/tree-utils": "^4.1.2", - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-check": "^4.0.3", - "@hi-ui/use-children": "^4.0.2", - "@hi-ui/use-data-source": "^4.0.2", - "@hi-ui/use-latest": "^4.0.2", - "@hi-ui/use-search-mode": "^4.1.2", - "@hi-ui/use-toggle": "^4.0.2", - "@hi-ui/use-uncontrolled-state": "^4.0.2", - "@hi-ui/virtual-list": "^4.0.5" + "@hi-ui/array-utils": "^4.0.3", + "@hi-ui/checkbox": "^4.0.7", + "@hi-ui/classname": "^4.0.3", + "@hi-ui/dom-utils": "^4.0.6", + "@hi-ui/env": "^4.0.3", + "@hi-ui/func-utils": "^4.0.3", + "@hi-ui/highlighter": "^4.0.7", + "@hi-ui/icons": "^4.0.17", + "@hi-ui/input": "^4.0.12", + "@hi-ui/picker": "^4.1.3", + "@hi-ui/popper": "^4.1.2", + "@hi-ui/tag-input": "^4.0.9", + "@hi-ui/times": "^4.0.3", + "@hi-ui/tree-utils": "^4.1.3", + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-check": "^4.0.4", + "@hi-ui/use-children": "^4.0.3", + "@hi-ui/use-data-source": "^4.0.3", + "@hi-ui/use-latest": "^4.0.3", + "@hi-ui/use-search-mode": "^4.1.3", + "@hi-ui/use-toggle": "^4.0.3", + "@hi-ui/use-uncontrolled-state": "^4.0.3", + "@hi-ui/virtual-list": "^4.0.6" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/check-tree-select/CHANGELOG.md b/packages/ui/check-tree-select/CHANGELOG.md index c82625a8e..e13b6fb16 100644 --- a/packages/ui/check-tree-select/CHANGELOG.md +++ b/packages/ui/check-tree-select/CHANGELOG.md @@ -1,5 +1,31 @@ # @hi-ui/check-tree-select +## 4.3.2 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-check@4.0.4 + - @hi-ui/use-data-source@4.0.3 + - @hi-ui/use-search-mode@4.1.3 + - @hi-ui/use-toggle@4.0.3 + - @hi-ui/use-uncontrolled-state@4.0.3 + - @hi-ui/icons@4.0.17 + - @hi-ui/checkbox@4.0.7 + - @hi-ui/highlighter@4.0.7 + - @hi-ui/picker@4.1.3 + - @hi-ui/popper@4.1.2 + - @hi-ui/tag-input@4.0.9 + - @hi-ui/tree@4.5.7 + - @hi-ui/array-utils@4.0.3 + - @hi-ui/classname@4.0.3 + - @hi-ui/func-utils@4.0.3 + - @hi-ui/tree-utils@4.1.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.3.1 ### Patch Changes diff --git a/packages/ui/check-tree-select/package.json b/packages/ui/check-tree-select/package.json index 419aff6c0..8470f5bd2 100644 --- a/packages/ui/check-tree-select/package.json +++ b/packages/ui/check-tree-select/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/check-tree-select", - "version": "4.3.1", + "version": "4.3.2", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,33 +43,33 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.2", - "@hi-ui/checkbox": "^4.0.6", - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/func-utils": "^4.0.2", - "@hi-ui/highlighter": "^4.0.6", - "@hi-ui/icons": "^4.0.16", - "@hi-ui/picker": "^4.1.2", - "@hi-ui/popper": "^4.1.1", - "@hi-ui/tag-input": "^4.0.8", - "@hi-ui/tree": "^4.5.6", - "@hi-ui/tree-utils": "^4.1.2", - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-check": "^4.0.3", - "@hi-ui/use-data-source": "^4.0.2", - "@hi-ui/use-search-mode": "^4.1.2", - "@hi-ui/use-toggle": "^4.0.2", - "@hi-ui/use-uncontrolled-state": "^4.0.2" + "@hi-ui/array-utils": "^4.0.3", + "@hi-ui/checkbox": "^4.0.7", + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/func-utils": "^4.0.3", + "@hi-ui/highlighter": "^4.0.7", + "@hi-ui/icons": "^4.0.17", + "@hi-ui/picker": "^4.1.3", + "@hi-ui/popper": "^4.1.2", + "@hi-ui/tag-input": "^4.0.9", + "@hi-ui/tree": "^4.5.7", + "@hi-ui/tree-utils": "^4.1.3", + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-check": "^4.0.4", + "@hi-ui/use-data-source": "^4.0.3", + "@hi-ui/use-search-mode": "^4.1.3", + "@hi-ui/use-toggle": "^4.0.3", + "@hi-ui/use-uncontrolled-state": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/checkbox/CHANGELOG.md b/packages/ui/checkbox/CHANGELOG.md index 4c2fbaa90..537a994d1 100644 --- a/packages/ui/checkbox/CHANGELOG.md +++ b/packages/ui/checkbox/CHANGELOG.md @@ -1,5 +1,20 @@ # @hi-ui/checkbox +## 4.0.7 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-check@4.0.4 + - @hi-ui/use-latest@4.0.3 + - @hi-ui/use-uncontrolled-state@4.0.3 + - @hi-ui/classname@4.0.3 + - @hi-ui/react-utils@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.0.6 ### Patch Changes diff --git a/packages/ui/checkbox/package.json b/packages/ui/checkbox/package.json index 88986e217..a42421bb8 100644 --- a/packages/ui/checkbox/package.json +++ b/packages/ui/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/checkbox", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,22 +43,22 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/react-utils": "^4.0.2", - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-check": "^4.0.3", - "@hi-ui/use-latest": "^4.0.2", - "@hi-ui/use-uncontrolled-state": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/react-utils": "^4.0.3", + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-check": "^4.0.4", + "@hi-ui/use-latest": "^4.0.3", + "@hi-ui/use-uncontrolled-state": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/collapse/CHANGELOG.md b/packages/ui/collapse/CHANGELOG.md index 2ea1848bd..c7f018953 100644 --- a/packages/ui/collapse/CHANGELOG.md +++ b/packages/ui/collapse/CHANGELOG.md @@ -1,5 +1,18 @@ # @hi-ui/collapse +## 4.1.4 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-uncontrolled-state@4.0.3 + - @hi-ui/icons@4.0.17 + - @hi-ui/classname@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.1.3 ### Patch Changes diff --git a/packages/ui/collapse/package.json b/packages/ui/collapse/package.json index 15eb600fc..e395f6b0f 100644 --- a/packages/ui/collapse/package.json +++ b/packages/ui/collapse/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/collapse", - "version": "4.1.3", + "version": "4.1.4", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,20 +43,20 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/icons": "^4.0.16", - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-uncontrolled-state": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/icons": "^4.0.17", + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-uncontrolled-state": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/counter/CHANGELOG.md b/packages/ui/counter/CHANGELOG.md index 3a4c19b7b..318bddfa5 100644 --- a/packages/ui/counter/CHANGELOG.md +++ b/packages/ui/counter/CHANGELOG.md @@ -1,5 +1,20 @@ # @hi-ui/counter +## 4.1.7 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-latest@4.0.3 + - @hi-ui/use-toggle@4.0.3 + - @hi-ui/use-uncontrolled-state@4.0.3 + - @hi-ui/icons@4.0.17 + - @hi-ui/classname@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.1.6 ### Patch Changes diff --git a/packages/ui/counter/package.json b/packages/ui/counter/package.json index 350e946d3..06dfc5edf 100644 --- a/packages/ui/counter/package.json +++ b/packages/ui/counter/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/counter", - "version": "4.1.6", + "version": "4.1.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -44,23 +44,23 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/icons": "^4.0.16", - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-latest": "^4.0.2", - "@hi-ui/use-toggle": "^4.0.2", - "@hi-ui/use-uncontrolled-state": "^4.0.2", + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/icons": "^4.0.17", + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-latest": "^4.0.3", + "@hi-ui/use-toggle": "^4.0.3", + "@hi-ui/use-uncontrolled-state": "^4.0.3", "number-precision": "^1.5.0" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/date-picker/CHANGELOG.md b/packages/ui/date-picker/CHANGELOG.md index 6c9ceea51..3c9e9546d 100644 --- a/packages/ui/date-picker/CHANGELOG.md +++ b/packages/ui/date-picker/CHANGELOG.md @@ -1,5 +1,20 @@ # @hi-ui/date-picker +## 4.4.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/icons@4.0.17 + - @hi-ui/button@4.0.8 + - @hi-ui/popper@4.1.2 + - @hi-ui/time-picker@4.0.12 + - @hi-ui/classname@4.0.3 + - @hi-ui/object-utils@4.0.3 + ## 4.4.2 ### Patch Changes diff --git a/packages/ui/date-picker/package.json b/packages/ui/date-picker/package.json index da6fa0c56..3e3d06e66 100644 --- a/packages/ui/date-picker/package.json +++ b/packages/ui/date-picker/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/date-picker", - "version": "4.4.2", + "version": "4.4.3", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,25 +43,25 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/button": "^4.0.7", - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/icons": "^4.0.16", - "@hi-ui/object-utils": "^4.0.2", - "@hi-ui/popper": "^4.1.1", - "@hi-ui/time-picker": "^4.0.11", + "@hi-ui/button": "^4.0.8", + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/icons": "^4.0.17", + "@hi-ui/object-utils": "^4.0.3", + "@hi-ui/popper": "^4.1.2", + "@hi-ui/time-picker": "^4.0.12", "axios": "^1.5.0", "moment": "^2.29.4", "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/descriptions/CHANGELOG.md b/packages/ui/descriptions/CHANGELOG.md index c1839ff72..9d1622170 100644 --- a/packages/ui/descriptions/CHANGELOG.md +++ b/packages/ui/descriptions/CHANGELOG.md @@ -1,5 +1,16 @@ # @hi-ui/descriptions +## 4.2.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/classname@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.2.2 ### Patch Changes diff --git a/packages/ui/descriptions/package.json b/packages/ui/descriptions/package.json index 55cd6ef87..a9439e8f4 100644 --- a/packages/ui/descriptions/package.json +++ b/packages/ui/descriptions/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/descriptions", - "version": "4.2.2", + "version": "4.2.3", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,18 +43,18 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/type-assertion": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/type-assertion": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/drawer/CHANGELOG.md b/packages/ui/drawer/CHANGELOG.md index 2a31e73fd..e93eb85c2 100644 --- a/packages/ui/drawer/CHANGELOG.md +++ b/packages/ui/drawer/CHANGELOG.md @@ -1,5 +1,24 @@ # @hi-ui/drawer +## 4.1.2 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-latest@4.0.3 + - @hi-ui/use-merge-refs@4.0.3 + - @hi-ui/use-scroll-lock@4.0.3 + - @hi-ui/use-toggle@4.0.3 + - @hi-ui/icons@4.0.17 + - @hi-ui/icon-button@4.0.7 + - @hi-ui/modal@4.0.14 + - @hi-ui/portal@4.0.6 + - @hi-ui/classname@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.1.1 ### Patch Changes diff --git a/packages/ui/drawer/package.json b/packages/ui/drawer/package.json index 82d5be051..5dcea6f0b 100644 --- a/packages/ui/drawer/package.json +++ b/packages/ui/drawer/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/drawer", - "version": "4.1.1", + "version": "4.1.2", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,27 +43,27 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/icon-button": "^4.0.6", - "@hi-ui/icons": "^4.0.16", - "@hi-ui/modal": "^4.0.13", - "@hi-ui/portal": "^4.0.5", - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-latest": "^4.0.2", - "@hi-ui/use-merge-refs": "^4.0.2", - "@hi-ui/use-scroll-lock": "^4.0.2", - "@hi-ui/use-toggle": "^4.0.2", + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/icon-button": "^4.0.7", + "@hi-ui/icons": "^4.0.17", + "@hi-ui/modal": "^4.0.14", + "@hi-ui/portal": "^4.0.6", + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-latest": "^4.0.3", + "@hi-ui/use-merge-refs": "^4.0.3", + "@hi-ui/use-scroll-lock": "^4.0.3", + "@hi-ui/use-toggle": "^4.0.3", "react-transition-group": "4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/dropdown/CHANGELOG.md b/packages/ui/dropdown/CHANGELOG.md index 7dafe4744..7999ba710 100644 --- a/packages/ui/dropdown/CHANGELOG.md +++ b/packages/ui/dropdown/CHANGELOG.md @@ -1,5 +1,25 @@ # @hi-ui/dropdown +## 4.1.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-latest@4.0.3 + - @hi-ui/use-timeout@4.0.3 + - @hi-ui/use-toggle@4.0.3 + - @hi-ui/use-unmount-effect@4.0.3 + - @hi-ui/icons@4.0.17 + - @hi-ui/button@4.0.8 + - @hi-ui/popper@4.1.2 + - @hi-ui/classname@4.0.3 + - @hi-ui/dom-utils@4.0.6 + - @hi-ui/react-utils@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.1.2 ### Patch Changes diff --git a/packages/ui/dropdown/package.json b/packages/ui/dropdown/package.json index 92a7e7aa9..1c14eb2c9 100644 --- a/packages/ui/dropdown/package.json +++ b/packages/ui/dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/dropdown", - "version": "4.1.2", + "version": "4.1.3", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,27 +43,27 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/button": "^4.0.7", - "@hi-ui/classname": "^4.0.2", - "@hi-ui/dom-utils": "^4.0.5", - "@hi-ui/env": "^4.0.2", - "@hi-ui/icons": "^4.0.16", - "@hi-ui/popper": "^4.1.1", - "@hi-ui/react-utils": "^4.0.2", - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-latest": "^4.0.2", - "@hi-ui/use-timeout": "^4.0.2", - "@hi-ui/use-toggle": "^4.0.2", - "@hi-ui/use-unmount-effect": "^4.0.2" + "@hi-ui/button": "^4.0.8", + "@hi-ui/classname": "^4.0.3", + "@hi-ui/dom-utils": "^4.0.6", + "@hi-ui/env": "^4.0.3", + "@hi-ui/icons": "^4.0.17", + "@hi-ui/popper": "^4.1.2", + "@hi-ui/react-utils": "^4.0.3", + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-latest": "^4.0.3", + "@hi-ui/use-timeout": "^4.0.3", + "@hi-ui/use-toggle": "^4.0.3", + "@hi-ui/use-unmount-effect": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/ellipsis-tooltip/CHANGELOG.md b/packages/ui/ellipsis-tooltip/CHANGELOG.md index 9ce0d40ee..f8bebbb80 100644 --- a/packages/ui/ellipsis-tooltip/CHANGELOG.md +++ b/packages/ui/ellipsis-tooltip/CHANGELOG.md @@ -1,5 +1,16 @@ # @hi-ui/ellipsis-tooltip +## 4.1.4 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/tooltip@4.0.9 + - @hi-ui/classname@4.0.3 + ## 4.1.3 ### Patch Changes diff --git a/packages/ui/ellipsis-tooltip/package.json b/packages/ui/ellipsis-tooltip/package.json index 7a39b76f6..053176469 100644 --- a/packages/ui/ellipsis-tooltip/package.json +++ b/packages/ui/ellipsis-tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/ellipsis-tooltip", - "version": "4.1.3", + "version": "4.1.4", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,18 +43,18 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/tooltip": "^4.0.8" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/tooltip": "^4.0.9" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/empty-state/CHANGELOG.md b/packages/ui/empty-state/CHANGELOG.md index cbe2ed18d..0ba72d4bc 100644 --- a/packages/ui/empty-state/CHANGELOG.md +++ b/packages/ui/empty-state/CHANGELOG.md @@ -1,5 +1,16 @@ # @hi-ui/empty-state +## 4.0.6 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/classname@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.0.5 ### Patch Changes diff --git a/packages/ui/empty-state/package.json b/packages/ui/empty-state/package.json index 89ecd9eab..16a012560 100644 --- a/packages/ui/empty-state/package.json +++ b/packages/ui/empty-state/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/empty-state", - "version": "4.0.5", + "version": "4.0.6", "description": "> TODO: description", "keywords": [], "author": "HiUI ", @@ -43,18 +43,18 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/type-assertion": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/type-assertion": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/file-select/CHANGELOG.md b/packages/ui/file-select/CHANGELOG.md index 84ec0bdc4..f0154f4fd 100644 --- a/packages/ui/file-select/CHANGELOG.md +++ b/packages/ui/file-select/CHANGELOG.md @@ -1,5 +1,15 @@ # @hi-ui/file-select +## 4.0.6 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/classname@4.0.3 + ## 4.0.5 ### Patch Changes diff --git a/packages/ui/file-select/package.json b/packages/ui/file-select/package.json index 96fb99b42..2e1ab994b 100644 --- a/packages/ui/file-select/package.json +++ b/packages/ui/file-select/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/file-select", - "version": "4.0.5", + "version": "4.0.6", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,17 +43,17 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/filter/CHANGELOG.md b/packages/ui/filter/CHANGELOG.md index bb8c45082..808ab0815 100644 --- a/packages/ui/filter/CHANGELOG.md +++ b/packages/ui/filter/CHANGELOG.md @@ -1,5 +1,18 @@ # @hi-ui/filter +## 4.1.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-check@4.0.4 + - @hi-ui/use-uncontrolled-state@4.0.3 + - @hi-ui/classname@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.1.2 ### Patch Changes diff --git a/packages/ui/filter/package.json b/packages/ui/filter/package.json index 555513e47..d806b8fb2 100644 --- a/packages/ui/filter/package.json +++ b/packages/ui/filter/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/filter", - "version": "4.1.2", + "version": "4.1.3", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,20 +43,20 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-check": "^4.0.3", - "@hi-ui/use-uncontrolled-state": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-check": "^4.0.4", + "@hi-ui/use-uncontrolled-state": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/form/CHANGELOG.md b/packages/ui/form/CHANGELOG.md index edaeefbdf..0e3fb44eb 100644 --- a/packages/ui/form/CHANGELOG.md +++ b/packages/ui/form/CHANGELOG.md @@ -1,5 +1,22 @@ # @hi-ui/form +## 4.1.4 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-latest@4.0.3 + - @hi-ui/button@4.0.8 + - @hi-ui/array-utils@4.0.3 + - @hi-ui/classname@4.0.3 + - @hi-ui/dom-utils@4.0.6 + - @hi-ui/func-utils@4.0.3 + - @hi-ui/object-utils@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.1.3 ### Patch Changes diff --git a/packages/ui/form/package.json b/packages/ui/form/package.json index 307fc896a..9d26283c0 100644 --- a/packages/ui/form/package.json +++ b/packages/ui/form/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/form", - "version": "4.1.3", + "version": "4.1.4", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,25 +43,25 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.2", - "@hi-ui/button": "^4.0.7", - "@hi-ui/classname": "^4.0.2", - "@hi-ui/dom-utils": "^4.0.5", - "@hi-ui/env": "^4.0.2", - "@hi-ui/func-utils": "^4.0.2", - "@hi-ui/object-utils": "^4.0.2", - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-latest": "^4.0.2", + "@hi-ui/array-utils": "^4.0.3", + "@hi-ui/button": "^4.0.8", + "@hi-ui/classname": "^4.0.3", + "@hi-ui/dom-utils": "^4.0.6", + "@hi-ui/env": "^4.0.3", + "@hi-ui/func-utils": "^4.0.3", + "@hi-ui/object-utils": "^4.0.3", + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-latest": "^4.0.3", "async-validator": "^4.0.7" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/grid/CHANGELOG.md b/packages/ui/grid/CHANGELOG.md index 845e00164..6bb3739d7 100644 --- a/packages/ui/grid/CHANGELOG.md +++ b/packages/ui/grid/CHANGELOG.md @@ -1,5 +1,16 @@ # @hi-ui/grid +## 4.0.7 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/classname@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.0.6 ### Patch Changes diff --git a/packages/ui/grid/package.json b/packages/ui/grid/package.json index a4237259d..30f3d409a 100644 --- a/packages/ui/grid/package.json +++ b/packages/ui/grid/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/grid", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,18 +43,18 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/type-assertion": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/type-assertion": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/highlighter/CHANGELOG.md b/packages/ui/highlighter/CHANGELOG.md index f6ceae14b..9428d5684 100644 --- a/packages/ui/highlighter/CHANGELOG.md +++ b/packages/ui/highlighter/CHANGELOG.md @@ -1,5 +1,15 @@ # @hi-ui/highlighter +## 4.0.7 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/classname@4.0.3 + ## 4.0.6 ### Patch Changes diff --git a/packages/ui/highlighter/package.json b/packages/ui/highlighter/package.json index 04c46b192..c6b4e852f 100644 --- a/packages/ui/highlighter/package.json +++ b/packages/ui/highlighter/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/highlighter", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,17 +43,17 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/hiui/CHANGELOG.md b/packages/ui/hiui/CHANGELOG.md index 28dbe75c4..aa3f2f9e2 100644 --- a/packages/ui/hiui/CHANGELOG.md +++ b/packages/ui/hiui/CHANGELOG.md @@ -1,5 +1,80 @@ # @hi-ui/hiui +## 4.4.1 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/core@4.0.7 + - @hi-ui/alert@4.1.2 + - @hi-ui/anchor@4.0.7 + - @hi-ui/avatar@4.0.6 + - @hi-ui/back-top@4.0.6 + - @hi-ui/badge@4.0.8 + - @hi-ui/breadcrumb@4.0.6 + - @hi-ui/button@4.0.8 + - @hi-ui/card@4.0.7 + - @hi-ui/carousel@4.0.6 + - @hi-ui/cascader@4.1.4 + - @hi-ui/check-cascader@4.2.4 + - @hi-ui/check-select@4.3.4 + - @hi-ui/check-tree-select@4.3.2 + - @hi-ui/checkbox@4.0.7 + - @hi-ui/collapse@4.1.4 + - @hi-ui/counter@4.1.7 + - @hi-ui/date-picker@4.4.3 + - @hi-ui/descriptions@4.2.3 + - @hi-ui/drawer@4.1.2 + - @hi-ui/dropdown@4.1.3 + - @hi-ui/ellipsis-tooltip@4.1.4 + - @hi-ui/empty-state@4.0.6 + - @hi-ui/filter@4.1.3 + - @hi-ui/form@4.1.4 + - @hi-ui/grid@4.0.7 + - @hi-ui/highlighter@4.0.7 + - @hi-ui/input@4.0.12 + - @hi-ui/input-group@4.0.5 + - @hi-ui/list@4.0.11 + - @hi-ui/loading@4.1.2 + - @hi-ui/menu@4.1.5 + - @hi-ui/message@4.0.6 + - @hi-ui/modal@4.0.14 + - @hi-ui/notification@4.1.2 + - @hi-ui/number-input@4.1.6 + - @hi-ui/pagination@4.0.13 + - @hi-ui/picker@4.1.3 + - @hi-ui/pop-confirm@4.2.2 + - @hi-ui/popover@4.0.7 + - @hi-ui/preview@4.0.7 + - @hi-ui/progress@4.0.8 + - @hi-ui/provider@4.0.7 + - @hi-ui/radio@4.1.2 + - @hi-ui/rating@4.0.7 + - @hi-ui/result@4.0.6 + - @hi-ui/scrollbar@4.0.5 + - @hi-ui/search@4.0.10 + - @hi-ui/select@4.2.4 + - @hi-ui/slider@4.0.9 + - @hi-ui/space@4.0.8 + - @hi-ui/spinner@4.0.7 + - @hi-ui/stepper@4.0.6 + - @hi-ui/svg-icon@4.0.6 + - @hi-ui/switch@4.0.9 + - @hi-ui/table@4.3.3 + - @hi-ui/tabs@4.1.3 + - @hi-ui/tag@4.1.2 + - @hi-ui/textarea@4.1.5 + - @hi-ui/time-picker@4.0.12 + - @hi-ui/timeline@4.0.6 + - @hi-ui/tooltip@4.0.9 + - @hi-ui/transfer@4.0.12 + - @hi-ui/tree@4.5.7 + - @hi-ui/tree-select@4.1.2 + - @hi-ui/upload@4.1.8 + - @hi-ui/watermark@4.0.6 + - @hi-ui/zen-mode@4.0.6 + ## 4.4.0 ### Minor Changes diff --git a/packages/ui/hiui/package.json b/packages/ui/hiui/package.json index f1adddb21..0b0addb56 100644 --- a/packages/ui/hiui/package.json +++ b/packages/ui/hiui/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/hiui", - "version": "4.4.0", + "version": "4.4.1", "description": "The root-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,82 +43,82 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/alert": "^4.1.1", - "@hi-ui/anchor": "^4.0.6", - "@hi-ui/avatar": "^4.0.5", - "@hi-ui/back-top": "^4.0.5", - "@hi-ui/badge": "^4.0.7", - "@hi-ui/breadcrumb": "^4.0.5", - "@hi-ui/button": "^4.0.7", - "@hi-ui/card": "^4.0.6", - "@hi-ui/carousel": "^4.0.5", - "@hi-ui/cascader": "^4.1.3", - "@hi-ui/check-cascader": "^4.2.3", - "@hi-ui/check-select": "^4.3.3", - "@hi-ui/check-tree-select": "^4.3.1", - "@hi-ui/checkbox": "^4.0.6", - "@hi-ui/collapse": "^4.1.3", - "@hi-ui/counter": "^4.1.6", - "@hi-ui/date-picker": "^4.4.2", - "@hi-ui/descriptions": "^4.2.2", - "@hi-ui/drawer": "^4.1.1", - "@hi-ui/dropdown": "^4.1.2", - "@hi-ui/ellipsis-tooltip": "^4.1.3", - "@hi-ui/empty-state": "^4.0.5", - "@hi-ui/filter": "^4.1.2", - "@hi-ui/form": "^4.1.3", - "@hi-ui/grid": "^4.0.6", - "@hi-ui/highlighter": "^4.0.6", - "@hi-ui/input": "^4.0.11", - "@hi-ui/input-group": "^4.0.4", - "@hi-ui/list": "^4.0.10", - "@hi-ui/loading": "^4.1.1", - "@hi-ui/menu": "^4.1.4", - "@hi-ui/message": "^4.0.5", - "@hi-ui/modal": "^4.0.13", - "@hi-ui/notification": "^4.1.1", - "@hi-ui/number-input": "^4.1.5", - "@hi-ui/pagination": "^4.0.12", - "@hi-ui/picker": "^4.1.2", - "@hi-ui/pop-confirm": "^4.2.1", - "@hi-ui/popover": "^4.0.6", - "@hi-ui/preview": "^4.0.6", - "@hi-ui/progress": "^4.0.7", - "@hi-ui/provider": "^4.0.6", - "@hi-ui/radio": "^4.1.1", - "@hi-ui/rating": "^4.0.6", - "@hi-ui/result": "^4.0.5", - "@hi-ui/scrollbar": "^4.0.4", - "@hi-ui/search": "^4.0.9", - "@hi-ui/select": "^4.2.3", - "@hi-ui/slider": "^4.0.8", - "@hi-ui/space": "^4.0.7", - "@hi-ui/spinner": "^4.0.6", - "@hi-ui/stepper": "^4.0.5", - "@hi-ui/svg-icon": "^4.0.5", - "@hi-ui/switch": "^4.0.8", - "@hi-ui/table": "^4.3.2", - "@hi-ui/tabs": "^4.1.2", - "@hi-ui/tag": "^4.1.1", - "@hi-ui/textarea": "^4.1.4", - "@hi-ui/time-picker": "^4.0.11", - "@hi-ui/timeline": "^4.0.5", - "@hi-ui/tooltip": "^4.0.8", - "@hi-ui/transfer": "^4.0.11", - "@hi-ui/tree": "^4.5.6", - "@hi-ui/tree-select": "^4.1.1", - "@hi-ui/upload": "^4.1.7", - "@hi-ui/watermark": "^4.0.5", - "@hi-ui/zen-mode": "^4.0.5" + "@hi-ui/alert": "^4.1.2", + "@hi-ui/anchor": "^4.0.7", + "@hi-ui/avatar": "^4.0.6", + "@hi-ui/back-top": "^4.0.6", + "@hi-ui/badge": "^4.0.8", + "@hi-ui/breadcrumb": "^4.0.6", + "@hi-ui/button": "^4.0.8", + "@hi-ui/card": "^4.0.7", + "@hi-ui/carousel": "^4.0.6", + "@hi-ui/cascader": "^4.1.4", + "@hi-ui/check-cascader": "^4.2.4", + "@hi-ui/check-select": "^4.3.4", + "@hi-ui/check-tree-select": "^4.3.2", + "@hi-ui/checkbox": "^4.0.7", + "@hi-ui/collapse": "^4.1.4", + "@hi-ui/counter": "^4.1.7", + "@hi-ui/date-picker": "^4.4.3", + "@hi-ui/descriptions": "^4.2.3", + "@hi-ui/drawer": "^4.1.2", + "@hi-ui/dropdown": "^4.1.3", + "@hi-ui/ellipsis-tooltip": "^4.1.4", + "@hi-ui/empty-state": "^4.0.6", + "@hi-ui/filter": "^4.1.3", + "@hi-ui/form": "^4.1.4", + "@hi-ui/grid": "^4.0.7", + "@hi-ui/highlighter": "^4.0.7", + "@hi-ui/input": "^4.0.12", + "@hi-ui/input-group": "^4.0.5", + "@hi-ui/list": "^4.0.11", + "@hi-ui/loading": "^4.1.2", + "@hi-ui/menu": "^4.1.5", + "@hi-ui/message": "^4.0.6", + "@hi-ui/modal": "^4.0.14", + "@hi-ui/notification": "^4.1.2", + "@hi-ui/number-input": "^4.1.6", + "@hi-ui/pagination": "^4.0.13", + "@hi-ui/picker": "^4.1.3", + "@hi-ui/pop-confirm": "^4.2.2", + "@hi-ui/popover": "^4.0.7", + "@hi-ui/preview": "^4.0.7", + "@hi-ui/progress": "^4.0.8", + "@hi-ui/provider": "^4.0.7", + "@hi-ui/radio": "^4.1.2", + "@hi-ui/rating": "^4.0.7", + "@hi-ui/result": "^4.0.6", + "@hi-ui/scrollbar": "^4.0.5", + "@hi-ui/search": "^4.0.10", + "@hi-ui/select": "^4.2.4", + "@hi-ui/slider": "^4.0.9", + "@hi-ui/space": "^4.0.8", + "@hi-ui/spinner": "^4.0.7", + "@hi-ui/stepper": "^4.0.6", + "@hi-ui/svg-icon": "^4.0.6", + "@hi-ui/switch": "^4.0.9", + "@hi-ui/table": "^4.3.3", + "@hi-ui/tabs": "^4.1.3", + "@hi-ui/tag": "^4.1.2", + "@hi-ui/textarea": "^4.1.5", + "@hi-ui/time-picker": "^4.0.12", + "@hi-ui/timeline": "^4.0.6", + "@hi-ui/tooltip": "^4.0.9", + "@hi-ui/transfer": "^4.0.12", + "@hi-ui/tree": "^4.5.7", + "@hi-ui/tree-select": "^4.1.2", + "@hi-ui/upload": "^4.1.8", + "@hi-ui/watermark": "^4.0.6", + "@hi-ui/zen-mode": "^4.0.6" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/icon-button/CHANGELOG.md b/packages/ui/icon-button/CHANGELOG.md index dcdcd8dc7..9a236af5a 100644 --- a/packages/ui/icon-button/CHANGELOG.md +++ b/packages/ui/icon-button/CHANGELOG.md @@ -1,5 +1,16 @@ # @hi-ui/icon-button +## 4.0.7 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/classname@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.0.6 ### Patch Changes diff --git a/packages/ui/icon-button/package.json b/packages/ui/icon-button/package.json index bde3cebff..cce2720dc 100644 --- a/packages/ui/icon-button/package.json +++ b/packages/ui/icon-button/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/icon-button", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,18 +43,18 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/type-assertion": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/type-assertion": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/input-group/CHANGELOG.md b/packages/ui/input-group/CHANGELOG.md index 2974a773b..bebea2996 100644 --- a/packages/ui/input-group/CHANGELOG.md +++ b/packages/ui/input-group/CHANGELOG.md @@ -1,5 +1,15 @@ # @hi-ui/input-group +## 4.0.5 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/classname@4.0.3 + ## 4.0.4 ### Patch Changes diff --git a/packages/ui/input-group/package.json b/packages/ui/input-group/package.json index fd3f9603c..b33acecec 100644 --- a/packages/ui/input-group/package.json +++ b/packages/ui/input-group/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/input-group", - "version": "4.0.4", + "version": "4.0.5", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,17 +43,17 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/input/CHANGELOG.md b/packages/ui/input/CHANGELOG.md index a0ebc748b..171ef7e22 100644 --- a/packages/ui/input/CHANGELOG.md +++ b/packages/ui/input/CHANGELOG.md @@ -1,5 +1,22 @@ # @hi-ui/input +## 4.0.12 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-latest@4.0.3 + - @hi-ui/use-merge-refs@4.0.3 + - @hi-ui/use-uncontrolled-state@4.0.3 + - @hi-ui/icons@4.0.17 + - @hi-ui/classname@4.0.3 + - @hi-ui/dom-utils@4.0.6 + - @hi-ui/func-utils@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.0.11 ### Patch Changes diff --git a/packages/ui/input/package.json b/packages/ui/input/package.json index 3d09258b5..9b580261d 100644 --- a/packages/ui/input/package.json +++ b/packages/ui/input/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/input", - "version": "4.0.11", + "version": "4.0.12", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,24 +43,24 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/dom-utils": "^4.0.5", - "@hi-ui/env": "^4.0.2", - "@hi-ui/func-utils": "^4.0.2", - "@hi-ui/icons": "^4.0.16", - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-latest": "^4.0.2", - "@hi-ui/use-merge-refs": "^4.0.2", - "@hi-ui/use-uncontrolled-state": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/dom-utils": "^4.0.6", + "@hi-ui/env": "^4.0.3", + "@hi-ui/func-utils": "^4.0.3", + "@hi-ui/icons": "^4.0.17", + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-latest": "^4.0.3", + "@hi-ui/use-merge-refs": "^4.0.3", + "@hi-ui/use-uncontrolled-state": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/list/CHANGELOG.md b/packages/ui/list/CHANGELOG.md index 0ed4f33ef..b4eccb0d5 100644 --- a/packages/ui/list/CHANGELOG.md +++ b/packages/ui/list/CHANGELOG.md @@ -1,5 +1,17 @@ # @hi-ui/list +## 4.0.11 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/empty-state@4.0.6 + - @hi-ui/pagination@4.0.13 + - @hi-ui/classname@4.0.3 + ## 4.0.10 ### Patch Changes diff --git a/packages/ui/list/package.json b/packages/ui/list/package.json index 6bb2fc590..a0c9b205a 100644 --- a/packages/ui/list/package.json +++ b/packages/ui/list/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/list", - "version": "4.0.10", + "version": "4.0.11", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,19 +43,19 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/empty-state": "^4.0.5", - "@hi-ui/env": "^4.0.2", - "@hi-ui/pagination": "^4.0.12" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/empty-state": "^4.0.6", + "@hi-ui/env": "^4.0.3", + "@hi-ui/pagination": "^4.0.13" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/loading/CHANGELOG.md b/packages/ui/loading/CHANGELOG.md index 2b619d0c4..c500330ba 100644 --- a/packages/ui/loading/CHANGELOG.md +++ b/packages/ui/loading/CHANGELOG.md @@ -1,5 +1,22 @@ # @hi-ui/loading +## 4.1.2 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-id@4.0.3 + - @hi-ui/use-latest@4.0.3 + - @hi-ui/portal@4.0.6 + - @hi-ui/spinner@4.0.7 + - @hi-ui/classname@4.0.3 + - @hi-ui/container@4.0.3 + - @hi-ui/func-utils@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.1.1 ### Patch Changes diff --git a/packages/ui/loading/package.json b/packages/ui/loading/package.json index 28fd6a898..3bba1a841 100644 --- a/packages/ui/loading/package.json +++ b/packages/ui/loading/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/loading", - "version": "4.1.1", + "version": "4.1.2", "description": "> TODO: description", "keywords": [], "author": "HiUI ", @@ -43,25 +43,25 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/container": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/func-utils": "^4.0.2", - "@hi-ui/portal": "^4.0.5", - "@hi-ui/spinner": "^4.0.6", - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-id": "^4.0.2", - "@hi-ui/use-latest": "^4.0.2", + "@hi-ui/classname": "^4.0.3", + "@hi-ui/container": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/func-utils": "^4.0.3", + "@hi-ui/portal": "^4.0.6", + "@hi-ui/spinner": "^4.0.7", + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-id": "^4.0.3", + "@hi-ui/use-latest": "^4.0.3", "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "@types/react-transition-group": "^4.4.2", "react": "^17.0.1", "react-dom": "^17.0.1" diff --git a/packages/ui/locale-context/CHANGELOG.md b/packages/ui/locale-context/CHANGELOG.md index e6c90522b..ac8dce5fa 100644 --- a/packages/ui/locale-context/CHANGELOG.md +++ b/packages/ui/locale-context/CHANGELOG.md @@ -1,5 +1,17 @@ # @hi-ui/locale-context +## 4.0.7 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/classname@4.0.3 + - @hi-ui/func-utils@4.0.3 + - @hi-ui/object-utils@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.0.6 ### Patch Changes diff --git a/packages/ui/locale-context/package.json b/packages/ui/locale-context/package.json index 752d1373a..06b308e4c 100644 --- a/packages/ui/locale-context/package.json +++ b/packages/ui/locale-context/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/locale-context", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,11 +43,11 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/func-utils": "^4.0.2", - "@hi-ui/object-utils": "^4.0.2", - "@hi-ui/type-assertion": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/func-utils": "^4.0.3", + "@hi-ui/object-utils": "^4.0.3", + "@hi-ui/type-assertion": "^4.0.3" }, "peerDependencies": { "react": ">=16.8.6", diff --git a/packages/ui/menu/CHANGELOG.md b/packages/ui/menu/CHANGELOG.md index 1fe967ca7..6ad9f1c97 100644 --- a/packages/ui/menu/CHANGELOG.md +++ b/packages/ui/menu/CHANGELOG.md @@ -1,5 +1,27 @@ # @hi-ui/menu +## 4.1.5 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-id@4.0.3 + - @hi-ui/use-merge-refs@4.0.3 + - @hi-ui/use-resize-observer@4.0.3 + - @hi-ui/use-toggle@4.0.3 + - @hi-ui/use-uncontrolled-state@4.0.3 + - @hi-ui/icons@4.0.17 + - @hi-ui/popper@4.1.2 + - @hi-ui/tooltip@4.0.9 + - @hi-ui/array-utils@4.0.3 + - @hi-ui/classname@4.0.3 + - @hi-ui/times@4.0.3 + - @hi-ui/tree-utils@4.1.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.1.4 ### Patch Changes diff --git a/packages/ui/menu/package.json b/packages/ui/menu/package.json index 54d66b350..0b208eb67 100644 --- a/packages/ui/menu/package.json +++ b/packages/ui/menu/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/menu", - "version": "4.1.4", + "version": "4.1.5", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,30 +43,30 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.2", - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/icons": "^4.0.16", - "@hi-ui/popper": "^4.1.1", - "@hi-ui/times": "^4.0.2", - "@hi-ui/tooltip": "^4.0.8", - "@hi-ui/tree-utils": "^4.1.2", - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-id": "^4.0.2", - "@hi-ui/use-merge-refs": "^4.0.2", - "@hi-ui/use-resize-observer": "^4.0.2", - "@hi-ui/use-toggle": "^4.0.2", - "@hi-ui/use-uncontrolled-state": "^4.0.2", + "@hi-ui/array-utils": "^4.0.3", + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/icons": "^4.0.17", + "@hi-ui/popper": "^4.1.2", + "@hi-ui/times": "^4.0.3", + "@hi-ui/tooltip": "^4.0.9", + "@hi-ui/tree-utils": "^4.1.3", + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-id": "^4.0.3", + "@hi-ui/use-merge-refs": "^4.0.3", + "@hi-ui/use-resize-observer": "^4.0.3", + "@hi-ui/use-toggle": "^4.0.3", + "@hi-ui/use-uncontrolled-state": "^4.0.3", "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/message/CHANGELOG.md b/packages/ui/message/CHANGELOG.md index 0839e1725..2a2159927 100644 --- a/packages/ui/message/CHANGELOG.md +++ b/packages/ui/message/CHANGELOG.md @@ -1,5 +1,18 @@ # @hi-ui/message +## 4.0.6 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/icons@4.0.17 + - @hi-ui/toast@4.0.6 + - @hi-ui/classname@4.0.3 + - @hi-ui/react-utils@4.0.3 + ## 4.0.5 ### Patch Changes diff --git a/packages/ui/message/package.json b/packages/ui/message/package.json index 924c6ec7b..e48488b57 100644 --- a/packages/ui/message/package.json +++ b/packages/ui/message/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/message", - "version": "4.0.5", + "version": "4.0.6", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,21 +43,21 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/icons": "^4.0.16", - "@hi-ui/react-utils": "^4.0.2", - "@hi-ui/toast": "^4.0.5", + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/icons": "^4.0.17", + "@hi-ui/react-utils": "^4.0.3", + "@hi-ui/toast": "^4.0.6", "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/modal/CHANGELOG.md b/packages/ui/modal/CHANGELOG.md index dd98f48be..b02bd0c03 100644 --- a/packages/ui/modal/CHANGELOG.md +++ b/packages/ui/modal/CHANGELOG.md @@ -1,5 +1,29 @@ # @hi-ui/modal +## 4.0.14 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-id@4.0.3 + - @hi-ui/use-latest@4.0.3 + - @hi-ui/use-merge-refs@4.0.3 + - @hi-ui/use-scroll-lock@4.0.3 + - @hi-ui/use-toggle@4.0.3 + - @hi-ui/icons@4.0.17 + - @hi-ui/button@4.0.8 + - @hi-ui/icon-button@4.0.7 + - @hi-ui/portal@4.0.6 + - @hi-ui/classname@4.0.3 + - @hi-ui/container@4.0.3 + - @hi-ui/dom-utils@4.0.6 + - @hi-ui/func-utils@4.0.3 + - @hi-ui/react-utils@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.0.13 ### Patch Changes diff --git a/packages/ui/modal/package.json b/packages/ui/modal/package.json index f4a69d595..23b07d73a 100644 --- a/packages/ui/modal/package.json +++ b/packages/ui/modal/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/modal", - "version": "4.0.13", + "version": "4.0.14", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,32 +43,32 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/button": "^4.0.7", - "@hi-ui/classname": "^4.0.2", - "@hi-ui/container": "^4.0.2", - "@hi-ui/dom-utils": "^4.0.5", - "@hi-ui/env": "^4.0.2", - "@hi-ui/func-utils": "^4.0.2", - "@hi-ui/icon-button": "^4.0.6", - "@hi-ui/icons": "^4.0.16", - "@hi-ui/portal": "^4.0.5", - "@hi-ui/react-utils": "^4.0.2", - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-id": "^4.0.2", - "@hi-ui/use-latest": "^4.0.2", - "@hi-ui/use-merge-refs": "^4.0.2", - "@hi-ui/use-scroll-lock": "^4.0.2", - "@hi-ui/use-toggle": "^4.0.2", + "@hi-ui/button": "^4.0.8", + "@hi-ui/classname": "^4.0.3", + "@hi-ui/container": "^4.0.3", + "@hi-ui/dom-utils": "^4.0.6", + "@hi-ui/env": "^4.0.3", + "@hi-ui/func-utils": "^4.0.3", + "@hi-ui/icon-button": "^4.0.7", + "@hi-ui/icons": "^4.0.17", + "@hi-ui/portal": "^4.0.6", + "@hi-ui/react-utils": "^4.0.3", + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-id": "^4.0.3", + "@hi-ui/use-latest": "^4.0.3", + "@hi-ui/use-merge-refs": "^4.0.3", + "@hi-ui/use-scroll-lock": "^4.0.3", + "@hi-ui/use-toggle": "^4.0.3", "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/notification/CHANGELOG.md b/packages/ui/notification/CHANGELOG.md index 362c45fd3..98956264e 100644 --- a/packages/ui/notification/CHANGELOG.md +++ b/packages/ui/notification/CHANGELOG.md @@ -1,5 +1,19 @@ # @hi-ui/notification +## 4.1.2 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/icons@4.0.17 + - @hi-ui/icon-button@4.0.7 + - @hi-ui/toast@4.0.6 + - @hi-ui/classname@4.0.3 + - @hi-ui/react-utils@4.0.3 + ## 4.1.1 ### Patch Changes diff --git a/packages/ui/notification/package.json b/packages/ui/notification/package.json index a90008857..700b65b41 100644 --- a/packages/ui/notification/package.json +++ b/packages/ui/notification/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/notification", - "version": "4.1.1", + "version": "4.1.2", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,22 +43,22 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/icon-button": "^4.0.6", - "@hi-ui/icons": "^4.0.16", - "@hi-ui/react-utils": "^4.0.2", - "@hi-ui/toast": "^4.0.5", + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/icon-button": "^4.0.7", + "@hi-ui/icons": "^4.0.17", + "@hi-ui/react-utils": "^4.0.3", + "@hi-ui/toast": "^4.0.6", "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/number-input/CHANGELOG.md b/packages/ui/number-input/CHANGELOG.md index 56efa399f..8db3f688b 100644 --- a/packages/ui/number-input/CHANGELOG.md +++ b/packages/ui/number-input/CHANGELOG.md @@ -1,5 +1,17 @@ # @hi-ui/number-input +## 4.1.6 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/icons@4.0.17 + - @hi-ui/counter@4.1.7 + - @hi-ui/classname@4.0.3 + ## 4.1.5 ### Patch Changes diff --git a/packages/ui/number-input/package.json b/packages/ui/number-input/package.json index 8eaf62542..5e9087751 100644 --- a/packages/ui/number-input/package.json +++ b/packages/ui/number-input/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/number-input", - "version": "4.1.5", + "version": "4.1.6", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,19 +43,19 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/counter": "^4.1.6", - "@hi-ui/env": "^4.0.2", - "@hi-ui/icons": "^4.0.16" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/counter": "^4.1.7", + "@hi-ui/env": "^4.0.3", + "@hi-ui/icons": "^4.0.17" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/pagination/CHANGELOG.md b/packages/ui/pagination/CHANGELOG.md index 98278451d..54cca2b87 100644 --- a/packages/ui/pagination/CHANGELOG.md +++ b/packages/ui/pagination/CHANGELOG.md @@ -1,5 +1,22 @@ # @hi-ui/pagination +## 4.0.13 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-latest@4.0.3 + - @hi-ui/use-uncontrolled-state@4.0.3 + - @hi-ui/icons@4.0.17 + - @hi-ui/counter@4.1.7 + - @hi-ui/input@4.0.12 + - @hi-ui/select@4.2.4 + - @hi-ui/classname@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.0.12 ### Patch Changes diff --git a/packages/ui/pagination/package.json b/packages/ui/pagination/package.json index 70e18759e..56d5871cd 100644 --- a/packages/ui/pagination/package.json +++ b/packages/ui/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/pagination", - "version": "4.0.12", + "version": "4.0.13", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,24 +43,24 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/counter": "^4.1.6", - "@hi-ui/env": "^4.0.2", - "@hi-ui/icons": "^4.0.16", - "@hi-ui/input": "^4.0.11", - "@hi-ui/select": "^4.2.3", - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-latest": "^4.0.2", - "@hi-ui/use-uncontrolled-state": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/counter": "^4.1.7", + "@hi-ui/env": "^4.0.3", + "@hi-ui/icons": "^4.0.17", + "@hi-ui/input": "^4.0.12", + "@hi-ui/select": "^4.2.4", + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-latest": "^4.0.3", + "@hi-ui/use-uncontrolled-state": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/picker/CHANGELOG.md b/packages/ui/picker/CHANGELOG.md index f59956e83..ad6ab09c3 100644 --- a/packages/ui/picker/CHANGELOG.md +++ b/packages/ui/picker/CHANGELOG.md @@ -1,5 +1,24 @@ # @hi-ui/picker +## 4.1.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-latest@4.0.3 + - @hi-ui/use-toggle@4.0.3 + - @hi-ui/use-uncontrolled-state@4.0.3 + - @hi-ui/icons@4.0.17 + - @hi-ui/input@4.0.12 + - @hi-ui/loading@4.1.2 + - @hi-ui/popper@4.1.2 + - @hi-ui/classname@4.0.3 + - @hi-ui/dom-utils@4.0.6 + - @hi-ui/type-assertion@4.0.3 + ## 4.1.2 ### Patch Changes diff --git a/packages/ui/picker/package.json b/packages/ui/picker/package.json index acc35b344..479e106a3 100644 --- a/packages/ui/picker/package.json +++ b/packages/ui/picker/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/picker", - "version": "4.1.2", + "version": "4.1.3", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,26 +43,26 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/dom-utils": "^4.0.5", - "@hi-ui/env": "^4.0.2", - "@hi-ui/icons": "^4.0.16", - "@hi-ui/input": "^4.0.11", - "@hi-ui/loading": "^4.1.1", - "@hi-ui/popper": "^4.1.1", - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-latest": "^4.0.2", - "@hi-ui/use-toggle": "^4.0.2", - "@hi-ui/use-uncontrolled-state": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/dom-utils": "^4.0.6", + "@hi-ui/env": "^4.0.3", + "@hi-ui/icons": "^4.0.17", + "@hi-ui/input": "^4.0.12", + "@hi-ui/loading": "^4.1.2", + "@hi-ui/popper": "^4.1.2", + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-latest": "^4.0.3", + "@hi-ui/use-toggle": "^4.0.3", + "@hi-ui/use-uncontrolled-state": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/pop-confirm/CHANGELOG.md b/packages/ui/pop-confirm/CHANGELOG.md index c4b7aa95d..8f71d4ec2 100644 --- a/packages/ui/pop-confirm/CHANGELOG.md +++ b/packages/ui/pop-confirm/CHANGELOG.md @@ -1,5 +1,24 @@ # @hi-ui/pop-confirm +## 4.2.2 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-latest@4.0.3 + - @hi-ui/use-toggle@4.0.3 + - @hi-ui/use-uncontrolled-state@4.0.3 + - @hi-ui/icons@4.0.17 + - @hi-ui/button@4.0.8 + - @hi-ui/popper@4.1.2 + - @hi-ui/classname@4.0.3 + - @hi-ui/dom-utils@4.0.6 + - @hi-ui/react-utils@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.2.1 ### Patch Changes diff --git a/packages/ui/pop-confirm/package.json b/packages/ui/pop-confirm/package.json index 6c95eeafe..c3ff70618 100644 --- a/packages/ui/pop-confirm/package.json +++ b/packages/ui/pop-confirm/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/pop-confirm", - "version": "4.2.1", + "version": "4.2.2", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,26 +43,26 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/button": "^4.0.7", - "@hi-ui/classname": "^4.0.2", - "@hi-ui/dom-utils": "^4.0.5", - "@hi-ui/env": "^4.0.2", - "@hi-ui/icons": "^4.0.16", - "@hi-ui/popper": "^4.1.1", - "@hi-ui/react-utils": "^4.0.2", - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-latest": "^4.0.2", - "@hi-ui/use-toggle": "^4.0.2", - "@hi-ui/use-uncontrolled-state": "^4.0.2" + "@hi-ui/button": "^4.0.8", + "@hi-ui/classname": "^4.0.3", + "@hi-ui/dom-utils": "^4.0.6", + "@hi-ui/env": "^4.0.3", + "@hi-ui/icons": "^4.0.17", + "@hi-ui/popper": "^4.1.2", + "@hi-ui/react-utils": "^4.0.3", + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-latest": "^4.0.3", + "@hi-ui/use-toggle": "^4.0.3", + "@hi-ui/use-uncontrolled-state": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/popover/CHANGELOG.md b/packages/ui/popover/CHANGELOG.md index 70fe82539..950d1f81d 100644 --- a/packages/ui/popover/CHANGELOG.md +++ b/packages/ui/popover/CHANGELOG.md @@ -1,5 +1,25 @@ # @hi-ui/popover +## 4.0.7 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-id@4.0.3 + - @hi-ui/use-latest@4.0.3 + - @hi-ui/use-timeout@4.0.3 + - @hi-ui/use-toggle@4.0.3 + - @hi-ui/use-unmount-effect@4.0.3 + - @hi-ui/popper@4.1.2 + - @hi-ui/array-utils@4.0.3 + - @hi-ui/classname@4.0.3 + - @hi-ui/dom-utils@4.0.6 + - @hi-ui/react-utils@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.0.6 ### Patch Changes diff --git a/packages/ui/popover/package.json b/packages/ui/popover/package.json index 7064b23fd..d33443cc3 100644 --- a/packages/ui/popover/package.json +++ b/packages/ui/popover/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/popover", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,27 +43,27 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.2", - "@hi-ui/classname": "^4.0.2", - "@hi-ui/dom-utils": "^4.0.5", - "@hi-ui/env": "^4.0.2", - "@hi-ui/popper": "^4.1.1", - "@hi-ui/react-utils": "^4.0.2", - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-id": "^4.0.2", - "@hi-ui/use-latest": "^4.0.2", - "@hi-ui/use-timeout": "^4.0.2", - "@hi-ui/use-toggle": "^4.0.2", - "@hi-ui/use-unmount-effect": "^4.0.2" + "@hi-ui/array-utils": "^4.0.3", + "@hi-ui/classname": "^4.0.3", + "@hi-ui/dom-utils": "^4.0.6", + "@hi-ui/env": "^4.0.3", + "@hi-ui/popper": "^4.1.2", + "@hi-ui/react-utils": "^4.0.3", + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-id": "^4.0.3", + "@hi-ui/use-latest": "^4.0.3", + "@hi-ui/use-timeout": "^4.0.3", + "@hi-ui/use-toggle": "^4.0.3", + "@hi-ui/use-unmount-effect": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/popper/CHANGELOG.md b/packages/ui/popper/CHANGELOG.md index 513b60989..9e6cb5263 100644 --- a/packages/ui/popper/CHANGELOG.md +++ b/packages/ui/popper/CHANGELOG.md @@ -1,5 +1,23 @@ # @hi-ui/popper +## 4.1.2 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-latest@4.0.3 + - @hi-ui/use-lazy-render@4.0.3 + - @hi-ui/use-merge-refs@4.0.3 + - @hi-ui/use-outside-click@4.0.3 + - @hi-ui/use-toggle@4.0.3 + - @hi-ui/portal@4.0.6 + - @hi-ui/classname@4.0.3 + - @hi-ui/dom-utils@4.0.6 + - @hi-ui/react-utils@4.0.3 + ## 4.1.1 ### Patch Changes diff --git a/packages/ui/popper/package.json b/packages/ui/popper/package.json index 39bc741f6..699f53df2 100644 --- a/packages/ui/popper/package.json +++ b/packages/ui/popper/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/popper", - "version": "4.1.1", + "version": "4.1.2", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,27 +43,27 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/dom-utils": "^4.0.5", - "@hi-ui/env": "^4.0.2", - "@hi-ui/portal": "^4.0.5", - "@hi-ui/react-utils": "^4.0.2", - "@hi-ui/use-latest": "^4.0.2", - "@hi-ui/use-lazy-render": "^4.0.2", - "@hi-ui/use-merge-refs": "^4.0.2", - "@hi-ui/use-outside-click": "^4.0.2", - "@hi-ui/use-toggle": "^4.0.2", + "@hi-ui/classname": "^4.0.3", + "@hi-ui/dom-utils": "^4.0.6", + "@hi-ui/env": "^4.0.3", + "@hi-ui/portal": "^4.0.6", + "@hi-ui/react-utils": "^4.0.3", + "@hi-ui/use-latest": "^4.0.3", + "@hi-ui/use-lazy-render": "^4.0.3", + "@hi-ui/use-merge-refs": "^4.0.3", + "@hi-ui/use-outside-click": "^4.0.3", + "@hi-ui/use-toggle": "^4.0.3", "@popperjs/core": "^2.9.3", "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/portal/CHANGELOG.md b/packages/ui/portal/CHANGELOG.md index 30b9127dc..cbbc828b7 100644 --- a/packages/ui/portal/CHANGELOG.md +++ b/packages/ui/portal/CHANGELOG.md @@ -1,5 +1,17 @@ # @hi-ui/portal +## 4.0.6 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-force-update@4.0.3 + - @hi-ui/classname@4.0.3 + - @hi-ui/container@4.0.3 + ## 4.0.5 ### Patch Changes diff --git a/packages/ui/portal/package.json b/packages/ui/portal/package.json index 7d6001689..2ca0d6ae1 100644 --- a/packages/ui/portal/package.json +++ b/packages/ui/portal/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/portal", - "version": "4.0.5", + "version": "4.0.6", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,19 +43,19 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/container": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/use-force-update": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/container": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/use-force-update": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/preview/CHANGELOG.md b/packages/ui/preview/CHANGELOG.md index 83adb7923..1e49f7f14 100644 --- a/packages/ui/preview/CHANGELOG.md +++ b/packages/ui/preview/CHANGELOG.md @@ -1,5 +1,19 @@ # @hi-ui/preview +## 4.0.7 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-latest@4.0.3 + - @hi-ui/use-uncontrolled-state@4.0.3 + - @hi-ui/icons@4.0.17 + - @hi-ui/portal@4.0.6 + - @hi-ui/classname@4.0.3 + ## 4.0.6 ### Patch Changes diff --git a/packages/ui/preview/package.json b/packages/ui/preview/package.json index 15a7b8742..56ede46e4 100644 --- a/packages/ui/preview/package.json +++ b/packages/ui/preview/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/preview", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,22 +43,22 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/icons": "^4.0.16", - "@hi-ui/portal": "^4.0.5", - "@hi-ui/use-latest": "^4.0.2", - "@hi-ui/use-uncontrolled-state": "^4.0.2", + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/icons": "^4.0.17", + "@hi-ui/portal": "^4.0.6", + "@hi-ui/use-latest": "^4.0.3", + "@hi-ui/use-uncontrolled-state": "^4.0.3", "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/progress/CHANGELOG.md b/packages/ui/progress/CHANGELOG.md index a689c7706..d37db7384 100644 --- a/packages/ui/progress/CHANGELOG.md +++ b/packages/ui/progress/CHANGELOG.md @@ -1,5 +1,15 @@ # @hi-ui/progress +## 4.0.8 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/classname@4.0.3 + ## 4.0.7 ### Patch Changes diff --git a/packages/ui/progress/package.json b/packages/ui/progress/package.json index 263b96ee4..b15b21a1d 100644 --- a/packages/ui/progress/package.json +++ b/packages/ui/progress/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/progress", - "version": "4.0.7", + "version": "4.0.8", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,17 +43,17 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/provider/CHANGELOG.md b/packages/ui/provider/CHANGELOG.md index b12b94d59..aaaee817c 100644 --- a/packages/ui/provider/CHANGELOG.md +++ b/packages/ui/provider/CHANGELOG.md @@ -1,5 +1,17 @@ # @hi-ui/provider +## 4.0.7 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/classname@4.0.3 + - @hi-ui/dom-utils@4.0.6 + - @hi-ui/object-utils@4.0.3 + ## 4.0.6 ### Patch Changes diff --git a/packages/ui/provider/package.json b/packages/ui/provider/package.json index 07120c073..69e69ad45 100644 --- a/packages/ui/provider/package.json +++ b/packages/ui/provider/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/provider", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,20 +43,20 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/dom-utils": "^4.0.5", - "@hi-ui/env": "^4.0.2", - "@hi-ui/object-utils": "^4.0.2", + "@hi-ui/classname": "^4.0.3", + "@hi-ui/dom-utils": "^4.0.6", + "@hi-ui/env": "^4.0.3", + "@hi-ui/object-utils": "^4.0.3", "csstype": "^3.0.11" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/radio/CHANGELOG.md b/packages/ui/radio/CHANGELOG.md index db15cedf3..f29ece55f 100644 --- a/packages/ui/radio/CHANGELOG.md +++ b/packages/ui/radio/CHANGELOG.md @@ -1,5 +1,19 @@ # @hi-ui/radio +## 4.1.2 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-uncontrolled-state@4.0.3 + - @hi-ui/classname@4.0.3 + - @hi-ui/dom-utils@4.0.6 + - @hi-ui/func-utils@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.1.1 ### Patch Changes diff --git a/packages/ui/radio/package.json b/packages/ui/radio/package.json index e05f37e58..ec446c774 100644 --- a/packages/ui/radio/package.json +++ b/packages/ui/radio/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/radio", - "version": "4.1.1", + "version": "4.1.2", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,21 +43,21 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/dom-utils": "^4.0.5", - "@hi-ui/env": "^4.0.2", - "@hi-ui/func-utils": "^4.0.2", - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-uncontrolled-state": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/dom-utils": "^4.0.6", + "@hi-ui/env": "^4.0.3", + "@hi-ui/func-utils": "^4.0.3", + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-uncontrolled-state": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/rating/CHANGELOG.md b/packages/ui/rating/CHANGELOG.md index 50e8bf5ac..c89695f8a 100644 --- a/packages/ui/rating/CHANGELOG.md +++ b/packages/ui/rating/CHANGELOG.md @@ -1,5 +1,19 @@ # @hi-ui/rating +## 4.0.7 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-did-mount@4.0.3 + - @hi-ui/use-merge-refs@4.0.3 + - @hi-ui/use-uncontrolled-state@4.0.3 + - @hi-ui/tooltip@4.0.9 + - @hi-ui/classname@4.0.3 + ## 4.0.6 ### Patch Changes diff --git a/packages/ui/rating/package.json b/packages/ui/rating/package.json index 5c2f1574b..cbcd26400 100644 --- a/packages/ui/rating/package.json +++ b/packages/ui/rating/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/rating", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,21 +43,21 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/tooltip": "^4.0.8", - "@hi-ui/use-did-mount": "^4.0.2", - "@hi-ui/use-merge-refs": "^4.0.2", - "@hi-ui/use-uncontrolled-state": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/tooltip": "^4.0.9", + "@hi-ui/use-did-mount": "^4.0.3", + "@hi-ui/use-merge-refs": "^4.0.3", + "@hi-ui/use-uncontrolled-state": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/resize-box/CHANGELOG.md b/packages/ui/resize-box/CHANGELOG.md index cc87de167..d2ee3131d 100644 --- a/packages/ui/resize-box/CHANGELOG.md +++ b/packages/ui/resize-box/CHANGELOG.md @@ -1,5 +1,17 @@ # @hi-ui/resize-box +## 4.0.1 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-merge-refs@4.0.3 + - @hi-ui/use-uncontrolled-state@4.0.3 + - @hi-ui/classname@4.0.3 + ## 4.0.0 ### Patch Changes diff --git a/packages/ui/resize-box/package.json b/packages/ui/resize-box/package.json index d00864b0f..cc7c76205 100644 --- a/packages/ui/resize-box/package.json +++ b/packages/ui/resize-box/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/resize-box", - "version": "4.0.0", + "version": "4.0.1", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,20 +43,20 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/use-merge-refs": "^4.0.2", - "@hi-ui/use-uncontrolled-state": "^4.0.2", + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/use-merge-refs": "^4.0.3", + "@hi-ui/use-uncontrolled-state": "^4.0.3", "react-resizable": "^3.0.5" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/result/CHANGELOG.md b/packages/ui/result/CHANGELOG.md index 073d6a81b..405b19628 100644 --- a/packages/ui/result/CHANGELOG.md +++ b/packages/ui/result/CHANGELOG.md @@ -1,5 +1,17 @@ # @hi-ui/result +## 4.0.6 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/icons@4.0.17 + - @hi-ui/classname@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.0.5 ### Patch Changes diff --git a/packages/ui/result/package.json b/packages/ui/result/package.json index e2b941ef0..5b4549743 100644 --- a/packages/ui/result/package.json +++ b/packages/ui/result/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/result", - "version": "4.0.5", + "version": "4.0.6", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,19 +43,19 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/icons": "^4.0.16", - "@hi-ui/type-assertion": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/icons": "^4.0.17", + "@hi-ui/type-assertion": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/scrollbar/CHANGELOG.md b/packages/ui/scrollbar/CHANGELOG.md index 73848b36f..9eed879df 100644 --- a/packages/ui/scrollbar/CHANGELOG.md +++ b/packages/ui/scrollbar/CHANGELOG.md @@ -1,5 +1,16 @@ # @hi-ui/scrollbar +## 4.0.5 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-merge-refs@4.0.3 + - @hi-ui/classname@4.0.3 + ## 4.0.4 ### Patch Changes diff --git a/packages/ui/scrollbar/package.json b/packages/ui/scrollbar/package.json index cc32a04e8..b9b74aab1 100644 --- a/packages/ui/scrollbar/package.json +++ b/packages/ui/scrollbar/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/scrollbar", - "version": "4.0.4", + "version": "4.0.5", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HIUI ", @@ -43,19 +43,19 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/use-merge-refs": "^4.0.2", + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/use-merge-refs": "^4.0.3", "perfect-scrollbar": "^1.5.5" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/search/CHANGELOG.md b/packages/ui/search/CHANGELOG.md index fb0d1e08a..f1cba29f8 100644 --- a/packages/ui/search/CHANGELOG.md +++ b/packages/ui/search/CHANGELOG.md @@ -1,5 +1,25 @@ # @hi-ui/search +## 4.0.10 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-latest@4.0.3 + - @hi-ui/use-uncontrolled-state@4.0.3 + - @hi-ui/icons@4.0.17 + - @hi-ui/button@4.0.8 + - @hi-ui/highlighter@4.0.7 + - @hi-ui/input@4.0.12 + - @hi-ui/loading@4.1.2 + - @hi-ui/popper@4.1.2 + - @hi-ui/classname@4.0.3 + - @hi-ui/func-utils@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.0.9 ### Patch Changes diff --git a/packages/ui/search/package.json b/packages/ui/search/package.json index 68559df3e..9c08649b9 100644 --- a/packages/ui/search/package.json +++ b/packages/ui/search/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/search", - "version": "4.0.9", + "version": "4.0.10", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,27 +43,27 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/button": "^4.0.7", - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/func-utils": "^4.0.2", - "@hi-ui/highlighter": "^4.0.6", - "@hi-ui/icons": "^4.0.16", - "@hi-ui/input": "^4.0.11", - "@hi-ui/loading": "^4.1.1", - "@hi-ui/popper": "^4.1.1", - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-latest": "^4.0.2", - "@hi-ui/use-uncontrolled-state": "^4.0.2" + "@hi-ui/button": "^4.0.8", + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/func-utils": "^4.0.3", + "@hi-ui/highlighter": "^4.0.7", + "@hi-ui/icons": "^4.0.17", + "@hi-ui/input": "^4.0.12", + "@hi-ui/loading": "^4.1.2", + "@hi-ui/popper": "^4.1.2", + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-latest": "^4.0.3", + "@hi-ui/use-uncontrolled-state": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/select/CHANGELOG.md b/packages/ui/select/CHANGELOG.md index 2ee07c3d0..c109d125b 100644 --- a/packages/ui/select/CHANGELOG.md +++ b/packages/ui/select/CHANGELOG.md @@ -1,5 +1,34 @@ # @hi-ui/select +## 4.2.4 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-check@4.0.4 + - @hi-ui/use-children@4.0.3 + - @hi-ui/use-data-source@4.0.3 + - @hi-ui/use-latest@4.0.3 + - @hi-ui/use-search-mode@4.1.3 + - @hi-ui/use-toggle@4.0.3 + - @hi-ui/use-uncontrolled-state@4.0.3 + - @hi-ui/icons@4.0.17 + - @hi-ui/highlighter@4.0.7 + - @hi-ui/input@4.0.12 + - @hi-ui/picker@4.1.3 + - @hi-ui/popper@4.1.2 + - @hi-ui/virtual-list@4.0.6 + - @hi-ui/array-utils@4.0.3 + - @hi-ui/classname@4.0.3 + - @hi-ui/dom-utils@4.0.6 + - @hi-ui/func-utils@4.0.3 + - @hi-ui/times@4.0.3 + - @hi-ui/tree-utils@4.1.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.2.3 ### Patch Changes diff --git a/packages/ui/select/package.json b/packages/ui/select/package.json index c1c7a4da9..cc0ac470b 100644 --- a/packages/ui/select/package.json +++ b/packages/ui/select/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/select", - "version": "4.2.3", + "version": "4.2.4", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,36 +43,36 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.2", - "@hi-ui/classname": "^4.0.2", - "@hi-ui/dom-utils": "^4.0.5", - "@hi-ui/env": "^4.0.2", - "@hi-ui/func-utils": "^4.0.2", - "@hi-ui/highlighter": "^4.0.6", - "@hi-ui/icons": "^4.0.16", - "@hi-ui/input": "^4.0.11", - "@hi-ui/picker": "^4.1.2", - "@hi-ui/popper": "^4.1.1", - "@hi-ui/times": "^4.0.2", - "@hi-ui/tree-utils": "^4.1.2", - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-check": "^4.0.3", - "@hi-ui/use-children": "^4.0.2", - "@hi-ui/use-data-source": "^4.0.2", - "@hi-ui/use-latest": "^4.0.2", - "@hi-ui/use-search-mode": "^4.1.2", - "@hi-ui/use-toggle": "^4.0.2", - "@hi-ui/use-uncontrolled-state": "^4.0.2", - "@hi-ui/virtual-list": "^4.0.5" + "@hi-ui/array-utils": "^4.0.3", + "@hi-ui/classname": "^4.0.3", + "@hi-ui/dom-utils": "^4.0.6", + "@hi-ui/env": "^4.0.3", + "@hi-ui/func-utils": "^4.0.3", + "@hi-ui/highlighter": "^4.0.7", + "@hi-ui/icons": "^4.0.17", + "@hi-ui/input": "^4.0.12", + "@hi-ui/picker": "^4.1.3", + "@hi-ui/popper": "^4.1.2", + "@hi-ui/times": "^4.0.3", + "@hi-ui/tree-utils": "^4.1.3", + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-check": "^4.0.4", + "@hi-ui/use-children": "^4.0.3", + "@hi-ui/use-data-source": "^4.0.3", + "@hi-ui/use-latest": "^4.0.3", + "@hi-ui/use-search-mode": "^4.1.3", + "@hi-ui/use-toggle": "^4.0.3", + "@hi-ui/use-uncontrolled-state": "^4.0.3", + "@hi-ui/virtual-list": "^4.0.6" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/slider/CHANGELOG.md b/packages/ui/slider/CHANGELOG.md index b9cdb8fbb..f30d0f849 100644 --- a/packages/ui/slider/CHANGELOG.md +++ b/packages/ui/slider/CHANGELOG.md @@ -1,5 +1,22 @@ # @hi-ui/slider +## 4.0.9 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-merge-refs@4.0.3 + - @hi-ui/use-outside-click@4.0.3 + - @hi-ui/use-toggle@4.0.3 + - @hi-ui/use-uncontrolled-state@4.0.3 + - @hi-ui/tooltip@4.0.9 + - @hi-ui/classname@4.0.3 + - @hi-ui/dom-utils@4.0.6 + - @hi-ui/type-assertion@4.0.3 + ## 4.0.8 ### Patch Changes diff --git a/packages/ui/slider/package.json b/packages/ui/slider/package.json index b5129fa33..7a2592673 100644 --- a/packages/ui/slider/package.json +++ b/packages/ui/slider/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/slider", - "version": "4.0.8", + "version": "4.0.9", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,24 +43,24 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/dom-utils": "^4.0.5", - "@hi-ui/env": "^4.0.2", - "@hi-ui/tooltip": "^4.0.8", - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-merge-refs": "^4.0.2", - "@hi-ui/use-outside-click": "^4.0.2", - "@hi-ui/use-toggle": "^4.0.2", - "@hi-ui/use-uncontrolled-state": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/dom-utils": "^4.0.6", + "@hi-ui/env": "^4.0.3", + "@hi-ui/tooltip": "^4.0.9", + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-merge-refs": "^4.0.3", + "@hi-ui/use-outside-click": "^4.0.3", + "@hi-ui/use-toggle": "^4.0.3", + "@hi-ui/use-uncontrolled-state": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/space/CHANGELOG.md b/packages/ui/space/CHANGELOG.md index c5d351683..8f0b8ad69 100644 --- a/packages/ui/space/CHANGELOG.md +++ b/packages/ui/space/CHANGELOG.md @@ -1,5 +1,16 @@ # @hi-ui/space +## 4.0.8 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/classname@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.0.7 ### Patch Changes diff --git a/packages/ui/space/package.json b/packages/ui/space/package.json index a0cc1c017..98234044a 100644 --- a/packages/ui/space/package.json +++ b/packages/ui/space/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/space", - "version": "4.0.7", + "version": "4.0.8", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,18 +43,18 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/type-assertion": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/type-assertion": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/spinner/CHANGELOG.md b/packages/ui/spinner/CHANGELOG.md index 94da11ef2..29b751564 100644 --- a/packages/ui/spinner/CHANGELOG.md +++ b/packages/ui/spinner/CHANGELOG.md @@ -1,5 +1,15 @@ # @hi-ui/spinner +## 4.0.7 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/classname@4.0.3 + ## 4.0.6 ### Patch Changes diff --git a/packages/ui/spinner/package.json b/packages/ui/spinner/package.json index fe5727d03..d811a916d 100644 --- a/packages/ui/spinner/package.json +++ b/packages/ui/spinner/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/spinner", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,17 +43,17 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/stepper/CHANGELOG.md b/packages/ui/stepper/CHANGELOG.md index d8bfa104f..292b8b7fe 100644 --- a/packages/ui/stepper/CHANGELOG.md +++ b/packages/ui/stepper/CHANGELOG.md @@ -1,5 +1,18 @@ # @hi-ui/stepper +## 4.0.6 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-uncontrolled-state@4.0.3 + - @hi-ui/icons@4.0.17 + - @hi-ui/classname@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.0.5 ### Patch Changes diff --git a/packages/ui/stepper/package.json b/packages/ui/stepper/package.json index 8b62b0d23..f33754db8 100644 --- a/packages/ui/stepper/package.json +++ b/packages/ui/stepper/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/stepper", - "version": "4.0.5", + "version": "4.0.6", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,20 +43,20 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/icons": "^4.0.16", - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-uncontrolled-state": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/icons": "^4.0.17", + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-uncontrolled-state": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/svg-icon/CHANGELOG.md b/packages/ui/svg-icon/CHANGELOG.md index 8806e22a4..0d42a68db 100644 --- a/packages/ui/svg-icon/CHANGELOG.md +++ b/packages/ui/svg-icon/CHANGELOG.md @@ -1,5 +1,15 @@ # @hi-ui/svg-icon +## 4.0.6 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/classname@4.0.3 + ## 4.0.5 ### Patch Changes diff --git a/packages/ui/svg-icon/package.json b/packages/ui/svg-icon/package.json index c489082dd..308d323e0 100644 --- a/packages/ui/svg-icon/package.json +++ b/packages/ui/svg-icon/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/svg-icon", - "version": "4.0.5", + "version": "4.0.6", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,17 +43,17 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/switch/CHANGELOG.md b/packages/ui/switch/CHANGELOG.md index a7de60840..9e9c6ef08 100644 --- a/packages/ui/switch/CHANGELOG.md +++ b/packages/ui/switch/CHANGELOG.md @@ -1,5 +1,17 @@ # @hi-ui/switch +## 4.0.9 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-uncontrolled-state@4.0.3 + - @hi-ui/classname@4.0.3 + - @hi-ui/dom-utils@4.0.6 + ## 4.0.8 ### Patch Changes diff --git a/packages/ui/switch/package.json b/packages/ui/switch/package.json index 79ab05911..f8c98f7e9 100644 --- a/packages/ui/switch/package.json +++ b/packages/ui/switch/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/switch", - "version": "4.0.8", + "version": "4.0.9", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,19 +43,19 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/dom-utils": "^4.0.5", - "@hi-ui/env": "^4.0.2", - "@hi-ui/use-uncontrolled-state": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/dom-utils": "^4.0.6", + "@hi-ui/env": "^4.0.3", + "@hi-ui/use-uncontrolled-state": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/table/CHANGELOG.md b/packages/ui/table/CHANGELOG.md index f978fbb23..11638346d 100644 --- a/packages/ui/table/CHANGELOG.md +++ b/packages/ui/table/CHANGELOG.md @@ -1,5 +1,42 @@ # @hi-ui/table +## 4.3.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-cache@4.0.3 + - @hi-ui/use-check@4.0.4 + - @hi-ui/use-check-state@4.0.3 + - @hi-ui/use-drag-sorter@4.0.3 + - @hi-ui/use-latest@4.0.3 + - @hi-ui/use-toggle@4.0.3 + - @hi-ui/use-uncontrolled-state@4.0.3 + - @hi-ui/use-update-effect@4.0.3 + - @hi-ui/icons@4.0.17 + - @hi-ui/button@4.0.8 + - @hi-ui/checkbox@4.0.7 + - @hi-ui/drawer@4.1.2 + - @hi-ui/empty-state@4.0.6 + - @hi-ui/icon-button@4.0.7 + - @hi-ui/loading@4.1.2 + - @hi-ui/pagination@4.0.13 + - @hi-ui/popper@4.1.2 + - @hi-ui/select@4.2.4 + - @hi-ui/spinner@4.0.7 + - @hi-ui/array-utils@4.0.3 + - @hi-ui/classname@4.0.3 + - @hi-ui/dom-utils@4.0.6 + - @hi-ui/func-utils@4.0.3 + - @hi-ui/object-utils@4.0.3 + - @hi-ui/react-utils@4.0.3 + - @hi-ui/times@4.0.3 + - @hi-ui/tree-utils@4.1.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.3.2 ### Patch Changes diff --git a/packages/ui/table/package.json b/packages/ui/table/package.json index 60cf68219..924278202 100644 --- a/packages/ui/table/package.json +++ b/packages/ui/table/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/table", - "version": "4.3.2", + "version": "4.3.3", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,46 +43,46 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.2", - "@hi-ui/button": "^4.0.7", - "@hi-ui/checkbox": "^4.0.6", - "@hi-ui/classname": "^4.0.2", - "@hi-ui/dom-utils": "^4.0.5", - "@hi-ui/drawer": "^4.1.1", - "@hi-ui/empty-state": "^4.0.5", - "@hi-ui/env": "^4.0.2", - "@hi-ui/func-utils": "^4.0.2", - "@hi-ui/icon-button": "^4.0.6", - "@hi-ui/icons": "^4.0.16", - "@hi-ui/loading": "^4.1.1", - "@hi-ui/object-utils": "^4.0.2", - "@hi-ui/pagination": "^4.0.12", - "@hi-ui/popper": "^4.1.1", - "@hi-ui/react-utils": "^4.0.2", - "@hi-ui/select": "^4.2.3", - "@hi-ui/spinner": "^4.0.6", - "@hi-ui/times": "^4.0.2", - "@hi-ui/tree-utils": "^4.1.2", - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-cache": "^4.0.2", - "@hi-ui/use-check": "^4.0.3", - "@hi-ui/use-check-state": "^4.0.2", - "@hi-ui/use-drag-sorter": "^4.0.2", - "@hi-ui/use-latest": "^4.0.2", - "@hi-ui/use-toggle": "^4.0.2", - "@hi-ui/use-uncontrolled-state": "^4.0.2", - "@hi-ui/use-update-effect": "^4.0.2", + "@hi-ui/array-utils": "^4.0.3", + "@hi-ui/button": "^4.0.8", + "@hi-ui/checkbox": "^4.0.7", + "@hi-ui/classname": "^4.0.3", + "@hi-ui/dom-utils": "^4.0.6", + "@hi-ui/drawer": "^4.1.2", + "@hi-ui/empty-state": "^4.0.6", + "@hi-ui/env": "^4.0.3", + "@hi-ui/func-utils": "^4.0.3", + "@hi-ui/icon-button": "^4.0.7", + "@hi-ui/icons": "^4.0.17", + "@hi-ui/loading": "^4.1.2", + "@hi-ui/object-utils": "^4.0.3", + "@hi-ui/pagination": "^4.0.13", + "@hi-ui/popper": "^4.1.2", + "@hi-ui/react-utils": "^4.0.3", + "@hi-ui/select": "^4.2.4", + "@hi-ui/spinner": "^4.0.7", + "@hi-ui/times": "^4.0.3", + "@hi-ui/tree-utils": "^4.1.3", + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-cache": "^4.0.3", + "@hi-ui/use-check": "^4.0.4", + "@hi-ui/use-check-state": "^4.0.3", + "@hi-ui/use-drag-sorter": "^4.0.3", + "@hi-ui/use-latest": "^4.0.3", + "@hi-ui/use-toggle": "^4.0.3", + "@hi-ui/use-uncontrolled-state": "^4.0.3", + "@hi-ui/use-update-effect": "^4.0.3", "axios": "^1.5.0", "react-resizable": "^3.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "@types/react-resizable": "^1.7.4", "react": "^17.0.1", "react-dom": "^17.0.1" diff --git a/packages/ui/tabs/CHANGELOG.md b/packages/ui/tabs/CHANGELOG.md index 93d1e6071..53b2abce3 100644 --- a/packages/ui/tabs/CHANGELOG.md +++ b/packages/ui/tabs/CHANGELOG.md @@ -1,5 +1,22 @@ # @hi-ui/tabs +## 4.1.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-latest@4.0.3 + - @hi-ui/use-uncontrolled-state@4.0.3 + - @hi-ui/use-unmount-effect@4.0.3 + - @hi-ui/icons@4.0.17 + - @hi-ui/icon-button@4.0.7 + - @hi-ui/classname@4.0.3 + - @hi-ui/react-utils@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.1.2 ### Patch Changes diff --git a/packages/ui/tabs/package.json b/packages/ui/tabs/package.json index 5c5df3d98..883c4faee 100644 --- a/packages/ui/tabs/package.json +++ b/packages/ui/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/tabs", - "version": "4.1.2", + "version": "4.1.3", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,24 +43,24 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/icon-button": "^4.0.6", - "@hi-ui/icons": "^4.0.16", - "@hi-ui/react-utils": "^4.0.2", - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-latest": "^4.0.2", - "@hi-ui/use-uncontrolled-state": "^4.0.2", - "@hi-ui/use-unmount-effect": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/icon-button": "^4.0.7", + "@hi-ui/icons": "^4.0.17", + "@hi-ui/react-utils": "^4.0.3", + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-latest": "^4.0.3", + "@hi-ui/use-uncontrolled-state": "^4.0.3", + "@hi-ui/use-unmount-effect": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/tag-input/CHANGELOG.md b/packages/ui/tag-input/CHANGELOG.md index 988e34578..73dfd93b1 100644 --- a/packages/ui/tag-input/CHANGELOG.md +++ b/packages/ui/tag-input/CHANGELOG.md @@ -1,5 +1,22 @@ # @hi-ui/tag-input +## 4.0.9 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-latest@4.0.3 + - @hi-ui/use-merge-refs@4.0.3 + - @hi-ui/use-outside-click@4.0.3 + - @hi-ui/use-uncontrolled-state@4.0.3 + - @hi-ui/icons@4.0.17 + - @hi-ui/classname@4.0.3 + - @hi-ui/func-utils@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.0.8 ### Patch Changes diff --git a/packages/ui/tag-input/package.json b/packages/ui/tag-input/package.json index 432984d3d..60b0c4ce3 100644 --- a/packages/ui/tag-input/package.json +++ b/packages/ui/tag-input/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/tag-input", - "version": "4.0.8", + "version": "4.0.9", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,25 +43,25 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/func-utils": "^4.0.2", - "@hi-ui/icons": "^4.0.16", - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-latest": "^4.0.2", - "@hi-ui/use-merge-refs": "^4.0.2", - "@hi-ui/use-outside-click": "^4.0.2", - "@hi-ui/use-uncontrolled-state": "^4.0.2", + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/func-utils": "^4.0.3", + "@hi-ui/icons": "^4.0.17", + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-latest": "^4.0.3", + "@hi-ui/use-merge-refs": "^4.0.3", + "@hi-ui/use-outside-click": "^4.0.3", + "@hi-ui/use-uncontrolled-state": "^4.0.3", "react-resize-detector": "^6.7.6" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/tag/CHANGELOG.md b/packages/ui/tag/CHANGELOG.md index 097c3f56b..e4276bf58 100644 --- a/packages/ui/tag/CHANGELOG.md +++ b/packages/ui/tag/CHANGELOG.md @@ -1,5 +1,19 @@ # @hi-ui/tag +## 4.1.2 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/icons@4.0.17 + - @hi-ui/button@4.0.8 + - @hi-ui/tooltip@4.0.9 + - @hi-ui/classname@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.1.1 ### Patch Changes diff --git a/packages/ui/tag/package.json b/packages/ui/tag/package.json index a7305468c..296d594d5 100644 --- a/packages/ui/tag/package.json +++ b/packages/ui/tag/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/tag", - "version": "4.1.1", + "version": "4.1.2", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,21 +43,21 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/button": "^4.0.7", - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/icons": "^4.0.16", - "@hi-ui/tooltip": "^4.0.8", - "@hi-ui/type-assertion": "^4.0.2" + "@hi-ui/button": "^4.0.8", + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/icons": "^4.0.17", + "@hi-ui/tooltip": "^4.0.9", + "@hi-ui/type-assertion": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/textarea/CHANGELOG.md b/packages/ui/textarea/CHANGELOG.md index d536b4504..75a684b83 100644 --- a/packages/ui/textarea/CHANGELOG.md +++ b/packages/ui/textarea/CHANGELOG.md @@ -1,5 +1,18 @@ # @hi-ui/textarea +## 4.1.5 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-latest@4.0.3 + - @hi-ui/use-merge-refs@4.0.3 + - @hi-ui/input@4.0.12 + - @hi-ui/classname@4.0.3 + ## 4.1.4 ### Patch Changes diff --git a/packages/ui/textarea/package.json b/packages/ui/textarea/package.json index bf1ddb531..b14351942 100644 --- a/packages/ui/textarea/package.json +++ b/packages/ui/textarea/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/textarea", - "version": "4.1.4", + "version": "4.1.5", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,21 +43,21 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/input": "^4.0.11", - "@hi-ui/use-latest": "^4.0.2", - "@hi-ui/use-merge-refs": "^4.0.2", + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/input": "^4.0.12", + "@hi-ui/use-latest": "^4.0.3", + "@hi-ui/use-merge-refs": "^4.0.3", "react-resize-detector": "^7.0.0" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/time-picker/CHANGELOG.md b/packages/ui/time-picker/CHANGELOG.md index 081da3837..a0a6bf16d 100644 --- a/packages/ui/time-picker/CHANGELOG.md +++ b/packages/ui/time-picker/CHANGELOG.md @@ -1,5 +1,19 @@ # @hi-ui/time-picker +## 4.0.12 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-uncontrolled-state@4.0.3 + - @hi-ui/icons@4.0.17 + - @hi-ui/button@4.0.8 + - @hi-ui/popper@4.1.2 + - @hi-ui/classname@4.0.3 + ## 4.0.11 ### Patch Changes diff --git a/packages/ui/time-picker/package.json b/packages/ui/time-picker/package.json index 9ecef17b3..d027a7395 100644 --- a/packages/ui/time-picker/package.json +++ b/packages/ui/time-picker/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/time-picker", - "version": "4.0.11", + "version": "4.0.12", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -44,22 +44,22 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/button": "^4.0.7", - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/icons": "^4.0.16", - "@hi-ui/popper": "^4.1.1", - "@hi-ui/use-uncontrolled-state": "^4.0.2", + "@hi-ui/button": "^4.0.8", + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/icons": "^4.0.17", + "@hi-ui/popper": "^4.1.2", + "@hi-ui/use-uncontrolled-state": "^4.0.3", "dayjs": "^1.10.7" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/timeline/CHANGELOG.md b/packages/ui/timeline/CHANGELOG.md index 67f518609..b8ea3f612 100644 --- a/packages/ui/timeline/CHANGELOG.md +++ b/packages/ui/timeline/CHANGELOG.md @@ -1,5 +1,16 @@ # @hi-ui/timeline +## 4.0.6 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/classname@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.0.5 ### Patch Changes diff --git a/packages/ui/timeline/package.json b/packages/ui/timeline/package.json index 8cf77412a..f3f66ae41 100644 --- a/packages/ui/timeline/package.json +++ b/packages/ui/timeline/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/timeline", - "version": "4.0.5", + "version": "4.0.6", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,18 +43,18 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/type-assertion": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/type-assertion": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/toast/CHANGELOG.md b/packages/ui/toast/CHANGELOG.md index 3dec8ab41..f4326dbd8 100644 --- a/packages/ui/toast/CHANGELOG.md +++ b/packages/ui/toast/CHANGELOG.md @@ -1,5 +1,19 @@ # @hi-ui/toast +## 4.0.6 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-id@4.0.3 + - @hi-ui/classname@4.0.3 + - @hi-ui/container@4.0.3 + - @hi-ui/react-utils@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.0.5 ### Patch Changes diff --git a/packages/ui/toast/package.json b/packages/ui/toast/package.json index e6d8478ff..914d16099 100644 --- a/packages/ui/toast/package.json +++ b/packages/ui/toast/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/toast", - "version": "4.0.5", + "version": "4.0.6", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -44,21 +44,21 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/container": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/react-utils": "^4.0.2", - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-id": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/container": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/react-utils": "^4.0.3", + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-id": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/tooltip/CHANGELOG.md b/packages/ui/tooltip/CHANGELOG.md index 1dbc20222..89edffbb7 100644 --- a/packages/ui/tooltip/CHANGELOG.md +++ b/packages/ui/tooltip/CHANGELOG.md @@ -1,5 +1,29 @@ # @hi-ui/tooltip +## 4.0.9 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-id@4.0.3 + - @hi-ui/use-latest@4.0.3 + - @hi-ui/use-lazy-render@4.0.3 + - @hi-ui/use-timeout@4.0.3 + - @hi-ui/use-toggle@4.0.3 + - @hi-ui/use-uncontrolled-state@4.0.3 + - @hi-ui/use-unmount-effect@4.0.3 + - @hi-ui/popper@4.1.2 + - @hi-ui/portal@4.0.6 + - @hi-ui/array-utils@4.0.3 + - @hi-ui/classname@4.0.3 + - @hi-ui/container@4.0.3 + - @hi-ui/dom-utils@4.0.6 + - @hi-ui/react-utils@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.0.8 ### Patch Changes diff --git a/packages/ui/tooltip/package.json b/packages/ui/tooltip/package.json index 7e280e873..745cd830b 100644 --- a/packages/ui/tooltip/package.json +++ b/packages/ui/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/tooltip", - "version": "4.0.8", + "version": "4.0.9", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,32 +43,32 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.2", - "@hi-ui/classname": "^4.0.2", - "@hi-ui/container": "^4.0.2", - "@hi-ui/dom-utils": "^4.0.5", - "@hi-ui/env": "^4.0.2", - "@hi-ui/popper": "^4.1.1", - "@hi-ui/portal": "^4.0.5", - "@hi-ui/react-utils": "^4.0.2", - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-id": "^4.0.2", - "@hi-ui/use-latest": "^4.0.2", - "@hi-ui/use-lazy-render": "^4.0.2", - "@hi-ui/use-timeout": "^4.0.2", - "@hi-ui/use-toggle": "^4.0.2", - "@hi-ui/use-uncontrolled-state": "^4.0.2", - "@hi-ui/use-unmount-effect": "^4.0.2", + "@hi-ui/array-utils": "^4.0.3", + "@hi-ui/classname": "^4.0.3", + "@hi-ui/container": "^4.0.3", + "@hi-ui/dom-utils": "^4.0.6", + "@hi-ui/env": "^4.0.3", + "@hi-ui/popper": "^4.1.2", + "@hi-ui/portal": "^4.0.6", + "@hi-ui/react-utils": "^4.0.3", + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-id": "^4.0.3", + "@hi-ui/use-latest": "^4.0.3", + "@hi-ui/use-lazy-render": "^4.0.3", + "@hi-ui/use-timeout": "^4.0.3", + "@hi-ui/use-toggle": "^4.0.3", + "@hi-ui/use-uncontrolled-state": "^4.0.3", + "@hi-ui/use-unmount-effect": "^4.0.3", "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/transfer/CHANGELOG.md b/packages/ui/transfer/CHANGELOG.md index 1f1b201bb..33a6017c7 100644 --- a/packages/ui/transfer/CHANGELOG.md +++ b/packages/ui/transfer/CHANGELOG.md @@ -1,5 +1,23 @@ # @hi-ui/transfer +## 4.0.12 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-check@4.0.4 + - @hi-ui/use-uncontrolled-state@4.0.3 + - @hi-ui/icons@4.0.17 + - @hi-ui/button@4.0.8 + - @hi-ui/checkbox@4.0.7 + - @hi-ui/input@4.0.12 + - @hi-ui/pagination@4.0.13 + - @hi-ui/classname@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.0.11 ### Patch Changes diff --git a/packages/ui/transfer/package.json b/packages/ui/transfer/package.json index 6eca21b61..0ee217068 100644 --- a/packages/ui/transfer/package.json +++ b/packages/ui/transfer/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/transfer", - "version": "4.0.11", + "version": "4.0.12", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,25 +43,25 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/button": "^4.0.7", - "@hi-ui/checkbox": "^4.0.6", - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/icons": "^4.0.16", - "@hi-ui/input": "^4.0.11", - "@hi-ui/pagination": "^4.0.12", - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-check": "^4.0.3", - "@hi-ui/use-uncontrolled-state": "^4.0.2" + "@hi-ui/button": "^4.0.8", + "@hi-ui/checkbox": "^4.0.7", + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/icons": "^4.0.17", + "@hi-ui/input": "^4.0.12", + "@hi-ui/pagination": "^4.0.13", + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-check": "^4.0.4", + "@hi-ui/use-uncontrolled-state": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/tree-select/CHANGELOG.md b/packages/ui/tree-select/CHANGELOG.md index bf6fc1560..b1284f313 100644 --- a/packages/ui/tree-select/CHANGELOG.md +++ b/packages/ui/tree-select/CHANGELOG.md @@ -1,5 +1,29 @@ # @hi-ui/tree-select +## 4.1.2 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-data-source@4.0.3 + - @hi-ui/use-search-mode@4.1.3 + - @hi-ui/use-toggle@4.0.3 + - @hi-ui/use-uncontrolled-state@4.0.3 + - @hi-ui/icons@4.0.17 + - @hi-ui/highlighter@4.0.7 + - @hi-ui/input@4.0.12 + - @hi-ui/picker@4.1.3 + - @hi-ui/popper@4.1.2 + - @hi-ui/tree@4.5.7 + - @hi-ui/array-utils@4.0.3 + - @hi-ui/classname@4.0.3 + - @hi-ui/func-utils@4.0.3 + - @hi-ui/tree-utils@4.1.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.1.1 ### Patch Changes diff --git a/packages/ui/tree-select/package.json b/packages/ui/tree-select/package.json index 44605ecd5..28bd9647a 100644 --- a/packages/ui/tree-select/package.json +++ b/packages/ui/tree-select/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/tree-select", - "version": "4.1.1", + "version": "4.1.2", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,31 +43,31 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.2", - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/func-utils": "^4.0.2", - "@hi-ui/highlighter": "^4.0.6", - "@hi-ui/icons": "^4.0.16", - "@hi-ui/input": "^4.0.11", - "@hi-ui/picker": "^4.1.2", - "@hi-ui/popper": "^4.1.1", - "@hi-ui/tree": "^4.5.6", - "@hi-ui/tree-utils": "^4.1.2", - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-data-source": "^4.0.2", - "@hi-ui/use-search-mode": "^4.1.2", - "@hi-ui/use-toggle": "^4.0.2", - "@hi-ui/use-uncontrolled-state": "^4.0.2" + "@hi-ui/array-utils": "^4.0.3", + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/func-utils": "^4.0.3", + "@hi-ui/highlighter": "^4.0.7", + "@hi-ui/icons": "^4.0.17", + "@hi-ui/input": "^4.0.12", + "@hi-ui/picker": "^4.1.3", + "@hi-ui/popper": "^4.1.2", + "@hi-ui/tree": "^4.5.7", + "@hi-ui/tree-utils": "^4.1.3", + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-data-source": "^4.0.3", + "@hi-ui/use-search-mode": "^4.1.3", + "@hi-ui/use-toggle": "^4.0.3", + "@hi-ui/use-uncontrolled-state": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/tree/CHANGELOG.md b/packages/ui/tree/CHANGELOG.md index 2903e7660..40e591e3b 100644 --- a/packages/ui/tree/CHANGELOG.md +++ b/packages/ui/tree/CHANGELOG.md @@ -1,5 +1,31 @@ # @hi-ui/tree +## 4.5.7 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-check@4.0.4 + - @hi-ui/use-data-source@4.0.3 + - @hi-ui/use-latest@4.0.3 + - @hi-ui/use-merge-refs@4.0.3 + - @hi-ui/use-outside-click@4.0.3 + - @hi-ui/use-toggle@4.0.3 + - @hi-ui/use-uncontrolled-state@4.0.3 + - @hi-ui/icons@4.0.17 + - @hi-ui/checkbox@4.0.7 + - @hi-ui/input@4.0.12 + - @hi-ui/popper@4.1.2 + - @hi-ui/virtual-list@4.0.6 + - @hi-ui/array-utils@4.0.3 + - @hi-ui/classname@4.0.3 + - @hi-ui/times@4.0.3 + - @hi-ui/tree-utils@4.1.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.5.6 ### Patch Changes diff --git a/packages/ui/tree/package.json b/packages/ui/tree/package.json index 8ba42a89d..669c37834 100644 --- a/packages/ui/tree/package.json +++ b/packages/ui/tree/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/tree", - "version": "4.5.6", + "version": "4.5.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,34 +43,34 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.2", - "@hi-ui/checkbox": "^4.0.6", - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/icons": "^4.0.16", - "@hi-ui/input": "^4.0.11", - "@hi-ui/popper": "^4.1.1", - "@hi-ui/times": "^4.0.2", - "@hi-ui/tree-utils": "^4.1.2", - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-check": "^4.0.3", - "@hi-ui/use-data-source": "^4.0.2", - "@hi-ui/use-latest": "^4.0.2", - "@hi-ui/use-merge-refs": "^4.0.2", - "@hi-ui/use-outside-click": "^4.0.2", - "@hi-ui/use-toggle": "^4.0.2", - "@hi-ui/use-uncontrolled-state": "^4.0.2", - "@hi-ui/virtual-list": "^4.0.5", + "@hi-ui/array-utils": "^4.0.3", + "@hi-ui/checkbox": "^4.0.7", + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/icons": "^4.0.17", + "@hi-ui/input": "^4.0.12", + "@hi-ui/popper": "^4.1.2", + "@hi-ui/times": "^4.0.3", + "@hi-ui/tree-utils": "^4.1.3", + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-check": "^4.0.4", + "@hi-ui/use-data-source": "^4.0.3", + "@hi-ui/use-latest": "^4.0.3", + "@hi-ui/use-merge-refs": "^4.0.3", + "@hi-ui/use-outside-click": "^4.0.3", + "@hi-ui/use-toggle": "^4.0.3", + "@hi-ui/use-uncontrolled-state": "^4.0.3", + "@hi-ui/virtual-list": "^4.0.6", "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/upload/CHANGELOG.md b/packages/ui/upload/CHANGELOG.md index 22617fcef..cc8966b12 100644 --- a/packages/ui/upload/CHANGELOG.md +++ b/packages/ui/upload/CHANGELOG.md @@ -1,5 +1,21 @@ # @hi-ui/upload +## 4.1.8 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-id@4.0.3 + - @hi-ui/icons@4.0.17 + - @hi-ui/button@4.0.8 + - @hi-ui/file-select@4.0.6 + - @hi-ui/modal@4.0.14 + - @hi-ui/preview@4.0.7 + - @hi-ui/classname@4.0.3 + ## 4.1.7 ### Patch Changes diff --git a/packages/ui/upload/package.json b/packages/ui/upload/package.json index c1e205b36..fc248baa5 100644 --- a/packages/ui/upload/package.json +++ b/packages/ui/upload/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/upload", - "version": "4.1.7", + "version": "4.1.8", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,25 +43,25 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/button": "^4.0.7", - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/file-select": "^4.0.5", - "@hi-ui/icons": "^4.0.16", - "@hi-ui/modal": "^4.0.13", - "@hi-ui/preview": "^4.0.6", - "@hi-ui/use-id": "^4.0.2", + "@hi-ui/button": "^4.0.8", + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/file-select": "^4.0.6", + "@hi-ui/icons": "^4.0.17", + "@hi-ui/modal": "^4.0.14", + "@hi-ui/preview": "^4.0.7", + "@hi-ui/use-id": "^4.0.3", "react-cropper": "^2.1.8", "uuid": "^8.3.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "@types/uuid": "^8.3.3", "react": "^17.0.1", "react-dom": "^17.0.1" diff --git a/packages/ui/virtual-list/CHANGELOG.md b/packages/ui/virtual-list/CHANGELOG.md index 0d90cf135..16c4b369f 100644 --- a/packages/ui/virtual-list/CHANGELOG.md +++ b/packages/ui/virtual-list/CHANGELOG.md @@ -1,5 +1,13 @@ # @hi-ui/virtual-list +## 4.0.6 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/core@4.0.7 + ## 4.0.5 ### Patch Changes diff --git a/packages/ui/virtual-list/package.json b/packages/ui/virtual-list/package.json index 8a90947a0..ab7ef55d8 100644 --- a/packages/ui/virtual-list/package.json +++ b/packages/ui/virtual-list/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/virtual-list", - "version": "4.0.5", + "version": "4.0.6", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -44,13 +44,13 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/watermark/CHANGELOG.md b/packages/ui/watermark/CHANGELOG.md index 40b8e940f..23cd4d0aa 100644 --- a/packages/ui/watermark/CHANGELOG.md +++ b/packages/ui/watermark/CHANGELOG.md @@ -1,5 +1,19 @@ # @hi-ui/watermark +## 4.0.6 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/use-merge-refs@4.0.3 + - @hi-ui/portal@4.0.6 + - @hi-ui/classname@4.0.3 + - @hi-ui/react-utils@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.0.5 ### Patch Changes diff --git a/packages/ui/watermark/package.json b/packages/ui/watermark/package.json index 95b377dff..64b124a09 100644 --- a/packages/ui/watermark/package.json +++ b/packages/ui/watermark/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/watermark", - "version": "4.0.5", + "version": "4.0.6", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,21 +43,21 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/portal": "^4.0.5", - "@hi-ui/react-utils": "^4.0.2", - "@hi-ui/type-assertion": "^4.0.2", - "@hi-ui/use-merge-refs": "^4.0.2" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/portal": "^4.0.6", + "@hi-ui/react-utils": "^4.0.3", + "@hi-ui/type-assertion": "^4.0.3", + "@hi-ui/use-merge-refs": "^4.0.3" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/zen-mode/CHANGELOG.md b/packages/ui/zen-mode/CHANGELOG.md index 36b594059..b6aac2809 100644 --- a/packages/ui/zen-mode/CHANGELOG.md +++ b/packages/ui/zen-mode/CHANGELOG.md @@ -1,5 +1,16 @@ # @hi-ui/zen-mode +## 4.0.6 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/core@4.0.7 + - @hi-ui/icons@4.0.17 + - @hi-ui/classname@4.0.3 + ## 4.0.5 ### Patch Changes diff --git a/packages/ui/zen-mode/package.json b/packages/ui/zen-mode/package.json index c754eb2be..5a90c37f8 100644 --- a/packages/ui/zen-mode/package.json +++ b/packages/ui/zen-mode/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/zen-mode", - "version": "4.0.5", + "version": "4.0.6", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,18 +43,18 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.2", - "@hi-ui/env": "^4.0.2", - "@hi-ui/icons": "^4.0.16" + "@hi-ui/classname": "^4.0.3", + "@hi-ui/env": "^4.0.3", + "@hi-ui/icons": "^4.0.17" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.6", + "@hi-ui/core": ">=4.0.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.6", - "@hi-ui/core-css": "^4.1.3", + "@hi-ui/core": "^4.0.7", + "@hi-ui/core-css": "^4.1.4", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/utils/array-utils/CHANGELOG.md b/packages/utils/array-utils/CHANGELOG.md index 29a3dd157..3a20399b7 100644 --- a/packages/utils/array-utils/CHANGELOG.md +++ b/packages/utils/array-utils/CHANGELOG.md @@ -1,5 +1,13 @@ # @hi-ui/array-utils +## 4.0.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/type-assertion@4.0.3 + ## 4.0.2 ### Patch Changes diff --git a/packages/utils/array-utils/package.json b/packages/utils/array-utils/package.json index c61120ad7..6e3078107 100644 --- a/packages/utils/array-utils/package.json +++ b/packages/utils/array-utils/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/array-utils", - "version": "4.0.2", + "version": "4.0.3", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", @@ -44,6 +44,6 @@ }, "devDependencies": {}, "dependencies": { - "@hi-ui/type-assertion": "^4.0.2" + "@hi-ui/type-assertion": "^4.0.3" } } diff --git a/packages/utils/classname/CHANGELOG.md b/packages/utils/classname/CHANGELOG.md index b69e85939..215220655 100644 --- a/packages/utils/classname/CHANGELOG.md +++ b/packages/utils/classname/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/classname +## 4.0.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 + ## 4.0.2 ### Patch Changes diff --git a/packages/utils/classname/package.json b/packages/utils/classname/package.json index b1ae08d31..068f05408 100644 --- a/packages/utils/classname/package.json +++ b/packages/utils/classname/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/classname", - "version": "4.0.2", + "version": "4.0.3", "description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM", "keywords": [], "author": "Flcwl ", diff --git a/packages/utils/container/CHANGELOG.md b/packages/utils/container/CHANGELOG.md index f251c60c8..0879ca8e9 100644 --- a/packages/utils/container/CHANGELOG.md +++ b/packages/utils/container/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/container +## 4.0.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 + ## 4.0.2 ### Patch Changes diff --git a/packages/utils/container/package.json b/packages/utils/container/package.json index a63ab580a..0acee62e0 100644 --- a/packages/utils/container/package.json +++ b/packages/utils/container/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/container", - "version": "4.0.2", + "version": "4.0.3", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", diff --git a/packages/utils/dom-utils/CHANGELOG.md b/packages/utils/dom-utils/CHANGELOG.md index 33d8f0413..8e346bcd2 100644 --- a/packages/utils/dom-utils/CHANGELOG.md +++ b/packages/utils/dom-utils/CHANGELOG.md @@ -1,5 +1,13 @@ # @hi-ui/dom-utils +## 4.0.6 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + ## 4.0.5 ### Patch Changes diff --git a/packages/utils/dom-utils/package.json b/packages/utils/dom-utils/package.json index ac73e7539..a3032d409 100644 --- a/packages/utils/dom-utils/package.json +++ b/packages/utils/dom-utils/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/dom-utils", - "version": "4.0.5", + "version": "4.0.6", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", @@ -49,6 +49,6 @@ "react": "^17.0.1" }, "dependencies": { - "@hi-ui/env": "^4.0.2" + "@hi-ui/env": "^4.0.3" } } diff --git a/packages/utils/env/CHANGELOG.md b/packages/utils/env/CHANGELOG.md index b9ee743e1..a2f87d8ce 100644 --- a/packages/utils/env/CHANGELOG.md +++ b/packages/utils/env/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/env +## 4.0.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 + ## 4.0.2 ### Patch Changes diff --git a/packages/utils/env/package.json b/packages/utils/env/package.json index 338b2d657..34e8783f5 100644 --- a/packages/utils/env/package.json +++ b/packages/utils/env/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/env", - "version": "4.0.2", + "version": "4.0.3", "description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM", "keywords": [], "author": "Flcwl ", diff --git a/packages/utils/func-utils/CHANGELOG.md b/packages/utils/func-utils/CHANGELOG.md index 278c78447..2926c9ad3 100644 --- a/packages/utils/func-utils/CHANGELOG.md +++ b/packages/utils/func-utils/CHANGELOG.md @@ -1,5 +1,14 @@ # @hi-ui/func-utils +## 4.0.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/object-utils@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.0.2 ### Patch Changes diff --git a/packages/utils/func-utils/package.json b/packages/utils/func-utils/package.json index 621c28150..1cc7d2b76 100644 --- a/packages/utils/func-utils/package.json +++ b/packages/utils/func-utils/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/func-utils", - "version": "4.0.2", + "version": "4.0.3", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", @@ -44,7 +44,7 @@ }, "devDependencies": {}, "dependencies": { - "@hi-ui/object-utils": "^4.0.2", - "@hi-ui/type-assertion": "^4.0.2" + "@hi-ui/object-utils": "^4.0.3", + "@hi-ui/type-assertion": "^4.0.3" } } diff --git a/packages/utils/object-utils/CHANGELOG.md b/packages/utils/object-utils/CHANGELOG.md index 90e4eda42..9d77fb3be 100644 --- a/packages/utils/object-utils/CHANGELOG.md +++ b/packages/utils/object-utils/CHANGELOG.md @@ -1,5 +1,14 @@ # @hi-ui/object-utils +## 4.0.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/array-utils@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.0.2 ### Patch Changes diff --git a/packages/utils/object-utils/package.json b/packages/utils/object-utils/package.json index aec8849d3..4cc0fe3ea 100644 --- a/packages/utils/object-utils/package.json +++ b/packages/utils/object-utils/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/object-utils", - "version": "4.0.2", + "version": "4.0.3", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", @@ -44,7 +44,7 @@ }, "devDependencies": {}, "dependencies": { - "@hi-ui/array-utils": "^4.0.2", - "@hi-ui/type-assertion": "^4.0.2" + "@hi-ui/array-utils": "^4.0.3", + "@hi-ui/type-assertion": "^4.0.3" } } diff --git a/packages/utils/raf/CHANGELOG.md b/packages/utils/raf/CHANGELOG.md index 886f72538..c55a8d8aa 100644 --- a/packages/utils/raf/CHANGELOG.md +++ b/packages/utils/raf/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/raf +## 4.0.4 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 + ## 4.0.3 ### Patch Changes diff --git a/packages/utils/raf/package.json b/packages/utils/raf/package.json index 2501ea343..9913da3f4 100644 --- a/packages/utils/raf/package.json +++ b/packages/utils/raf/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/raf", - "version": "4.0.3", + "version": "4.0.4", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", diff --git a/packages/utils/react-utils/CHANGELOG.md b/packages/utils/react-utils/CHANGELOG.md index ddc71e3f2..ac8ed548f 100644 --- a/packages/utils/react-utils/CHANGELOG.md +++ b/packages/utils/react-utils/CHANGELOG.md @@ -1,5 +1,14 @@ # @hi-ui/react-utils +## 4.0.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.0.2 ### Patch Changes diff --git a/packages/utils/react-utils/package.json b/packages/utils/react-utils/package.json index 4342d1cda..27844c924 100644 --- a/packages/utils/react-utils/package.json +++ b/packages/utils/react-utils/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/react-utils", - "version": "4.0.2", + "version": "4.0.3", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", @@ -46,8 +46,8 @@ "react": ">=16.8.6" }, "dependencies": { - "@hi-ui/env": "^4.0.2", - "@hi-ui/type-assertion": "^4.0.2" + "@hi-ui/env": "^4.0.3", + "@hi-ui/type-assertion": "^4.0.3" }, "devDependencies": { "react": "^17.0.1" diff --git a/packages/utils/request/CHANGELOG.md b/packages/utils/request/CHANGELOG.md index 8d6edcf06..d26b14948 100644 --- a/packages/utils/request/CHANGELOG.md +++ b/packages/utils/request/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/request +## 4.1.2 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 + ## 4.1.1 ### Patch Changes diff --git a/packages/utils/request/package.json b/packages/utils/request/package.json index f60687f5e..ba17c3af2 100644 --- a/packages/utils/request/package.json +++ b/packages/utils/request/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/request", - "version": "4.1.1", + "version": "4.1.2", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", diff --git a/packages/utils/throttle-by-raf/CHANGELOG.md b/packages/utils/throttle-by-raf/CHANGELOG.md index fe680104d..c101fb54d 100644 --- a/packages/utils/throttle-by-raf/CHANGELOG.md +++ b/packages/utils/throttle-by-raf/CHANGELOG.md @@ -1,5 +1,13 @@ # @hi-ui/throttle-by-raf +## 4.0.4 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/raf@4.0.4 + ## 4.0.3 ### Patch Changes diff --git a/packages/utils/throttle-by-raf/package.json b/packages/utils/throttle-by-raf/package.json index fb6cbd4df..e57a9f944 100644 --- a/packages/utils/throttle-by-raf/package.json +++ b/packages/utils/throttle-by-raf/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/throttle-by-raf", - "version": "4.0.3", + "version": "4.0.4", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", @@ -44,6 +44,6 @@ }, "devDependencies": {}, "dependencies": { - "@hi-ui/raf": "^4.0.3" + "@hi-ui/raf": "^4.0.4" } } diff --git a/packages/utils/times/CHANGELOG.md b/packages/utils/times/CHANGELOG.md index 4f0bf28ec..d739df511 100644 --- a/packages/utils/times/CHANGELOG.md +++ b/packages/utils/times/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/times +## 4.0.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 + ## 4.0.2 ### Patch Changes diff --git a/packages/utils/times/package.json b/packages/utils/times/package.json index 3c62718f4..1e74bd7ec 100644 --- a/packages/utils/times/package.json +++ b/packages/utils/times/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/times", - "version": "4.0.2", + "version": "4.0.3", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", diff --git a/packages/utils/tree-utils/CHANGELOG.md b/packages/utils/tree-utils/CHANGELOG.md index 38a112662..a25db6f92 100644 --- a/packages/utils/tree-utils/CHANGELOG.md +++ b/packages/utils/tree-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/tree-utils +## 4.1.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 + ## 4.1.2 ### Patch Changes diff --git a/packages/utils/tree-utils/package.json b/packages/utils/tree-utils/package.json index 99fefa1c7..640fa4a77 100644 --- a/packages/utils/tree-utils/package.json +++ b/packages/utils/tree-utils/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/tree-utils", - "version": "4.1.2", + "version": "4.1.3", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", diff --git a/packages/utils/type-assertion/CHANGELOG.md b/packages/utils/type-assertion/CHANGELOG.md index 003fa6d9a..69e9542f7 100644 --- a/packages/utils/type-assertion/CHANGELOG.md +++ b/packages/utils/type-assertion/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/type-assertion +## 4.0.3 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 + ## 4.0.2 ### Patch Changes diff --git a/packages/utils/type-assertion/package.json b/packages/utils/type-assertion/package.json index 4c2eaf514..0a1c6baf2 100644 --- a/packages/utils/type-assertion/package.json +++ b/packages/utils/type-assertion/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/type-assertion", - "version": "4.0.2", + "version": "4.0.3", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", diff --git a/packages/utils/utils/CHANGELOG.md b/packages/utils/utils/CHANGELOG.md index 89379f85c..d5977449d 100644 --- a/packages/utils/utils/CHANGELOG.md +++ b/packages/utils/utils/CHANGELOG.md @@ -1,5 +1,24 @@ # @hi-ui/utils +## 4.0.7 + +### Patch Changes + +- fix: 修复 rollup3 打包 cjs 模块问题 +- Updated dependencies + - @hi-ui/env@4.0.3 + - @hi-ui/array-utils@4.0.3 + - @hi-ui/classname@4.0.3 + - @hi-ui/container@4.0.3 + - @hi-ui/dom-utils@4.0.6 + - @hi-ui/func-utils@4.0.3 + - @hi-ui/raf@4.0.4 + - @hi-ui/react-utils@4.0.3 + - @hi-ui/request@4.1.2 + - @hi-ui/throttle-by-raf@4.0.4 + - @hi-ui/tree-utils@4.1.3 + - @hi-ui/type-assertion@4.0.3 + ## 4.0.6 ### Patch Changes diff --git a/packages/utils/utils/package.json b/packages/utils/utils/package.json index 6927ec822..07237507e 100644 --- a/packages/utils/utils/package.json +++ b/packages/utils/utils/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/utils", - "version": "4.0.6", + "version": "4.0.7", "description": "The root-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", @@ -43,18 +43,18 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.2", - "@hi-ui/classname": "^4.0.2", - "@hi-ui/container": "^4.0.2", - "@hi-ui/dom-utils": "^4.0.5", - "@hi-ui/env": "^4.0.2", - "@hi-ui/func-utils": "^4.0.2", - "@hi-ui/raf": "^4.0.3", - "@hi-ui/react-utils": "^4.0.2", - "@hi-ui/request": "^4.1.1", - "@hi-ui/throttle-by-raf": "^4.0.3", - "@hi-ui/tree-utils": "^4.1.2", - "@hi-ui/type-assertion": "^4.0.2" + "@hi-ui/array-utils": "^4.0.3", + "@hi-ui/classname": "^4.0.3", + "@hi-ui/container": "^4.0.3", + "@hi-ui/dom-utils": "^4.0.6", + "@hi-ui/env": "^4.0.3", + "@hi-ui/func-utils": "^4.0.3", + "@hi-ui/raf": "^4.0.4", + "@hi-ui/react-utils": "^4.0.3", + "@hi-ui/request": "^4.1.2", + "@hi-ui/throttle-by-raf": "^4.0.4", + "@hi-ui/tree-utils": "^4.1.3", + "@hi-ui/type-assertion": "^4.0.3" }, "devDependencies": {} } From 1fe03d524b5dd1235e34ec00db3dc074848ad3c3 Mon Sep 17 00:00:00 2001 From: zhouyun1 Date: Wed, 22 Nov 2023 11:05:28 +0800 Subject: [PATCH 3/4] =?UTF-8?q?chore:=20rollup2=E6=89=93=E5=8C=85=E6=9E=84?= =?UTF-8?q?=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + packages/core/core-css/CHANGELOG.md | 6 + packages/core/core-css/package.json | 2 +- packages/core/core/CHANGELOG.md | 9 ++ packages/core/core/package.json | 6 +- packages/hooks/hooks/CHANGELOG.md | 30 ++++ packages/hooks/hooks/package.json | 48 +++--- packages/hooks/use-async-data/CHANGELOG.md | 9 ++ packages/hooks/use-async-data/package.json | 6 +- packages/hooks/use-cache/CHANGELOG.md | 6 + packages/hooks/use-cache/package.json | 2 +- packages/hooks/use-check-state/CHANGELOG.md | 6 + packages/hooks/use-check-state/package.json | 2 +- packages/hooks/use-check/CHANGELOG.md | 10 ++ packages/hooks/use-check/package.json | 8 +- packages/hooks/use-children/CHANGELOG.md | 6 + packages/hooks/use-children/package.json | 2 +- packages/hooks/use-data-source/CHANGELOG.md | 9 ++ packages/hooks/use-data-source/package.json | 6 +- .../hooks/use-deep-equal-deps/CHANGELOG.md | 6 + .../hooks/use-deep-equal-deps/package.json | 2 +- packages/hooks/use-did-mount/CHANGELOG.md | 6 + packages/hooks/use-did-mount/package.json | 2 +- packages/hooks/use-drag-sorter/CHANGELOG.md | 9 ++ packages/hooks/use-drag-sorter/package.json | 6 +- packages/hooks/use-force-update/CHANGELOG.md | 8 + packages/hooks/use-force-update/package.json | 4 +- packages/hooks/use-id/CHANGELOG.md | 6 + packages/hooks/use-id/package.json | 2 +- packages/hooks/use-latest/CHANGELOG.md | 6 + packages/hooks/use-latest/package.json | 2 +- packages/hooks/use-lazy-render/CHANGELOG.md | 6 + packages/hooks/use-lazy-render/package.json | 2 +- packages/hooks/use-merge-refs/CHANGELOG.md | 6 + packages/hooks/use-merge-refs/package.json | 2 +- packages/hooks/use-outside-click/CHANGELOG.md | 8 + packages/hooks/use-outside-click/package.json | 4 +- packages/hooks/use-registry/CHANGELOG.md | 6 + packages/hooks/use-registry/package.json | 2 +- .../hooks/use-resize-observer/CHANGELOG.md | 9 ++ .../hooks/use-resize-observer/package.json | 6 +- packages/hooks/use-scroll-lock/CHANGELOG.md | 9 ++ packages/hooks/use-scroll-lock/package.json | 6 +- packages/hooks/use-scroll/CHANGELOG.md | 10 ++ packages/hooks/use-scroll/package.json | 8 +- packages/hooks/use-search-mode/CHANGELOG.md | 15 ++ packages/hooks/use-search-mode/package.json | 18 +-- packages/hooks/use-timeout/CHANGELOG.md | 8 + packages/hooks/use-timeout/package.json | 4 +- packages/hooks/use-toggle/CHANGELOG.md | 9 ++ packages/hooks/use-toggle/package.json | 6 +- .../hooks/use-uncontrolled-state/CHANGELOG.md | 9 ++ .../hooks/use-uncontrolled-state/package.json | 6 +- .../hooks/use-unmount-effect/CHANGELOG.md | 8 + .../hooks/use-unmount-effect/package.json | 4 +- packages/hooks/use-update-effect/CHANGELOG.md | 6 + packages/hooks/use-update-effect/package.json | 2 +- packages/icons/CHANGELOG.md | 10 ++ packages/icons/package.json | 12 +- packages/patches/patches/CHANGELOG.md | 6 + packages/patches/patches/package.json | 2 +- packages/ui/alert/CHANGELOG.md | 14 ++ packages/ui/alert/package.json | 20 +-- packages/ui/anchor/CHANGELOG.md | 15 ++ packages/ui/anchor/package.json | 22 +-- packages/ui/avatar/CHANGELOG.md | 12 ++ packages/ui/avatar/package.json | 16 +- packages/ui/back-top/CHANGELOG.md | 15 ++ packages/ui/back-top/package.json | 22 +-- packages/ui/badge/CHANGELOG.md | 11 ++ packages/ui/badge/package.json | 14 +- packages/ui/breadcrumb/CHANGELOG.md | 10 ++ packages/ui/breadcrumb/package.json | 12 +- packages/ui/button/CHANGELOG.md | 10 ++ packages/ui/button/package.json | 12 +- packages/ui/card/CHANGELOG.md | 12 ++ packages/ui/card/package.json | 16 +- packages/ui/carousel/CHANGELOG.md | 11 ++ packages/ui/carousel/package.json | 14 +- packages/ui/cascader/CHANGELOG.md | 26 ++++ packages/ui/cascader/package.json | 44 +++--- packages/ui/check-cascader/CHANGELOG.md | 30 ++++ packages/ui/check-cascader/package.json | 52 +++---- packages/ui/check-select/CHANGELOG.md | 31 ++++ packages/ui/check-select/package.json | 54 +++---- packages/ui/check-tree-select/CHANGELOG.md | 26 ++++ packages/ui/check-tree-select/package.json | 44 +++--- packages/ui/checkbox/CHANGELOG.md | 15 ++ packages/ui/checkbox/package.json | 22 +-- packages/ui/collapse/CHANGELOG.md | 13 ++ packages/ui/collapse/package.json | 18 +-- packages/ui/counter/CHANGELOG.md | 15 ++ packages/ui/counter/package.json | 22 +-- packages/ui/date-picker/CHANGELOG.md | 15 ++ packages/ui/date-picker/package.json | 22 +-- packages/ui/descriptions/CHANGELOG.md | 11 ++ packages/ui/descriptions/package.json | 14 +- packages/ui/drawer/CHANGELOG.md | 19 +++ packages/ui/drawer/package.json | 30 ++-- packages/ui/dropdown/CHANGELOG.md | 20 +++ packages/ui/dropdown/package.json | 32 ++-- packages/ui/ellipsis-tooltip/CHANGELOG.md | 11 ++ packages/ui/ellipsis-tooltip/package.json | 14 +- packages/ui/empty-state/CHANGELOG.md | 11 ++ packages/ui/empty-state/package.json | 14 +- packages/ui/file-select/CHANGELOG.md | 10 ++ packages/ui/file-select/package.json | 12 +- packages/ui/filter/CHANGELOG.md | 13 ++ packages/ui/filter/package.json | 18 +-- packages/ui/form/CHANGELOG.md | 17 +++ packages/ui/form/package.json | 26 ++-- packages/ui/grid/CHANGELOG.md | 11 ++ packages/ui/grid/package.json | 14 +- packages/ui/highlighter/CHANGELOG.md | 10 ++ packages/ui/highlighter/package.json | 12 +- packages/ui/hiui/CHANGELOG.md | 75 +++++++++ packages/ui/hiui/package.json | 142 +++++++++--------- packages/ui/icon-button/CHANGELOG.md | 11 ++ packages/ui/icon-button/package.json | 14 +- packages/ui/input-group/CHANGELOG.md | 10 ++ packages/ui/input-group/package.json | 12 +- packages/ui/input/CHANGELOG.md | 17 +++ packages/ui/input/package.json | 26 ++-- packages/ui/list/CHANGELOG.md | 12 ++ packages/ui/list/package.json | 16 +- packages/ui/loading/CHANGELOG.md | 17 +++ packages/ui/loading/package.json | 26 ++-- packages/ui/locale-context/CHANGELOG.md | 12 ++ packages/ui/locale-context/package.json | 12 +- packages/ui/menu/CHANGELOG.md | 22 +++ packages/ui/menu/package.json | 36 ++--- packages/ui/message/CHANGELOG.md | 13 ++ packages/ui/message/package.json | 18 +-- packages/ui/modal/CHANGELOG.md | 24 +++ packages/ui/modal/package.json | 40 ++--- packages/ui/notification/CHANGELOG.md | 14 ++ packages/ui/notification/package.json | 20 +-- packages/ui/number-input/CHANGELOG.md | 12 ++ packages/ui/number-input/package.json | 16 +- packages/ui/pagination/CHANGELOG.md | 17 +++ packages/ui/pagination/package.json | 26 ++-- packages/ui/picker/CHANGELOG.md | 19 +++ packages/ui/picker/package.json | 30 ++-- packages/ui/pop-confirm/CHANGELOG.md | 19 +++ packages/ui/pop-confirm/package.json | 30 ++-- packages/ui/popover/CHANGELOG.md | 20 +++ packages/ui/popover/package.json | 32 ++-- packages/ui/popper/CHANGELOG.md | 18 +++ packages/ui/popper/package.json | 28 ++-- packages/ui/portal/CHANGELOG.md | 12 ++ packages/ui/portal/package.json | 16 +- packages/ui/preview/CHANGELOG.md | 14 ++ packages/ui/preview/package.json | 20 +-- packages/ui/progress/CHANGELOG.md | 10 ++ packages/ui/progress/package.json | 12 +- packages/ui/provider/CHANGELOG.md | 12 ++ packages/ui/provider/package.json | 16 +- packages/ui/radio/CHANGELOG.md | 14 ++ packages/ui/radio/package.json | 20 +-- packages/ui/rating/CHANGELOG.md | 14 ++ packages/ui/rating/package.json | 20 +-- packages/ui/resize-box/CHANGELOG.md | 12 ++ packages/ui/resize-box/package.json | 16 +- packages/ui/result/CHANGELOG.md | 12 ++ packages/ui/result/package.json | 16 +- packages/ui/scrollbar/CHANGELOG.md | 11 ++ packages/ui/scrollbar/package.json | 14 +- packages/ui/search/CHANGELOG.md | 20 +++ packages/ui/search/package.json | 32 ++-- packages/ui/select/CHANGELOG.md | 29 ++++ packages/ui/select/package.json | 50 +++--- packages/ui/slider/CHANGELOG.md | 17 +++ packages/ui/slider/package.json | 26 ++-- packages/ui/space/CHANGELOG.md | 11 ++ packages/ui/space/package.json | 14 +- packages/ui/spinner/CHANGELOG.md | 10 ++ packages/ui/spinner/package.json | 12 +- packages/ui/stepper/CHANGELOG.md | 13 ++ packages/ui/stepper/package.json | 18 +-- packages/ui/svg-icon/CHANGELOG.md | 10 ++ packages/ui/svg-icon/package.json | 12 +- packages/ui/switch/CHANGELOG.md | 12 ++ packages/ui/switch/package.json | 16 +- packages/ui/table/CHANGELOG.md | 37 +++++ packages/ui/table/package.json | 66 ++++---- packages/ui/tabs/CHANGELOG.md | 17 +++ packages/ui/tabs/package.json | 26 ++-- packages/ui/tag-input/CHANGELOG.md | 17 +++ packages/ui/tag-input/package.json | 26 ++-- packages/ui/tag/CHANGELOG.md | 14 ++ packages/ui/tag/package.json | 20 +-- packages/ui/textarea/CHANGELOG.md | 13 ++ packages/ui/textarea/package.json | 18 +-- packages/ui/time-picker/CHANGELOG.md | 14 ++ packages/ui/time-picker/package.json | 20 +-- packages/ui/timeline/CHANGELOG.md | 11 ++ packages/ui/timeline/package.json | 14 +- packages/ui/toast/CHANGELOG.md | 14 ++ packages/ui/toast/package.json | 20 +-- packages/ui/tooltip/CHANGELOG.md | 24 +++ packages/ui/tooltip/package.json | 40 ++--- packages/ui/transfer/CHANGELOG.md | 18 +++ packages/ui/transfer/package.json | 28 ++-- packages/ui/tree-select/CHANGELOG.md | 24 +++ packages/ui/tree-select/package.json | 40 ++--- packages/ui/tree/CHANGELOG.md | 26 ++++ packages/ui/tree/package.json | 44 +++--- packages/ui/upload/CHANGELOG.md | 16 ++ packages/ui/upload/package.json | 24 +-- packages/ui/virtual-list/CHANGELOG.md | 8 + packages/ui/virtual-list/package.json | 8 +- packages/ui/watermark/CHANGELOG.md | 14 ++ packages/ui/watermark/package.json | 20 +-- packages/ui/zen-mode/CHANGELOG.md | 11 ++ packages/ui/zen-mode/package.json | 14 +- packages/utils/array-utils/CHANGELOG.md | 8 + packages/utils/array-utils/package.json | 4 +- packages/utils/classname/CHANGELOG.md | 6 + packages/utils/classname/package.json | 2 +- packages/utils/container/CHANGELOG.md | 6 + packages/utils/container/package.json | 2 +- packages/utils/dom-utils/CHANGELOG.md | 8 + packages/utils/dom-utils/package.json | 4 +- packages/utils/env/CHANGELOG.md | 6 + packages/utils/env/package.json | 2 +- packages/utils/func-utils/CHANGELOG.md | 9 ++ packages/utils/func-utils/package.json | 6 +- packages/utils/object-utils/CHANGELOG.md | 9 ++ packages/utils/object-utils/package.json | 6 +- packages/utils/raf/CHANGELOG.md | 6 + packages/utils/raf/package.json | 2 +- packages/utils/react-utils/CHANGELOG.md | 9 ++ packages/utils/react-utils/package.json | 6 +- packages/utils/request/CHANGELOG.md | 6 + packages/utils/request/package.json | 2 +- packages/utils/throttle-by-raf/CHANGELOG.md | 8 + packages/utils/throttle-by-raf/package.json | 4 +- packages/utils/times/CHANGELOG.md | 6 + packages/utils/times/package.json | 2 +- packages/utils/tree-utils/CHANGELOG.md | 6 + packages/utils/tree-utils/package.json | 2 +- packages/utils/type-assertion/CHANGELOG.md | 6 + packages/utils/type-assertion/package.json | 2 +- packages/utils/utils/CHANGELOG.md | 19 +++ packages/utils/utils/package.json | 26 ++-- yarn.lock | 92 ++++++------ 246 files changed, 2750 insertions(+), 1125 deletions(-) diff --git a/package.json b/package.json index 9ac35b7ce..d9d2d7fdc 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,7 @@ "@babel/preset-typescript": "~7.12.7", "@changesets/changelog-github": "^0.4.7", "@changesets/cli": "^2.25.0", + "@hi-ui/hi-build": "4.0.4", "@storybook/addon-actions": "^6.3.12", "@storybook/addon-essentials": "^6.3.12", "@storybook/addon-links": "^6.3.12", diff --git a/packages/core/core-css/CHANGELOG.md b/packages/core/core-css/CHANGELOG.md index 0f9284e15..df2c5909e 100644 --- a/packages/core/core-css/CHANGELOG.md +++ b/packages/core/core-css/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/core-css +## 4.1.5 + +### Patch Changes + +- build: rollup2 构建 + ## 4.1.4 ### Patch Changes diff --git a/packages/core/core-css/package.json b/packages/core/core-css/package.json index c9b6ecb8a..b2d87d731 100644 --- a/packages/core/core-css/package.json +++ b/packages/core/core-css/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/core-css", - "version": "4.1.4", + "version": "4.1.5", "description": "A sub-package for @hi-ui/core.", "keywords": [], "author": "HiUI ", diff --git a/packages/core/core/CHANGELOG.md b/packages/core/core/CHANGELOG.md index 57a476ca3..807ee4dc8 100644 --- a/packages/core/core/CHANGELOG.md +++ b/packages/core/core/CHANGELOG.md @@ -1,5 +1,14 @@ # @hi-ui/core +## 4.0.8 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core-css@4.1.5 + - @hi-ui/locale-context@4.0.8 + ## 4.0.7 ### Patch Changes diff --git a/packages/core/core/package.json b/packages/core/core/package.json index 6c91e8f91..51d288763 100644 --- a/packages/core/core/package.json +++ b/packages/core/core/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/core", - "version": "4.0.7", + "version": "4.0.8", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", @@ -44,7 +44,7 @@ }, "devDependencies": {}, "dependencies": { - "@hi-ui/core-css": "^4.1.4", - "@hi-ui/locale-context": "^4.0.7" + "@hi-ui/core-css": "^4.1.5", + "@hi-ui/locale-context": "^4.0.8" } } diff --git a/packages/hooks/hooks/CHANGELOG.md b/packages/hooks/hooks/CHANGELOG.md index ea89b5bd2..ca2050d5c 100644 --- a/packages/hooks/hooks/CHANGELOG.md +++ b/packages/hooks/hooks/CHANGELOG.md @@ -1,5 +1,35 @@ # @hi-ui/hooks +## 4.0.9 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/use-async-data@4.0.4 + - @hi-ui/use-cache@4.0.4 + - @hi-ui/use-check@4.0.5 + - @hi-ui/use-check-state@4.0.4 + - @hi-ui/use-children@4.0.4 + - @hi-ui/use-data-source@4.0.4 + - @hi-ui/use-deep-equal-deps@4.0.4 + - @hi-ui/use-did-mount@4.0.4 + - @hi-ui/use-drag-sorter@4.0.4 + - @hi-ui/use-force-update@4.0.4 + - @hi-ui/use-id@4.0.4 + - @hi-ui/use-latest@4.0.4 + - @hi-ui/use-lazy-render@4.0.4 + - @hi-ui/use-merge-refs@4.0.4 + - @hi-ui/use-outside-click@4.0.4 + - @hi-ui/use-scroll@4.0.5 + - @hi-ui/use-scroll-lock@4.0.4 + - @hi-ui/use-search-mode@4.1.4 + - @hi-ui/use-timeout@4.0.4 + - @hi-ui/use-toggle@4.0.4 + - @hi-ui/use-uncontrolled-state@4.0.4 + - @hi-ui/use-unmount-effect@4.0.4 + - @hi-ui/use-update-effect@4.0.4 + ## 4.0.8 ### Patch Changes diff --git a/packages/hooks/hooks/package.json b/packages/hooks/hooks/package.json index 45ced45d7..62135f26c 100644 --- a/packages/hooks/hooks/package.json +++ b/packages/hooks/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/hooks", - "version": "4.0.8", + "version": "4.0.9", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -49,28 +49,28 @@ "react": "^17.0.1" }, "dependencies": { - "@hi-ui/use-async-data": "^4.0.3", - "@hi-ui/use-cache": "^4.0.3", - "@hi-ui/use-check": "^4.0.4", - "@hi-ui/use-check-state": "^4.0.3", - "@hi-ui/use-children": "^4.0.3", - "@hi-ui/use-data-source": "^4.0.3", - "@hi-ui/use-deep-equal-deps": "^4.0.3", - "@hi-ui/use-did-mount": "^4.0.3", - "@hi-ui/use-drag-sorter": "^4.0.3", - "@hi-ui/use-force-update": "^4.0.3", - "@hi-ui/use-id": "^4.0.3", - "@hi-ui/use-latest": "^4.0.3", - "@hi-ui/use-lazy-render": "^4.0.3", - "@hi-ui/use-merge-refs": "^4.0.3", - "@hi-ui/use-outside-click": "^4.0.3", - "@hi-ui/use-scroll": "^4.0.4", - "@hi-ui/use-scroll-lock": "^4.0.3", - "@hi-ui/use-search-mode": "^4.1.3", - "@hi-ui/use-timeout": "^4.0.3", - "@hi-ui/use-toggle": "^4.0.3", - "@hi-ui/use-uncontrolled-state": "^4.0.3", - "@hi-ui/use-unmount-effect": "^4.0.3", - "@hi-ui/use-update-effect": "^4.0.3" + "@hi-ui/use-async-data": "^4.0.4", + "@hi-ui/use-cache": "^4.0.4", + "@hi-ui/use-check": "^4.0.5", + "@hi-ui/use-check-state": "^4.0.4", + "@hi-ui/use-children": "^4.0.4", + "@hi-ui/use-data-source": "^4.0.4", + "@hi-ui/use-deep-equal-deps": "^4.0.4", + "@hi-ui/use-did-mount": "^4.0.4", + "@hi-ui/use-drag-sorter": "^4.0.4", + "@hi-ui/use-force-update": "^4.0.4", + "@hi-ui/use-id": "^4.0.4", + "@hi-ui/use-latest": "^4.0.4", + "@hi-ui/use-lazy-render": "^4.0.4", + "@hi-ui/use-merge-refs": "^4.0.4", + "@hi-ui/use-outside-click": "^4.0.4", + "@hi-ui/use-scroll": "^4.0.5", + "@hi-ui/use-scroll-lock": "^4.0.4", + "@hi-ui/use-search-mode": "^4.1.4", + "@hi-ui/use-timeout": "^4.0.4", + "@hi-ui/use-toggle": "^4.0.4", + "@hi-ui/use-uncontrolled-state": "^4.0.4", + "@hi-ui/use-unmount-effect": "^4.0.4", + "@hi-ui/use-update-effect": "^4.0.4" } } diff --git a/packages/hooks/use-async-data/CHANGELOG.md b/packages/hooks/use-async-data/CHANGELOG.md index 953fc8e25..22ddcbb02 100644 --- a/packages/hooks/use-async-data/CHANGELOG.md +++ b/packages/hooks/use-async-data/CHANGELOG.md @@ -1,5 +1,14 @@ # @hi-ui/use-async-data +## 4.0.4 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/use-latest@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.0.3 ### Patch Changes diff --git a/packages/hooks/use-async-data/package.json b/packages/hooks/use-async-data/package.json index 97ef7a2e7..de85bcf13 100644 --- a/packages/hooks/use-async-data/package.json +++ b/packages/hooks/use-async-data/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-async-data", - "version": "4.0.3", + "version": "4.0.4", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -49,7 +49,7 @@ "react": "^17.0.1" }, "dependencies": { - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-latest": "^4.0.3" + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-latest": "^4.0.4" } } diff --git a/packages/hooks/use-cache/CHANGELOG.md b/packages/hooks/use-cache/CHANGELOG.md index 3d1566fbe..31f8ae836 100644 --- a/packages/hooks/use-cache/CHANGELOG.md +++ b/packages/hooks/use-cache/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/use-cache +## 4.0.4 + +### Patch Changes + +- build: rollup2 构建 + ## 4.0.3 ### Patch Changes diff --git a/packages/hooks/use-cache/package.json b/packages/hooks/use-cache/package.json index 7b58f3c54..2d8f1a317 100644 --- a/packages/hooks/use-cache/package.json +++ b/packages/hooks/use-cache/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-cache", - "version": "4.0.3", + "version": "4.0.4", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", diff --git a/packages/hooks/use-check-state/CHANGELOG.md b/packages/hooks/use-check-state/CHANGELOG.md index a4deb726f..3ab49bd08 100644 --- a/packages/hooks/use-check-state/CHANGELOG.md +++ b/packages/hooks/use-check-state/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/use-check-state +## 4.0.4 + +### Patch Changes + +- build: rollup2 构建 + ## 4.0.3 ### Patch Changes diff --git a/packages/hooks/use-check-state/package.json b/packages/hooks/use-check-state/package.json index 0226240f2..6136db560 100644 --- a/packages/hooks/use-check-state/package.json +++ b/packages/hooks/use-check-state/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-check-state", - "version": "4.0.3", + "version": "4.0.4", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", diff --git a/packages/hooks/use-check/CHANGELOG.md b/packages/hooks/use-check/CHANGELOG.md index 32dc5c2bc..43cf86dd4 100644 --- a/packages/hooks/use-check/CHANGELOG.md +++ b/packages/hooks/use-check/CHANGELOG.md @@ -1,5 +1,15 @@ # @hi-ui/use-check +## 4.0.5 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/use-latest@4.0.4 + - @hi-ui/use-uncontrolled-state@4.0.4 + - @hi-ui/tree-utils@4.1.4 + ## 4.0.4 ### Patch Changes diff --git a/packages/hooks/use-check/package.json b/packages/hooks/use-check/package.json index 4f51f4a79..39eb2c204 100644 --- a/packages/hooks/use-check/package.json +++ b/packages/hooks/use-check/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-check", - "version": "4.0.4", + "version": "4.0.5", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -50,8 +50,8 @@ "react": "^17.0.1" }, "dependencies": { - "@hi-ui/tree-utils": "^4.1.3", - "@hi-ui/use-latest": "^4.0.3", - "@hi-ui/use-uncontrolled-state": "^4.0.3" + "@hi-ui/tree-utils": "^4.1.4", + "@hi-ui/use-latest": "^4.0.4", + "@hi-ui/use-uncontrolled-state": "^4.0.4" } } diff --git a/packages/hooks/use-children/CHANGELOG.md b/packages/hooks/use-children/CHANGELOG.md index bde2b39d6..05e81e527 100644 --- a/packages/hooks/use-children/CHANGELOG.md +++ b/packages/hooks/use-children/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/use-children +## 4.0.4 + +### Patch Changes + +- build: rollup2 构建 + ## 4.0.3 ### Patch Changes diff --git a/packages/hooks/use-children/package.json b/packages/hooks/use-children/package.json index f336a00b7..5cddf48c8 100644 --- a/packages/hooks/use-children/package.json +++ b/packages/hooks/use-children/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-children", - "version": "4.0.3", + "version": "4.0.4", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", diff --git a/packages/hooks/use-data-source/CHANGELOG.md b/packages/hooks/use-data-source/CHANGELOG.md index 33f914d2d..c76aa02e3 100644 --- a/packages/hooks/use-data-source/CHANGELOG.md +++ b/packages/hooks/use-data-source/CHANGELOG.md @@ -1,5 +1,14 @@ # @hi-ui/use-data-source +## 4.0.4 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/use-latest@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.0.3 ### Patch Changes diff --git a/packages/hooks/use-data-source/package.json b/packages/hooks/use-data-source/package.json index ef094eed3..25fb6b216 100644 --- a/packages/hooks/use-data-source/package.json +++ b/packages/hooks/use-data-source/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-data-source", - "version": "4.0.3", + "version": "4.0.4", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -49,7 +49,7 @@ "react": "^17.0.1" }, "dependencies": { - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-latest": "^4.0.3" + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-latest": "^4.0.4" } } diff --git a/packages/hooks/use-deep-equal-deps/CHANGELOG.md b/packages/hooks/use-deep-equal-deps/CHANGELOG.md index bfed0bb2a..c4db03a74 100644 --- a/packages/hooks/use-deep-equal-deps/CHANGELOG.md +++ b/packages/hooks/use-deep-equal-deps/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/use-deep-equal-deps +## 4.0.4 + +### Patch Changes + +- build: rollup2 构建 + ## 4.0.3 ### Patch Changes diff --git a/packages/hooks/use-deep-equal-deps/package.json b/packages/hooks/use-deep-equal-deps/package.json index d2f7dc527..33c1fd16e 100644 --- a/packages/hooks/use-deep-equal-deps/package.json +++ b/packages/hooks/use-deep-equal-deps/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-deep-equal-deps", - "version": "4.0.3", + "version": "4.0.4", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", diff --git a/packages/hooks/use-did-mount/CHANGELOG.md b/packages/hooks/use-did-mount/CHANGELOG.md index 7c31fd24f..8845b9207 100644 --- a/packages/hooks/use-did-mount/CHANGELOG.md +++ b/packages/hooks/use-did-mount/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/use-did-mount +## 4.0.4 + +### Patch Changes + +- build: rollup2 构建 + ## 4.0.3 ### Patch Changes diff --git a/packages/hooks/use-did-mount/package.json b/packages/hooks/use-did-mount/package.json index 5bdd19007..4697cb131 100644 --- a/packages/hooks/use-did-mount/package.json +++ b/packages/hooks/use-did-mount/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-did-mount", - "version": "4.0.3", + "version": "4.0.4", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", diff --git a/packages/hooks/use-drag-sorter/CHANGELOG.md b/packages/hooks/use-drag-sorter/CHANGELOG.md index 875d61919..f04047629 100644 --- a/packages/hooks/use-drag-sorter/CHANGELOG.md +++ b/packages/hooks/use-drag-sorter/CHANGELOG.md @@ -1,5 +1,14 @@ # @hi-ui/use-drag-sorter +## 4.0.4 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/use-latest@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.0.3 ### Patch Changes diff --git a/packages/hooks/use-drag-sorter/package.json b/packages/hooks/use-drag-sorter/package.json index f97ac8659..1185410e1 100644 --- a/packages/hooks/use-drag-sorter/package.json +++ b/packages/hooks/use-drag-sorter/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-drag-sorter", - "version": "4.0.3", + "version": "4.0.4", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -49,7 +49,7 @@ "react": "^17.0.1" }, "dependencies": { - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-latest": "^4.0.3" + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-latest": "^4.0.4" } } diff --git a/packages/hooks/use-force-update/CHANGELOG.md b/packages/hooks/use-force-update/CHANGELOG.md index b9308b429..887b9058c 100644 --- a/packages/hooks/use-force-update/CHANGELOG.md +++ b/packages/hooks/use-force-update/CHANGELOG.md @@ -1,5 +1,13 @@ # @hi-ui/use-force-update +## 4.0.4 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/use-unmount-effect@4.0.4 + ## 4.0.3 ### Patch Changes diff --git a/packages/hooks/use-force-update/package.json b/packages/hooks/use-force-update/package.json index 2dddca865..1a92e9591 100644 --- a/packages/hooks/use-force-update/package.json +++ b/packages/hooks/use-force-update/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-force-update", - "version": "4.0.3", + "version": "4.0.4", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -49,6 +49,6 @@ "react": "^17.0.1" }, "dependencies": { - "@hi-ui/use-unmount-effect": "^4.0.3" + "@hi-ui/use-unmount-effect": "^4.0.4" } } diff --git a/packages/hooks/use-id/CHANGELOG.md b/packages/hooks/use-id/CHANGELOG.md index beb05e934..3f186020b 100644 --- a/packages/hooks/use-id/CHANGELOG.md +++ b/packages/hooks/use-id/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/use-id +## 4.0.4 + +### Patch Changes + +- build: rollup2 构建 + ## 4.0.3 ### Patch Changes diff --git a/packages/hooks/use-id/package.json b/packages/hooks/use-id/package.json index 3f2bac7c9..d9679066b 100644 --- a/packages/hooks/use-id/package.json +++ b/packages/hooks/use-id/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-id", - "version": "4.0.3", + "version": "4.0.4", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", diff --git a/packages/hooks/use-latest/CHANGELOG.md b/packages/hooks/use-latest/CHANGELOG.md index 5b8d2b2e5..1e254b9e7 100644 --- a/packages/hooks/use-latest/CHANGELOG.md +++ b/packages/hooks/use-latest/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/use-latest +## 4.0.4 + +### Patch Changes + +- build: rollup2 构建 + ## 4.0.3 ### Patch Changes diff --git a/packages/hooks/use-latest/package.json b/packages/hooks/use-latest/package.json index 911bb2caf..af43513ce 100644 --- a/packages/hooks/use-latest/package.json +++ b/packages/hooks/use-latest/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-latest", - "version": "4.0.3", + "version": "4.0.4", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", diff --git a/packages/hooks/use-lazy-render/CHANGELOG.md b/packages/hooks/use-lazy-render/CHANGELOG.md index 1650ec48a..561db0f63 100644 --- a/packages/hooks/use-lazy-render/CHANGELOG.md +++ b/packages/hooks/use-lazy-render/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/use-lazy-render +## 4.0.4 + +### Patch Changes + +- build: rollup2 构建 + ## 4.0.3 ### Patch Changes diff --git a/packages/hooks/use-lazy-render/package.json b/packages/hooks/use-lazy-render/package.json index 2427e5957..034a13034 100644 --- a/packages/hooks/use-lazy-render/package.json +++ b/packages/hooks/use-lazy-render/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-lazy-render", - "version": "4.0.3", + "version": "4.0.4", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", diff --git a/packages/hooks/use-merge-refs/CHANGELOG.md b/packages/hooks/use-merge-refs/CHANGELOG.md index f9cb78913..1a91eb644 100644 --- a/packages/hooks/use-merge-refs/CHANGELOG.md +++ b/packages/hooks/use-merge-refs/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/use-merge-refs +## 4.0.4 + +### Patch Changes + +- build: rollup2 构建 + ## 4.0.3 ### Patch Changes diff --git a/packages/hooks/use-merge-refs/package.json b/packages/hooks/use-merge-refs/package.json index 795bd3d82..756e56bc2 100644 --- a/packages/hooks/use-merge-refs/package.json +++ b/packages/hooks/use-merge-refs/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-merge-refs", - "version": "4.0.3", + "version": "4.0.4", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", diff --git a/packages/hooks/use-outside-click/CHANGELOG.md b/packages/hooks/use-outside-click/CHANGELOG.md index f6ae31a4f..4b535e10e 100644 --- a/packages/hooks/use-outside-click/CHANGELOG.md +++ b/packages/hooks/use-outside-click/CHANGELOG.md @@ -1,5 +1,13 @@ # @hi-ui/use-outside-click +## 4.0.4 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/use-latest@4.0.4 + ## 4.0.3 ### Patch Changes diff --git a/packages/hooks/use-outside-click/package.json b/packages/hooks/use-outside-click/package.json index 431417be1..16b0454e5 100644 --- a/packages/hooks/use-outside-click/package.json +++ b/packages/hooks/use-outside-click/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-outside-click", - "version": "4.0.3", + "version": "4.0.4", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -47,6 +47,6 @@ }, "devDependencies": {}, "dependencies": { - "@hi-ui/use-latest": "^4.0.3" + "@hi-ui/use-latest": "^4.0.4" } } diff --git a/packages/hooks/use-registry/CHANGELOG.md b/packages/hooks/use-registry/CHANGELOG.md index 7c3f01194..72a9db827 100644 --- a/packages/hooks/use-registry/CHANGELOG.md +++ b/packages/hooks/use-registry/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/use-registry +## 4.0.5 + +### Patch Changes + +- build: rollup2 构建 + ## 4.0.4 ### Patch Changes diff --git a/packages/hooks/use-registry/package.json b/packages/hooks/use-registry/package.json index c7d70cac3..c9b801bab 100644 --- a/packages/hooks/use-registry/package.json +++ b/packages/hooks/use-registry/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-registry", - "version": "4.0.4", + "version": "4.0.5", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", diff --git a/packages/hooks/use-resize-observer/CHANGELOG.md b/packages/hooks/use-resize-observer/CHANGELOG.md index 079dea81b..9a2b40474 100644 --- a/packages/hooks/use-resize-observer/CHANGELOG.md +++ b/packages/hooks/use-resize-observer/CHANGELOG.md @@ -1,5 +1,14 @@ # @hi-ui/use-resize-observer +## 4.0.4 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/use-latest@4.0.4 + - @hi-ui/use-unmount-effect@4.0.4 + ## 4.0.3 ### Patch Changes diff --git a/packages/hooks/use-resize-observer/package.json b/packages/hooks/use-resize-observer/package.json index f333452c1..5ecd24e9a 100644 --- a/packages/hooks/use-resize-observer/package.json +++ b/packages/hooks/use-resize-observer/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-resize-observer", - "version": "4.0.3", + "version": "4.0.4", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -49,7 +49,7 @@ "react": "^17.0.1" }, "dependencies": { - "@hi-ui/use-latest": "^4.0.3", - "@hi-ui/use-unmount-effect": "^4.0.3" + "@hi-ui/use-latest": "^4.0.4", + "@hi-ui/use-unmount-effect": "^4.0.4" } } diff --git a/packages/hooks/use-scroll-lock/CHANGELOG.md b/packages/hooks/use-scroll-lock/CHANGELOG.md index 2bb564b39..5b2128b13 100644 --- a/packages/hooks/use-scroll-lock/CHANGELOG.md +++ b/packages/hooks/use-scroll-lock/CHANGELOG.md @@ -1,5 +1,14 @@ # @hi-ui/use-scroll-lock +## 4.0.4 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/env@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.0.3 ### Patch Changes diff --git a/packages/hooks/use-scroll-lock/package.json b/packages/hooks/use-scroll-lock/package.json index e031e9528..a835845b1 100644 --- a/packages/hooks/use-scroll-lock/package.json +++ b/packages/hooks/use-scroll-lock/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-scroll-lock", - "version": "4.0.3", + "version": "4.0.4", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -49,7 +49,7 @@ "react": "^17.0.1" }, "dependencies": { - "@hi-ui/env": "^4.0.3", - "@hi-ui/type-assertion": "^4.0.3" + "@hi-ui/env": "^4.0.4", + "@hi-ui/type-assertion": "^4.0.4" } } diff --git a/packages/hooks/use-scroll/CHANGELOG.md b/packages/hooks/use-scroll/CHANGELOG.md index 6641964d3..da67d211d 100644 --- a/packages/hooks/use-scroll/CHANGELOG.md +++ b/packages/hooks/use-scroll/CHANGELOG.md @@ -1,5 +1,15 @@ # @hi-ui/use-scroll +## 4.0.5 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/use-latest@4.0.4 + - @hi-ui/dom-utils@4.0.7 + - @hi-ui/throttle-by-raf@4.0.5 + ## 4.0.4 ### Patch Changes diff --git a/packages/hooks/use-scroll/package.json b/packages/hooks/use-scroll/package.json index 99857f522..c11af21e7 100644 --- a/packages/hooks/use-scroll/package.json +++ b/packages/hooks/use-scroll/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-scroll", - "version": "4.0.4", + "version": "4.0.5", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -49,8 +49,8 @@ "react": "^17.0.1" }, "dependencies": { - "@hi-ui/dom-utils": "^4.0.6", - "@hi-ui/throttle-by-raf": "^4.0.4", - "@hi-ui/use-latest": "^4.0.3" + "@hi-ui/dom-utils": "^4.0.7", + "@hi-ui/throttle-by-raf": "^4.0.5", + "@hi-ui/use-latest": "^4.0.4" } } diff --git a/packages/hooks/use-search-mode/CHANGELOG.md b/packages/hooks/use-search-mode/CHANGELOG.md index a8c652d67..5df72be15 100644 --- a/packages/hooks/use-search-mode/CHANGELOG.md +++ b/packages/hooks/use-search-mode/CHANGELOG.md @@ -1,5 +1,20 @@ # @hi-ui/use-search-mode +## 4.1.4 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/use-data-source@4.0.4 + - @hi-ui/use-latest@4.0.4 + - @hi-ui/loading@4.1.3 + - @hi-ui/dom-utils@4.0.7 + - @hi-ui/env@4.0.4 + - @hi-ui/func-utils@4.0.4 + - @hi-ui/tree-utils@4.1.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.1.3 ### Patch Changes diff --git a/packages/hooks/use-search-mode/package.json b/packages/hooks/use-search-mode/package.json index d1564207f..bdfa7cafc 100644 --- a/packages/hooks/use-search-mode/package.json +++ b/packages/hooks/use-search-mode/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-search-mode", - "version": "4.1.3", + "version": "4.1.4", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -49,13 +49,13 @@ "react": "^17.0.1" }, "dependencies": { - "@hi-ui/dom-utils": "^4.0.6", - "@hi-ui/env": "^4.0.3", - "@hi-ui/func-utils": "^4.0.3", - "@hi-ui/loading": "^4.1.2", - "@hi-ui/tree-utils": "^4.1.3", - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-data-source": "^4.0.3", - "@hi-ui/use-latest": "^4.0.3" + "@hi-ui/dom-utils": "^4.0.7", + "@hi-ui/env": "^4.0.4", + "@hi-ui/func-utils": "^4.0.4", + "@hi-ui/loading": "^4.1.3", + "@hi-ui/tree-utils": "^4.1.4", + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-data-source": "^4.0.4", + "@hi-ui/use-latest": "^4.0.4" } } diff --git a/packages/hooks/use-timeout/CHANGELOG.md b/packages/hooks/use-timeout/CHANGELOG.md index 8185d77c1..2c9a9bf1d 100644 --- a/packages/hooks/use-timeout/CHANGELOG.md +++ b/packages/hooks/use-timeout/CHANGELOG.md @@ -1,5 +1,13 @@ # @hi-ui/use-timeout +## 4.0.4 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/use-latest@4.0.4 + ## 4.0.3 ### Patch Changes diff --git a/packages/hooks/use-timeout/package.json b/packages/hooks/use-timeout/package.json index 43dca4559..f1e17af80 100644 --- a/packages/hooks/use-timeout/package.json +++ b/packages/hooks/use-timeout/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-timeout", - "version": "4.0.3", + "version": "4.0.4", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -49,6 +49,6 @@ "react": "^17.0.1" }, "dependencies": { - "@hi-ui/use-latest": "^4.0.3" + "@hi-ui/use-latest": "^4.0.4" } } diff --git a/packages/hooks/use-toggle/CHANGELOG.md b/packages/hooks/use-toggle/CHANGELOG.md index 249d6b4fa..9ffd97fdf 100644 --- a/packages/hooks/use-toggle/CHANGELOG.md +++ b/packages/hooks/use-toggle/CHANGELOG.md @@ -1,5 +1,14 @@ # @hi-ui/use-toggle +## 4.0.4 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/use-latest@4.0.4 + - @hi-ui/use-uncontrolled-state@4.0.4 + ## 4.0.3 ### Patch Changes diff --git a/packages/hooks/use-toggle/package.json b/packages/hooks/use-toggle/package.json index 4e5bc2896..1ddb9a3d3 100644 --- a/packages/hooks/use-toggle/package.json +++ b/packages/hooks/use-toggle/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-toggle", - "version": "4.0.3", + "version": "4.0.4", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -47,7 +47,7 @@ }, "devDependencies": {}, "dependencies": { - "@hi-ui/use-latest": "^4.0.3", - "@hi-ui/use-uncontrolled-state": "^4.0.3" + "@hi-ui/use-latest": "^4.0.4", + "@hi-ui/use-uncontrolled-state": "^4.0.4" } } diff --git a/packages/hooks/use-uncontrolled-state/CHANGELOG.md b/packages/hooks/use-uncontrolled-state/CHANGELOG.md index 4530141a1..3156c773b 100644 --- a/packages/hooks/use-uncontrolled-state/CHANGELOG.md +++ b/packages/hooks/use-uncontrolled-state/CHANGELOG.md @@ -1,5 +1,14 @@ # @hi-ui/use-uncontrolled-state +## 4.0.4 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/use-latest@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.0.3 ### Patch Changes diff --git a/packages/hooks/use-uncontrolled-state/package.json b/packages/hooks/use-uncontrolled-state/package.json index a5e922205..a00ad361b 100644 --- a/packages/hooks/use-uncontrolled-state/package.json +++ b/packages/hooks/use-uncontrolled-state/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-uncontrolled-state", - "version": "4.0.3", + "version": "4.0.4", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -49,7 +49,7 @@ "react": "^17.0.1" }, "dependencies": { - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-latest": "^4.0.3" + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-latest": "^4.0.4" } } diff --git a/packages/hooks/use-unmount-effect/CHANGELOG.md b/packages/hooks/use-unmount-effect/CHANGELOG.md index 4b17fcbfa..cffb6edfe 100644 --- a/packages/hooks/use-unmount-effect/CHANGELOG.md +++ b/packages/hooks/use-unmount-effect/CHANGELOG.md @@ -1,5 +1,13 @@ # @hi-ui/use-unmount-effect +## 4.0.4 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/use-latest@4.0.4 + ## 4.0.3 ### Patch Changes diff --git a/packages/hooks/use-unmount-effect/package.json b/packages/hooks/use-unmount-effect/package.json index 20a1f57a9..ed6fbd2bc 100644 --- a/packages/hooks/use-unmount-effect/package.json +++ b/packages/hooks/use-unmount-effect/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-unmount-effect", - "version": "4.0.3", + "version": "4.0.4", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", @@ -49,6 +49,6 @@ "react": "^17.0.1" }, "dependencies": { - "@hi-ui/use-latest": "^4.0.3" + "@hi-ui/use-latest": "^4.0.4" } } diff --git a/packages/hooks/use-update-effect/CHANGELOG.md b/packages/hooks/use-update-effect/CHANGELOG.md index ed546c7cc..c1050868a 100644 --- a/packages/hooks/use-update-effect/CHANGELOG.md +++ b/packages/hooks/use-update-effect/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/use-update-effect +## 4.0.4 + +### Patch Changes + +- build: rollup2 构建 + ## 4.0.3 ### Patch Changes diff --git a/packages/hooks/use-update-effect/package.json b/packages/hooks/use-update-effect/package.json index 47b47bbb2..b3597844c 100644 --- a/packages/hooks/use-update-effect/package.json +++ b/packages/hooks/use-update-effect/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/use-update-effect", - "version": "4.0.3", + "version": "4.0.4", "description": "A sub-package for @hi-ui/hooks.", "keywords": [], "author": "HiUI ", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 606416fed..fe3f715d2 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,15 @@ # @hi-ui/icons +## 4.0.18 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + ## 4.0.17 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 537706b5f..742bcfcd7 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/icons", - "version": "4.0.17", + "version": "4.0.18", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -49,17 +49,17 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/patches/patches/CHANGELOG.md b/packages/patches/patches/CHANGELOG.md index 1c7ded765..8d537f192 100644 --- a/packages/patches/patches/CHANGELOG.md +++ b/packages/patches/patches/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/patches +## 4.0.10 + +### Patch Changes + +- build: rollup2 构建 + ## 4.0.9 ### Patch Changes diff --git a/packages/patches/patches/package.json b/packages/patches/patches/package.json index e33166574..95f577733 100644 --- a/packages/patches/patches/package.json +++ b/packages/patches/patches/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/patches", - "version": "4.0.9", + "version": "4.0.10", "description": "A patch-package for @hi-ui/hiui V4.", "keywords": [], "author": "HiUI ", diff --git a/packages/ui/alert/CHANGELOG.md b/packages/ui/alert/CHANGELOG.md index af4dc147f..217514039 100644 --- a/packages/ui/alert/CHANGELOG.md +++ b/packages/ui/alert/CHANGELOG.md @@ -1,5 +1,19 @@ # @hi-ui/alert +## 4.1.3 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-latest@4.0.4 + - @hi-ui/use-timeout@4.0.4 + - @hi-ui/icons@4.0.18 + - @hi-ui/icon-button@4.0.8 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + ## 4.1.2 ### Patch Changes diff --git a/packages/ui/alert/package.json b/packages/ui/alert/package.json index 8b873a271..039bd3e20 100644 --- a/packages/ui/alert/package.json +++ b/packages/ui/alert/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/alert", - "version": "4.1.2", + "version": "4.1.3", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,21 +43,21 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/icon-button": "^4.0.7", - "@hi-ui/icons": "^4.0.17", - "@hi-ui/use-latest": "^4.0.3", - "@hi-ui/use-timeout": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/icon-button": "^4.0.8", + "@hi-ui/icons": "^4.0.18", + "@hi-ui/use-latest": "^4.0.4", + "@hi-ui/use-timeout": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/anchor/CHANGELOG.md b/packages/ui/anchor/CHANGELOG.md index d23910377..cb4547e21 100644 --- a/packages/ui/anchor/CHANGELOG.md +++ b/packages/ui/anchor/CHANGELOG.md @@ -1,5 +1,20 @@ # @hi-ui/anchor +## 4.0.8 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-registry@4.0.5 + - @hi-ui/use-uncontrolled-state@4.0.4 + - @hi-ui/classname@4.0.4 + - @hi-ui/dom-utils@4.0.7 + - @hi-ui/env@4.0.4 + - @hi-ui/react-utils@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.0.7 ### Patch Changes diff --git a/packages/ui/anchor/package.json b/packages/ui/anchor/package.json index 383d04fc7..ae71d7134 100644 --- a/packages/ui/anchor/package.json +++ b/packages/ui/anchor/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/anchor", - "version": "4.0.7", + "version": "4.0.8", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,22 +43,22 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/dom-utils": "^4.0.6", - "@hi-ui/env": "^4.0.3", - "@hi-ui/react-utils": "^4.0.3", - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-registry": "^4.0.4", - "@hi-ui/use-uncontrolled-state": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/dom-utils": "^4.0.7", + "@hi-ui/env": "^4.0.4", + "@hi-ui/react-utils": "^4.0.4", + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-registry": "^4.0.5", + "@hi-ui/use-uncontrolled-state": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/avatar/CHANGELOG.md b/packages/ui/avatar/CHANGELOG.md index 9016a7b4a..8dc95bda3 100644 --- a/packages/ui/avatar/CHANGELOG.md +++ b/packages/ui/avatar/CHANGELOG.md @@ -1,5 +1,17 @@ # @hi-ui/avatar +## 4.0.7 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-latest@4.0.4 + - @hi-ui/icons@4.0.18 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + ## 4.0.6 ### Patch Changes diff --git a/packages/ui/avatar/package.json b/packages/ui/avatar/package.json index 4c649929f..1a7dba44a 100644 --- a/packages/ui/avatar/package.json +++ b/packages/ui/avatar/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/avatar", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,19 +43,19 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/icons": "^4.0.17", - "@hi-ui/use-latest": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/icons": "^4.0.18", + "@hi-ui/use-latest": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/back-top/CHANGELOG.md b/packages/ui/back-top/CHANGELOG.md index c6ec7674a..27cc71a9c 100644 --- a/packages/ui/back-top/CHANGELOG.md +++ b/packages/ui/back-top/CHANGELOG.md @@ -1,5 +1,20 @@ # @hi-ui/back-top +## 4.0.7 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-did-mount@4.0.4 + - @hi-ui/use-latest@4.0.4 + - @hi-ui/use-scroll@4.0.5 + - @hi-ui/icons@4.0.18 + - @hi-ui/tooltip@4.0.10 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + ## 4.0.6 ### Patch Changes diff --git a/packages/ui/back-top/package.json b/packages/ui/back-top/package.json index 31074d522..8b9682d47 100644 --- a/packages/ui/back-top/package.json +++ b/packages/ui/back-top/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/back-top", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,23 +43,23 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/icons": "^4.0.17", - "@hi-ui/tooltip": "^4.0.9", - "@hi-ui/use-did-mount": "^4.0.3", - "@hi-ui/use-latest": "^4.0.3", - "@hi-ui/use-scroll": "^4.0.4", + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/icons": "^4.0.18", + "@hi-ui/tooltip": "^4.0.10", + "@hi-ui/use-did-mount": "^4.0.4", + "@hi-ui/use-latest": "^4.0.4", + "@hi-ui/use-scroll": "^4.0.5", "@tweenjs/tween.js": "^18.6.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/badge/CHANGELOG.md b/packages/ui/badge/CHANGELOG.md index 325a41cfa..d05af3c0a 100644 --- a/packages/ui/badge/CHANGELOG.md +++ b/packages/ui/badge/CHANGELOG.md @@ -1,5 +1,16 @@ # @hi-ui/badge +## 4.0.9 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.0.8 ### Patch Changes diff --git a/packages/ui/badge/package.json b/packages/ui/badge/package.json index 57aff5e9d..78a8f507f 100644 --- a/packages/ui/badge/package.json +++ b/packages/ui/badge/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/badge", - "version": "4.0.8", + "version": "4.0.9", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,18 +43,18 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/type-assertion": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/type-assertion": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/breadcrumb/CHANGELOG.md b/packages/ui/breadcrumb/CHANGELOG.md index e4aaa4ba8..f4eca6c34 100644 --- a/packages/ui/breadcrumb/CHANGELOG.md +++ b/packages/ui/breadcrumb/CHANGELOG.md @@ -1,5 +1,15 @@ # @hi-ui/breadcrumb +## 4.0.7 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + ## 4.0.6 ### Patch Changes diff --git a/packages/ui/breadcrumb/package.json b/packages/ui/breadcrumb/package.json index af3172d8f..e15f8afaa 100644 --- a/packages/ui/breadcrumb/package.json +++ b/packages/ui/breadcrumb/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/breadcrumb", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,17 +43,17 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/button/CHANGELOG.md b/packages/ui/button/CHANGELOG.md index fc3911df1..ae975e888 100644 --- a/packages/ui/button/CHANGELOG.md +++ b/packages/ui/button/CHANGELOG.md @@ -1,5 +1,15 @@ # @hi-ui/button +## 4.0.9 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + ## 4.0.8 ### Patch Changes diff --git a/packages/ui/button/package.json b/packages/ui/button/package.json index b2cd45bda..d1ef80185 100644 --- a/packages/ui/button/package.json +++ b/packages/ui/button/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/button", - "version": "4.0.8", + "version": "4.0.9", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,17 +43,17 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/card/CHANGELOG.md b/packages/ui/card/CHANGELOG.md index 50fb7a573..a2311560e 100644 --- a/packages/ui/card/CHANGELOG.md +++ b/packages/ui/card/CHANGELOG.md @@ -1,5 +1,17 @@ # @hi-ui/card +## 4.0.8 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/loading@4.1.3 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.0.7 ### Patch Changes diff --git a/packages/ui/card/package.json b/packages/ui/card/package.json index c7f447efa..219f9404c 100644 --- a/packages/ui/card/package.json +++ b/packages/ui/card/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/card", - "version": "4.0.7", + "version": "4.0.8", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,19 +43,19 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/loading": "^4.1.2", - "@hi-ui/type-assertion": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/loading": "^4.1.3", + "@hi-ui/type-assertion": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/carousel/CHANGELOG.md b/packages/ui/carousel/CHANGELOG.md index 1bd73a88b..0a86d8c2c 100644 --- a/packages/ui/carousel/CHANGELOG.md +++ b/packages/ui/carousel/CHANGELOG.md @@ -1,5 +1,16 @@ # @hi-ui/carousel +## 4.0.7 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/icons@4.0.18 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + ## 4.0.6 ### Patch Changes diff --git a/packages/ui/carousel/package.json b/packages/ui/carousel/package.json index c4168e516..15aa02b0f 100644 --- a/packages/ui/carousel/package.json +++ b/packages/ui/carousel/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/carousel", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,18 +43,18 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/icons": "^4.0.17" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/icons": "^4.0.18" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/cascader/CHANGELOG.md b/packages/ui/cascader/CHANGELOG.md index 93f4b559b..197cf72fa 100644 --- a/packages/ui/cascader/CHANGELOG.md +++ b/packages/ui/cascader/CHANGELOG.md @@ -1,5 +1,31 @@ # @hi-ui/cascader +## 4.1.5 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-check-state@4.0.4 + - @hi-ui/use-data-source@4.0.4 + - @hi-ui/use-latest@4.0.4 + - @hi-ui/use-search-mode@4.1.4 + - @hi-ui/use-toggle@4.0.4 + - @hi-ui/use-uncontrolled-state@4.0.4 + - @hi-ui/icons@4.0.18 + - @hi-ui/highlighter@4.0.8 + - @hi-ui/input@4.0.13 + - @hi-ui/picker@4.1.4 + - @hi-ui/popper@4.1.3 + - @hi-ui/spinner@4.0.8 + - @hi-ui/array-utils@4.0.4 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + - @hi-ui/func-utils@4.0.4 + - @hi-ui/tree-utils@4.1.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.1.4 ### Patch Changes diff --git a/packages/ui/cascader/package.json b/packages/ui/cascader/package.json index 8f077dac5..259e5612e 100644 --- a/packages/ui/cascader/package.json +++ b/packages/ui/cascader/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/cascader", - "version": "4.1.4", + "version": "4.1.5", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,33 +43,33 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.3", - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/func-utils": "^4.0.3", - "@hi-ui/highlighter": "^4.0.7", - "@hi-ui/icons": "^4.0.17", - "@hi-ui/input": "^4.0.12", - "@hi-ui/picker": "^4.1.3", - "@hi-ui/popper": "^4.1.2", - "@hi-ui/spinner": "^4.0.7", - "@hi-ui/tree-utils": "^4.1.3", - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-check-state": "^4.0.3", - "@hi-ui/use-data-source": "^4.0.3", - "@hi-ui/use-latest": "^4.0.3", - "@hi-ui/use-search-mode": "^4.1.3", - "@hi-ui/use-toggle": "^4.0.3", - "@hi-ui/use-uncontrolled-state": "^4.0.3" + "@hi-ui/array-utils": "^4.0.4", + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/func-utils": "^4.0.4", + "@hi-ui/highlighter": "^4.0.8", + "@hi-ui/icons": "^4.0.18", + "@hi-ui/input": "^4.0.13", + "@hi-ui/picker": "^4.1.4", + "@hi-ui/popper": "^4.1.3", + "@hi-ui/spinner": "^4.0.8", + "@hi-ui/tree-utils": "^4.1.4", + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-check-state": "^4.0.4", + "@hi-ui/use-data-source": "^4.0.4", + "@hi-ui/use-latest": "^4.0.4", + "@hi-ui/use-search-mode": "^4.1.4", + "@hi-ui/use-toggle": "^4.0.4", + "@hi-ui/use-uncontrolled-state": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/check-cascader/CHANGELOG.md b/packages/ui/check-cascader/CHANGELOG.md index 277f645c7..063a31dc4 100644 --- a/packages/ui/check-cascader/CHANGELOG.md +++ b/packages/ui/check-cascader/CHANGELOG.md @@ -1,5 +1,35 @@ # @hi-ui/check-cascader +## 4.2.5 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-check@4.0.5 + - @hi-ui/use-data-source@4.0.4 + - @hi-ui/use-latest@4.0.4 + - @hi-ui/use-merge-refs@4.0.4 + - @hi-ui/use-outside-click@4.0.4 + - @hi-ui/use-search-mode@4.1.4 + - @hi-ui/use-toggle@4.0.4 + - @hi-ui/use-uncontrolled-state@4.0.4 + - @hi-ui/icons@4.0.18 + - @hi-ui/checkbox@4.0.8 + - @hi-ui/input@4.0.13 + - @hi-ui/picker@4.1.4 + - @hi-ui/popper@4.1.3 + - @hi-ui/spinner@4.0.8 + - @hi-ui/tag-input@4.0.10 + - @hi-ui/array-utils@4.0.4 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + - @hi-ui/func-utils@4.0.4 + - @hi-ui/times@4.0.4 + - @hi-ui/tree-utils@4.1.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.2.4 ### Patch Changes diff --git a/packages/ui/check-cascader/package.json b/packages/ui/check-cascader/package.json index 1bfc32bad..999e70f58 100644 --- a/packages/ui/check-cascader/package.json +++ b/packages/ui/check-cascader/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/check-cascader", - "version": "4.2.4", + "version": "4.2.5", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -44,37 +44,37 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.3", - "@hi-ui/checkbox": "^4.0.7", - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/func-utils": "^4.0.3", - "@hi-ui/icons": "^4.0.17", - "@hi-ui/input": "^4.0.12", - "@hi-ui/picker": "^4.1.3", - "@hi-ui/popper": "^4.1.2", - "@hi-ui/spinner": "^4.0.7", - "@hi-ui/tag-input": "^4.0.9", - "@hi-ui/times": "^4.0.3", - "@hi-ui/tree-utils": "^4.1.3", - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-check": "^4.0.4", - "@hi-ui/use-data-source": "^4.0.3", - "@hi-ui/use-latest": "^4.0.3", - "@hi-ui/use-merge-refs": "^4.0.3", - "@hi-ui/use-outside-click": "^4.0.3", - "@hi-ui/use-search-mode": "^4.1.3", - "@hi-ui/use-toggle": "^4.0.3", - "@hi-ui/use-uncontrolled-state": "^4.0.3" + "@hi-ui/array-utils": "^4.0.4", + "@hi-ui/checkbox": "^4.0.8", + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/func-utils": "^4.0.4", + "@hi-ui/icons": "^4.0.18", + "@hi-ui/input": "^4.0.13", + "@hi-ui/picker": "^4.1.4", + "@hi-ui/popper": "^4.1.3", + "@hi-ui/spinner": "^4.0.8", + "@hi-ui/tag-input": "^4.0.10", + "@hi-ui/times": "^4.0.4", + "@hi-ui/tree-utils": "^4.1.4", + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-check": "^4.0.5", + "@hi-ui/use-data-source": "^4.0.4", + "@hi-ui/use-latest": "^4.0.4", + "@hi-ui/use-merge-refs": "^4.0.4", + "@hi-ui/use-outside-click": "^4.0.4", + "@hi-ui/use-search-mode": "^4.1.4", + "@hi-ui/use-toggle": "^4.0.4", + "@hi-ui/use-uncontrolled-state": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/check-select/CHANGELOG.md b/packages/ui/check-select/CHANGELOG.md index 4427505b7..5491bfe9f 100644 --- a/packages/ui/check-select/CHANGELOG.md +++ b/packages/ui/check-select/CHANGELOG.md @@ -1,5 +1,36 @@ # @hi-ui/check-select +## 4.3.5 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-check@4.0.5 + - @hi-ui/use-children@4.0.4 + - @hi-ui/use-data-source@4.0.4 + - @hi-ui/use-latest@4.0.4 + - @hi-ui/use-search-mode@4.1.4 + - @hi-ui/use-toggle@4.0.4 + - @hi-ui/use-uncontrolled-state@4.0.4 + - @hi-ui/icons@4.0.18 + - @hi-ui/checkbox@4.0.8 + - @hi-ui/highlighter@4.0.8 + - @hi-ui/input@4.0.13 + - @hi-ui/picker@4.1.4 + - @hi-ui/popper@4.1.3 + - @hi-ui/tag-input@4.0.10 + - @hi-ui/virtual-list@4.0.7 + - @hi-ui/array-utils@4.0.4 + - @hi-ui/classname@4.0.4 + - @hi-ui/dom-utils@4.0.7 + - @hi-ui/env@4.0.4 + - @hi-ui/func-utils@4.0.4 + - @hi-ui/times@4.0.4 + - @hi-ui/tree-utils@4.1.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.3.4 ### Patch Changes diff --git a/packages/ui/check-select/package.json b/packages/ui/check-select/package.json index b668a9119..d43355211 100644 --- a/packages/ui/check-select/package.json +++ b/packages/ui/check-select/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/check-select", - "version": "4.3.4", + "version": "4.3.5", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,38 +43,38 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.3", - "@hi-ui/checkbox": "^4.0.7", - "@hi-ui/classname": "^4.0.3", - "@hi-ui/dom-utils": "^4.0.6", - "@hi-ui/env": "^4.0.3", - "@hi-ui/func-utils": "^4.0.3", - "@hi-ui/highlighter": "^4.0.7", - "@hi-ui/icons": "^4.0.17", - "@hi-ui/input": "^4.0.12", - "@hi-ui/picker": "^4.1.3", - "@hi-ui/popper": "^4.1.2", - "@hi-ui/tag-input": "^4.0.9", - "@hi-ui/times": "^4.0.3", - "@hi-ui/tree-utils": "^4.1.3", - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-check": "^4.0.4", - "@hi-ui/use-children": "^4.0.3", - "@hi-ui/use-data-source": "^4.0.3", - "@hi-ui/use-latest": "^4.0.3", - "@hi-ui/use-search-mode": "^4.1.3", - "@hi-ui/use-toggle": "^4.0.3", - "@hi-ui/use-uncontrolled-state": "^4.0.3", - "@hi-ui/virtual-list": "^4.0.6" + "@hi-ui/array-utils": "^4.0.4", + "@hi-ui/checkbox": "^4.0.8", + "@hi-ui/classname": "^4.0.4", + "@hi-ui/dom-utils": "^4.0.7", + "@hi-ui/env": "^4.0.4", + "@hi-ui/func-utils": "^4.0.4", + "@hi-ui/highlighter": "^4.0.8", + "@hi-ui/icons": "^4.0.18", + "@hi-ui/input": "^4.0.13", + "@hi-ui/picker": "^4.1.4", + "@hi-ui/popper": "^4.1.3", + "@hi-ui/tag-input": "^4.0.10", + "@hi-ui/times": "^4.0.4", + "@hi-ui/tree-utils": "^4.1.4", + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-check": "^4.0.5", + "@hi-ui/use-children": "^4.0.4", + "@hi-ui/use-data-source": "^4.0.4", + "@hi-ui/use-latest": "^4.0.4", + "@hi-ui/use-search-mode": "^4.1.4", + "@hi-ui/use-toggle": "^4.0.4", + "@hi-ui/use-uncontrolled-state": "^4.0.4", + "@hi-ui/virtual-list": "^4.0.7" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/check-tree-select/CHANGELOG.md b/packages/ui/check-tree-select/CHANGELOG.md index e13b6fb16..672504ab8 100644 --- a/packages/ui/check-tree-select/CHANGELOG.md +++ b/packages/ui/check-tree-select/CHANGELOG.md @@ -1,5 +1,31 @@ # @hi-ui/check-tree-select +## 4.3.3 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-check@4.0.5 + - @hi-ui/use-data-source@4.0.4 + - @hi-ui/use-search-mode@4.1.4 + - @hi-ui/use-toggle@4.0.4 + - @hi-ui/use-uncontrolled-state@4.0.4 + - @hi-ui/icons@4.0.18 + - @hi-ui/checkbox@4.0.8 + - @hi-ui/highlighter@4.0.8 + - @hi-ui/picker@4.1.4 + - @hi-ui/popper@4.1.3 + - @hi-ui/tag-input@4.0.10 + - @hi-ui/tree@4.5.8 + - @hi-ui/array-utils@4.0.4 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + - @hi-ui/func-utils@4.0.4 + - @hi-ui/tree-utils@4.1.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.3.2 ### Patch Changes diff --git a/packages/ui/check-tree-select/package.json b/packages/ui/check-tree-select/package.json index 8470f5bd2..a4df48a05 100644 --- a/packages/ui/check-tree-select/package.json +++ b/packages/ui/check-tree-select/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/check-tree-select", - "version": "4.3.2", + "version": "4.3.3", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,33 +43,33 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.3", - "@hi-ui/checkbox": "^4.0.7", - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/func-utils": "^4.0.3", - "@hi-ui/highlighter": "^4.0.7", - "@hi-ui/icons": "^4.0.17", - "@hi-ui/picker": "^4.1.3", - "@hi-ui/popper": "^4.1.2", - "@hi-ui/tag-input": "^4.0.9", - "@hi-ui/tree": "^4.5.7", - "@hi-ui/tree-utils": "^4.1.3", - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-check": "^4.0.4", - "@hi-ui/use-data-source": "^4.0.3", - "@hi-ui/use-search-mode": "^4.1.3", - "@hi-ui/use-toggle": "^4.0.3", - "@hi-ui/use-uncontrolled-state": "^4.0.3" + "@hi-ui/array-utils": "^4.0.4", + "@hi-ui/checkbox": "^4.0.8", + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/func-utils": "^4.0.4", + "@hi-ui/highlighter": "^4.0.8", + "@hi-ui/icons": "^4.0.18", + "@hi-ui/picker": "^4.1.4", + "@hi-ui/popper": "^4.1.3", + "@hi-ui/tag-input": "^4.0.10", + "@hi-ui/tree": "^4.5.8", + "@hi-ui/tree-utils": "^4.1.4", + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-check": "^4.0.5", + "@hi-ui/use-data-source": "^4.0.4", + "@hi-ui/use-search-mode": "^4.1.4", + "@hi-ui/use-toggle": "^4.0.4", + "@hi-ui/use-uncontrolled-state": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/checkbox/CHANGELOG.md b/packages/ui/checkbox/CHANGELOG.md index 537a994d1..5cc7a9a24 100644 --- a/packages/ui/checkbox/CHANGELOG.md +++ b/packages/ui/checkbox/CHANGELOG.md @@ -1,5 +1,20 @@ # @hi-ui/checkbox +## 4.0.8 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-check@4.0.5 + - @hi-ui/use-latest@4.0.4 + - @hi-ui/use-uncontrolled-state@4.0.4 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + - @hi-ui/react-utils@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.0.7 ### Patch Changes diff --git a/packages/ui/checkbox/package.json b/packages/ui/checkbox/package.json index a42421bb8..7509c68dc 100644 --- a/packages/ui/checkbox/package.json +++ b/packages/ui/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/checkbox", - "version": "4.0.7", + "version": "4.0.8", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,22 +43,22 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/react-utils": "^4.0.3", - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-check": "^4.0.4", - "@hi-ui/use-latest": "^4.0.3", - "@hi-ui/use-uncontrolled-state": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/react-utils": "^4.0.4", + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-check": "^4.0.5", + "@hi-ui/use-latest": "^4.0.4", + "@hi-ui/use-uncontrolled-state": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/collapse/CHANGELOG.md b/packages/ui/collapse/CHANGELOG.md index c7f018953..a493f5e73 100644 --- a/packages/ui/collapse/CHANGELOG.md +++ b/packages/ui/collapse/CHANGELOG.md @@ -1,5 +1,18 @@ # @hi-ui/collapse +## 4.1.5 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-uncontrolled-state@4.0.4 + - @hi-ui/icons@4.0.18 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.1.4 ### Patch Changes diff --git a/packages/ui/collapse/package.json b/packages/ui/collapse/package.json index e395f6b0f..adca0b1df 100644 --- a/packages/ui/collapse/package.json +++ b/packages/ui/collapse/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/collapse", - "version": "4.1.4", + "version": "4.1.5", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,20 +43,20 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/icons": "^4.0.17", - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-uncontrolled-state": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/icons": "^4.0.18", + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-uncontrolled-state": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/counter/CHANGELOG.md b/packages/ui/counter/CHANGELOG.md index 318bddfa5..ef961af3e 100644 --- a/packages/ui/counter/CHANGELOG.md +++ b/packages/ui/counter/CHANGELOG.md @@ -1,5 +1,20 @@ # @hi-ui/counter +## 4.1.8 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-latest@4.0.4 + - @hi-ui/use-toggle@4.0.4 + - @hi-ui/use-uncontrolled-state@4.0.4 + - @hi-ui/icons@4.0.18 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.1.7 ### Patch Changes diff --git a/packages/ui/counter/package.json b/packages/ui/counter/package.json index 06dfc5edf..b925cfff9 100644 --- a/packages/ui/counter/package.json +++ b/packages/ui/counter/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/counter", - "version": "4.1.7", + "version": "4.1.8", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -44,23 +44,23 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/icons": "^4.0.17", - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-latest": "^4.0.3", - "@hi-ui/use-toggle": "^4.0.3", - "@hi-ui/use-uncontrolled-state": "^4.0.3", + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/icons": "^4.0.18", + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-latest": "^4.0.4", + "@hi-ui/use-toggle": "^4.0.4", + "@hi-ui/use-uncontrolled-state": "^4.0.4", "number-precision": "^1.5.0" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/date-picker/CHANGELOG.md b/packages/ui/date-picker/CHANGELOG.md index 3c9e9546d..fef23efbb 100644 --- a/packages/ui/date-picker/CHANGELOG.md +++ b/packages/ui/date-picker/CHANGELOG.md @@ -1,5 +1,20 @@ # @hi-ui/date-picker +## 4.4.4 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/icons@4.0.18 + - @hi-ui/button@4.0.9 + - @hi-ui/popper@4.1.3 + - @hi-ui/time-picker@4.0.13 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + - @hi-ui/object-utils@4.0.4 + ## 4.4.3 ### Patch Changes diff --git a/packages/ui/date-picker/package.json b/packages/ui/date-picker/package.json index 3e3d06e66..010d600ef 100644 --- a/packages/ui/date-picker/package.json +++ b/packages/ui/date-picker/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/date-picker", - "version": "4.4.3", + "version": "4.4.4", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,25 +43,25 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/button": "^4.0.8", - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/icons": "^4.0.17", - "@hi-ui/object-utils": "^4.0.3", - "@hi-ui/popper": "^4.1.2", - "@hi-ui/time-picker": "^4.0.12", + "@hi-ui/button": "^4.0.9", + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/icons": "^4.0.18", + "@hi-ui/object-utils": "^4.0.4", + "@hi-ui/popper": "^4.1.3", + "@hi-ui/time-picker": "^4.0.13", "axios": "^1.5.0", "moment": "^2.29.4", "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/descriptions/CHANGELOG.md b/packages/ui/descriptions/CHANGELOG.md index 9d1622170..b7605682a 100644 --- a/packages/ui/descriptions/CHANGELOG.md +++ b/packages/ui/descriptions/CHANGELOG.md @@ -1,5 +1,16 @@ # @hi-ui/descriptions +## 4.2.4 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.2.3 ### Patch Changes diff --git a/packages/ui/descriptions/package.json b/packages/ui/descriptions/package.json index a9439e8f4..05e034e5f 100644 --- a/packages/ui/descriptions/package.json +++ b/packages/ui/descriptions/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/descriptions", - "version": "4.2.3", + "version": "4.2.4", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,18 +43,18 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/type-assertion": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/type-assertion": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/drawer/CHANGELOG.md b/packages/ui/drawer/CHANGELOG.md index e93eb85c2..03ce6add6 100644 --- a/packages/ui/drawer/CHANGELOG.md +++ b/packages/ui/drawer/CHANGELOG.md @@ -1,5 +1,24 @@ # @hi-ui/drawer +## 4.1.3 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-latest@4.0.4 + - @hi-ui/use-merge-refs@4.0.4 + - @hi-ui/use-scroll-lock@4.0.4 + - @hi-ui/use-toggle@4.0.4 + - @hi-ui/icons@4.0.18 + - @hi-ui/icon-button@4.0.8 + - @hi-ui/modal@4.0.15 + - @hi-ui/portal@4.0.7 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.1.2 ### Patch Changes diff --git a/packages/ui/drawer/package.json b/packages/ui/drawer/package.json index 5dcea6f0b..68bec9287 100644 --- a/packages/ui/drawer/package.json +++ b/packages/ui/drawer/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/drawer", - "version": "4.1.2", + "version": "4.1.3", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,27 +43,27 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/icon-button": "^4.0.7", - "@hi-ui/icons": "^4.0.17", - "@hi-ui/modal": "^4.0.14", - "@hi-ui/portal": "^4.0.6", - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-latest": "^4.0.3", - "@hi-ui/use-merge-refs": "^4.0.3", - "@hi-ui/use-scroll-lock": "^4.0.3", - "@hi-ui/use-toggle": "^4.0.3", + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/icon-button": "^4.0.8", + "@hi-ui/icons": "^4.0.18", + "@hi-ui/modal": "^4.0.15", + "@hi-ui/portal": "^4.0.7", + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-latest": "^4.0.4", + "@hi-ui/use-merge-refs": "^4.0.4", + "@hi-ui/use-scroll-lock": "^4.0.4", + "@hi-ui/use-toggle": "^4.0.4", "react-transition-group": "4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/dropdown/CHANGELOG.md b/packages/ui/dropdown/CHANGELOG.md index 7999ba710..fb74dfa3b 100644 --- a/packages/ui/dropdown/CHANGELOG.md +++ b/packages/ui/dropdown/CHANGELOG.md @@ -1,5 +1,25 @@ # @hi-ui/dropdown +## 4.1.4 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-latest@4.0.4 + - @hi-ui/use-timeout@4.0.4 + - @hi-ui/use-toggle@4.0.4 + - @hi-ui/use-unmount-effect@4.0.4 + - @hi-ui/icons@4.0.18 + - @hi-ui/button@4.0.9 + - @hi-ui/popper@4.1.3 + - @hi-ui/classname@4.0.4 + - @hi-ui/dom-utils@4.0.7 + - @hi-ui/env@4.0.4 + - @hi-ui/react-utils@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.1.3 ### Patch Changes diff --git a/packages/ui/dropdown/package.json b/packages/ui/dropdown/package.json index 1c14eb2c9..a0d67403d 100644 --- a/packages/ui/dropdown/package.json +++ b/packages/ui/dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/dropdown", - "version": "4.1.3", + "version": "4.1.4", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,27 +43,27 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/button": "^4.0.8", - "@hi-ui/classname": "^4.0.3", - "@hi-ui/dom-utils": "^4.0.6", - "@hi-ui/env": "^4.0.3", - "@hi-ui/icons": "^4.0.17", - "@hi-ui/popper": "^4.1.2", - "@hi-ui/react-utils": "^4.0.3", - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-latest": "^4.0.3", - "@hi-ui/use-timeout": "^4.0.3", - "@hi-ui/use-toggle": "^4.0.3", - "@hi-ui/use-unmount-effect": "^4.0.3" + "@hi-ui/button": "^4.0.9", + "@hi-ui/classname": "^4.0.4", + "@hi-ui/dom-utils": "^4.0.7", + "@hi-ui/env": "^4.0.4", + "@hi-ui/icons": "^4.0.18", + "@hi-ui/popper": "^4.1.3", + "@hi-ui/react-utils": "^4.0.4", + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-latest": "^4.0.4", + "@hi-ui/use-timeout": "^4.0.4", + "@hi-ui/use-toggle": "^4.0.4", + "@hi-ui/use-unmount-effect": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/ellipsis-tooltip/CHANGELOG.md b/packages/ui/ellipsis-tooltip/CHANGELOG.md index f8bebbb80..3d3de0de5 100644 --- a/packages/ui/ellipsis-tooltip/CHANGELOG.md +++ b/packages/ui/ellipsis-tooltip/CHANGELOG.md @@ -1,5 +1,16 @@ # @hi-ui/ellipsis-tooltip +## 4.1.5 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/tooltip@4.0.10 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + ## 4.1.4 ### Patch Changes diff --git a/packages/ui/ellipsis-tooltip/package.json b/packages/ui/ellipsis-tooltip/package.json index 053176469..041dfa874 100644 --- a/packages/ui/ellipsis-tooltip/package.json +++ b/packages/ui/ellipsis-tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/ellipsis-tooltip", - "version": "4.1.4", + "version": "4.1.5", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,18 +43,18 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/tooltip": "^4.0.9" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/tooltip": "^4.0.10" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/empty-state/CHANGELOG.md b/packages/ui/empty-state/CHANGELOG.md index 0ba72d4bc..104bccaa5 100644 --- a/packages/ui/empty-state/CHANGELOG.md +++ b/packages/ui/empty-state/CHANGELOG.md @@ -1,5 +1,16 @@ # @hi-ui/empty-state +## 4.0.7 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.0.6 ### Patch Changes diff --git a/packages/ui/empty-state/package.json b/packages/ui/empty-state/package.json index 16a012560..f6832b0a5 100644 --- a/packages/ui/empty-state/package.json +++ b/packages/ui/empty-state/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/empty-state", - "version": "4.0.6", + "version": "4.0.7", "description": "> TODO: description", "keywords": [], "author": "HiUI ", @@ -43,18 +43,18 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/type-assertion": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/type-assertion": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/file-select/CHANGELOG.md b/packages/ui/file-select/CHANGELOG.md index f0154f4fd..269b1629d 100644 --- a/packages/ui/file-select/CHANGELOG.md +++ b/packages/ui/file-select/CHANGELOG.md @@ -1,5 +1,15 @@ # @hi-ui/file-select +## 4.0.7 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + ## 4.0.6 ### Patch Changes diff --git a/packages/ui/file-select/package.json b/packages/ui/file-select/package.json index 2e1ab994b..3baf142bf 100644 --- a/packages/ui/file-select/package.json +++ b/packages/ui/file-select/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/file-select", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,17 +43,17 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/filter/CHANGELOG.md b/packages/ui/filter/CHANGELOG.md index 808ab0815..175b3836b 100644 --- a/packages/ui/filter/CHANGELOG.md +++ b/packages/ui/filter/CHANGELOG.md @@ -1,5 +1,18 @@ # @hi-ui/filter +## 4.1.4 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-check@4.0.5 + - @hi-ui/use-uncontrolled-state@4.0.4 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.1.3 ### Patch Changes diff --git a/packages/ui/filter/package.json b/packages/ui/filter/package.json index d806b8fb2..7cb43f404 100644 --- a/packages/ui/filter/package.json +++ b/packages/ui/filter/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/filter", - "version": "4.1.3", + "version": "4.1.4", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,20 +43,20 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-check": "^4.0.4", - "@hi-ui/use-uncontrolled-state": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-check": "^4.0.5", + "@hi-ui/use-uncontrolled-state": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/form/CHANGELOG.md b/packages/ui/form/CHANGELOG.md index 0e3fb44eb..cb43f11d3 100644 --- a/packages/ui/form/CHANGELOG.md +++ b/packages/ui/form/CHANGELOG.md @@ -1,5 +1,22 @@ # @hi-ui/form +## 4.1.5 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-latest@4.0.4 + - @hi-ui/button@4.0.9 + - @hi-ui/array-utils@4.0.4 + - @hi-ui/classname@4.0.4 + - @hi-ui/dom-utils@4.0.7 + - @hi-ui/env@4.0.4 + - @hi-ui/func-utils@4.0.4 + - @hi-ui/object-utils@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.1.4 ### Patch Changes diff --git a/packages/ui/form/package.json b/packages/ui/form/package.json index 9d26283c0..1f7b71f8d 100644 --- a/packages/ui/form/package.json +++ b/packages/ui/form/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/form", - "version": "4.1.4", + "version": "4.1.5", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,25 +43,25 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.3", - "@hi-ui/button": "^4.0.8", - "@hi-ui/classname": "^4.0.3", - "@hi-ui/dom-utils": "^4.0.6", - "@hi-ui/env": "^4.0.3", - "@hi-ui/func-utils": "^4.0.3", - "@hi-ui/object-utils": "^4.0.3", - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-latest": "^4.0.3", + "@hi-ui/array-utils": "^4.0.4", + "@hi-ui/button": "^4.0.9", + "@hi-ui/classname": "^4.0.4", + "@hi-ui/dom-utils": "^4.0.7", + "@hi-ui/env": "^4.0.4", + "@hi-ui/func-utils": "^4.0.4", + "@hi-ui/object-utils": "^4.0.4", + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-latest": "^4.0.4", "async-validator": "^4.0.7" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/grid/CHANGELOG.md b/packages/ui/grid/CHANGELOG.md index 6bb3739d7..003b19db1 100644 --- a/packages/ui/grid/CHANGELOG.md +++ b/packages/ui/grid/CHANGELOG.md @@ -1,5 +1,16 @@ # @hi-ui/grid +## 4.0.8 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.0.7 ### Patch Changes diff --git a/packages/ui/grid/package.json b/packages/ui/grid/package.json index 30f3d409a..d43be0be3 100644 --- a/packages/ui/grid/package.json +++ b/packages/ui/grid/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/grid", - "version": "4.0.7", + "version": "4.0.8", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,18 +43,18 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/type-assertion": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/type-assertion": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/highlighter/CHANGELOG.md b/packages/ui/highlighter/CHANGELOG.md index 9428d5684..fbf7790d5 100644 --- a/packages/ui/highlighter/CHANGELOG.md +++ b/packages/ui/highlighter/CHANGELOG.md @@ -1,5 +1,15 @@ # @hi-ui/highlighter +## 4.0.8 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + ## 4.0.7 ### Patch Changes diff --git a/packages/ui/highlighter/package.json b/packages/ui/highlighter/package.json index c6b4e852f..80879098d 100644 --- a/packages/ui/highlighter/package.json +++ b/packages/ui/highlighter/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/highlighter", - "version": "4.0.7", + "version": "4.0.8", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,17 +43,17 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/hiui/CHANGELOG.md b/packages/ui/hiui/CHANGELOG.md index aa3f2f9e2..daed65fb2 100644 --- a/packages/ui/hiui/CHANGELOG.md +++ b/packages/ui/hiui/CHANGELOG.md @@ -1,5 +1,80 @@ # @hi-ui/hiui +## 4.4.2 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/alert@4.1.3 + - @hi-ui/anchor@4.0.8 + - @hi-ui/avatar@4.0.7 + - @hi-ui/back-top@4.0.7 + - @hi-ui/badge@4.0.9 + - @hi-ui/breadcrumb@4.0.7 + - @hi-ui/button@4.0.9 + - @hi-ui/card@4.0.8 + - @hi-ui/carousel@4.0.7 + - @hi-ui/cascader@4.1.5 + - @hi-ui/check-cascader@4.2.5 + - @hi-ui/check-select@4.3.5 + - @hi-ui/check-tree-select@4.3.3 + - @hi-ui/checkbox@4.0.8 + - @hi-ui/collapse@4.1.5 + - @hi-ui/counter@4.1.8 + - @hi-ui/date-picker@4.4.4 + - @hi-ui/descriptions@4.2.4 + - @hi-ui/drawer@4.1.3 + - @hi-ui/dropdown@4.1.4 + - @hi-ui/ellipsis-tooltip@4.1.5 + - @hi-ui/empty-state@4.0.7 + - @hi-ui/filter@4.1.4 + - @hi-ui/form@4.1.5 + - @hi-ui/grid@4.0.8 + - @hi-ui/highlighter@4.0.8 + - @hi-ui/input@4.0.13 + - @hi-ui/input-group@4.0.6 + - @hi-ui/list@4.0.12 + - @hi-ui/loading@4.1.3 + - @hi-ui/menu@4.1.6 + - @hi-ui/message@4.0.7 + - @hi-ui/modal@4.0.15 + - @hi-ui/notification@4.1.3 + - @hi-ui/number-input@4.1.7 + - @hi-ui/pagination@4.0.14 + - @hi-ui/picker@4.1.4 + - @hi-ui/pop-confirm@4.2.3 + - @hi-ui/popover@4.0.8 + - @hi-ui/preview@4.0.8 + - @hi-ui/progress@4.0.9 + - @hi-ui/provider@4.0.8 + - @hi-ui/radio@4.1.3 + - @hi-ui/rating@4.0.8 + - @hi-ui/result@4.0.7 + - @hi-ui/scrollbar@4.0.6 + - @hi-ui/search@4.0.11 + - @hi-ui/select@4.2.5 + - @hi-ui/slider@4.0.10 + - @hi-ui/space@4.0.9 + - @hi-ui/spinner@4.0.8 + - @hi-ui/stepper@4.0.7 + - @hi-ui/svg-icon@4.0.7 + - @hi-ui/switch@4.0.10 + - @hi-ui/table@4.3.4 + - @hi-ui/tabs@4.1.4 + - @hi-ui/tag@4.1.3 + - @hi-ui/textarea@4.1.6 + - @hi-ui/time-picker@4.0.13 + - @hi-ui/timeline@4.0.7 + - @hi-ui/tooltip@4.0.10 + - @hi-ui/transfer@4.0.13 + - @hi-ui/tree@4.5.8 + - @hi-ui/tree-select@4.1.3 + - @hi-ui/upload@4.1.9 + - @hi-ui/watermark@4.0.7 + - @hi-ui/zen-mode@4.0.7 + ## 4.4.1 ### Patch Changes diff --git a/packages/ui/hiui/package.json b/packages/ui/hiui/package.json index 0b0addb56..c2e5c1057 100644 --- a/packages/ui/hiui/package.json +++ b/packages/ui/hiui/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/hiui", - "version": "4.4.1", + "version": "4.4.2", "description": "The root-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,82 +43,82 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/alert": "^4.1.2", - "@hi-ui/anchor": "^4.0.7", - "@hi-ui/avatar": "^4.0.6", - "@hi-ui/back-top": "^4.0.6", - "@hi-ui/badge": "^4.0.8", - "@hi-ui/breadcrumb": "^4.0.6", - "@hi-ui/button": "^4.0.8", - "@hi-ui/card": "^4.0.7", - "@hi-ui/carousel": "^4.0.6", - "@hi-ui/cascader": "^4.1.4", - "@hi-ui/check-cascader": "^4.2.4", - "@hi-ui/check-select": "^4.3.4", - "@hi-ui/check-tree-select": "^4.3.2", - "@hi-ui/checkbox": "^4.0.7", - "@hi-ui/collapse": "^4.1.4", - "@hi-ui/counter": "^4.1.7", - "@hi-ui/date-picker": "^4.4.3", - "@hi-ui/descriptions": "^4.2.3", - "@hi-ui/drawer": "^4.1.2", - "@hi-ui/dropdown": "^4.1.3", - "@hi-ui/ellipsis-tooltip": "^4.1.4", - "@hi-ui/empty-state": "^4.0.6", - "@hi-ui/filter": "^4.1.3", - "@hi-ui/form": "^4.1.4", - "@hi-ui/grid": "^4.0.7", - "@hi-ui/highlighter": "^4.0.7", - "@hi-ui/input": "^4.0.12", - "@hi-ui/input-group": "^4.0.5", - "@hi-ui/list": "^4.0.11", - "@hi-ui/loading": "^4.1.2", - "@hi-ui/menu": "^4.1.5", - "@hi-ui/message": "^4.0.6", - "@hi-ui/modal": "^4.0.14", - "@hi-ui/notification": "^4.1.2", - "@hi-ui/number-input": "^4.1.6", - "@hi-ui/pagination": "^4.0.13", - "@hi-ui/picker": "^4.1.3", - "@hi-ui/pop-confirm": "^4.2.2", - "@hi-ui/popover": "^4.0.7", - "@hi-ui/preview": "^4.0.7", - "@hi-ui/progress": "^4.0.8", - "@hi-ui/provider": "^4.0.7", - "@hi-ui/radio": "^4.1.2", - "@hi-ui/rating": "^4.0.7", - "@hi-ui/result": "^4.0.6", - "@hi-ui/scrollbar": "^4.0.5", - "@hi-ui/search": "^4.0.10", - "@hi-ui/select": "^4.2.4", - "@hi-ui/slider": "^4.0.9", - "@hi-ui/space": "^4.0.8", - "@hi-ui/spinner": "^4.0.7", - "@hi-ui/stepper": "^4.0.6", - "@hi-ui/svg-icon": "^4.0.6", - "@hi-ui/switch": "^4.0.9", - "@hi-ui/table": "^4.3.3", - "@hi-ui/tabs": "^4.1.3", - "@hi-ui/tag": "^4.1.2", - "@hi-ui/textarea": "^4.1.5", - "@hi-ui/time-picker": "^4.0.12", - "@hi-ui/timeline": "^4.0.6", - "@hi-ui/tooltip": "^4.0.9", - "@hi-ui/transfer": "^4.0.12", - "@hi-ui/tree": "^4.5.7", - "@hi-ui/tree-select": "^4.1.2", - "@hi-ui/upload": "^4.1.8", - "@hi-ui/watermark": "^4.0.6", - "@hi-ui/zen-mode": "^4.0.6" + "@hi-ui/alert": "^4.1.3", + "@hi-ui/anchor": "^4.0.8", + "@hi-ui/avatar": "^4.0.7", + "@hi-ui/back-top": "^4.0.7", + "@hi-ui/badge": "^4.0.9", + "@hi-ui/breadcrumb": "^4.0.7", + "@hi-ui/button": "^4.0.9", + "@hi-ui/card": "^4.0.8", + "@hi-ui/carousel": "^4.0.7", + "@hi-ui/cascader": "^4.1.5", + "@hi-ui/check-cascader": "^4.2.5", + "@hi-ui/check-select": "^4.3.5", + "@hi-ui/check-tree-select": "^4.3.3", + "@hi-ui/checkbox": "^4.0.8", + "@hi-ui/collapse": "^4.1.5", + "@hi-ui/counter": "^4.1.8", + "@hi-ui/date-picker": "^4.4.4", + "@hi-ui/descriptions": "^4.2.4", + "@hi-ui/drawer": "^4.1.3", + "@hi-ui/dropdown": "^4.1.4", + "@hi-ui/ellipsis-tooltip": "^4.1.5", + "@hi-ui/empty-state": "^4.0.7", + "@hi-ui/filter": "^4.1.4", + "@hi-ui/form": "^4.1.5", + "@hi-ui/grid": "^4.0.8", + "@hi-ui/highlighter": "^4.0.8", + "@hi-ui/input": "^4.0.13", + "@hi-ui/input-group": "^4.0.6", + "@hi-ui/list": "^4.0.12", + "@hi-ui/loading": "^4.1.3", + "@hi-ui/menu": "^4.1.6", + "@hi-ui/message": "^4.0.7", + "@hi-ui/modal": "^4.0.15", + "@hi-ui/notification": "^4.1.3", + "@hi-ui/number-input": "^4.1.7", + "@hi-ui/pagination": "^4.0.14", + "@hi-ui/picker": "^4.1.4", + "@hi-ui/pop-confirm": "^4.2.3", + "@hi-ui/popover": "^4.0.8", + "@hi-ui/preview": "^4.0.8", + "@hi-ui/progress": "^4.0.9", + "@hi-ui/provider": "^4.0.8", + "@hi-ui/radio": "^4.1.3", + "@hi-ui/rating": "^4.0.8", + "@hi-ui/result": "^4.0.7", + "@hi-ui/scrollbar": "^4.0.6", + "@hi-ui/search": "^4.0.11", + "@hi-ui/select": "^4.2.5", + "@hi-ui/slider": "^4.0.10", + "@hi-ui/space": "^4.0.9", + "@hi-ui/spinner": "^4.0.8", + "@hi-ui/stepper": "^4.0.7", + "@hi-ui/svg-icon": "^4.0.7", + "@hi-ui/switch": "^4.0.10", + "@hi-ui/table": "^4.3.4", + "@hi-ui/tabs": "^4.1.4", + "@hi-ui/tag": "^4.1.3", + "@hi-ui/textarea": "^4.1.6", + "@hi-ui/time-picker": "^4.0.13", + "@hi-ui/timeline": "^4.0.7", + "@hi-ui/tooltip": "^4.0.10", + "@hi-ui/transfer": "^4.0.13", + "@hi-ui/tree": "^4.5.8", + "@hi-ui/tree-select": "^4.1.3", + "@hi-ui/upload": "^4.1.9", + "@hi-ui/watermark": "^4.0.7", + "@hi-ui/zen-mode": "^4.0.7" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/icon-button/CHANGELOG.md b/packages/ui/icon-button/CHANGELOG.md index 9a236af5a..43b5a758d 100644 --- a/packages/ui/icon-button/CHANGELOG.md +++ b/packages/ui/icon-button/CHANGELOG.md @@ -1,5 +1,16 @@ # @hi-ui/icon-button +## 4.0.8 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.0.7 ### Patch Changes diff --git a/packages/ui/icon-button/package.json b/packages/ui/icon-button/package.json index cce2720dc..defc74f77 100644 --- a/packages/ui/icon-button/package.json +++ b/packages/ui/icon-button/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/icon-button", - "version": "4.0.7", + "version": "4.0.8", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,18 +43,18 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/type-assertion": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/type-assertion": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/input-group/CHANGELOG.md b/packages/ui/input-group/CHANGELOG.md index bebea2996..686517c80 100644 --- a/packages/ui/input-group/CHANGELOG.md +++ b/packages/ui/input-group/CHANGELOG.md @@ -1,5 +1,15 @@ # @hi-ui/input-group +## 4.0.6 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + ## 4.0.5 ### Patch Changes diff --git a/packages/ui/input-group/package.json b/packages/ui/input-group/package.json index b33acecec..556e3cc54 100644 --- a/packages/ui/input-group/package.json +++ b/packages/ui/input-group/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/input-group", - "version": "4.0.5", + "version": "4.0.6", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,17 +43,17 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/input/CHANGELOG.md b/packages/ui/input/CHANGELOG.md index 171ef7e22..668beae24 100644 --- a/packages/ui/input/CHANGELOG.md +++ b/packages/ui/input/CHANGELOG.md @@ -1,5 +1,22 @@ # @hi-ui/input +## 4.0.13 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-latest@4.0.4 + - @hi-ui/use-merge-refs@4.0.4 + - @hi-ui/use-uncontrolled-state@4.0.4 + - @hi-ui/icons@4.0.18 + - @hi-ui/classname@4.0.4 + - @hi-ui/dom-utils@4.0.7 + - @hi-ui/env@4.0.4 + - @hi-ui/func-utils@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.0.12 ### Patch Changes diff --git a/packages/ui/input/package.json b/packages/ui/input/package.json index 9b580261d..5a5365cd7 100644 --- a/packages/ui/input/package.json +++ b/packages/ui/input/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/input", - "version": "4.0.12", + "version": "4.0.13", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,24 +43,24 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/dom-utils": "^4.0.6", - "@hi-ui/env": "^4.0.3", - "@hi-ui/func-utils": "^4.0.3", - "@hi-ui/icons": "^4.0.17", - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-latest": "^4.0.3", - "@hi-ui/use-merge-refs": "^4.0.3", - "@hi-ui/use-uncontrolled-state": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/dom-utils": "^4.0.7", + "@hi-ui/env": "^4.0.4", + "@hi-ui/func-utils": "^4.0.4", + "@hi-ui/icons": "^4.0.18", + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-latest": "^4.0.4", + "@hi-ui/use-merge-refs": "^4.0.4", + "@hi-ui/use-uncontrolled-state": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/list/CHANGELOG.md b/packages/ui/list/CHANGELOG.md index b4eccb0d5..25b5c35f3 100644 --- a/packages/ui/list/CHANGELOG.md +++ b/packages/ui/list/CHANGELOG.md @@ -1,5 +1,17 @@ # @hi-ui/list +## 4.0.12 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/empty-state@4.0.7 + - @hi-ui/pagination@4.0.14 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + ## 4.0.11 ### Patch Changes diff --git a/packages/ui/list/package.json b/packages/ui/list/package.json index a0c9b205a..6cd980cc1 100644 --- a/packages/ui/list/package.json +++ b/packages/ui/list/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/list", - "version": "4.0.11", + "version": "4.0.12", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,19 +43,19 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/empty-state": "^4.0.6", - "@hi-ui/env": "^4.0.3", - "@hi-ui/pagination": "^4.0.13" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/empty-state": "^4.0.7", + "@hi-ui/env": "^4.0.4", + "@hi-ui/pagination": "^4.0.14" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/loading/CHANGELOG.md b/packages/ui/loading/CHANGELOG.md index c500330ba..d4ff16b2e 100644 --- a/packages/ui/loading/CHANGELOG.md +++ b/packages/ui/loading/CHANGELOG.md @@ -1,5 +1,22 @@ # @hi-ui/loading +## 4.1.3 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-id@4.0.4 + - @hi-ui/use-latest@4.0.4 + - @hi-ui/portal@4.0.7 + - @hi-ui/spinner@4.0.8 + - @hi-ui/classname@4.0.4 + - @hi-ui/container@4.0.4 + - @hi-ui/env@4.0.4 + - @hi-ui/func-utils@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.1.2 ### Patch Changes diff --git a/packages/ui/loading/package.json b/packages/ui/loading/package.json index 3bba1a841..5e0cb8e5b 100644 --- a/packages/ui/loading/package.json +++ b/packages/ui/loading/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/loading", - "version": "4.1.2", + "version": "4.1.3", "description": "> TODO: description", "keywords": [], "author": "HiUI ", @@ -43,25 +43,25 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/container": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/func-utils": "^4.0.3", - "@hi-ui/portal": "^4.0.6", - "@hi-ui/spinner": "^4.0.7", - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-id": "^4.0.3", - "@hi-ui/use-latest": "^4.0.3", + "@hi-ui/classname": "^4.0.4", + "@hi-ui/container": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/func-utils": "^4.0.4", + "@hi-ui/portal": "^4.0.7", + "@hi-ui/spinner": "^4.0.8", + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-id": "^4.0.4", + "@hi-ui/use-latest": "^4.0.4", "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "@types/react-transition-group": "^4.4.2", "react": "^17.0.1", "react-dom": "^17.0.1" diff --git a/packages/ui/locale-context/CHANGELOG.md b/packages/ui/locale-context/CHANGELOG.md index ac8dce5fa..2439f50a1 100644 --- a/packages/ui/locale-context/CHANGELOG.md +++ b/packages/ui/locale-context/CHANGELOG.md @@ -1,5 +1,17 @@ # @hi-ui/locale-context +## 4.0.8 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + - @hi-ui/func-utils@4.0.4 + - @hi-ui/object-utils@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.0.7 ### Patch Changes diff --git a/packages/ui/locale-context/package.json b/packages/ui/locale-context/package.json index 06b308e4c..ae1096022 100644 --- a/packages/ui/locale-context/package.json +++ b/packages/ui/locale-context/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/locale-context", - "version": "4.0.7", + "version": "4.0.8", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,11 +43,11 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/func-utils": "^4.0.3", - "@hi-ui/object-utils": "^4.0.3", - "@hi-ui/type-assertion": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/func-utils": "^4.0.4", + "@hi-ui/object-utils": "^4.0.4", + "@hi-ui/type-assertion": "^4.0.4" }, "peerDependencies": { "react": ">=16.8.6", diff --git a/packages/ui/menu/CHANGELOG.md b/packages/ui/menu/CHANGELOG.md index 6ad9f1c97..60d967f3d 100644 --- a/packages/ui/menu/CHANGELOG.md +++ b/packages/ui/menu/CHANGELOG.md @@ -1,5 +1,27 @@ # @hi-ui/menu +## 4.1.6 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-id@4.0.4 + - @hi-ui/use-merge-refs@4.0.4 + - @hi-ui/use-resize-observer@4.0.4 + - @hi-ui/use-toggle@4.0.4 + - @hi-ui/use-uncontrolled-state@4.0.4 + - @hi-ui/icons@4.0.18 + - @hi-ui/popper@4.1.3 + - @hi-ui/tooltip@4.0.10 + - @hi-ui/array-utils@4.0.4 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + - @hi-ui/times@4.0.4 + - @hi-ui/tree-utils@4.1.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.1.5 ### Patch Changes diff --git a/packages/ui/menu/package.json b/packages/ui/menu/package.json index 0b208eb67..3a7667b98 100644 --- a/packages/ui/menu/package.json +++ b/packages/ui/menu/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/menu", - "version": "4.1.5", + "version": "4.1.6", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,30 +43,30 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.3", - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/icons": "^4.0.17", - "@hi-ui/popper": "^4.1.2", - "@hi-ui/times": "^4.0.3", - "@hi-ui/tooltip": "^4.0.9", - "@hi-ui/tree-utils": "^4.1.3", - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-id": "^4.0.3", - "@hi-ui/use-merge-refs": "^4.0.3", - "@hi-ui/use-resize-observer": "^4.0.3", - "@hi-ui/use-toggle": "^4.0.3", - "@hi-ui/use-uncontrolled-state": "^4.0.3", + "@hi-ui/array-utils": "^4.0.4", + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/icons": "^4.0.18", + "@hi-ui/popper": "^4.1.3", + "@hi-ui/times": "^4.0.4", + "@hi-ui/tooltip": "^4.0.10", + "@hi-ui/tree-utils": "^4.1.4", + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-id": "^4.0.4", + "@hi-ui/use-merge-refs": "^4.0.4", + "@hi-ui/use-resize-observer": "^4.0.4", + "@hi-ui/use-toggle": "^4.0.4", + "@hi-ui/use-uncontrolled-state": "^4.0.4", "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/message/CHANGELOG.md b/packages/ui/message/CHANGELOG.md index 2a2159927..16be853e9 100644 --- a/packages/ui/message/CHANGELOG.md +++ b/packages/ui/message/CHANGELOG.md @@ -1,5 +1,18 @@ # @hi-ui/message +## 4.0.7 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/icons@4.0.18 + - @hi-ui/toast@4.0.7 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + - @hi-ui/react-utils@4.0.4 + ## 4.0.6 ### Patch Changes diff --git a/packages/ui/message/package.json b/packages/ui/message/package.json index e48488b57..100fe733d 100644 --- a/packages/ui/message/package.json +++ b/packages/ui/message/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/message", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,21 +43,21 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/icons": "^4.0.17", - "@hi-ui/react-utils": "^4.0.3", - "@hi-ui/toast": "^4.0.6", + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/icons": "^4.0.18", + "@hi-ui/react-utils": "^4.0.4", + "@hi-ui/toast": "^4.0.7", "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/modal/CHANGELOG.md b/packages/ui/modal/CHANGELOG.md index b02bd0c03..3d2959719 100644 --- a/packages/ui/modal/CHANGELOG.md +++ b/packages/ui/modal/CHANGELOG.md @@ -1,5 +1,29 @@ # @hi-ui/modal +## 4.0.15 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-id@4.0.4 + - @hi-ui/use-latest@4.0.4 + - @hi-ui/use-merge-refs@4.0.4 + - @hi-ui/use-scroll-lock@4.0.4 + - @hi-ui/use-toggle@4.0.4 + - @hi-ui/icons@4.0.18 + - @hi-ui/button@4.0.9 + - @hi-ui/icon-button@4.0.8 + - @hi-ui/portal@4.0.7 + - @hi-ui/classname@4.0.4 + - @hi-ui/container@4.0.4 + - @hi-ui/dom-utils@4.0.7 + - @hi-ui/env@4.0.4 + - @hi-ui/func-utils@4.0.4 + - @hi-ui/react-utils@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.0.14 ### Patch Changes diff --git a/packages/ui/modal/package.json b/packages/ui/modal/package.json index 23b07d73a..706f0389f 100644 --- a/packages/ui/modal/package.json +++ b/packages/ui/modal/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/modal", - "version": "4.0.14", + "version": "4.0.15", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,32 +43,32 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/button": "^4.0.8", - "@hi-ui/classname": "^4.0.3", - "@hi-ui/container": "^4.0.3", - "@hi-ui/dom-utils": "^4.0.6", - "@hi-ui/env": "^4.0.3", - "@hi-ui/func-utils": "^4.0.3", - "@hi-ui/icon-button": "^4.0.7", - "@hi-ui/icons": "^4.0.17", - "@hi-ui/portal": "^4.0.6", - "@hi-ui/react-utils": "^4.0.3", - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-id": "^4.0.3", - "@hi-ui/use-latest": "^4.0.3", - "@hi-ui/use-merge-refs": "^4.0.3", - "@hi-ui/use-scroll-lock": "^4.0.3", - "@hi-ui/use-toggle": "^4.0.3", + "@hi-ui/button": "^4.0.9", + "@hi-ui/classname": "^4.0.4", + "@hi-ui/container": "^4.0.4", + "@hi-ui/dom-utils": "^4.0.7", + "@hi-ui/env": "^4.0.4", + "@hi-ui/func-utils": "^4.0.4", + "@hi-ui/icon-button": "^4.0.8", + "@hi-ui/icons": "^4.0.18", + "@hi-ui/portal": "^4.0.7", + "@hi-ui/react-utils": "^4.0.4", + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-id": "^4.0.4", + "@hi-ui/use-latest": "^4.0.4", + "@hi-ui/use-merge-refs": "^4.0.4", + "@hi-ui/use-scroll-lock": "^4.0.4", + "@hi-ui/use-toggle": "^4.0.4", "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/notification/CHANGELOG.md b/packages/ui/notification/CHANGELOG.md index 98956264e..95e7d4016 100644 --- a/packages/ui/notification/CHANGELOG.md +++ b/packages/ui/notification/CHANGELOG.md @@ -1,5 +1,19 @@ # @hi-ui/notification +## 4.1.3 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/icons@4.0.18 + - @hi-ui/icon-button@4.0.8 + - @hi-ui/toast@4.0.7 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + - @hi-ui/react-utils@4.0.4 + ## 4.1.2 ### Patch Changes diff --git a/packages/ui/notification/package.json b/packages/ui/notification/package.json index 700b65b41..bd2e1e780 100644 --- a/packages/ui/notification/package.json +++ b/packages/ui/notification/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/notification", - "version": "4.1.2", + "version": "4.1.3", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,22 +43,22 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/icon-button": "^4.0.7", - "@hi-ui/icons": "^4.0.17", - "@hi-ui/react-utils": "^4.0.3", - "@hi-ui/toast": "^4.0.6", + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/icon-button": "^4.0.8", + "@hi-ui/icons": "^4.0.18", + "@hi-ui/react-utils": "^4.0.4", + "@hi-ui/toast": "^4.0.7", "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/number-input/CHANGELOG.md b/packages/ui/number-input/CHANGELOG.md index 8db3f688b..158c25af2 100644 --- a/packages/ui/number-input/CHANGELOG.md +++ b/packages/ui/number-input/CHANGELOG.md @@ -1,5 +1,17 @@ # @hi-ui/number-input +## 4.1.7 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/icons@4.0.18 + - @hi-ui/counter@4.1.8 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + ## 4.1.6 ### Patch Changes diff --git a/packages/ui/number-input/package.json b/packages/ui/number-input/package.json index 5e9087751..36edf7364 100644 --- a/packages/ui/number-input/package.json +++ b/packages/ui/number-input/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/number-input", - "version": "4.1.6", + "version": "4.1.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,19 +43,19 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/counter": "^4.1.7", - "@hi-ui/env": "^4.0.3", - "@hi-ui/icons": "^4.0.17" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/counter": "^4.1.8", + "@hi-ui/env": "^4.0.4", + "@hi-ui/icons": "^4.0.18" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/pagination/CHANGELOG.md b/packages/ui/pagination/CHANGELOG.md index 54cca2b87..b7e853071 100644 --- a/packages/ui/pagination/CHANGELOG.md +++ b/packages/ui/pagination/CHANGELOG.md @@ -1,5 +1,22 @@ # @hi-ui/pagination +## 4.0.14 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-latest@4.0.4 + - @hi-ui/use-uncontrolled-state@4.0.4 + - @hi-ui/icons@4.0.18 + - @hi-ui/counter@4.1.8 + - @hi-ui/input@4.0.13 + - @hi-ui/select@4.2.5 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.0.13 ### Patch Changes diff --git a/packages/ui/pagination/package.json b/packages/ui/pagination/package.json index 56d5871cd..448c67d89 100644 --- a/packages/ui/pagination/package.json +++ b/packages/ui/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/pagination", - "version": "4.0.13", + "version": "4.0.14", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,24 +43,24 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/counter": "^4.1.7", - "@hi-ui/env": "^4.0.3", - "@hi-ui/icons": "^4.0.17", - "@hi-ui/input": "^4.0.12", - "@hi-ui/select": "^4.2.4", - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-latest": "^4.0.3", - "@hi-ui/use-uncontrolled-state": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/counter": "^4.1.8", + "@hi-ui/env": "^4.0.4", + "@hi-ui/icons": "^4.0.18", + "@hi-ui/input": "^4.0.13", + "@hi-ui/select": "^4.2.5", + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-latest": "^4.0.4", + "@hi-ui/use-uncontrolled-state": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/picker/CHANGELOG.md b/packages/ui/picker/CHANGELOG.md index ad6ab09c3..6baae1c97 100644 --- a/packages/ui/picker/CHANGELOG.md +++ b/packages/ui/picker/CHANGELOG.md @@ -1,5 +1,24 @@ # @hi-ui/picker +## 4.1.4 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-latest@4.0.4 + - @hi-ui/use-toggle@4.0.4 + - @hi-ui/use-uncontrolled-state@4.0.4 + - @hi-ui/icons@4.0.18 + - @hi-ui/input@4.0.13 + - @hi-ui/loading@4.1.3 + - @hi-ui/popper@4.1.3 + - @hi-ui/classname@4.0.4 + - @hi-ui/dom-utils@4.0.7 + - @hi-ui/env@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.1.3 ### Patch Changes diff --git a/packages/ui/picker/package.json b/packages/ui/picker/package.json index 479e106a3..f43436fee 100644 --- a/packages/ui/picker/package.json +++ b/packages/ui/picker/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/picker", - "version": "4.1.3", + "version": "4.1.4", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,26 +43,26 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/dom-utils": "^4.0.6", - "@hi-ui/env": "^4.0.3", - "@hi-ui/icons": "^4.0.17", - "@hi-ui/input": "^4.0.12", - "@hi-ui/loading": "^4.1.2", - "@hi-ui/popper": "^4.1.2", - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-latest": "^4.0.3", - "@hi-ui/use-toggle": "^4.0.3", - "@hi-ui/use-uncontrolled-state": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/dom-utils": "^4.0.7", + "@hi-ui/env": "^4.0.4", + "@hi-ui/icons": "^4.0.18", + "@hi-ui/input": "^4.0.13", + "@hi-ui/loading": "^4.1.3", + "@hi-ui/popper": "^4.1.3", + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-latest": "^4.0.4", + "@hi-ui/use-toggle": "^4.0.4", + "@hi-ui/use-uncontrolled-state": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/pop-confirm/CHANGELOG.md b/packages/ui/pop-confirm/CHANGELOG.md index 8f71d4ec2..6bdc6537f 100644 --- a/packages/ui/pop-confirm/CHANGELOG.md +++ b/packages/ui/pop-confirm/CHANGELOG.md @@ -1,5 +1,24 @@ # @hi-ui/pop-confirm +## 4.2.3 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-latest@4.0.4 + - @hi-ui/use-toggle@4.0.4 + - @hi-ui/use-uncontrolled-state@4.0.4 + - @hi-ui/icons@4.0.18 + - @hi-ui/button@4.0.9 + - @hi-ui/popper@4.1.3 + - @hi-ui/classname@4.0.4 + - @hi-ui/dom-utils@4.0.7 + - @hi-ui/env@4.0.4 + - @hi-ui/react-utils@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.2.2 ### Patch Changes diff --git a/packages/ui/pop-confirm/package.json b/packages/ui/pop-confirm/package.json index c3ff70618..87d47de96 100644 --- a/packages/ui/pop-confirm/package.json +++ b/packages/ui/pop-confirm/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/pop-confirm", - "version": "4.2.2", + "version": "4.2.3", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,26 +43,26 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/button": "^4.0.8", - "@hi-ui/classname": "^4.0.3", - "@hi-ui/dom-utils": "^4.0.6", - "@hi-ui/env": "^4.0.3", - "@hi-ui/icons": "^4.0.17", - "@hi-ui/popper": "^4.1.2", - "@hi-ui/react-utils": "^4.0.3", - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-latest": "^4.0.3", - "@hi-ui/use-toggle": "^4.0.3", - "@hi-ui/use-uncontrolled-state": "^4.0.3" + "@hi-ui/button": "^4.0.9", + "@hi-ui/classname": "^4.0.4", + "@hi-ui/dom-utils": "^4.0.7", + "@hi-ui/env": "^4.0.4", + "@hi-ui/icons": "^4.0.18", + "@hi-ui/popper": "^4.1.3", + "@hi-ui/react-utils": "^4.0.4", + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-latest": "^4.0.4", + "@hi-ui/use-toggle": "^4.0.4", + "@hi-ui/use-uncontrolled-state": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/popover/CHANGELOG.md b/packages/ui/popover/CHANGELOG.md index 950d1f81d..0215113d9 100644 --- a/packages/ui/popover/CHANGELOG.md +++ b/packages/ui/popover/CHANGELOG.md @@ -1,5 +1,25 @@ # @hi-ui/popover +## 4.0.8 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-id@4.0.4 + - @hi-ui/use-latest@4.0.4 + - @hi-ui/use-timeout@4.0.4 + - @hi-ui/use-toggle@4.0.4 + - @hi-ui/use-unmount-effect@4.0.4 + - @hi-ui/popper@4.1.3 + - @hi-ui/array-utils@4.0.4 + - @hi-ui/classname@4.0.4 + - @hi-ui/dom-utils@4.0.7 + - @hi-ui/env@4.0.4 + - @hi-ui/react-utils@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.0.7 ### Patch Changes diff --git a/packages/ui/popover/package.json b/packages/ui/popover/package.json index d33443cc3..6cc6fe675 100644 --- a/packages/ui/popover/package.json +++ b/packages/ui/popover/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/popover", - "version": "4.0.7", + "version": "4.0.8", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,27 +43,27 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.3", - "@hi-ui/classname": "^4.0.3", - "@hi-ui/dom-utils": "^4.0.6", - "@hi-ui/env": "^4.0.3", - "@hi-ui/popper": "^4.1.2", - "@hi-ui/react-utils": "^4.0.3", - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-id": "^4.0.3", - "@hi-ui/use-latest": "^4.0.3", - "@hi-ui/use-timeout": "^4.0.3", - "@hi-ui/use-toggle": "^4.0.3", - "@hi-ui/use-unmount-effect": "^4.0.3" + "@hi-ui/array-utils": "^4.0.4", + "@hi-ui/classname": "^4.0.4", + "@hi-ui/dom-utils": "^4.0.7", + "@hi-ui/env": "^4.0.4", + "@hi-ui/popper": "^4.1.3", + "@hi-ui/react-utils": "^4.0.4", + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-id": "^4.0.4", + "@hi-ui/use-latest": "^4.0.4", + "@hi-ui/use-timeout": "^4.0.4", + "@hi-ui/use-toggle": "^4.0.4", + "@hi-ui/use-unmount-effect": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/popper/CHANGELOG.md b/packages/ui/popper/CHANGELOG.md index 9e6cb5263..f15920ccf 100644 --- a/packages/ui/popper/CHANGELOG.md +++ b/packages/ui/popper/CHANGELOG.md @@ -1,5 +1,23 @@ # @hi-ui/popper +## 4.1.3 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-latest@4.0.4 + - @hi-ui/use-lazy-render@4.0.4 + - @hi-ui/use-merge-refs@4.0.4 + - @hi-ui/use-outside-click@4.0.4 + - @hi-ui/use-toggle@4.0.4 + - @hi-ui/portal@4.0.7 + - @hi-ui/classname@4.0.4 + - @hi-ui/dom-utils@4.0.7 + - @hi-ui/env@4.0.4 + - @hi-ui/react-utils@4.0.4 + ## 4.1.2 ### Patch Changes diff --git a/packages/ui/popper/package.json b/packages/ui/popper/package.json index 699f53df2..c9a9e5edf 100644 --- a/packages/ui/popper/package.json +++ b/packages/ui/popper/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/popper", - "version": "4.1.2", + "version": "4.1.3", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,27 +43,27 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/dom-utils": "^4.0.6", - "@hi-ui/env": "^4.0.3", - "@hi-ui/portal": "^4.0.6", - "@hi-ui/react-utils": "^4.0.3", - "@hi-ui/use-latest": "^4.0.3", - "@hi-ui/use-lazy-render": "^4.0.3", - "@hi-ui/use-merge-refs": "^4.0.3", - "@hi-ui/use-outside-click": "^4.0.3", - "@hi-ui/use-toggle": "^4.0.3", + "@hi-ui/classname": "^4.0.4", + "@hi-ui/dom-utils": "^4.0.7", + "@hi-ui/env": "^4.0.4", + "@hi-ui/portal": "^4.0.7", + "@hi-ui/react-utils": "^4.0.4", + "@hi-ui/use-latest": "^4.0.4", + "@hi-ui/use-lazy-render": "^4.0.4", + "@hi-ui/use-merge-refs": "^4.0.4", + "@hi-ui/use-outside-click": "^4.0.4", + "@hi-ui/use-toggle": "^4.0.4", "@popperjs/core": "^2.9.3", "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/portal/CHANGELOG.md b/packages/ui/portal/CHANGELOG.md index cbbc828b7..943e5a21c 100644 --- a/packages/ui/portal/CHANGELOG.md +++ b/packages/ui/portal/CHANGELOG.md @@ -1,5 +1,17 @@ # @hi-ui/portal +## 4.0.7 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-force-update@4.0.4 + - @hi-ui/classname@4.0.4 + - @hi-ui/container@4.0.4 + - @hi-ui/env@4.0.4 + ## 4.0.6 ### Patch Changes diff --git a/packages/ui/portal/package.json b/packages/ui/portal/package.json index 2ca0d6ae1..f44cf764a 100644 --- a/packages/ui/portal/package.json +++ b/packages/ui/portal/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/portal", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,19 +43,19 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/container": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/use-force-update": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/container": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/use-force-update": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/preview/CHANGELOG.md b/packages/ui/preview/CHANGELOG.md index 1e49f7f14..131b0c34e 100644 --- a/packages/ui/preview/CHANGELOG.md +++ b/packages/ui/preview/CHANGELOG.md @@ -1,5 +1,19 @@ # @hi-ui/preview +## 4.0.8 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-latest@4.0.4 + - @hi-ui/use-uncontrolled-state@4.0.4 + - @hi-ui/icons@4.0.18 + - @hi-ui/portal@4.0.7 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + ## 4.0.7 ### Patch Changes diff --git a/packages/ui/preview/package.json b/packages/ui/preview/package.json index 56ede46e4..33ccd43e7 100644 --- a/packages/ui/preview/package.json +++ b/packages/ui/preview/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/preview", - "version": "4.0.7", + "version": "4.0.8", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,22 +43,22 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/icons": "^4.0.17", - "@hi-ui/portal": "^4.0.6", - "@hi-ui/use-latest": "^4.0.3", - "@hi-ui/use-uncontrolled-state": "^4.0.3", + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/icons": "^4.0.18", + "@hi-ui/portal": "^4.0.7", + "@hi-ui/use-latest": "^4.0.4", + "@hi-ui/use-uncontrolled-state": "^4.0.4", "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/progress/CHANGELOG.md b/packages/ui/progress/CHANGELOG.md index d37db7384..5984ad3d6 100644 --- a/packages/ui/progress/CHANGELOG.md +++ b/packages/ui/progress/CHANGELOG.md @@ -1,5 +1,15 @@ # @hi-ui/progress +## 4.0.9 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + ## 4.0.8 ### Patch Changes diff --git a/packages/ui/progress/package.json b/packages/ui/progress/package.json index b15b21a1d..ca37d35bd 100644 --- a/packages/ui/progress/package.json +++ b/packages/ui/progress/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/progress", - "version": "4.0.8", + "version": "4.0.9", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,17 +43,17 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/provider/CHANGELOG.md b/packages/ui/provider/CHANGELOG.md index aaaee817c..f7a1bf721 100644 --- a/packages/ui/provider/CHANGELOG.md +++ b/packages/ui/provider/CHANGELOG.md @@ -1,5 +1,17 @@ # @hi-ui/provider +## 4.0.8 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/classname@4.0.4 + - @hi-ui/dom-utils@4.0.7 + - @hi-ui/env@4.0.4 + - @hi-ui/object-utils@4.0.4 + ## 4.0.7 ### Patch Changes diff --git a/packages/ui/provider/package.json b/packages/ui/provider/package.json index 69e69ad45..46ae26ed8 100644 --- a/packages/ui/provider/package.json +++ b/packages/ui/provider/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/provider", - "version": "4.0.7", + "version": "4.0.8", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,20 +43,20 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/dom-utils": "^4.0.6", - "@hi-ui/env": "^4.0.3", - "@hi-ui/object-utils": "^4.0.3", + "@hi-ui/classname": "^4.0.4", + "@hi-ui/dom-utils": "^4.0.7", + "@hi-ui/env": "^4.0.4", + "@hi-ui/object-utils": "^4.0.4", "csstype": "^3.0.11" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/radio/CHANGELOG.md b/packages/ui/radio/CHANGELOG.md index f29ece55f..e4d9073c1 100644 --- a/packages/ui/radio/CHANGELOG.md +++ b/packages/ui/radio/CHANGELOG.md @@ -1,5 +1,19 @@ # @hi-ui/radio +## 4.1.3 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-uncontrolled-state@4.0.4 + - @hi-ui/classname@4.0.4 + - @hi-ui/dom-utils@4.0.7 + - @hi-ui/env@4.0.4 + - @hi-ui/func-utils@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.1.2 ### Patch Changes diff --git a/packages/ui/radio/package.json b/packages/ui/radio/package.json index ec446c774..476339013 100644 --- a/packages/ui/radio/package.json +++ b/packages/ui/radio/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/radio", - "version": "4.1.2", + "version": "4.1.3", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,21 +43,21 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/dom-utils": "^4.0.6", - "@hi-ui/env": "^4.0.3", - "@hi-ui/func-utils": "^4.0.3", - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-uncontrolled-state": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/dom-utils": "^4.0.7", + "@hi-ui/env": "^4.0.4", + "@hi-ui/func-utils": "^4.0.4", + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-uncontrolled-state": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/rating/CHANGELOG.md b/packages/ui/rating/CHANGELOG.md index c89695f8a..75f3b1481 100644 --- a/packages/ui/rating/CHANGELOG.md +++ b/packages/ui/rating/CHANGELOG.md @@ -1,5 +1,19 @@ # @hi-ui/rating +## 4.0.8 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-did-mount@4.0.4 + - @hi-ui/use-merge-refs@4.0.4 + - @hi-ui/use-uncontrolled-state@4.0.4 + - @hi-ui/tooltip@4.0.10 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + ## 4.0.7 ### Patch Changes diff --git a/packages/ui/rating/package.json b/packages/ui/rating/package.json index cbcd26400..326a0e837 100644 --- a/packages/ui/rating/package.json +++ b/packages/ui/rating/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/rating", - "version": "4.0.7", + "version": "4.0.8", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,21 +43,21 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/tooltip": "^4.0.9", - "@hi-ui/use-did-mount": "^4.0.3", - "@hi-ui/use-merge-refs": "^4.0.3", - "@hi-ui/use-uncontrolled-state": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/tooltip": "^4.0.10", + "@hi-ui/use-did-mount": "^4.0.4", + "@hi-ui/use-merge-refs": "^4.0.4", + "@hi-ui/use-uncontrolled-state": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/resize-box/CHANGELOG.md b/packages/ui/resize-box/CHANGELOG.md index d2ee3131d..1f0229911 100644 --- a/packages/ui/resize-box/CHANGELOG.md +++ b/packages/ui/resize-box/CHANGELOG.md @@ -1,5 +1,17 @@ # @hi-ui/resize-box +## 4.0.2 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-merge-refs@4.0.4 + - @hi-ui/use-uncontrolled-state@4.0.4 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + ## 4.0.1 ### Patch Changes diff --git a/packages/ui/resize-box/package.json b/packages/ui/resize-box/package.json index cc7c76205..cf0d071ba 100644 --- a/packages/ui/resize-box/package.json +++ b/packages/ui/resize-box/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/resize-box", - "version": "4.0.1", + "version": "4.0.2", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,20 +43,20 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/use-merge-refs": "^4.0.3", - "@hi-ui/use-uncontrolled-state": "^4.0.3", + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/use-merge-refs": "^4.0.4", + "@hi-ui/use-uncontrolled-state": "^4.0.4", "react-resizable": "^3.0.5" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/result/CHANGELOG.md b/packages/ui/result/CHANGELOG.md index 405b19628..633107176 100644 --- a/packages/ui/result/CHANGELOG.md +++ b/packages/ui/result/CHANGELOG.md @@ -1,5 +1,17 @@ # @hi-ui/result +## 4.0.7 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/icons@4.0.18 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.0.6 ### Patch Changes diff --git a/packages/ui/result/package.json b/packages/ui/result/package.json index 5b4549743..50a069325 100644 --- a/packages/ui/result/package.json +++ b/packages/ui/result/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/result", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,19 +43,19 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/icons": "^4.0.17", - "@hi-ui/type-assertion": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/icons": "^4.0.18", + "@hi-ui/type-assertion": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/scrollbar/CHANGELOG.md b/packages/ui/scrollbar/CHANGELOG.md index 9eed879df..a4dfbf796 100644 --- a/packages/ui/scrollbar/CHANGELOG.md +++ b/packages/ui/scrollbar/CHANGELOG.md @@ -1,5 +1,16 @@ # @hi-ui/scrollbar +## 4.0.6 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-merge-refs@4.0.4 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + ## 4.0.5 ### Patch Changes diff --git a/packages/ui/scrollbar/package.json b/packages/ui/scrollbar/package.json index b9b74aab1..d83bcbdd2 100644 --- a/packages/ui/scrollbar/package.json +++ b/packages/ui/scrollbar/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/scrollbar", - "version": "4.0.5", + "version": "4.0.6", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HIUI ", @@ -43,19 +43,19 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/use-merge-refs": "^4.0.3", + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/use-merge-refs": "^4.0.4", "perfect-scrollbar": "^1.5.5" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/search/CHANGELOG.md b/packages/ui/search/CHANGELOG.md index f1cba29f8..2afddbde1 100644 --- a/packages/ui/search/CHANGELOG.md +++ b/packages/ui/search/CHANGELOG.md @@ -1,5 +1,25 @@ # @hi-ui/search +## 4.0.11 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-latest@4.0.4 + - @hi-ui/use-uncontrolled-state@4.0.4 + - @hi-ui/icons@4.0.18 + - @hi-ui/button@4.0.9 + - @hi-ui/highlighter@4.0.8 + - @hi-ui/input@4.0.13 + - @hi-ui/loading@4.1.3 + - @hi-ui/popper@4.1.3 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + - @hi-ui/func-utils@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.0.10 ### Patch Changes diff --git a/packages/ui/search/package.json b/packages/ui/search/package.json index 9c08649b9..c5e078e1a 100644 --- a/packages/ui/search/package.json +++ b/packages/ui/search/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/search", - "version": "4.0.10", + "version": "4.0.11", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,27 +43,27 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/button": "^4.0.8", - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/func-utils": "^4.0.3", - "@hi-ui/highlighter": "^4.0.7", - "@hi-ui/icons": "^4.0.17", - "@hi-ui/input": "^4.0.12", - "@hi-ui/loading": "^4.1.2", - "@hi-ui/popper": "^4.1.2", - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-latest": "^4.0.3", - "@hi-ui/use-uncontrolled-state": "^4.0.3" + "@hi-ui/button": "^4.0.9", + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/func-utils": "^4.0.4", + "@hi-ui/highlighter": "^4.0.8", + "@hi-ui/icons": "^4.0.18", + "@hi-ui/input": "^4.0.13", + "@hi-ui/loading": "^4.1.3", + "@hi-ui/popper": "^4.1.3", + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-latest": "^4.0.4", + "@hi-ui/use-uncontrolled-state": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/select/CHANGELOG.md b/packages/ui/select/CHANGELOG.md index c109d125b..074b88fd5 100644 --- a/packages/ui/select/CHANGELOG.md +++ b/packages/ui/select/CHANGELOG.md @@ -1,5 +1,34 @@ # @hi-ui/select +## 4.2.5 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-check@4.0.5 + - @hi-ui/use-children@4.0.4 + - @hi-ui/use-data-source@4.0.4 + - @hi-ui/use-latest@4.0.4 + - @hi-ui/use-search-mode@4.1.4 + - @hi-ui/use-toggle@4.0.4 + - @hi-ui/use-uncontrolled-state@4.0.4 + - @hi-ui/icons@4.0.18 + - @hi-ui/highlighter@4.0.8 + - @hi-ui/input@4.0.13 + - @hi-ui/picker@4.1.4 + - @hi-ui/popper@4.1.3 + - @hi-ui/virtual-list@4.0.7 + - @hi-ui/array-utils@4.0.4 + - @hi-ui/classname@4.0.4 + - @hi-ui/dom-utils@4.0.7 + - @hi-ui/env@4.0.4 + - @hi-ui/func-utils@4.0.4 + - @hi-ui/times@4.0.4 + - @hi-ui/tree-utils@4.1.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.2.4 ### Patch Changes diff --git a/packages/ui/select/package.json b/packages/ui/select/package.json index cc0ac470b..bfc62a57e 100644 --- a/packages/ui/select/package.json +++ b/packages/ui/select/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/select", - "version": "4.2.4", + "version": "4.2.5", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,36 +43,36 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.3", - "@hi-ui/classname": "^4.0.3", - "@hi-ui/dom-utils": "^4.0.6", - "@hi-ui/env": "^4.0.3", - "@hi-ui/func-utils": "^4.0.3", - "@hi-ui/highlighter": "^4.0.7", - "@hi-ui/icons": "^4.0.17", - "@hi-ui/input": "^4.0.12", - "@hi-ui/picker": "^4.1.3", - "@hi-ui/popper": "^4.1.2", - "@hi-ui/times": "^4.0.3", - "@hi-ui/tree-utils": "^4.1.3", - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-check": "^4.0.4", - "@hi-ui/use-children": "^4.0.3", - "@hi-ui/use-data-source": "^4.0.3", - "@hi-ui/use-latest": "^4.0.3", - "@hi-ui/use-search-mode": "^4.1.3", - "@hi-ui/use-toggle": "^4.0.3", - "@hi-ui/use-uncontrolled-state": "^4.0.3", - "@hi-ui/virtual-list": "^4.0.6" + "@hi-ui/array-utils": "^4.0.4", + "@hi-ui/classname": "^4.0.4", + "@hi-ui/dom-utils": "^4.0.7", + "@hi-ui/env": "^4.0.4", + "@hi-ui/func-utils": "^4.0.4", + "@hi-ui/highlighter": "^4.0.8", + "@hi-ui/icons": "^4.0.18", + "@hi-ui/input": "^4.0.13", + "@hi-ui/picker": "^4.1.4", + "@hi-ui/popper": "^4.1.3", + "@hi-ui/times": "^4.0.4", + "@hi-ui/tree-utils": "^4.1.4", + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-check": "^4.0.5", + "@hi-ui/use-children": "^4.0.4", + "@hi-ui/use-data-source": "^4.0.4", + "@hi-ui/use-latest": "^4.0.4", + "@hi-ui/use-search-mode": "^4.1.4", + "@hi-ui/use-toggle": "^4.0.4", + "@hi-ui/use-uncontrolled-state": "^4.0.4", + "@hi-ui/virtual-list": "^4.0.7" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/slider/CHANGELOG.md b/packages/ui/slider/CHANGELOG.md index f30d0f849..6f0210d42 100644 --- a/packages/ui/slider/CHANGELOG.md +++ b/packages/ui/slider/CHANGELOG.md @@ -1,5 +1,22 @@ # @hi-ui/slider +## 4.0.10 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-merge-refs@4.0.4 + - @hi-ui/use-outside-click@4.0.4 + - @hi-ui/use-toggle@4.0.4 + - @hi-ui/use-uncontrolled-state@4.0.4 + - @hi-ui/tooltip@4.0.10 + - @hi-ui/classname@4.0.4 + - @hi-ui/dom-utils@4.0.7 + - @hi-ui/env@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.0.9 ### Patch Changes diff --git a/packages/ui/slider/package.json b/packages/ui/slider/package.json index 7a2592673..c0beb91dd 100644 --- a/packages/ui/slider/package.json +++ b/packages/ui/slider/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/slider", - "version": "4.0.9", + "version": "4.0.10", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,24 +43,24 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/dom-utils": "^4.0.6", - "@hi-ui/env": "^4.0.3", - "@hi-ui/tooltip": "^4.0.9", - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-merge-refs": "^4.0.3", - "@hi-ui/use-outside-click": "^4.0.3", - "@hi-ui/use-toggle": "^4.0.3", - "@hi-ui/use-uncontrolled-state": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/dom-utils": "^4.0.7", + "@hi-ui/env": "^4.0.4", + "@hi-ui/tooltip": "^4.0.10", + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-merge-refs": "^4.0.4", + "@hi-ui/use-outside-click": "^4.0.4", + "@hi-ui/use-toggle": "^4.0.4", + "@hi-ui/use-uncontrolled-state": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/space/CHANGELOG.md b/packages/ui/space/CHANGELOG.md index 8f0b8ad69..03d3bef26 100644 --- a/packages/ui/space/CHANGELOG.md +++ b/packages/ui/space/CHANGELOG.md @@ -1,5 +1,16 @@ # @hi-ui/space +## 4.0.9 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.0.8 ### Patch Changes diff --git a/packages/ui/space/package.json b/packages/ui/space/package.json index 98234044a..36bf6704a 100644 --- a/packages/ui/space/package.json +++ b/packages/ui/space/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/space", - "version": "4.0.8", + "version": "4.0.9", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,18 +43,18 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/type-assertion": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/type-assertion": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/spinner/CHANGELOG.md b/packages/ui/spinner/CHANGELOG.md index 29b751564..acb187ca9 100644 --- a/packages/ui/spinner/CHANGELOG.md +++ b/packages/ui/spinner/CHANGELOG.md @@ -1,5 +1,15 @@ # @hi-ui/spinner +## 4.0.8 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + ## 4.0.7 ### Patch Changes diff --git a/packages/ui/spinner/package.json b/packages/ui/spinner/package.json index d811a916d..778fb7048 100644 --- a/packages/ui/spinner/package.json +++ b/packages/ui/spinner/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/spinner", - "version": "4.0.7", + "version": "4.0.8", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,17 +43,17 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/stepper/CHANGELOG.md b/packages/ui/stepper/CHANGELOG.md index 292b8b7fe..5893a5ee2 100644 --- a/packages/ui/stepper/CHANGELOG.md +++ b/packages/ui/stepper/CHANGELOG.md @@ -1,5 +1,18 @@ # @hi-ui/stepper +## 4.0.7 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-uncontrolled-state@4.0.4 + - @hi-ui/icons@4.0.18 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.0.6 ### Patch Changes diff --git a/packages/ui/stepper/package.json b/packages/ui/stepper/package.json index f33754db8..e84f06293 100644 --- a/packages/ui/stepper/package.json +++ b/packages/ui/stepper/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/stepper", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,20 +43,20 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/icons": "^4.0.17", - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-uncontrolled-state": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/icons": "^4.0.18", + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-uncontrolled-state": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/svg-icon/CHANGELOG.md b/packages/ui/svg-icon/CHANGELOG.md index 0d42a68db..ccff66e6f 100644 --- a/packages/ui/svg-icon/CHANGELOG.md +++ b/packages/ui/svg-icon/CHANGELOG.md @@ -1,5 +1,15 @@ # @hi-ui/svg-icon +## 4.0.7 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + ## 4.0.6 ### Patch Changes diff --git a/packages/ui/svg-icon/package.json b/packages/ui/svg-icon/package.json index 308d323e0..15bf4f4a0 100644 --- a/packages/ui/svg-icon/package.json +++ b/packages/ui/svg-icon/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/svg-icon", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,17 +43,17 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/switch/CHANGELOG.md b/packages/ui/switch/CHANGELOG.md index 9e9c6ef08..a5c42e6a8 100644 --- a/packages/ui/switch/CHANGELOG.md +++ b/packages/ui/switch/CHANGELOG.md @@ -1,5 +1,17 @@ # @hi-ui/switch +## 4.0.10 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-uncontrolled-state@4.0.4 + - @hi-ui/classname@4.0.4 + - @hi-ui/dom-utils@4.0.7 + - @hi-ui/env@4.0.4 + ## 4.0.9 ### Patch Changes diff --git a/packages/ui/switch/package.json b/packages/ui/switch/package.json index f8c98f7e9..8d88319c3 100644 --- a/packages/ui/switch/package.json +++ b/packages/ui/switch/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/switch", - "version": "4.0.9", + "version": "4.0.10", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,19 +43,19 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/dom-utils": "^4.0.6", - "@hi-ui/env": "^4.0.3", - "@hi-ui/use-uncontrolled-state": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/dom-utils": "^4.0.7", + "@hi-ui/env": "^4.0.4", + "@hi-ui/use-uncontrolled-state": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/table/CHANGELOG.md b/packages/ui/table/CHANGELOG.md index 11638346d..450329360 100644 --- a/packages/ui/table/CHANGELOG.md +++ b/packages/ui/table/CHANGELOG.md @@ -1,5 +1,42 @@ # @hi-ui/table +## 4.3.4 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-cache@4.0.4 + - @hi-ui/use-check@4.0.5 + - @hi-ui/use-check-state@4.0.4 + - @hi-ui/use-drag-sorter@4.0.4 + - @hi-ui/use-latest@4.0.4 + - @hi-ui/use-toggle@4.0.4 + - @hi-ui/use-uncontrolled-state@4.0.4 + - @hi-ui/use-update-effect@4.0.4 + - @hi-ui/icons@4.0.18 + - @hi-ui/button@4.0.9 + - @hi-ui/checkbox@4.0.8 + - @hi-ui/drawer@4.1.3 + - @hi-ui/empty-state@4.0.7 + - @hi-ui/icon-button@4.0.8 + - @hi-ui/loading@4.1.3 + - @hi-ui/pagination@4.0.14 + - @hi-ui/popper@4.1.3 + - @hi-ui/select@4.2.5 + - @hi-ui/spinner@4.0.8 + - @hi-ui/array-utils@4.0.4 + - @hi-ui/classname@4.0.4 + - @hi-ui/dom-utils@4.0.7 + - @hi-ui/env@4.0.4 + - @hi-ui/func-utils@4.0.4 + - @hi-ui/object-utils@4.0.4 + - @hi-ui/react-utils@4.0.4 + - @hi-ui/times@4.0.4 + - @hi-ui/tree-utils@4.1.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.3.3 ### Patch Changes diff --git a/packages/ui/table/package.json b/packages/ui/table/package.json index 924278202..f9b2cd308 100644 --- a/packages/ui/table/package.json +++ b/packages/ui/table/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/table", - "version": "4.3.3", + "version": "4.3.4", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,46 +43,46 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.3", - "@hi-ui/button": "^4.0.8", - "@hi-ui/checkbox": "^4.0.7", - "@hi-ui/classname": "^4.0.3", - "@hi-ui/dom-utils": "^4.0.6", - "@hi-ui/drawer": "^4.1.2", - "@hi-ui/empty-state": "^4.0.6", - "@hi-ui/env": "^4.0.3", - "@hi-ui/func-utils": "^4.0.3", - "@hi-ui/icon-button": "^4.0.7", - "@hi-ui/icons": "^4.0.17", - "@hi-ui/loading": "^4.1.2", - "@hi-ui/object-utils": "^4.0.3", - "@hi-ui/pagination": "^4.0.13", - "@hi-ui/popper": "^4.1.2", - "@hi-ui/react-utils": "^4.0.3", - "@hi-ui/select": "^4.2.4", - "@hi-ui/spinner": "^4.0.7", - "@hi-ui/times": "^4.0.3", - "@hi-ui/tree-utils": "^4.1.3", - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-cache": "^4.0.3", - "@hi-ui/use-check": "^4.0.4", - "@hi-ui/use-check-state": "^4.0.3", - "@hi-ui/use-drag-sorter": "^4.0.3", - "@hi-ui/use-latest": "^4.0.3", - "@hi-ui/use-toggle": "^4.0.3", - "@hi-ui/use-uncontrolled-state": "^4.0.3", - "@hi-ui/use-update-effect": "^4.0.3", + "@hi-ui/array-utils": "^4.0.4", + "@hi-ui/button": "^4.0.9", + "@hi-ui/checkbox": "^4.0.8", + "@hi-ui/classname": "^4.0.4", + "@hi-ui/dom-utils": "^4.0.7", + "@hi-ui/drawer": "^4.1.3", + "@hi-ui/empty-state": "^4.0.7", + "@hi-ui/env": "^4.0.4", + "@hi-ui/func-utils": "^4.0.4", + "@hi-ui/icon-button": "^4.0.8", + "@hi-ui/icons": "^4.0.18", + "@hi-ui/loading": "^4.1.3", + "@hi-ui/object-utils": "^4.0.4", + "@hi-ui/pagination": "^4.0.14", + "@hi-ui/popper": "^4.1.3", + "@hi-ui/react-utils": "^4.0.4", + "@hi-ui/select": "^4.2.5", + "@hi-ui/spinner": "^4.0.8", + "@hi-ui/times": "^4.0.4", + "@hi-ui/tree-utils": "^4.1.4", + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-cache": "^4.0.4", + "@hi-ui/use-check": "^4.0.5", + "@hi-ui/use-check-state": "^4.0.4", + "@hi-ui/use-drag-sorter": "^4.0.4", + "@hi-ui/use-latest": "^4.0.4", + "@hi-ui/use-toggle": "^4.0.4", + "@hi-ui/use-uncontrolled-state": "^4.0.4", + "@hi-ui/use-update-effect": "^4.0.4", "axios": "^1.5.0", "react-resizable": "^3.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "@types/react-resizable": "^1.7.4", "react": "^17.0.1", "react-dom": "^17.0.1" diff --git a/packages/ui/tabs/CHANGELOG.md b/packages/ui/tabs/CHANGELOG.md index 53b2abce3..a4944d044 100644 --- a/packages/ui/tabs/CHANGELOG.md +++ b/packages/ui/tabs/CHANGELOG.md @@ -1,5 +1,22 @@ # @hi-ui/tabs +## 4.1.4 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-latest@4.0.4 + - @hi-ui/use-uncontrolled-state@4.0.4 + - @hi-ui/use-unmount-effect@4.0.4 + - @hi-ui/icons@4.0.18 + - @hi-ui/icon-button@4.0.8 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + - @hi-ui/react-utils@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.1.3 ### Patch Changes diff --git a/packages/ui/tabs/package.json b/packages/ui/tabs/package.json index 883c4faee..503e3a3d8 100644 --- a/packages/ui/tabs/package.json +++ b/packages/ui/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/tabs", - "version": "4.1.3", + "version": "4.1.4", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,24 +43,24 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/icon-button": "^4.0.7", - "@hi-ui/icons": "^4.0.17", - "@hi-ui/react-utils": "^4.0.3", - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-latest": "^4.0.3", - "@hi-ui/use-uncontrolled-state": "^4.0.3", - "@hi-ui/use-unmount-effect": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/icon-button": "^4.0.8", + "@hi-ui/icons": "^4.0.18", + "@hi-ui/react-utils": "^4.0.4", + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-latest": "^4.0.4", + "@hi-ui/use-uncontrolled-state": "^4.0.4", + "@hi-ui/use-unmount-effect": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/tag-input/CHANGELOG.md b/packages/ui/tag-input/CHANGELOG.md index 73dfd93b1..ac4e323a7 100644 --- a/packages/ui/tag-input/CHANGELOG.md +++ b/packages/ui/tag-input/CHANGELOG.md @@ -1,5 +1,22 @@ # @hi-ui/tag-input +## 4.0.10 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-latest@4.0.4 + - @hi-ui/use-merge-refs@4.0.4 + - @hi-ui/use-outside-click@4.0.4 + - @hi-ui/use-uncontrolled-state@4.0.4 + - @hi-ui/icons@4.0.18 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + - @hi-ui/func-utils@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.0.9 ### Patch Changes diff --git a/packages/ui/tag-input/package.json b/packages/ui/tag-input/package.json index 60b0c4ce3..a9d21c506 100644 --- a/packages/ui/tag-input/package.json +++ b/packages/ui/tag-input/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/tag-input", - "version": "4.0.9", + "version": "4.0.10", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,25 +43,25 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/func-utils": "^4.0.3", - "@hi-ui/icons": "^4.0.17", - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-latest": "^4.0.3", - "@hi-ui/use-merge-refs": "^4.0.3", - "@hi-ui/use-outside-click": "^4.0.3", - "@hi-ui/use-uncontrolled-state": "^4.0.3", + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/func-utils": "^4.0.4", + "@hi-ui/icons": "^4.0.18", + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-latest": "^4.0.4", + "@hi-ui/use-merge-refs": "^4.0.4", + "@hi-ui/use-outside-click": "^4.0.4", + "@hi-ui/use-uncontrolled-state": "^4.0.4", "react-resize-detector": "^6.7.6" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/tag/CHANGELOG.md b/packages/ui/tag/CHANGELOG.md index e4276bf58..d020bd7c1 100644 --- a/packages/ui/tag/CHANGELOG.md +++ b/packages/ui/tag/CHANGELOG.md @@ -1,5 +1,19 @@ # @hi-ui/tag +## 4.1.3 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/icons@4.0.18 + - @hi-ui/button@4.0.9 + - @hi-ui/tooltip@4.0.10 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.1.2 ### Patch Changes diff --git a/packages/ui/tag/package.json b/packages/ui/tag/package.json index 296d594d5..05fdd24a4 100644 --- a/packages/ui/tag/package.json +++ b/packages/ui/tag/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/tag", - "version": "4.1.2", + "version": "4.1.3", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,21 +43,21 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/button": "^4.0.8", - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/icons": "^4.0.17", - "@hi-ui/tooltip": "^4.0.9", - "@hi-ui/type-assertion": "^4.0.3" + "@hi-ui/button": "^4.0.9", + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/icons": "^4.0.18", + "@hi-ui/tooltip": "^4.0.10", + "@hi-ui/type-assertion": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/textarea/CHANGELOG.md b/packages/ui/textarea/CHANGELOG.md index 75a684b83..e6a90cae7 100644 --- a/packages/ui/textarea/CHANGELOG.md +++ b/packages/ui/textarea/CHANGELOG.md @@ -1,5 +1,18 @@ # @hi-ui/textarea +## 4.1.6 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-latest@4.0.4 + - @hi-ui/use-merge-refs@4.0.4 + - @hi-ui/input@4.0.13 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + ## 4.1.5 ### Patch Changes diff --git a/packages/ui/textarea/package.json b/packages/ui/textarea/package.json index b14351942..a0d2065cb 100644 --- a/packages/ui/textarea/package.json +++ b/packages/ui/textarea/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/textarea", - "version": "4.1.5", + "version": "4.1.6", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,21 +43,21 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/input": "^4.0.12", - "@hi-ui/use-latest": "^4.0.3", - "@hi-ui/use-merge-refs": "^4.0.3", + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/input": "^4.0.13", + "@hi-ui/use-latest": "^4.0.4", + "@hi-ui/use-merge-refs": "^4.0.4", "react-resize-detector": "^7.0.0" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/time-picker/CHANGELOG.md b/packages/ui/time-picker/CHANGELOG.md index a0a6bf16d..cfd002ca4 100644 --- a/packages/ui/time-picker/CHANGELOG.md +++ b/packages/ui/time-picker/CHANGELOG.md @@ -1,5 +1,19 @@ # @hi-ui/time-picker +## 4.0.13 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-uncontrolled-state@4.0.4 + - @hi-ui/icons@4.0.18 + - @hi-ui/button@4.0.9 + - @hi-ui/popper@4.1.3 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + ## 4.0.12 ### Patch Changes diff --git a/packages/ui/time-picker/package.json b/packages/ui/time-picker/package.json index d027a7395..069cfdff1 100644 --- a/packages/ui/time-picker/package.json +++ b/packages/ui/time-picker/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/time-picker", - "version": "4.0.12", + "version": "4.0.13", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -44,22 +44,22 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/button": "^4.0.8", - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/icons": "^4.0.17", - "@hi-ui/popper": "^4.1.2", - "@hi-ui/use-uncontrolled-state": "^4.0.3", + "@hi-ui/button": "^4.0.9", + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/icons": "^4.0.18", + "@hi-ui/popper": "^4.1.3", + "@hi-ui/use-uncontrolled-state": "^4.0.4", "dayjs": "^1.10.7" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/timeline/CHANGELOG.md b/packages/ui/timeline/CHANGELOG.md index b8ea3f612..4a00523ea 100644 --- a/packages/ui/timeline/CHANGELOG.md +++ b/packages/ui/timeline/CHANGELOG.md @@ -1,5 +1,16 @@ # @hi-ui/timeline +## 4.0.7 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.0.6 ### Patch Changes diff --git a/packages/ui/timeline/package.json b/packages/ui/timeline/package.json index f3f66ae41..da9677b3a 100644 --- a/packages/ui/timeline/package.json +++ b/packages/ui/timeline/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/timeline", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,18 +43,18 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/type-assertion": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/type-assertion": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/toast/CHANGELOG.md b/packages/ui/toast/CHANGELOG.md index f4326dbd8..07d33f999 100644 --- a/packages/ui/toast/CHANGELOG.md +++ b/packages/ui/toast/CHANGELOG.md @@ -1,5 +1,19 @@ # @hi-ui/toast +## 4.0.7 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-id@4.0.4 + - @hi-ui/classname@4.0.4 + - @hi-ui/container@4.0.4 + - @hi-ui/env@4.0.4 + - @hi-ui/react-utils@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.0.6 ### Patch Changes diff --git a/packages/ui/toast/package.json b/packages/ui/toast/package.json index 914d16099..7d312e8d8 100644 --- a/packages/ui/toast/package.json +++ b/packages/ui/toast/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/toast", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -44,21 +44,21 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/container": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/react-utils": "^4.0.3", - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-id": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/container": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/react-utils": "^4.0.4", + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-id": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/tooltip/CHANGELOG.md b/packages/ui/tooltip/CHANGELOG.md index 89edffbb7..03957020d 100644 --- a/packages/ui/tooltip/CHANGELOG.md +++ b/packages/ui/tooltip/CHANGELOG.md @@ -1,5 +1,29 @@ # @hi-ui/tooltip +## 4.0.10 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-id@4.0.4 + - @hi-ui/use-latest@4.0.4 + - @hi-ui/use-lazy-render@4.0.4 + - @hi-ui/use-timeout@4.0.4 + - @hi-ui/use-toggle@4.0.4 + - @hi-ui/use-uncontrolled-state@4.0.4 + - @hi-ui/use-unmount-effect@4.0.4 + - @hi-ui/popper@4.1.3 + - @hi-ui/portal@4.0.7 + - @hi-ui/array-utils@4.0.4 + - @hi-ui/classname@4.0.4 + - @hi-ui/container@4.0.4 + - @hi-ui/dom-utils@4.0.7 + - @hi-ui/env@4.0.4 + - @hi-ui/react-utils@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.0.9 ### Patch Changes diff --git a/packages/ui/tooltip/package.json b/packages/ui/tooltip/package.json index 745cd830b..057cc282e 100644 --- a/packages/ui/tooltip/package.json +++ b/packages/ui/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/tooltip", - "version": "4.0.9", + "version": "4.0.10", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,32 +43,32 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.3", - "@hi-ui/classname": "^4.0.3", - "@hi-ui/container": "^4.0.3", - "@hi-ui/dom-utils": "^4.0.6", - "@hi-ui/env": "^4.0.3", - "@hi-ui/popper": "^4.1.2", - "@hi-ui/portal": "^4.0.6", - "@hi-ui/react-utils": "^4.0.3", - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-id": "^4.0.3", - "@hi-ui/use-latest": "^4.0.3", - "@hi-ui/use-lazy-render": "^4.0.3", - "@hi-ui/use-timeout": "^4.0.3", - "@hi-ui/use-toggle": "^4.0.3", - "@hi-ui/use-uncontrolled-state": "^4.0.3", - "@hi-ui/use-unmount-effect": "^4.0.3", + "@hi-ui/array-utils": "^4.0.4", + "@hi-ui/classname": "^4.0.4", + "@hi-ui/container": "^4.0.4", + "@hi-ui/dom-utils": "^4.0.7", + "@hi-ui/env": "^4.0.4", + "@hi-ui/popper": "^4.1.3", + "@hi-ui/portal": "^4.0.7", + "@hi-ui/react-utils": "^4.0.4", + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-id": "^4.0.4", + "@hi-ui/use-latest": "^4.0.4", + "@hi-ui/use-lazy-render": "^4.0.4", + "@hi-ui/use-timeout": "^4.0.4", + "@hi-ui/use-toggle": "^4.0.4", + "@hi-ui/use-uncontrolled-state": "^4.0.4", + "@hi-ui/use-unmount-effect": "^4.0.4", "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/transfer/CHANGELOG.md b/packages/ui/transfer/CHANGELOG.md index 33a6017c7..df87c5fe0 100644 --- a/packages/ui/transfer/CHANGELOG.md +++ b/packages/ui/transfer/CHANGELOG.md @@ -1,5 +1,23 @@ # @hi-ui/transfer +## 4.0.13 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-check@4.0.5 + - @hi-ui/use-uncontrolled-state@4.0.4 + - @hi-ui/icons@4.0.18 + - @hi-ui/button@4.0.9 + - @hi-ui/checkbox@4.0.8 + - @hi-ui/input@4.0.13 + - @hi-ui/pagination@4.0.14 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.0.12 ### Patch Changes diff --git a/packages/ui/transfer/package.json b/packages/ui/transfer/package.json index 0ee217068..c65d355e3 100644 --- a/packages/ui/transfer/package.json +++ b/packages/ui/transfer/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/transfer", - "version": "4.0.12", + "version": "4.0.13", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,25 +43,25 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/button": "^4.0.8", - "@hi-ui/checkbox": "^4.0.7", - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/icons": "^4.0.17", - "@hi-ui/input": "^4.0.12", - "@hi-ui/pagination": "^4.0.13", - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-check": "^4.0.4", - "@hi-ui/use-uncontrolled-state": "^4.0.3" + "@hi-ui/button": "^4.0.9", + "@hi-ui/checkbox": "^4.0.8", + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/icons": "^4.0.18", + "@hi-ui/input": "^4.0.13", + "@hi-ui/pagination": "^4.0.14", + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-check": "^4.0.5", + "@hi-ui/use-uncontrolled-state": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/tree-select/CHANGELOG.md b/packages/ui/tree-select/CHANGELOG.md index b1284f313..7596e69b9 100644 --- a/packages/ui/tree-select/CHANGELOG.md +++ b/packages/ui/tree-select/CHANGELOG.md @@ -1,5 +1,29 @@ # @hi-ui/tree-select +## 4.1.3 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-data-source@4.0.4 + - @hi-ui/use-search-mode@4.1.4 + - @hi-ui/use-toggle@4.0.4 + - @hi-ui/use-uncontrolled-state@4.0.4 + - @hi-ui/icons@4.0.18 + - @hi-ui/highlighter@4.0.8 + - @hi-ui/input@4.0.13 + - @hi-ui/picker@4.1.4 + - @hi-ui/popper@4.1.3 + - @hi-ui/tree@4.5.8 + - @hi-ui/array-utils@4.0.4 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + - @hi-ui/func-utils@4.0.4 + - @hi-ui/tree-utils@4.1.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.1.2 ### Patch Changes diff --git a/packages/ui/tree-select/package.json b/packages/ui/tree-select/package.json index 28bd9647a..7e8d88325 100644 --- a/packages/ui/tree-select/package.json +++ b/packages/ui/tree-select/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/tree-select", - "version": "4.1.2", + "version": "4.1.3", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,31 +43,31 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.3", - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/func-utils": "^4.0.3", - "@hi-ui/highlighter": "^4.0.7", - "@hi-ui/icons": "^4.0.17", - "@hi-ui/input": "^4.0.12", - "@hi-ui/picker": "^4.1.3", - "@hi-ui/popper": "^4.1.2", - "@hi-ui/tree": "^4.5.7", - "@hi-ui/tree-utils": "^4.1.3", - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-data-source": "^4.0.3", - "@hi-ui/use-search-mode": "^4.1.3", - "@hi-ui/use-toggle": "^4.0.3", - "@hi-ui/use-uncontrolled-state": "^4.0.3" + "@hi-ui/array-utils": "^4.0.4", + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/func-utils": "^4.0.4", + "@hi-ui/highlighter": "^4.0.8", + "@hi-ui/icons": "^4.0.18", + "@hi-ui/input": "^4.0.13", + "@hi-ui/picker": "^4.1.4", + "@hi-ui/popper": "^4.1.3", + "@hi-ui/tree": "^4.5.8", + "@hi-ui/tree-utils": "^4.1.4", + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-data-source": "^4.0.4", + "@hi-ui/use-search-mode": "^4.1.4", + "@hi-ui/use-toggle": "^4.0.4", + "@hi-ui/use-uncontrolled-state": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/tree/CHANGELOG.md b/packages/ui/tree/CHANGELOG.md index 40e591e3b..52c0e147d 100644 --- a/packages/ui/tree/CHANGELOG.md +++ b/packages/ui/tree/CHANGELOG.md @@ -1,5 +1,31 @@ # @hi-ui/tree +## 4.5.8 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-check@4.0.5 + - @hi-ui/use-data-source@4.0.4 + - @hi-ui/use-latest@4.0.4 + - @hi-ui/use-merge-refs@4.0.4 + - @hi-ui/use-outside-click@4.0.4 + - @hi-ui/use-toggle@4.0.4 + - @hi-ui/use-uncontrolled-state@4.0.4 + - @hi-ui/icons@4.0.18 + - @hi-ui/checkbox@4.0.8 + - @hi-ui/input@4.0.13 + - @hi-ui/popper@4.1.3 + - @hi-ui/virtual-list@4.0.7 + - @hi-ui/array-utils@4.0.4 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + - @hi-ui/times@4.0.4 + - @hi-ui/tree-utils@4.1.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.5.7 ### Patch Changes diff --git a/packages/ui/tree/package.json b/packages/ui/tree/package.json index 669c37834..42d08cf1c 100644 --- a/packages/ui/tree/package.json +++ b/packages/ui/tree/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/tree", - "version": "4.5.7", + "version": "4.5.8", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,34 +43,34 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.3", - "@hi-ui/checkbox": "^4.0.7", - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/icons": "^4.0.17", - "@hi-ui/input": "^4.0.12", - "@hi-ui/popper": "^4.1.2", - "@hi-ui/times": "^4.0.3", - "@hi-ui/tree-utils": "^4.1.3", - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-check": "^4.0.4", - "@hi-ui/use-data-source": "^4.0.3", - "@hi-ui/use-latest": "^4.0.3", - "@hi-ui/use-merge-refs": "^4.0.3", - "@hi-ui/use-outside-click": "^4.0.3", - "@hi-ui/use-toggle": "^4.0.3", - "@hi-ui/use-uncontrolled-state": "^4.0.3", - "@hi-ui/virtual-list": "^4.0.6", + "@hi-ui/array-utils": "^4.0.4", + "@hi-ui/checkbox": "^4.0.8", + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/icons": "^4.0.18", + "@hi-ui/input": "^4.0.13", + "@hi-ui/popper": "^4.1.3", + "@hi-ui/times": "^4.0.4", + "@hi-ui/tree-utils": "^4.1.4", + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-check": "^4.0.5", + "@hi-ui/use-data-source": "^4.0.4", + "@hi-ui/use-latest": "^4.0.4", + "@hi-ui/use-merge-refs": "^4.0.4", + "@hi-ui/use-outside-click": "^4.0.4", + "@hi-ui/use-toggle": "^4.0.4", + "@hi-ui/use-uncontrolled-state": "^4.0.4", + "@hi-ui/virtual-list": "^4.0.7", "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/upload/CHANGELOG.md b/packages/ui/upload/CHANGELOG.md index cc8966b12..00a80ab35 100644 --- a/packages/ui/upload/CHANGELOG.md +++ b/packages/ui/upload/CHANGELOG.md @@ -1,5 +1,21 @@ # @hi-ui/upload +## 4.1.9 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-id@4.0.4 + - @hi-ui/icons@4.0.18 + - @hi-ui/button@4.0.9 + - @hi-ui/file-select@4.0.7 + - @hi-ui/modal@4.0.15 + - @hi-ui/preview@4.0.8 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + ## 4.1.8 ### Patch Changes diff --git a/packages/ui/upload/package.json b/packages/ui/upload/package.json index fc248baa5..1f2b9bf53 100644 --- a/packages/ui/upload/package.json +++ b/packages/ui/upload/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/upload", - "version": "4.1.8", + "version": "4.1.9", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,25 +43,25 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/button": "^4.0.8", - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/file-select": "^4.0.6", - "@hi-ui/icons": "^4.0.17", - "@hi-ui/modal": "^4.0.14", - "@hi-ui/preview": "^4.0.7", - "@hi-ui/use-id": "^4.0.3", + "@hi-ui/button": "^4.0.9", + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/file-select": "^4.0.7", + "@hi-ui/icons": "^4.0.18", + "@hi-ui/modal": "^4.0.15", + "@hi-ui/preview": "^4.0.8", + "@hi-ui/use-id": "^4.0.4", "react-cropper": "^2.1.8", "uuid": "^8.3.2" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "@types/uuid": "^8.3.3", "react": "^17.0.1", "react-dom": "^17.0.1" diff --git a/packages/ui/virtual-list/CHANGELOG.md b/packages/ui/virtual-list/CHANGELOG.md index 16c4b369f..bb5222ae5 100644 --- a/packages/ui/virtual-list/CHANGELOG.md +++ b/packages/ui/virtual-list/CHANGELOG.md @@ -1,5 +1,13 @@ # @hi-ui/virtual-list +## 4.0.7 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + ## 4.0.6 ### Patch Changes diff --git a/packages/ui/virtual-list/package.json b/packages/ui/virtual-list/package.json index ab7ef55d8..7b1bcf7bd 100644 --- a/packages/ui/virtual-list/package.json +++ b/packages/ui/virtual-list/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/virtual-list", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -44,13 +44,13 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/watermark/CHANGELOG.md b/packages/ui/watermark/CHANGELOG.md index 23cd4d0aa..53ad8612c 100644 --- a/packages/ui/watermark/CHANGELOG.md +++ b/packages/ui/watermark/CHANGELOG.md @@ -1,5 +1,19 @@ # @hi-ui/watermark +## 4.0.7 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/use-merge-refs@4.0.4 + - @hi-ui/portal@4.0.7 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + - @hi-ui/react-utils@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.0.6 ### Patch Changes diff --git a/packages/ui/watermark/package.json b/packages/ui/watermark/package.json index 64b124a09..4fc65d87c 100644 --- a/packages/ui/watermark/package.json +++ b/packages/ui/watermark/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/watermark", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,21 +43,21 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/portal": "^4.0.6", - "@hi-ui/react-utils": "^4.0.3", - "@hi-ui/type-assertion": "^4.0.3", - "@hi-ui/use-merge-refs": "^4.0.3" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/portal": "^4.0.7", + "@hi-ui/react-utils": "^4.0.4", + "@hi-ui/type-assertion": "^4.0.4", + "@hi-ui/use-merge-refs": "^4.0.4" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/ui/zen-mode/CHANGELOG.md b/packages/ui/zen-mode/CHANGELOG.md index b6aac2809..875dcb334 100644 --- a/packages/ui/zen-mode/CHANGELOG.md +++ b/packages/ui/zen-mode/CHANGELOG.md @@ -1,5 +1,16 @@ # @hi-ui/zen-mode +## 4.0.7 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/core@4.0.8 + - @hi-ui/icons@4.0.18 + - @hi-ui/classname@4.0.4 + - @hi-ui/env@4.0.4 + ## 4.0.6 ### Patch Changes diff --git a/packages/ui/zen-mode/package.json b/packages/ui/zen-mode/package.json index 5a90c37f8..38188f1fb 100644 --- a/packages/ui/zen-mode/package.json +++ b/packages/ui/zen-mode/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/zen-mode", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/hiui.", "keywords": [], "author": "HiUI ", @@ -43,18 +43,18 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/classname": "^4.0.3", - "@hi-ui/env": "^4.0.3", - "@hi-ui/icons": "^4.0.17" + "@hi-ui/classname": "^4.0.4", + "@hi-ui/env": "^4.0.4", + "@hi-ui/icons": "^4.0.18" }, "peerDependencies": { - "@hi-ui/core": ">=4.0.7", + "@hi-ui/core": ">=4.0.8", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { - "@hi-ui/core": "^4.0.7", - "@hi-ui/core-css": "^4.1.4", + "@hi-ui/core": "^4.0.8", + "@hi-ui/core-css": "^4.1.5", "react": "^17.0.1", "react-dom": "^17.0.1" } diff --git a/packages/utils/array-utils/CHANGELOG.md b/packages/utils/array-utils/CHANGELOG.md index 3a20399b7..3534e7f8e 100644 --- a/packages/utils/array-utils/CHANGELOG.md +++ b/packages/utils/array-utils/CHANGELOG.md @@ -1,5 +1,13 @@ # @hi-ui/array-utils +## 4.0.4 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/type-assertion@4.0.4 + ## 4.0.3 ### Patch Changes diff --git a/packages/utils/array-utils/package.json b/packages/utils/array-utils/package.json index 6e3078107..cdf67fd8b 100644 --- a/packages/utils/array-utils/package.json +++ b/packages/utils/array-utils/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/array-utils", - "version": "4.0.3", + "version": "4.0.4", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", @@ -44,6 +44,6 @@ }, "devDependencies": {}, "dependencies": { - "@hi-ui/type-assertion": "^4.0.3" + "@hi-ui/type-assertion": "^4.0.4" } } diff --git a/packages/utils/classname/CHANGELOG.md b/packages/utils/classname/CHANGELOG.md index 215220655..10ec83240 100644 --- a/packages/utils/classname/CHANGELOG.md +++ b/packages/utils/classname/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/classname +## 4.0.4 + +### Patch Changes + +- build: rollup2 构建 + ## 4.0.3 ### Patch Changes diff --git a/packages/utils/classname/package.json b/packages/utils/classname/package.json index 068f05408..bfe16a85d 100644 --- a/packages/utils/classname/package.json +++ b/packages/utils/classname/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/classname", - "version": "4.0.3", + "version": "4.0.4", "description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM", "keywords": [], "author": "Flcwl ", diff --git a/packages/utils/container/CHANGELOG.md b/packages/utils/container/CHANGELOG.md index 0879ca8e9..84d10af15 100644 --- a/packages/utils/container/CHANGELOG.md +++ b/packages/utils/container/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/container +## 4.0.4 + +### Patch Changes + +- build: rollup2 构建 + ## 4.0.3 ### Patch Changes diff --git a/packages/utils/container/package.json b/packages/utils/container/package.json index 0acee62e0..9abca15f1 100644 --- a/packages/utils/container/package.json +++ b/packages/utils/container/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/container", - "version": "4.0.3", + "version": "4.0.4", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", diff --git a/packages/utils/dom-utils/CHANGELOG.md b/packages/utils/dom-utils/CHANGELOG.md index 8e346bcd2..103ac7b31 100644 --- a/packages/utils/dom-utils/CHANGELOG.md +++ b/packages/utils/dom-utils/CHANGELOG.md @@ -1,5 +1,13 @@ # @hi-ui/dom-utils +## 4.0.7 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/env@4.0.4 + ## 4.0.6 ### Patch Changes diff --git a/packages/utils/dom-utils/package.json b/packages/utils/dom-utils/package.json index a3032d409..b00bb299d 100644 --- a/packages/utils/dom-utils/package.json +++ b/packages/utils/dom-utils/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/dom-utils", - "version": "4.0.6", + "version": "4.0.7", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", @@ -49,6 +49,6 @@ "react": "^17.0.1" }, "dependencies": { - "@hi-ui/env": "^4.0.3" + "@hi-ui/env": "^4.0.4" } } diff --git a/packages/utils/env/CHANGELOG.md b/packages/utils/env/CHANGELOG.md index a2f87d8ce..f5952eada 100644 --- a/packages/utils/env/CHANGELOG.md +++ b/packages/utils/env/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/env +## 4.0.4 + +### Patch Changes + +- build: rollup2 构建 + ## 4.0.3 ### Patch Changes diff --git a/packages/utils/env/package.json b/packages/utils/env/package.json index 34e8783f5..e2cd6c9c8 100644 --- a/packages/utils/env/package.json +++ b/packages/utils/env/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/env", - "version": "4.0.3", + "version": "4.0.4", "description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM", "keywords": [], "author": "Flcwl ", diff --git a/packages/utils/func-utils/CHANGELOG.md b/packages/utils/func-utils/CHANGELOG.md index 2926c9ad3..ddeca06a9 100644 --- a/packages/utils/func-utils/CHANGELOG.md +++ b/packages/utils/func-utils/CHANGELOG.md @@ -1,5 +1,14 @@ # @hi-ui/func-utils +## 4.0.4 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/object-utils@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.0.3 ### Patch Changes diff --git a/packages/utils/func-utils/package.json b/packages/utils/func-utils/package.json index 1cc7d2b76..2dd940adb 100644 --- a/packages/utils/func-utils/package.json +++ b/packages/utils/func-utils/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/func-utils", - "version": "4.0.3", + "version": "4.0.4", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", @@ -44,7 +44,7 @@ }, "devDependencies": {}, "dependencies": { - "@hi-ui/object-utils": "^4.0.3", - "@hi-ui/type-assertion": "^4.0.3" + "@hi-ui/object-utils": "^4.0.4", + "@hi-ui/type-assertion": "^4.0.4" } } diff --git a/packages/utils/object-utils/CHANGELOG.md b/packages/utils/object-utils/CHANGELOG.md index 9d77fb3be..de159c18d 100644 --- a/packages/utils/object-utils/CHANGELOG.md +++ b/packages/utils/object-utils/CHANGELOG.md @@ -1,5 +1,14 @@ # @hi-ui/object-utils +## 4.0.4 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/array-utils@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.0.3 ### Patch Changes diff --git a/packages/utils/object-utils/package.json b/packages/utils/object-utils/package.json index 4cc0fe3ea..0dcdbdbc2 100644 --- a/packages/utils/object-utils/package.json +++ b/packages/utils/object-utils/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/object-utils", - "version": "4.0.3", + "version": "4.0.4", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", @@ -44,7 +44,7 @@ }, "devDependencies": {}, "dependencies": { - "@hi-ui/array-utils": "^4.0.3", - "@hi-ui/type-assertion": "^4.0.3" + "@hi-ui/array-utils": "^4.0.4", + "@hi-ui/type-assertion": "^4.0.4" } } diff --git a/packages/utils/raf/CHANGELOG.md b/packages/utils/raf/CHANGELOG.md index c55a8d8aa..c9f226e8c 100644 --- a/packages/utils/raf/CHANGELOG.md +++ b/packages/utils/raf/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/raf +## 4.0.5 + +### Patch Changes + +- build: rollup2 构建 + ## 4.0.4 ### Patch Changes diff --git a/packages/utils/raf/package.json b/packages/utils/raf/package.json index 9913da3f4..d21da7a20 100644 --- a/packages/utils/raf/package.json +++ b/packages/utils/raf/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/raf", - "version": "4.0.4", + "version": "4.0.5", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", diff --git a/packages/utils/react-utils/CHANGELOG.md b/packages/utils/react-utils/CHANGELOG.md index ac8ed548f..43a7bb962 100644 --- a/packages/utils/react-utils/CHANGELOG.md +++ b/packages/utils/react-utils/CHANGELOG.md @@ -1,5 +1,14 @@ # @hi-ui/react-utils +## 4.0.4 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/env@4.0.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.0.3 ### Patch Changes diff --git a/packages/utils/react-utils/package.json b/packages/utils/react-utils/package.json index 27844c924..70b298dd7 100644 --- a/packages/utils/react-utils/package.json +++ b/packages/utils/react-utils/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/react-utils", - "version": "4.0.3", + "version": "4.0.4", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", @@ -46,8 +46,8 @@ "react": ">=16.8.6" }, "dependencies": { - "@hi-ui/env": "^4.0.3", - "@hi-ui/type-assertion": "^4.0.3" + "@hi-ui/env": "^4.0.4", + "@hi-ui/type-assertion": "^4.0.4" }, "devDependencies": { "react": "^17.0.1" diff --git a/packages/utils/request/CHANGELOG.md b/packages/utils/request/CHANGELOG.md index d26b14948..9243a643e 100644 --- a/packages/utils/request/CHANGELOG.md +++ b/packages/utils/request/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/request +## 4.1.3 + +### Patch Changes + +- build: rollup2 构建 + ## 4.1.2 ### Patch Changes diff --git a/packages/utils/request/package.json b/packages/utils/request/package.json index ba17c3af2..814e0224c 100644 --- a/packages/utils/request/package.json +++ b/packages/utils/request/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/request", - "version": "4.1.2", + "version": "4.1.3", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", diff --git a/packages/utils/throttle-by-raf/CHANGELOG.md b/packages/utils/throttle-by-raf/CHANGELOG.md index c101fb54d..407cc6d2f 100644 --- a/packages/utils/throttle-by-raf/CHANGELOG.md +++ b/packages/utils/throttle-by-raf/CHANGELOG.md @@ -1,5 +1,13 @@ # @hi-ui/throttle-by-raf +## 4.0.5 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/raf@4.0.5 + ## 4.0.4 ### Patch Changes diff --git a/packages/utils/throttle-by-raf/package.json b/packages/utils/throttle-by-raf/package.json index e57a9f944..0f8ada8b5 100644 --- a/packages/utils/throttle-by-raf/package.json +++ b/packages/utils/throttle-by-raf/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/throttle-by-raf", - "version": "4.0.4", + "version": "4.0.5", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", @@ -44,6 +44,6 @@ }, "devDependencies": {}, "dependencies": { - "@hi-ui/raf": "^4.0.4" + "@hi-ui/raf": "^4.0.5" } } diff --git a/packages/utils/times/CHANGELOG.md b/packages/utils/times/CHANGELOG.md index d739df511..c6283e1c0 100644 --- a/packages/utils/times/CHANGELOG.md +++ b/packages/utils/times/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/times +## 4.0.4 + +### Patch Changes + +- build: rollup2 构建 + ## 4.0.3 ### Patch Changes diff --git a/packages/utils/times/package.json b/packages/utils/times/package.json index 1e74bd7ec..7667ef244 100644 --- a/packages/utils/times/package.json +++ b/packages/utils/times/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/times", - "version": "4.0.3", + "version": "4.0.4", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", diff --git a/packages/utils/tree-utils/CHANGELOG.md b/packages/utils/tree-utils/CHANGELOG.md index a25db6f92..5d1d60823 100644 --- a/packages/utils/tree-utils/CHANGELOG.md +++ b/packages/utils/tree-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/tree-utils +## 4.1.4 + +### Patch Changes + +- build: rollup2 构建 + ## 4.1.3 ### Patch Changes diff --git a/packages/utils/tree-utils/package.json b/packages/utils/tree-utils/package.json index 640fa4a77..4f9d4dece 100644 --- a/packages/utils/tree-utils/package.json +++ b/packages/utils/tree-utils/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/tree-utils", - "version": "4.1.3", + "version": "4.1.4", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", diff --git a/packages/utils/type-assertion/CHANGELOG.md b/packages/utils/type-assertion/CHANGELOG.md index 69e9542f7..379471b5c 100644 --- a/packages/utils/type-assertion/CHANGELOG.md +++ b/packages/utils/type-assertion/CHANGELOG.md @@ -1,5 +1,11 @@ # @hi-ui/type-assertion +## 4.0.4 + +### Patch Changes + +- build: rollup2 构建 + ## 4.0.3 ### Patch Changes diff --git a/packages/utils/type-assertion/package.json b/packages/utils/type-assertion/package.json index 0a1c6baf2..309774deb 100644 --- a/packages/utils/type-assertion/package.json +++ b/packages/utils/type-assertion/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/type-assertion", - "version": "4.0.3", + "version": "4.0.4", "description": "A sub-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", diff --git a/packages/utils/utils/CHANGELOG.md b/packages/utils/utils/CHANGELOG.md index d5977449d..1f16db6f2 100644 --- a/packages/utils/utils/CHANGELOG.md +++ b/packages/utils/utils/CHANGELOG.md @@ -1,5 +1,24 @@ # @hi-ui/utils +## 4.0.8 + +### Patch Changes + +- build: rollup2 构建 +- Updated dependencies + - @hi-ui/array-utils@4.0.4 + - @hi-ui/classname@4.0.4 + - @hi-ui/container@4.0.4 + - @hi-ui/dom-utils@4.0.7 + - @hi-ui/env@4.0.4 + - @hi-ui/func-utils@4.0.4 + - @hi-ui/raf@4.0.5 + - @hi-ui/react-utils@4.0.4 + - @hi-ui/request@4.1.3 + - @hi-ui/throttle-by-raf@4.0.5 + - @hi-ui/tree-utils@4.1.4 + - @hi-ui/type-assertion@4.0.4 + ## 4.0.7 ### Patch Changes diff --git a/packages/utils/utils/package.json b/packages/utils/utils/package.json index 07237507e..bd22d7cdd 100644 --- a/packages/utils/utils/package.json +++ b/packages/utils/utils/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/utils", - "version": "4.0.7", + "version": "4.0.8", "description": "The root-package for @hi-ui/utils.", "keywords": [], "author": "HiUI ", @@ -43,18 +43,18 @@ "url": "https://github.com/XiaoMi/hiui/issues" }, "dependencies": { - "@hi-ui/array-utils": "^4.0.3", - "@hi-ui/classname": "^4.0.3", - "@hi-ui/container": "^4.0.3", - "@hi-ui/dom-utils": "^4.0.6", - "@hi-ui/env": "^4.0.3", - "@hi-ui/func-utils": "^4.0.3", - "@hi-ui/raf": "^4.0.4", - "@hi-ui/react-utils": "^4.0.3", - "@hi-ui/request": "^4.1.2", - "@hi-ui/throttle-by-raf": "^4.0.4", - "@hi-ui/tree-utils": "^4.1.3", - "@hi-ui/type-assertion": "^4.0.3" + "@hi-ui/array-utils": "^4.0.4", + "@hi-ui/classname": "^4.0.4", + "@hi-ui/container": "^4.0.4", + "@hi-ui/dom-utils": "^4.0.7", + "@hi-ui/env": "^4.0.4", + "@hi-ui/func-utils": "^4.0.4", + "@hi-ui/raf": "^4.0.5", + "@hi-ui/react-utils": "^4.0.4", + "@hi-ui/request": "^4.1.3", + "@hi-ui/throttle-by-raf": "^4.0.5", + "@hi-ui/tree-utils": "^4.1.4", + "@hi-ui/type-assertion": "^4.0.4" }, "devDependencies": {} } diff --git a/yarn.lock b/yarn.lock index a0f063501..24f8a6473 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2680,6 +2680,40 @@ minimatch "^3.0.4" strip-json-comments "^3.1.1" +"@hi-ui/hi-build@4.0.4": + version "4.0.4" + resolved "https://registry.npmmirror.com/@hi-ui/hi-build/-/hi-build-4.0.4.tgz#70d096d2e85ac78dd08748dfd7ec68a2d68e77ff" + integrity sha512-G327dM5oUy29/sQb7VwZixyIfR6Jz8SMGtTU20LSDTPCjBIWynG76lmT9bY4f6rfj32GwPj90AZ9HdD/nYpuCA== + dependencies: + "@babel/core" "^7.17.8" + "@babel/plugin-transform-runtime" "^7.17.0" + "@babel/preset-env" "^7.16.11" + "@babel/preset-react" "^7.16.7" + "@babel/preset-typescript" "^7.16.7" + "@babel/runtime" "^7.17.8" + "@rollup/plugin-babel" "^5.3.1" + "@rollup/plugin-commonjs" "^21.0.2" + "@rollup/plugin-image" "^2.1.1" + "@rollup/plugin-json" "^4.1.0" + "@rollup/plugin-multi-entry" "^4.1.0" + "@rollup/plugin-node-resolve" "^13.1.3" + "@rollup/plugin-typescript" "^8.3.1" + autoprefixer "^10.4.4" + commander "^9.1.0" + cssnano "^5.1.4" + postcss "^8.4.12" + postcss-flexbugs-fixes "^5.0.2" + postcss-import "^14.0.2" + postcss-nested "^5.0.6" + postcss-preset-env "^7.4.3" + postcss-simple-vars "^6.0.3" + rollup "^2.70.1" + rollup-plugin-dts "^4.2.0" + rollup-plugin-extensions "^0.1.0" + rollup-plugin-peer-deps-external "^2.2.4" + rollup-plugin-postcss "^4.0.2" + rollup-plugin-terser "^7.0.2" + "@humanwhocodes/config-array@^0.5.0": version "0.5.0" resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9" @@ -8036,11 +8070,6 @@ defer-to-connect@^1.0.1: version "1.1.3" resolved "https://registry.yarnpkg.com/defer-to-connect/-/defer-to-connect-1.1.3.tgz#331ae050c08dcf789f8c83a7b81f0ed94f4ac591" -define-lazy-prop@^2.0.0: - version "2.0.0" - resolved "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz#3f7ae421129bcaaac9bc74905c98a0009ec9ee7f" - integrity sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og== - define-properties@^1.1.2, define-properties@^1.1.3: version "1.1.3" resolved "https://registry.npm.taobao.org/define-properties/download/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1" @@ -10765,7 +10794,7 @@ is-descriptor@^1.0.0, is-descriptor@^1.0.2: is-data-descriptor "^1.0.0" kind-of "^6.0.2" -is-docker@^2.0.0, is-docker@^2.1.1: +is-docker@^2.0.0: version "2.2.1" resolved "https://registry.npm.taobao.org/is-docker/download/is-docker-2.2.1.tgz?cache=0&sync_timestamp=1617958767917&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fis-docker%2Fdownload%2Fis-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa" @@ -11070,7 +11099,7 @@ is-wsl@^1.1.0: version "1.1.0" resolved "https://registry.npm.taobao.org/is-wsl/download/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d" -is-wsl@^2.1.1, is-wsl@^2.2.0: +is-wsl@^2.1.1: version "2.2.0" resolved "https://registry.npm.taobao.org/is-wsl/download/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271" dependencies: @@ -13724,15 +13753,6 @@ open@^7.0.2, open@^7.0.3, open@^7.4.2: is-docker "^2.0.0" is-wsl "^2.1.1" -open@^8.4.0: - version "8.4.2" - resolved "https://registry.npmmirror.com/open/-/open-8.4.2.tgz#5b5ffe2a8f793dcd2aad73e550cb87b59cb084f9" - integrity sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ== - dependencies: - define-lazy-prop "^2.0.0" - is-docker "^2.1.1" - is-wsl "^2.2.0" - opencollective-postinstall@^2.0.2: version "2.0.3" resolved "https://registry.nlark.com/opencollective-postinstall/download/opencollective-postinstall-2.0.3.tgz#7a0fff978f6dbfa4d006238fbac98ed4198c3259" @@ -14197,7 +14217,7 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3: version "2.3.0" resolved "https://registry.nlark.com/picomatch/download/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972" -picomatch@^2.2.2, picomatch@^2.3.1: +picomatch@^2.2.2: version "2.3.1" resolved "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== @@ -16445,16 +16465,6 @@ rollup-plugin-terser@^7.0.2: serialize-javascript "^4.0.0" terser "^5.0.0" -rollup-plugin-visualizer@^5.9.2: - version "5.9.2" - resolved "https://registry.npmmirror.com/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.9.2.tgz#f1aa2d9b1be8ebd6869223c742324897464d8891" - integrity sha512-waHktD5mlWrYFrhOLbti4YgQCn1uR24nYsNuXxg7LkPH8KdTXVWR9DNY1WU0QqokyMixVXJS4J04HNrVTMP01A== - dependencies: - open "^8.4.0" - picomatch "^2.3.1" - source-map "^0.7.4" - yargs "^17.5.1" - rollup-pluginutils@^2.8.2: version "2.8.2" resolved "https://registry.npmmirror.com/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz#72f2af0748b592364dbd3389e600e5a9444a351e" @@ -16462,10 +16472,10 @@ rollup-pluginutils@^2.8.2: dependencies: estree-walker "^0.6.1" -rollup@3.29.4: - version "3.29.4" - resolved "https://registry.npmmirror.com/rollup/-/rollup-3.29.4.tgz#4d70c0f9834146df8705bfb69a9a19c9e1109981" - integrity sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw== +rollup@^2.70.1: + version "2.79.1" + resolved "https://registry.npmmirror.com/rollup/-/rollup-2.79.1.tgz#bedee8faef7c9f93a2647ac0108748f497f081c7" + integrity sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw== optionalDependencies: fsevents "~2.3.2" @@ -16976,11 +16986,6 @@ source-map@^0.7.3, source-map@~0.7.2: version "0.7.3" resolved "https://registry.npm.taobao.org/source-map/download/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383" -source-map@^0.7.4: - version "0.7.4" - resolved "https://registry.npmmirror.com/source-map/-/source-map-0.7.4.tgz#a9bbe705c9d8846f4e08ff6765acf0f1b0898656" - integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA== - sourcemap-codec@^1.4.4, sourcemap-codec@^1.4.8: version "1.4.8" resolved "https://registry.npm.taobao.org/sourcemap-codec/download/sourcemap-codec-1.4.8.tgz#ea804bd94857402e6992d05a38ef1ae35a9ab4c4" @@ -19038,7 +19043,7 @@ yargs-parser@^18.1.2, yargs-parser@^18.1.3: camelcase "^5.0.0" decamelize "^1.2.0" -yargs-parser@^21.0.0, yargs-parser@^21.1.1: +yargs-parser@^21.0.0: version "21.1.1" resolved "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35" integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw== @@ -19084,19 +19089,6 @@ yargs@^17.1.1: y18n "^5.0.5" yargs-parser "^21.0.0" -yargs@^17.5.1: - version "17.7.2" - resolved "https://registry.npmmirror.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269" - integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w== - dependencies: - cliui "^8.0.1" - escalade "^3.1.1" - get-caller-file "^2.0.5" - require-directory "^2.1.1" - string-width "^4.2.3" - y18n "^5.0.5" - yargs-parser "^21.1.1" - yocto-queue@^0.1.0: version "0.1.0" resolved "https://registry.npm.taobao.org/yocto-queue/download/yocto-queue-0.1.0.tgz?cache=0&sync_timestamp=1606290538096&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fyocto-queue%2Fdownload%2Fyocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" From b51a438d2c783da8df26e4748634c0fefbf79295 Mon Sep 17 00:00:00 2001 From: zhouyun1 Date: Wed, 22 Nov 2023 17:15:54 +0800 Subject: [PATCH 4/4] =?UTF-8?q?chore:=20hi-build=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=88=B04.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- scripts/hi-build/package.json | 6 ++- yarn.lock | 81 +++++++++++++++++++++++++++-------- 3 files changed, 67 insertions(+), 22 deletions(-) diff --git a/package.json b/package.json index d9d2d7fdc..dd45e07e3 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@babel/preset-typescript": "~7.12.7", "@changesets/changelog-github": "^0.4.7", "@changesets/cli": "^2.25.0", - "@hi-ui/hi-build": "4.0.4", + "@hi-ui/hi-build": "4.1.1", "@storybook/addon-actions": "^6.3.12", "@storybook/addon-essentials": "^6.3.12", "@storybook/addon-links": "^6.3.12", diff --git a/scripts/hi-build/package.json b/scripts/hi-build/package.json index c705ab180..41ed77d7b 100644 --- a/scripts/hi-build/package.json +++ b/scripts/hi-build/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/hi-build", - "version": "4.1.0", + "version": "4.1.1", "description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM", "keywords": [], "author": "Flcwl ", @@ -65,5 +65,7 @@ "peerDependencies": { "typescript": "^4.6.2" }, - "devDependencies": {} + "devDependencies": { + "@hi-ui/hi-build": "^4.1.1" + } } diff --git a/yarn.lock b/yarn.lock index 24f8a6473..2d8dce585 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2680,10 +2680,10 @@ minimatch "^3.0.4" strip-json-comments "^3.1.1" -"@hi-ui/hi-build@4.0.4": - version "4.0.4" - resolved "https://registry.npmmirror.com/@hi-ui/hi-build/-/hi-build-4.0.4.tgz#70d096d2e85ac78dd08748dfd7ec68a2d68e77ff" - integrity sha512-G327dM5oUy29/sQb7VwZixyIfR6Jz8SMGtTU20LSDTPCjBIWynG76lmT9bY4f6rfj32GwPj90AZ9HdD/nYpuCA== +"@hi-ui/hi-build@4.1.1": + version "4.1.1" + resolved "https://registry.npmmirror.com/@hi-ui/hi-build/-/hi-build-4.1.1.tgz#1b586ca597c358ebb9c974433e488f02b61ef7bf" + integrity sha512-cXMJVsdhTjZizcSvH8fl9w2M5zUdBFUO/cEobzUTK2aKY4ia+ZVQ8OPSKbR5vbYn2d+j/7YwdXVg9novdnu9uw== dependencies: "@babel/core" "^7.17.8" "@babel/plugin-transform-runtime" "^7.17.0" @@ -2707,12 +2707,13 @@ postcss-nested "^5.0.6" postcss-preset-env "^7.4.3" postcss-simple-vars "^6.0.3" - rollup "^2.70.1" + rollup "3.29.4" rollup-plugin-dts "^4.2.0" rollup-plugin-extensions "^0.1.0" rollup-plugin-peer-deps-external "^2.2.4" rollup-plugin-postcss "^4.0.2" rollup-plugin-terser "^7.0.2" + rollup-plugin-visualizer "^5.9.2" "@humanwhocodes/config-array@^0.5.0": version "0.5.0" @@ -6874,9 +6875,9 @@ caniuse-api@^3.0.0: lodash.uniq "^4.5.0" caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001538, caniuse-lite@^1.0.30001541: - version "1.0.30001563" - resolved "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001563.tgz#aa68a64188903e98f36eb9c56e48fba0c1fe2a32" - integrity sha512-na2WUmOxnwIZtwnFI2CZ/3er0wdNzU7hN+cPYz/z2ajHThnkWjNBOpEPP4n+4r2WPM847JaMotaJE3bnfzjyKw== + version "1.0.30001564" + resolved "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001564.tgz#eaa8bbc58c0cbccdcb7b41186df39dd2ba591889" + integrity sha512-DqAOf+rhof+6GVx1y+xzbFPeOumfQnhYzVnZD6LAXijR77yPtm9mfOcqOnT3mpnJiZVT+kwLAFnRlZcIz+c6bg== caniuse-lite@^1.0.30000792, caniuse-lite@^1.0.30000805, caniuse-lite@^1.0.30000844, caniuse-lite@^1.0.30000864, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001219: version "1.0.30001242" @@ -8070,6 +8071,11 @@ defer-to-connect@^1.0.1: version "1.1.3" resolved "https://registry.yarnpkg.com/defer-to-connect/-/defer-to-connect-1.1.3.tgz#331ae050c08dcf789f8c83a7b81f0ed94f4ac591" +define-lazy-prop@^2.0.0: + version "2.0.0" + resolved "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz#3f7ae421129bcaaac9bc74905c98a0009ec9ee7f" + integrity sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og== + define-properties@^1.1.2, define-properties@^1.1.3: version "1.1.3" resolved "https://registry.npm.taobao.org/define-properties/download/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1" @@ -8437,9 +8443,9 @@ electron-to-chromium@^1.3.30, electron-to-chromium@^1.3.47, electron-to-chromium resolved "https://registry.nlark.com/electron-to-chromium/download/electron-to-chromium-1.3.768.tgz#bbe47394f0073c947168589b7d19388518a7a9a9" electron-to-chromium@^1.4.535: - version "1.4.589" - resolved "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.4.589.tgz#3fc83c284ed8f1f58e0cb3c664c8ebcb4d0b42fb" - integrity sha512-zF6y5v/YfoFIgwf2dDfAqVlPPsyQeWNpEWXbAlDUS8Ax4Z2VoiiZpAPC0Jm9hXEkJm2vIZpwB6rc4KnLTQffbQ== + version "1.4.590" + resolved "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.4.590.tgz#85a428fbabb77265a4804040837ed4f2538e3300" + integrity sha512-hohItzsQcG7/FBsviCYMtQwUSWvVF7NVqPOnJCErWsAshsP/CR2LAXdmq276RbESNdhxiAq5/vRo1g2pxGXVww== element-resize-detector@^1.2.2: version "1.2.3" @@ -10794,7 +10800,7 @@ is-descriptor@^1.0.0, is-descriptor@^1.0.2: is-data-descriptor "^1.0.0" kind-of "^6.0.2" -is-docker@^2.0.0: +is-docker@^2.0.0, is-docker@^2.1.1: version "2.2.1" resolved "https://registry.npm.taobao.org/is-docker/download/is-docker-2.2.1.tgz?cache=0&sync_timestamp=1617958767917&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fis-docker%2Fdownload%2Fis-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa" @@ -11099,7 +11105,7 @@ is-wsl@^1.1.0: version "1.1.0" resolved "https://registry.npm.taobao.org/is-wsl/download/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d" -is-wsl@^2.1.1: +is-wsl@^2.1.1, is-wsl@^2.2.0: version "2.2.0" resolved "https://registry.npm.taobao.org/is-wsl/download/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271" dependencies: @@ -13753,6 +13759,15 @@ open@^7.0.2, open@^7.0.3, open@^7.4.2: is-docker "^2.0.0" is-wsl "^2.1.1" +open@^8.4.0: + version "8.4.2" + resolved "https://registry.npmmirror.com/open/-/open-8.4.2.tgz#5b5ffe2a8f793dcd2aad73e550cb87b59cb084f9" + integrity sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ== + dependencies: + define-lazy-prop "^2.0.0" + is-docker "^2.1.1" + is-wsl "^2.2.0" + opencollective-postinstall@^2.0.2: version "2.0.3" resolved "https://registry.nlark.com/opencollective-postinstall/download/opencollective-postinstall-2.0.3.tgz#7a0fff978f6dbfa4d006238fbac98ed4198c3259" @@ -14217,7 +14232,7 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3: version "2.3.0" resolved "https://registry.nlark.com/picomatch/download/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972" -picomatch@^2.2.2: +picomatch@^2.2.2, picomatch@^2.3.1: version "2.3.1" resolved "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== @@ -16465,6 +16480,16 @@ rollup-plugin-terser@^7.0.2: serialize-javascript "^4.0.0" terser "^5.0.0" +rollup-plugin-visualizer@^5.9.2: + version "5.9.2" + resolved "https://registry.npmmirror.com/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.9.2.tgz#f1aa2d9b1be8ebd6869223c742324897464d8891" + integrity sha512-waHktD5mlWrYFrhOLbti4YgQCn1uR24nYsNuXxg7LkPH8KdTXVWR9DNY1WU0QqokyMixVXJS4J04HNrVTMP01A== + dependencies: + open "^8.4.0" + picomatch "^2.3.1" + source-map "^0.7.4" + yargs "^17.5.1" + rollup-pluginutils@^2.8.2: version "2.8.2" resolved "https://registry.npmmirror.com/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz#72f2af0748b592364dbd3389e600e5a9444a351e" @@ -16472,10 +16497,10 @@ rollup-pluginutils@^2.8.2: dependencies: estree-walker "^0.6.1" -rollup@^2.70.1: - version "2.79.1" - resolved "https://registry.npmmirror.com/rollup/-/rollup-2.79.1.tgz#bedee8faef7c9f93a2647ac0108748f497f081c7" - integrity sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw== +rollup@3.29.4: + version "3.29.4" + resolved "https://registry.npmmirror.com/rollup/-/rollup-3.29.4.tgz#4d70c0f9834146df8705bfb69a9a19c9e1109981" + integrity sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw== optionalDependencies: fsevents "~2.3.2" @@ -16986,6 +17011,11 @@ source-map@^0.7.3, source-map@~0.7.2: version "0.7.3" resolved "https://registry.npm.taobao.org/source-map/download/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383" +source-map@^0.7.4: + version "0.7.4" + resolved "https://registry.npmmirror.com/source-map/-/source-map-0.7.4.tgz#a9bbe705c9d8846f4e08ff6765acf0f1b0898656" + integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA== + sourcemap-codec@^1.4.4, sourcemap-codec@^1.4.8: version "1.4.8" resolved "https://registry.npm.taobao.org/sourcemap-codec/download/sourcemap-codec-1.4.8.tgz#ea804bd94857402e6992d05a38ef1ae35a9ab4c4" @@ -19043,7 +19073,7 @@ yargs-parser@^18.1.2, yargs-parser@^18.1.3: camelcase "^5.0.0" decamelize "^1.2.0" -yargs-parser@^21.0.0: +yargs-parser@^21.0.0, yargs-parser@^21.1.1: version "21.1.1" resolved "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35" integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw== @@ -19089,6 +19119,19 @@ yargs@^17.1.1: y18n "^5.0.5" yargs-parser "^21.0.0" +yargs@^17.5.1: + version "17.7.2" + resolved "https://registry.npmmirror.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269" + integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w== + dependencies: + cliui "^8.0.1" + escalade "^3.1.1" + get-caller-file "^2.0.5" + require-directory "^2.1.1" + string-width "^4.2.3" + y18n "^5.0.5" + yargs-parser "^21.1.1" + yocto-queue@^0.1.0: version "0.1.0" resolved "https://registry.npm.taobao.org/yocto-queue/download/yocto-queue-0.1.0.tgz?cache=0&sync_timestamp=1606290538096&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fyocto-queue%2Fdownload%2Fyocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"