From c16f594c2dfcc00ce4925e2310ed950d755f7efc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 31 Jul 2022 17:52:39 +0800 Subject: [PATCH] :bookmark: chore(release): @arvinxu/color-picker@1.0.0-beta.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # @arvinxu/color-picker 1.0.0-beta.1 (2022-07-31) ### ✅ 测试 * 更新快照 ([7001a37](https://github.com/arvinxx/components/commit/7001a37)) ### ✨ 新特性 * 初步完成 hsl、hsv 支持 ([9915f0c](https://github.com/arvinxx/components/commit/9915f0c)) * 支持各方向灵活切换 ([86923c8](https://github.com/arvinxx/components/commit/86923c8)) * 支持预区点击复制 hex ([f7a2fd4](https://github.com/arvinxx/components/commit/f7a2fd4)) ### 🎫 杂项 * 优化依赖 ([5713040](https://github.com/arvinxx/components/commit/5713040)) * 初始化 color-picker 组件 ([b54a876](https://github.com/arvinxx/components/commit/b54a876)) * 更新打包配置项 ([9742445](https://github.com/arvinxx/components/commit/9742445)) ### 🐛 修复 * 修正当 S或V 为 0 时 hue 变成 NaN 的问题 ([40e3594](https://github.com/arvinxx/components/commit/40e3594)) ### 💄 样式 * fix style ([033940d](https://github.com/arvinxx/components/commit/033940d)) * 优化预览器样式 ([e078276](https://github.com/arvinxx/components/commit/e078276)) ### 🔧 持续集成 * fix ci build ([0670290](https://github.com/arvinxx/components/commit/0670290)) ### wip * 非受控模式进度 70% ([ad3a96a](https://github.com/arvinxx/components/commit/ad3a96a)) --- packages/color-picker/CHANGELOG.md | 36 ++++++++++++++++++++++++++++++ packages/color-picker/package.json | 4 ++-- 2 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 packages/color-picker/CHANGELOG.md diff --git a/packages/color-picker/CHANGELOG.md b/packages/color-picker/CHANGELOG.md new file mode 100644 index 00000000..e0bb2bc5 --- /dev/null +++ b/packages/color-picker/CHANGELOG.md @@ -0,0 +1,36 @@ +# Changelog + +# @arvinxu/color-picker 1.0.0-beta.1 (2022-07-31) + +### ✅ 测试 + +- 更新快照 ([7001a37](https://github.com/arvinxx/components/commit/7001a37)) + +### ✨ 新特性 + +- 初步完成 hsl、hsv 支持 ([9915f0c](https://github.com/arvinxx/components/commit/9915f0c)) +- 支持各方向灵活切换 ([86923c8](https://github.com/arvinxx/components/commit/86923c8)) +- 支持预区点击复制 hex ([f7a2fd4](https://github.com/arvinxx/components/commit/f7a2fd4)) + +### 🎫 杂项 + +- 优化依赖 ([5713040](https://github.com/arvinxx/components/commit/5713040)) +- 初始化 color-picker 组件 ([b54a876](https://github.com/arvinxx/components/commit/b54a876)) +- 更新打包配置项 ([9742445](https://github.com/arvinxx/components/commit/9742445)) + +### 🐛 修复 + +- 修正当 S 或 V 为 0 时 hue 变成 NaN 的问题 ([40e3594](https://github.com/arvinxx/components/commit/40e3594)) + +### 💄 样式 + +- fix style ([033940d](https://github.com/arvinxx/components/commit/033940d)) +- 优化预览器样式 ([e078276](https://github.com/arvinxx/components/commit/e078276)) + +### 🔧 持续集成 + +- fix ci build ([0670290](https://github.com/arvinxx/components/commit/0670290)) + +### wip + +- 非受控模式进度 70% ([ad3a96a](https://github.com/arvinxx/components/commit/ad3a96a)) diff --git a/packages/color-picker/package.json b/packages/color-picker/package.json index 78617312..e74fd473 100644 --- a/packages/color-picker/package.json +++ b/packages/color-picker/package.json @@ -1,6 +1,6 @@ { "name": "@arvinxu/color-picker", - "version": "1.0.0", + "version": "1.0.0-beta.1", "files": [ "lib", "es" @@ -23,7 +23,7 @@ "clean": "rm -rf es lib dist build coverage .umi" }, "dependencies": { - "@arvinxu/layout-kit": "^1.4.0", + "@arvinxu/layout-kit": "1.4.0", "chroma-js": "^2.1.1", "classnames": "^2.3.1", "copy-to-clipboard": "^3.3.1",