From f94ec8bda6290ef420afb7eb46ebee3fc57797b0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 10 Apr 2021 03:37:01 +0000 Subject: [PATCH] :bookmark: chore(release): @arvinxu/journey-map@1.6.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # @arvinxu/journey-map [1.6.0](https://github.com/arvinxx/components/compare/@arvinxu/journey-map@1.5.0...@arvinxu/journey-map@1.6.0) (2021-04-10) ### ♻ 重构 * 重构列表卡片 ([56b5355](https://github.com/arvinxx/components/commit/56b5355)) ### ✨ 新特性 * 丰富 stage 的数据结构 ([79f247a](https://github.com/arvinxx/components/commit/79f247a)) * 展示 stage 的想法和痛点 ([94bf590](https://github.com/arvinxx/components/commit/94bf590)) * 添加痛点 section ([705e67f](https://github.com/arvinxx/components/commit/705e67f)) * 添加错误捕捉组件 ([ea2a857](https://github.com/arvinxx/components/commit/ea2a857)) ### 🐛 修复 * 修正 thoughts 的语法报错问题 ([5399d08](https://github.com/arvinxx/components/commit/5399d08)) ### 📝 文档 * 优化接口类型 ([1a4ac5d](https://github.com/arvinxx/components/commit/1a4ac5d)) * 更新 schema ([2cd30dd](https://github.com/arvinxx/components/commit/2cd30dd)) --- packages/journey-map/CHANGELOG.md | 26 ++++++++++++++++++++++++++ packages/journey-map/package.json | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/packages/journey-map/CHANGELOG.md b/packages/journey-map/CHANGELOG.md index c7b0fa77..b6c70330 100644 --- a/packages/journey-map/CHANGELOG.md +++ b/packages/journey-map/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +# @arvinxu/journey-map [1.6.0](https://github.com/arvinxx/components/compare/@arvinxu/journey-map@1.5.0...@arvinxu/journey-map@1.6.0) (2021-04-10) + + +### ♻ 重构 + +* 重构列表卡片 ([56b5355](https://github.com/arvinxx/components/commit/56b5355)) + + +### ✨ 新特性 + +* 丰富 stage 的数据结构 ([79f247a](https://github.com/arvinxx/components/commit/79f247a)) +* 展示 stage 的想法和痛点 ([94bf590](https://github.com/arvinxx/components/commit/94bf590)) +* 添加痛点 section ([705e67f](https://github.com/arvinxx/components/commit/705e67f)) +* 添加错误捕捉组件 ([ea2a857](https://github.com/arvinxx/components/commit/ea2a857)) + + +### 🐛 修复 + +* 修正 thoughts 的语法报错问题 ([5399d08](https://github.com/arvinxx/components/commit/5399d08)) + + +### 📝 文档 + +* 优化接口类型 ([1a4ac5d](https://github.com/arvinxx/components/commit/1a4ac5d)) +* 更新 schema ([2cd30dd](https://github.com/arvinxx/components/commit/2cd30dd)) + # @arvinxu/journey-map [1.5.0](https://github.com/arvinxx/components/compare/@arvinxu/journey-map@1.4.1...@arvinxu/journey-map@1.5.0) (2021-04-09) diff --git a/packages/journey-map/package.json b/packages/journey-map/package.json index 9aa27611..f64b6a56 100644 --- a/packages/journey-map/package.json +++ b/packages/journey-map/package.json @@ -1,6 +1,6 @@ { "name": "@arvinxu/journey-map", - "version": "1.5.0", + "version": "1.6.0", "files": [ "lib", "es",