Skip to content

Commit

Permalink
🔖 chore(release): @arvinxu/layout-kit@1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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](337168e))
* 完成组件功能迁移 ([44ddeed](44ddeed))
* 重构 store ([5563979](5563979))

### ✅ 测试

* 修正单测 ([de94cfc](de94cfc))
* 修正单测 ([cd68ab2](cd68ab2))
* 修正单测 ([89307f0](89307f0))
* 升级依赖并修正单测 ([355a28c](355a28c))
* 添加单测 ([2e812bc](2e812bc))

### ✨ 新特性

* 新增 Center 组件 ([c1bddbe](c1bddbe))
* 新增 flex api ([363da8a](363da8a))

### 🎫 杂项

* **user-panel**: 调整组件库依赖位置 ([7354e5a](7354e5a))
* 优化目录结构 ([0534903](0534903))
* 修正构架配置 ([fda5d6e](fda5d6e))
* 尝试修复发版 ([92d4ff2](92d4ff2))
* 尝试修复发版 ([ead06f3](ead06f3))
* 更新 prettier 配置项 ([49071f6](49071f6))
* 本地添加 semantic-release 依赖 ([2fa8fa3](2fa8fa3))
* 移动组件目录 ([490e16d](490e16d))
* **自动发布**: @arvinxu/asset-gallery@1.3.4 [skip ci] ([473271b](473271b))
* **自动发布**: @arvinxu/sortable-list@1.0.5 [skip ci] ([1e4be5f](1e4be5f))
* **自动发布**: @arvinxu/sortable-list@1.0.6 [skip ci] ([c6d5ce5](c6d5ce5))
* **自动发布**: @arvinxu/user-panel@1.0.2 [skip ci] ([16f52a7](16f52a7))

### 🐛 修复

* 重构并修复 setData 值时会出现的重复渲染卡死的问题 ([a3b31f5](a3b31f5))

### 👷 构建系统

* 基于 react-i18next 重构国际化实现 ([567bd21](567bd21))
* 构建发版 ([f617f9a](f617f9a))

### 💄 样式

* 优化组件样式 ([0005421](0005421))
* 补齐 user-panel 的国际化文案 ([ce4cada](ce4cada))
  • Loading branch information
semantic-release-bot committed Mar 28, 2022
1 parent 73e104a commit 201b638
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 deletions packages/layout-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion packages/layout-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arvinxu/layout-kit",
"version": "1.3.0",
"version": "1.4.0",
"files": [
"lib",
"es"
Expand Down

0 comments on commit 201b638

Please sign in to comment.