Skip to content

Commit

Permalink
🔖 chore(release): @arvinxu/macos-traffic-light@3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# @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](dd9ea51))

### 💥 BREAKING CHANGES

* 调整最大化最小化等接口用法
  • Loading branch information
semantic-release-bot committed Sep 21, 2021
1 parent dd9ea51 commit b78c0dd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 deletions packages/macos-traffic-light/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion packages/macos-traffic-light/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arvinxu/macos-traffic-light",
"version": "2.0.3",
"version": "3.0.0",
"files": [
"lib",
"es"
Expand Down

0 comments on commit b78c0dd

Please sign in to comment.