File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
THIS CHANGELOG IS AN ATTEMPT TO DOCUMENT CHANGES TO THIS PROJECT.
2
2
3
+ PL-node-v0.1.4
4
+ - FIX: Resolved issue with nested pattern rendering
5
+ - FIX: Supporting flat pattern name regex's in unix-systems
6
+ - THX: thanks @torbs for the issue and pull request
7
+
3
8
PL-node-v0.1.3
4
9
- ADD: Pattern states
5
10
- ADD: Ships with grunt connect if you are into that kinda thing
Original file line number Diff line number Diff line change 1
1
/*
2
- * patternlab-node - v0.1.3 - 2014
2
+ * patternlab-node - v0.1.4 - 2014
3
3
*
4
4
* Brian Muenzenmeyer, and the web community.
5
5
* Licensed under the MIT license.
Original file line number Diff line number Diff line change 1
1
/*
2
- * patternlab-node - v0.1.3 - 2014
2
+ * patternlab-node - v0.1.4 - 2014
3
3
*
4
4
* Brian Muenzenmeyer, and the web community.
5
5
* Licensed under the MIT license.
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.1.3 " ,
4
+ "version" : " 0.1.4 " ,
5
5
"devDependencies" : {
6
6
"grunt" : " ~0.4.0" ,
7
7
"grunt-contrib-watch" : " ~0.2.0" ,
You can’t perform that action at this time.
0 commit comments