Skip to content

Commit

Permalink
🔖 chore(release): @arvinxu/image-gallery@2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# @arvinxu/image-gallery [2.0.0](https://github.com/arvinxx/components/compare/@arvinxu/image-gallery@1.2.0...@arvinxu/image-gallery@2.0.0) (2021-06-04)

### ✅ 测试

* 修正测试 ([afeb797](afeb797))

### ✨ 新特性

* 支持解析 YAML 语法 ([f74b0a2](f74b0a2))

### 🎫 杂项

* 调整配置项 ([852df33](852df33))

### 💥 BREAKING CHANGES

* 调整 props imageList 成 data, 并支持传入字符串
  • Loading branch information
semantic-release-bot committed Jun 4, 2021
1 parent 0781916 commit e488a3c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions packages/image-gallery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

# @arvinxu/image-gallery [2.0.0](https://github.com/arvinxx/components/compare/@arvinxu/image-gallery@1.2.0...@arvinxu/image-gallery@2.0.0) (2021-06-04)


### ✅ 测试

* 修正测试 ([afeb797](https://github.com/arvinxx/components/commit/afeb797))


### ✨ 新特性

* 支持解析 YAML 语法 ([f74b0a2](https://github.com/arvinxx/components/commit/f74b0a2))


### 🎫 杂项

* 调整配置项 ([852df33](https://github.com/arvinxx/components/commit/852df33))


### 💥 BREAKING CHANGES

* 调整 props imageList 成 data, 并支持传入字符串

# @arvinxu/image-gallery [1.2.0](https://github.com/arvinxx/components/compare/@arvinxu/image-gallery@1.1.1...@arvinxu/image-gallery@1.2.0) (2021-06-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/image-gallery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arvinxu/image-gallery",
"version": "1.2.0",
"version": "2.0.0",
"files": [
"lib",
"es"
Expand Down

0 comments on commit e488a3c

Please sign in to comment.