Skip to content

Commit

Permalink
🔖 chore(release): @arvinxu/sortable-list@1.0.6 [skip ci]
Browse files Browse the repository at this point in the history
## @arvinxu/sortable-list [1.0.6](https://github.com/arvinxx/components/compare/@arvinxu/sortable-list@1.0.5...@arvinxu/sortable-list@1.0.6) (2022-03-08)

### ♻ 重构

* 基于 StoreUpdater 重构受控模式代码 ([337168e](337168e))
* 完成组件功能迁移 ([44ddeed](44ddeed))
* 重构 store ([5563979](5563979))

### ✅ 测试

* 修正单测 ([89307f0](89307f0))
* 添加单测 ([2e812bc](2e812bc))

### 🎫 杂项

* 修正构架配置 ([fda5d6e](fda5d6e))
* 移动组件目录 ([490e16d](490e16d))

### 👷 构建系统

* 构建发版 ([f617f9a](f617f9a))
  • Loading branch information
semantic-release-bot committed Mar 8, 2022
1 parent f617f9a commit c6d5ce5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
23 changes: 20 additions & 3 deletions packages/sortable-list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,36 @@
# Changelog

## @arvinxu/sortable-list [1.0.5](https://github.com/arvinxx/components/compare/@arvinxu/sortable-list@1.0.4...@arvinxu/sortable-list@1.0.5) (2022-02-03)
## @arvinxu/sortable-list [1.0.6](https://github.com/arvinxx/components/compare/@arvinxu/sortable-list@1.0.5...@arvinxu/sortable-list@1.0.6) (2022-03-08)

### ♻ 重构

- 基于 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))

### ✅ 测试

* 修正测试 ([6fae205](https://github.com/arvinxx/components/commit/6fae205))
- 修正单测 ([89307f0](https://github.com/arvinxx/components/commit/89307f0))
- 添加单测 ([2e812bc](https://github.com/arvinxx/components/commit/2e812bc))

### 🎫 杂项

- 修正构架配置 ([fda5d6e](https://github.com/arvinxx/components/commit/fda5d6e))
- 移动组件目录 ([490e16d](https://github.com/arvinxx/components/commit/490e16d))

### 👷 构建系统

- 构建发版 ([f617f9a](https://github.com/arvinxx/components/commit/f617f9a))

## @arvinxu/sortable-list [1.0.5](https://github.com/arvinxx/components/compare/@arvinxu/sortable-list@1.0.4...@arvinxu/sortable-list@1.0.5) (2022-02-03)

### ✅ 测试

- 修正测试 ([6fae205](https://github.com/arvinxx/components/commit/6fae205))

### Dependencies

* **@arvinxu/layout-kit:** upgraded to 1.3.0
- **@arvinxu/layout-kit:** upgraded to 1.3.0

## @arvinxu/sortable-list [1.0.4](https://github.com/arvinxx/components/compare/@arvinxu/sortable-list@1.0.3...@arvinxu/sortable-list@1.0.4) (2022-02-03)

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

1 comment on commit c6d5ce5

@vercel
Copy link

@vercel vercel bot commented on c6d5ce5 Mar 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.