From 9e473326d2669112bc22337a5024ffec2cbdfa78 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 9 Jul 2024 04:10:54 +0000 Subject: [PATCH] chore(release): @yuntijs/lowcode-materials-shared@1.3.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [Version 1.3.0](https://github.com/yuntijs/lowcode-materials/compare/@yuntijs/lowcode-materials-shared@1.2.0...@yuntijs/lowcode-materials-shared@1.3.0) Released on **2024-07-09** #### ✨ Features - **yunti-ui**: Change Button design view. #### 🐛 Bug Fixes - **yunti-ui**: Add initialValue for sdkSwrFuncs.
Improvements and Fixes #### What's improved * **yunti-ui**: Change Button design view ([8f13194](https://github.com/yuntijs/lowcode-materials/commit/8f13194)) #### What's fixed * **yunti-ui**: Add initialValue for sdkSwrFuncs ([20c4107](https://github.com/yuntijs/lowcode-materials/commit/20c4107))
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
--- packages/shared/CHANGELOG.md | 25 +++++++++++++++++++++++++ packages/shared/package.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/packages/shared/CHANGELOG.md b/packages/shared/CHANGELOG.md index c38169d..80b34af 100644 --- a/packages/shared/CHANGELOG.md +++ b/packages/shared/CHANGELOG.md @@ -2,6 +2,31 @@ # Changelog +## [Version 1.3.0](https://github.com/yuntijs/lowcode-materials/compare/@yuntijs/lowcode-materials-shared@1.2.0...@yuntijs/lowcode-materials-shared@1.3.0) + +Released on **2024-07-09** + +#### ✨ Features + +- **yunti-ui**: Change Button design view. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **yunti-ui**: Change Button design view ([8f13194](https://github.com/yuntijs/lowcode-materials/commit/8f13194)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ## [Version 1.2.0](https://github.com/yuntijs/lowcode-materials/compare/@yuntijs/lowcode-materials-shared@1.1.0...@yuntijs/lowcode-materials-shared@1.2.0) Released on **2024-07-08** diff --git a/packages/shared/package.json b/packages/shared/package.json index 2d8f629..fe242fa 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@yuntijs/lowcode-materials-shared", - "version": "1.2.0", + "version": "1.3.0", "description": "", "keywords": [], "license": "MIT",