From 201b63811dfc31fe657c0b19a44c7160d2fe2e5b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 28 Mar 2022 22:37:44 +0800 Subject: [PATCH] :bookmark: chore(release): @arvinxu/layout-kit@1.4.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.4.0](https://github.com/arvinxx/components/compare/@arvinxu/layout-kit@1.3.0...@arvinxu/layout-kit@1.4.0) (2022-03-28) ### ♻ 重构 * 基于 StoreUpdater 重构受控模式代码 ([337168e](https://github.com/arvinxx/components/commit/337168e)) * 完成组件功能迁移 ([44ddeed](https://github.com/arvinxx/components/commit/44ddeed)) * 重构 store ([5563979](https://github.com/arvinxx/components/commit/5563979)) ### ✅ 测试 * 修正单测 ([de94cfc](https://github.com/arvinxx/components/commit/de94cfc)) * 修正单测 ([cd68ab2](https://github.com/arvinxx/components/commit/cd68ab2)) * 修正单测 ([89307f0](https://github.com/arvinxx/components/commit/89307f0)) * 升级依赖并修正单测 ([355a28c](https://github.com/arvinxx/components/commit/355a28c)) * 添加单测 ([2e812bc](https://github.com/arvinxx/components/commit/2e812bc)) ### ✨ 新特性 * 新增 Center 组件 ([c1bddbe](https://github.com/arvinxx/components/commit/c1bddbe)) * 新增 flex api ([363da8a](https://github.com/arvinxx/components/commit/363da8a)) ### 🎫 杂项 * **user-panel**: 调整组件库依赖位置 ([7354e5a](https://github.com/arvinxx/components/commit/7354e5a)) * 优化目录结构 ([0534903](https://github.com/arvinxx/components/commit/0534903)) * 修正构架配置 ([fda5d6e](https://github.com/arvinxx/components/commit/fda5d6e)) * 尝试修复发版 ([92d4ff2](https://github.com/arvinxx/components/commit/92d4ff2)) * 尝试修复发版 ([ead06f3](https://github.com/arvinxx/components/commit/ead06f3)) * 更新 prettier 配置项 ([49071f6](https://github.com/arvinxx/components/commit/49071f6)) * 本地添加 semantic-release 依赖 ([2fa8fa3](https://github.com/arvinxx/components/commit/2fa8fa3)) * 移动组件目录 ([490e16d](https://github.com/arvinxx/components/commit/490e16d)) * **自动发布**: @arvinxu/asset-gallery@1.3.4 [skip ci] ([473271b](https://github.com/arvinxx/components/commit/473271b)) * **自动发布**: @arvinxu/sortable-list@1.0.5 [skip ci] ([1e4be5f](https://github.com/arvinxx/components/commit/1e4be5f)) * **自动发布**: @arvinxu/sortable-list@1.0.6 [skip ci] ([c6d5ce5](https://github.com/arvinxx/components/commit/c6d5ce5)) * **自动发布**: @arvinxu/user-panel@1.0.2 [skip ci] ([16f52a7](https://github.com/arvinxx/components/commit/16f52a7)) ### 🐛 修复 * 重构并修复 setData 值时会出现的重复渲染卡死的问题 ([a3b31f5](https://github.com/arvinxx/components/commit/a3b31f5)) ### 👷 构建系统 * 基于 react-i18next 重构国际化实现 ([567bd21](https://github.com/arvinxx/components/commit/567bd21)) * 构建发版 ([f617f9a](https://github.com/arvinxx/components/commit/f617f9a)) ### 💄 样式 * 优化组件样式 ([0005421](https://github.com/arvinxx/components/commit/0005421)) * 补齐 user-panel 的国际化文案 ([ce4cada](https://github.com/arvinxx/components/commit/ce4cada)) --- packages/layout-kit/CHANGELOG.md | 17 +++++++++++++---- packages/layout-kit/package.json | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/packages/layout-kit/CHANGELOG.md b/packages/layout-kit/CHANGELOG.md index b5c0629b..9cadb6f4 100644 --- a/packages/layout-kit/CHANGELOG.md +++ b/packages/layout-kit/CHANGELOG.md @@ -1,16 +1,25 @@ # Changelog -# @arvinxu/layout-kit [1.3.0](https://github.com/arvinxx/components/compare/@arvinxu/layout-kit@1.2.1...@arvinxu/layout-kit@1.3.0) (2022-02-03) +# @arvinxu/layout-kit [1.4.0](https://github.com/arvinxx/components/compare/@arvinxu/layout-kit@1.3.0...@arvinxu/layout-kit@1.4.0) (2022-03-28) +### ✨ 新特性 -### ✅ 测试 +- 新增 Center 组件 ([c1bddbe](https://github.com/arvinxx/components/commit/c1bddbe)) +- 新增 flex api ([363da8a](https://github.com/arvinxx/components/commit/363da8a)) + +### 🎫 杂项 -* 修正测试 ([6fae205](https://github.com/arvinxx/components/commit/6fae205)) +- 优化目录结构 ([0534903](https://github.com/arvinxx/components/commit/0534903)) + +# @arvinxu/layout-kit [1.3.0](https://github.com/arvinxx/components/compare/@arvinxu/layout-kit@1.2.1...@arvinxu/layout-kit@1.3.0) (2022-02-03) + +### ✅ 测试 +- 修正测试 ([6fae205](https://github.com/arvinxx/components/commit/6fae205)) ### ✨ 新特性 -* 新增 hidden api ([406366c](https://github.com/arvinxx/components/commit/406366c)) +- 新增 hidden api ([406366c](https://github.com/arvinxx/components/commit/406366c)) ## @arvinxu/layout-kit [1.2.1](https://github.com/arvinxx/components/compare/@arvinxu/layout-kit@1.2.0...@arvinxu/layout-kit@1.2.1) (2022-02-03) diff --git a/packages/layout-kit/package.json b/packages/layout-kit/package.json index ce8ae15d..6672eaa2 100644 --- a/packages/layout-kit/package.json +++ b/packages/layout-kit/package.json @@ -1,6 +1,6 @@ { "name": "@arvinxu/layout-kit", - "version": "1.3.0", + "version": "1.4.0", "files": [ "lib", "es"