Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit 1e4be5f

Browse files
🔖 chore(release): @arvinxu/sortable-list@1.0.5 [skip ci]
## [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](6fae205)) ### ✨ 新特性 * 新增 hidden api ([406366c](406366c)) ### 🎫 杂项 * 更新依赖 ([82b1dc2](82b1dc2)) * **自动发布**: @arvinxu/layout-kit@1.2.1 [skip ci] ([bf0b0b2](bf0b0b2))
1 parent 24df16f commit 1e4be5f

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

packages/sortable-list/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## @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)
4+
5+
6+
### ✅ 测试
7+
8+
* 修正测试 ([6fae205](https://github.com/arvinxx/components/commit/6fae205))
9+
10+
11+
12+
13+
14+
### Dependencies
15+
16+
* **@arvinxu/layout-kit:** upgraded to 1.3.0
17+
318
## @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)
419

520
### Dependencies

packages/sortable-list/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arvinxu/sortable-list",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"files": [
55
"lib",
66
"es"
@@ -23,7 +23,7 @@
2323
"clean": "rm -rf es lib dist build coverage .umi"
2424
},
2525
"dependencies": {
26-
"@arvinxu/layout-kit": "1.2.1",
26+
"@arvinxu/layout-kit": "1.3.0",
2727
"@dnd-kit/core": "^5.0.1",
2828
"@dnd-kit/modifiers": "^5.0.0",
2929
"@dnd-kit/sortable": "^6.0.0",

0 commit comments

Comments
 (0)