Skip to content

Commit 043054a

Browse files
committed
release: v1.6.0
1 parent 4db4157 commit 043054a

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,28 @@
1+
<a name="1.6.0"></a>
2+
# [1.6.0](https://github.com/chrisvxd/story2sketch/compare/v1.5.0...v1.6.0) (2019-05-20)
3+
4+
5+
### Features
6+
7+
* upgrade to [email protected] ([4db4157](https://github.com/chrisvxd/story2sketch/commit/4db4157))
8+
9+
10+
111
<a name="1.5.0"></a>
212
# [1.5.0](https://github.com/chrisvxd/story2sketch/compare/v1.4.0...v1.5.0) (2019-04-22)
313

414

15+
### Bug Fixes
16+
17+
* correct logs when outputting by group ([bb67cd1](https://github.com/chrisvxd/story2sketch/commit/bb67cd1))
18+
* ensure outputBy param works correctly ([11fd7f4](https://github.com/chrisvxd/story2sketch/commit/11fd7f4))
19+
20+
521
### Features
6-
* add `outputBy` API for splitting Sketch output into multiple files ([6290cae](https://github.com/chrisvxd/story2sketch/commit/6290cae) and [f2a9ee0](https://github.com/chrisvxd/story2sketch/commit/f2a9ee0))
7-
* add `layoutBy` API for grouping Sketch symbols ([6290cae](https://github.com/chrisvxd/story2sketch/commit/6290cae) and [f2a9ee0](https://github.com/chrisvxd/story2sketch/commit/f2a9ee0))
22+
23+
* add support for grouping by symbols by "group" key ([f2a9ee0](https://github.com/chrisvxd/story2sketch/commit/f2a9ee0))
24+
* add support for outputting multiple files by kind, or laying out stories by kind ([6290cae](https://github.com/chrisvxd/story2sketch/commit/6290cae))
25+
826

927

1028
<a name="1.4.0"></a>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "story2sketch",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Convert storybook to sketch",
55
"homepage": "https://github.com/chrisvxd/story2sketch",
66
"license": "MIT",

0 commit comments

Comments
 (0)