Skip to content

Commit

Permalink
🔖 chore(release): @arvinxu/layout-kit@1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](https://github.com/arvinxx/components/compare/@arvinxu/layout-kit@1.0.0...@arvinxu/layout-kit@1.1.0) (2022-02-02)

### ♻ 重构

* 初步完成组件重构 ([c0c170c](c0c170c))

### ✅ 测试

* fix test ([f825dd8](f825dd8))
* fix test ([9f68cb8](9f68cb8))
* fix test ([20629c2](20629c2))
* 修正测试 ([030ef34](030ef34))
* 修正测试 ([f3241bf](f3241bf))
* 修正测试 ([c51e303](c51e303))
* 修正测试 ([74e0652](74e0652))
* 更新 antd 升级后的快照 ([8434793](8434793))

### ✨ 新特性

* 初步完成 SortableList ([00ae177](00ae177))
* 新增 default Props ([e674058](e674058))
* 新增 horizontal props ([1f38438](1f38438))
* 新增全局控制 padding props ([7f9ad2e](7f9ad2e))

### 🎫 杂项

* fix name ([fc44a3e](fc44a3e))
* 使用淘宝源 ([8c138db](8c138db))
* 修正 ci 配置 ([d24a23c](d24a23c))
* 初始化 SortableList ([f2f0b80](f2f0b80))
* 升级依赖 ([65a90b7](65a90b7))
* 回滚 canvas 依赖 ([a3afa1e](a3afa1e))
* 尝试修复构建 ([134dd29](134dd29))
* 尝试移除 canvas 模块 ([c45cf16](c45cf16))
* 挪回 canvas 模块 ([ebc9c06](ebc9c06))
* 更新 release ci ([88a65a4](88a65a4))
* 更新依赖 ([5905d77](5905d77))
* 更新依赖 ([041aa9e](041aa9e))
* 更新依赖 ([43cb26d](43cb26d))
* 更新依赖 ([3f91a1f](3f91a1f))
* 更新发布配置 ([593a2e6](593a2e6))
* 测试脚本 ([78ca62b](78ca62b))
* 移除不需要的 flow ([ce6a3fa](ce6a3fa))
* **自动发布**: @arvinxu/asset-gallery@1.3.0 [skip ci] ([848e551](848e551))
* **自动发布**: @arvinxu/asset-gallery@1.3.1 [skip ci] ([e9daf40](e9daf40))
* **自动发布**: @arvinxu/asset-gallery@1.3.2 [skip ci] ([e195325](e195325))
* **自动发布**: @arvinxu/asset-gallery@1.3.3-beta.1 [skip ci] ([5c2fb72](5c2fb72))
* **自动发布**: @arvinxu/heatmap-calendar@1.0.1 [skip ci] ([39af9bc](39af9bc))
* **自动发布**: @arvinxu/journey-map@2.1.5 [skip ci] ([e4070ff](e4070ff))
* **自动发布**: @arvinxu/layout-kit@1.1.0-beta.1 [skip ci] ([8c86eb5](8c86eb5))
* **自动发布**: @arvinxu/mindflow@1.8.1 [skip ci] ([d80e695](d80e695))
* **自动发布**: @arvinxu/sortable-list@1.0.0-beta.1 [skip ci] ([29744e0](29744e0))
* **自动发布**: @arvinxu/sortable-list@1.0.0-beta.2 [skip ci] ([1aa3b7b](1aa3b7b))
* **自动发布**: @arvinxu/user-panel@1.0.0 [skip ci] ([50b6e7e](50b6e7e))
* **自动发布**: @arvinxu/user-panel@1.0.1 [skip ci] ([737d3ad](737d3ad))
* **自动发布**: @arvinxu/utils@1.0.2 [skip ci] ([df0e17f](df0e17f))
* **自动发布**: @arvinxu/utils@1.0.2 [skip ci] ([213a3a9](213a3a9))
* 调整构建脚本 ([3886847](3886847))
* 调整构建脚本,修正 canvas 构建问题 ([1fb1b94](1fb1b94)), closes [/github.com/vercel/vercel/issues/3460#issuecomment-905415509](https://github.com//github.com/vercel/vercel/issues/3460/issues/issuecomment-905415509)
* 锁定 father ([87d4007](87d4007))
* 锁定 react-router 版本 ([e913677](e913677))

### 🐛 修复

* 修正 grid 布局问题 ([a80939d](a80939d))

### 👷 构建系统

* 修正构建配置 ([d901be1](d901be1))
* 发起构建 ([2bec945](2bec945))
* 发起构建 ([deb4f6f](deb4f6f))
* 补充 layout-kit 依赖 ([cac614f](cac614f))
* 触发构建 ([4a66c7e](4a66c7e))

### 📝 文档

* 更新文档 ([cca4137](cca4137))

### 🔧 持续集成

* 尝试修正 vercel 构建 ([efc5a1c](efc5a1c))
* 调整 ci 配置 ([e2d2da0](e2d2da0))
* 调整 ci 配置 ([ceb86fd](ceb86fd))
  • Loading branch information
semantic-release-bot committed Feb 2, 2022
1 parent 1af78c1 commit cc67614
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions packages/layout-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

# @arvinxu/layout-kit [1.1.0](https://github.com/arvinxx/components/compare/@arvinxu/layout-kit@1.0.0...@arvinxu/layout-kit@1.1.0) (2022-02-02)


### ✅ 测试

* 修正测试 ([74e0652](https://github.com/arvinxx/components/commit/74e0652))


### ✨ 新特性

* 新增 horizontal props ([1f38438](https://github.com/arvinxx/components/commit/1f38438))


### 🎫 杂项

* **自动发布**: @arvinxu/layout-kit@1.1.0-beta.1 [skip ci] ([8c86eb5](https://github.com/arvinxx/components/commit/8c86eb5))
* 锁定 react-router 版本 ([e913677](https://github.com/arvinxx/components/commit/e913677))


### 📝 文档

* 更新文档 ([cca4137](https://github.com/arvinxx/components/commit/cca4137))

# @arvinxu/layout-kit [1.1.0-beta.1](https://github.com/arvinxx/components/compare/@arvinxu/layout-kit@1.0.0...@arvinxu/layout-kit@1.1.0-beta.1) (2022-02-02)

### ✅ 测试
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.1.0-beta.1",
"version": "1.1.0",
"files": [
"lib",
"es"
Expand Down

0 comments on commit cc67614

Please sign in to comment.