From 879100e5788ddabb8c6e9f0e0b02915f7e2664b1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Mon, 8 Jul 2024 08:02:44 +0000 Subject: [PATCH] chore(release): @yuntijs/lowcode-materials-shared@1.1.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [Version 1.1.0](https://github.com/yuntijs/lowcode-materials/compare/@yuntijs/lowcode-materials-shared@1.0.2...@yuntijs/lowcode-materials-shared@1.1.0) <sup>Released on **2024-07-08**</sup> #### ✨ Features - **yunti-ui**: Add Page. - **misc**: Add Affix meta to yunti-ui, add Alert materials to yunti-ui, add Anchor Meta to yunti-ui, add App to yunti-ui, add AutoCompleteMeta to yunti-ui, add Avatar meta to yunti-ui, add Button meta to yunti-ui, bump @yuntijs/ui@1.0.0-beta.19 and move it to peer dependencies. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **yunti-ui**: Add Page ([74738ad](https://github.com/yuntijs/lowcode-materials/commit/74738ad)) * **misc**: Add Affix meta to yunti-ui ([8e19c6f](https://github.com/yuntijs/lowcode-materials/commit/8e19c6f)) * **misc**: Add Alert materials to yunti-ui ([46455be](https://github.com/yuntijs/lowcode-materials/commit/46455be)) * **misc**: Add Anchor Meta to yunti-ui ([0901463](https://github.com/yuntijs/lowcode-materials/commit/0901463)) * **misc**: Add App to yunti-ui ([e5ae923](https://github.com/yuntijs/lowcode-materials/commit/e5ae923)) * **misc**: Add AutoCompleteMeta to yunti-ui ([95b0c94](https://github.com/yuntijs/lowcode-materials/commit/95b0c94)) * **misc**: Add Avatar meta to yunti-ui ([e8da8c9](https://github.com/yuntijs/lowcode-materials/commit/e8da8c9)) * **misc**: Add Button meta to yunti-ui ([75f4c0e](https://github.com/yuntijs/lowcode-materials/commit/75f4c0e)) * **misc**: Bump @yuntijs/ui@1.0.0-beta.19 and move it to peer dependencies ([2ccd2ab](https://github.com/yuntijs/lowcode-materials/commit/2ccd2ab)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div> --- 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 4d66d8f..5fa6207 100644 --- a/packages/shared/CHANGELOG.md +++ b/packages/shared/CHANGELOG.md @@ -2,6 +2,31 @@ # Changelog +## [Version 1.1.0](https://github.com/yuntijs/lowcode-materials/compare/@yuntijs/lowcode-materials-shared@1.0.2...@yuntijs/lowcode-materials-shared@1.1.0) + +<sup>Released on **2024-07-08**</sup> + +#### ✨ Features + +- **yunti-ui**: Add Page. + +<br/> + +<details> +<summary><kbd>Improvements and Fixes</kbd></summary> + +#### What's improved + +- **yunti-ui**: Add Page ([74738ad](https://github.com/yuntijs/lowcode-materials/commit/74738ad)) + +</details> + +<div align="right"> + +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +</div> + ### [Version 1.0.2](https://github.com/yuntijs/lowcode-materials/compare/@yuntijs/lowcode-materials-shared@1.0.1...@yuntijs/lowcode-materials-shared@1.0.2) <sup>Released on **2024-04-17**</sup> diff --git a/packages/shared/package.json b/packages/shared/package.json index 579da68..f45fde4 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@yuntijs/lowcode-materials-shared", - "version": "1.0.2", + "version": "1.1.0", "description": "", "keywords": [], "license": "MIT",