From fe67a6bc7ac850c27fd123727c40e69a6fdd06c5 Mon Sep 17 00:00:00 2001 From: Jiuzhen Pan <2216991777@qq.com> Date: Thu, 25 Aug 2022 00:20:59 -0700 Subject: [PATCH] fix(version): version bump --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1c06eb8..b546b1e 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@capacitor/storage": "^1.2.5", "@code-hike/mdx": "^0.7.4", "@docsearch/react": "^3.2.0", - "@fluid-design/fluid-ui": "^1.3.1", + "@fluid-design/fluid-ui": "^1.3.2", "@hcaptcha/react-hcaptcha": "^1.1.0", "@headlessui/react": "^1.6.6", "@heroicons/react": "^1.0.6", diff --git a/yarn.lock b/yarn.lock index b97ccd7..f8d5226 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1299,10 +1299,10 @@ minimatch "^3.1.2" strip-json-comments "^3.1.1" -"@fluid-design/fluid-ui@^1.3.1": - version "1.3.1" - resolved "https://registry.yarnpkg.com/@fluid-design/fluid-ui/-/fluid-ui-1.3.1.tgz#19d6df5fa86489679ee548645f82c0ea09dfb827" - integrity sha512-73+QxCnjDNRvj/q+Ot7N/qhOx+2GzOw6yWsxoNnwMrzw286ir6OnGlHgpZSWiEerA8MwfqOyUyNDb9XGWJY0+g== +"@fluid-design/fluid-ui@^1.3.2": + version "1.3.2" + resolved "https://registry.yarnpkg.com/@fluid-design/fluid-ui/-/fluid-ui-1.3.2.tgz#2788e91bbf33723e8263105daeefd070156f1fdf" + integrity sha512-nUvuUUgx51SozhluD1NTYNpFQ7GO/LIIWDiFHsOFFoGVROyuOl+NmlKegnmhmNACyBKUUGxm+2loNlZHIsMS+g== dependencies: "@headlessui/react" "^1.6.6" classnames "^2.3.1"