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",