From 1e4be5fb7ffdbcc4cebf25776151a4e9f967096d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 3 Feb 2022 10:31:27 +0000 Subject: [PATCH] :bookmark: chore(release): @arvinxu/sortable-list@1.0.5 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [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)) ### ✨ 新特性 * 新增 hidden api ([406366c](https://github.com/arvinxx/components/commit/406366c)) ### 🎫 杂项 * 更新依赖 ([82b1dc2](https://github.com/arvinxx/components/commit/82b1dc2)) * **自动发布**: @arvinxu/layout-kit@1.2.1 [skip ci] ([bf0b0b2](https://github.com/arvinxx/components/commit/bf0b0b2)) --- packages/sortable-list/CHANGELOG.md | 15 +++++++++++++++ packages/sortable-list/package.json | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/packages/sortable-list/CHANGELOG.md b/packages/sortable-list/CHANGELOG.md index 6cec17c5..aeeef816 100644 --- a/packages/sortable-list/CHANGELOG.md +++ b/packages/sortable-list/CHANGELOG.md @@ -1,5 +1,20 @@ # 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) + + +### ✅ 测试 + +* 修正测试 ([6fae205](https://github.com/arvinxx/components/commit/6fae205)) + + + + + +### Dependencies + +* **@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) ### Dependencies diff --git a/packages/sortable-list/package.json b/packages/sortable-list/package.json index 17ad6d29..3815133f 100644 --- a/packages/sortable-list/package.json +++ b/packages/sortable-list/package.json @@ -1,6 +1,6 @@ { "name": "@arvinxu/sortable-list", - "version": "1.0.4", + "version": "1.0.5", "files": [ "lib", "es" @@ -23,7 +23,7 @@ "clean": "rm -rf es lib dist build coverage .umi" }, "dependencies": { - "@arvinxu/layout-kit": "1.2.1", + "@arvinxu/layout-kit": "1.3.0", "@dnd-kit/core": "^5.0.1", "@dnd-kit/modifiers": "^5.0.0", "@dnd-kit/sortable": "^6.0.0",