From b78c0dd21aff4bd8b14a120bed90389f1c7d1410 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 21 Sep 2021 16:25:18 +0800 Subject: [PATCH] :bookmark: chore(release): @arvinxu/macos-traffic-light@3.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # @arvinxu/macos-traffic-light [3.0.0](https://github.com/arvinxx/components/compare/@arvinxu/macos-traffic-light@2.0.3...@arvinxu/macos-traffic-light@3.0.0) (2021-09-21) ### ✨ 新特性 * 优化接口定义 ([dd9ea51](https://github.com/arvinxx/components/commit/dd9ea51)) ### 💥 BREAKING CHANGES * 调整最大化最小化等接口用法 --- packages/macos-traffic-light/CHANGELOG.md | 40 +++++++++++------------ packages/macos-traffic-light/package.json | 2 +- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/packages/macos-traffic-light/CHANGELOG.md b/packages/macos-traffic-light/CHANGELOG.md index c216c798..3a91250a 100644 --- a/packages/macos-traffic-light/CHANGELOG.md +++ b/packages/macos-traffic-light/CHANGELOG.md @@ -1,61 +1,61 @@ # Changelog -## @arvinxu/macos-traffic-light [2.0.3](https://github.com/arvinxx/components/compare/@arvinxu/macos-traffic-light@2.0.2...@arvinxu/macos-traffic-light@2.0.3) (2021-03-23) +# @arvinxu/macos-traffic-light [3.0.0](https://github.com/arvinxx/components/compare/@arvinxu/macos-traffic-light@2.0.3...@arvinxu/macos-traffic-light@3.0.0) (2021-09-21) +### ✨ 新特性 -### 🐛 修复 +- 优化接口定义 ([dd9ea51](https://github.com/arvinxx/components/commit/dd9ea51)) + +### 💥 BREAKING CHANGES -* 修正失焦 hover 时的 icon 状态 ([b412b1a](https://github.com/arvinxx/components/commit/b412b1a)) +- 调整最大化最小化等接口用法 + +## @arvinxu/macos-traffic-light [2.0.3](https://github.com/arvinxx/components/compare/@arvinxu/macos-traffic-light@2.0.2...@arvinxu/macos-traffic-light@2.0.3) (2021-03-23) + +### 🐛 修复 +- 修正失焦 hover 时的 icon 状态 ([b412b1a](https://github.com/arvinxx/components/commit/b412b1a)) ### 📝 文档 -* 更新说明文档 ([aa9aa7a](https://github.com/arvinxx/components/commit/aa9aa7a)) +- 更新说明文档 ([aa9aa7a](https://github.com/arvinxx/components/commit/aa9aa7a)) ## @arvinxu/macos-traffic-light [2.0.2](https://github.com/arvinxx/components/compare/@arvinxu/macos-traffic-light@2.0.1...@arvinxu/macos-traffic-light@2.0.2) (2021-03-23) - ### 🐛 修复 -* 修正失焦时的状态 ([e2f549f](https://github.com/arvinxx/components/commit/e2f549f)) +- 修正失焦时的状态 ([e2f549f](https://github.com/arvinxx/components/commit/e2f549f)) ## @arvinxu/macos-traffic-light [2.0.1](https://github.com/arvinxx/components/compare/@arvinxu/macos-traffic-light@2.0.0...@arvinxu/macos-traffic-light@2.0.1) (2021-03-23) - ### 🐛 修复 -* 修正模块缺少依赖的问题 ([7e1e858](https://github.com/arvinxx/components/commit/7e1e858)) +- 修正模块缺少依赖的问题 ([7e1e858](https://github.com/arvinxx/components/commit/7e1e858)) # @arvinxu/macos-traffic-light [2.0.0](https://github.com/arvinxx/components/compare/@arvinxu/macos-traffic-light@1.0.0...@arvinxu/macos-traffic-light@2.0.0) (2021-03-23) - ### 🎫 杂项 -* 调整 Props 命名 ([45bbdaf](https://github.com/arvinxx/components/commit/45bbdaf)) - +- 调整 Props 命名 ([45bbdaf](https://github.com/arvinxx/components/commit/45bbdaf)) ### 💥 BREAKING CHANGES -* 调整接口命名 +- 调整接口命名 # @arvinxu/macos-traffic-light 1.0.0 (2021-03-23) - ### ♻ 重构 -* 优化实现代码 ([6dbd35f](https://github.com/arvinxx/components/commit/6dbd35f)) - +- 优化实现代码 ([6dbd35f](https://github.com/arvinxx/components/commit/6dbd35f)) ### ✅ 测试 -* 补充测试用例 ([63cba7a](https://github.com/arvinxx/components/commit/63cba7a)) - +- 补充测试用例 ([63cba7a](https://github.com/arvinxx/components/commit/63cba7a)) ### ✨ 新特性 -* 初步完成组件 ([4890082](https://github.com/arvinxx/components/commit/4890082)) - +- 初步完成组件 ([4890082](https://github.com/arvinxx/components/commit/4890082)) ### 🎫 杂项 -* 初始化 TrafficLight 组件 ([85588b6](https://github.com/arvinxx/components/commit/85588b6)) +- 初始化 TrafficLight 组件 ([85588b6](https://github.com/arvinxx/components/commit/85588b6)) diff --git a/packages/macos-traffic-light/package.json b/packages/macos-traffic-light/package.json index 0b9b99a2..8a2eb609 100644 --- a/packages/macos-traffic-light/package.json +++ b/packages/macos-traffic-light/package.json @@ -1,6 +1,6 @@ { "name": "@arvinxu/macos-traffic-light", - "version": "2.0.3", + "version": "3.0.0", "files": [ "lib", "es"