From 0ef2e37abffd3bacd1afab3bdb2c730063783724 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 24 Jan 2025 12:08:36 +0000 Subject: [PATCH] chore(release): v3.1.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85d6cd0e9..6d80bdfef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [3.1.0](https://github.com/ant-design/ant-design-mini/compare/3.0.9...3.1.0) + +- Adjust x-components demo style [`#1393`](https://github.com/ant-design/ant-design-mini/pull/1393) + #### [3.0.9](https://github.com/ant-design/ant-design-mini/compare/3.0.8...3.0.9) +> 24 January 2025 + - Feat/x-components [`#1391`](https://github.com/ant-design/ant-design-mini/pull/1391) - copilot系列组件 [`#1390`](https://github.com/ant-design/ant-design-mini/pull/1390) diff --git a/package.json b/package.json index 52c459288..216f130ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antd-mini", - "version": "3.0.9", + "version": "3.1.0", "description": "antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。", "miniprogram": "compiled/wechat/src", "scripts": {