From 2bccea486aa6ea0e5634d525da6118e8e0b10486 Mon Sep 17 00:00:00 2001 From: oasis-cloud Date: Fri, 12 Jan 2024 15:53:06 +0800 Subject: [PATCH] chore(release): v2.3.6 --- CHANGELOG.md | 11 +++++++++++ package.json | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8ac4e1c3b..08d7e1c2a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# v2.3.6 +`2024-01-12` + +* :sparkles: feat(space): update demos and docs of justify and align (#1856) @Alex.huxiyang +* :sparkles: feat(tag): image text (#1851) @oasis +* :sparkles: feat: doc文档优化 (#1850) @Alex.huxiyang +* :bug: fix(swiper): fix props of saving image at taro, fix parameter of onChange, update taro version to 3.6.22 (#1847) @xiaoyatong +* :bug: fix: fix some components display bad with the white screen at taro when is development (#1852) @xiaoyatong +* 🔨 chore(deps): update icons to v1.0.2 (#1853) @oasis + + # v2.3.5 `2024-01-05` diff --git a/package.json b/package.json index 7716ccbd1d..8c9191a561 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "@nutui/nutui-react", - "version": "2.3.5", + "name": "@nutui/nutui-react-taro", + "version": "2.3.6", "style": "dist/style.css", "main": "dist/nutui.react.umd.js", "module": "dist/esm/nutui-react.es.js",