diff --git a/README-en_US.md b/README-en_US.md index b74536f7..8723a16c 100644 --- a/README-en_US.md +++ b/README-en_US.md @@ -15,7 +15,7 @@ [简体中文](./README.md) | English -Subproject of `feffery-components` projects, third-party components library of `Plotly Dash`, based on the [Antd](https://github.com/ant-design/ant-design), brings many common and powerful components into `Dash`🥳, latest stable version: `0.3.12` (2024-12-27) +Subproject of `feffery-components` projects, third-party components library of `Plotly Dash`, based on the [Antd](https://github.com/ant-design/ant-design), brings many common and powerful components into `Dash`🥳, latest stable version: `0.3.13` (2025-01-17) ## 1 Install diff --git a/README.md b/README.md index c65fb142..73283d16 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ 简体中文 | [English](./README-en_US.md) -`feffery-components`计划子项目,`Plotly Dash`第三方组件库,基于`Antd`,将超多具有丰富功能的通用网页常用交互组件引入`Dash`的生态中 🥳,最新稳定版本:`0.3.12`(2024-12-27) +`feffery-components`计划子项目,`Plotly Dash`第三方组件库,基于`Antd`,将超多具有丰富功能的通用网页常用交互组件引入`Dash`的生态中 🥳,最新稳定版本:`0.3.13`(2025-01-17) ## 1 最新版本安装方式 diff --git a/package.json b/package.json index dfd88580..6581816b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "feffery_antd_components", - "version": "0.3.13", + "version": "0.3.14", "description": "Best implementation of Antd components in Plotly Dash.", "repository": { "type": "git", @@ -34,7 +34,7 @@ "@formily/react": "^2.3.1", "@plotly/webpack-dash-dynamic-import": "^1.3.0", "ahooks": "^3.7.0", - "antd": "^5.23.0", + "antd": "^5.23.1", "antd-img-crop": "^4.2.3", "color": "^4.2.3", "dayjs": "^1.11.13",