From 5281aa446af4dc2f5a39912d409408b495ee78c9 Mon Sep 17 00:00:00 2001 From: CNFeffery Date: Fri, 27 Dec 2024 11:40:41 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E6=9B=B4=E6=96=B0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-en_US.md | 2 +- README.md | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README-en_US.md b/README-en_US.md index 4857f25d..b74536f7 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.11` (2024-11-29) +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) ## 1 Install diff --git a/README.md b/README.md index c5bcef18..c65fb142 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ 简体中文 | [English](./README-en_US.md) -`feffery-components`计划子项目,`Plotly Dash`第三方组件库,基于`Antd`,将超多具有丰富功能的通用网页常用交互组件引入`Dash`的生态中 🥳,最新稳定版本:`0.3.11`(2024-11-29) +`feffery-components`计划子项目,`Plotly Dash`第三方组件库,基于`Antd`,将超多具有丰富功能的通用网页常用交互组件引入`Dash`的生态中 🥳,最新稳定版本:`0.3.12`(2024-12-27) ## 1 最新版本安装方式 diff --git a/package.json b/package.json index 35bef4ee..28278c19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "feffery_antd_components", - "version": "0.3.12", + "version": "0.3.13", "description": "Best implementation of Antd components in Plotly Dash.", "repository": { "type": "git", @@ -95,4 +95,4 @@ "node": ">=8.11.0", "npm": ">=6.1.0" } -} +} \ No newline at end of file