File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,10 @@ THIS CHANGELOG IS AN ATTEMPT TO DOCUMENT CHANGES TO THIS PROJECT.
2
2
3
3
PL-node-v0.13.0
4
4
- FIX: Cleanup an old file and an incorrect entry in the .gitignore file
5
- - CHG: Change order of pattern addition and ~variant pattern addition so they build naturally in the menu.
5
+ - CHG: Change order of pattern addition and ~variant pattern addition so they build naturally in the menu.
6
6
- THX: Thanks @e2tha-e for the flurry of pull requests!
7
+ - CHG: Update data merge function to prioritize handle pattern~variant.json files
8
+ - THX: Thanks @e2tha-e for finding, fixing, and unit testing the data merge issue.
7
9
8
10
PL-node-v0.12.0
9
11
- ADD: Gulp support arrives with an optional configuration
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " patternlab-node" ,
3
3
"description" : " Pattern Lab is a collection of tools to help you create atomic design systems. This is the node command line interface (CLI)." ,
4
- "version" : " 0.12 .0" ,
4
+ "version" : " 0.13 .0" ,
5
5
"devDependencies" : {
6
6
"browser-sync" : " ^2.8.2" ,
7
7
"del" : " ^1.2.1" ,
You can’t perform that action at this time.
0 commit comments