Skip to content

Commit 5f6d474

Browse files
committed
ticked up to 0.9.0
removed some dead code closes #111 updated CHANGELOG
1 parent bb88379 commit 5f6d474

File tree

8 files changed

+13
-16
lines changed

8 files changed

+13
-16
lines changed

CHANGELOG

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
THIS CHANGELOG IS AN ATTEMPT TO DOCUMENT CHANGES TO THIS PROJECT.
22

3-
PL-node-v0.8.2
3+
PL-node-
4+
5+
PL-node-v0.9.0
46
- FIX: Added grunt-contrib-copy args to copy all found source/css/*.css
57
- ADD: Added upgrade instructions to README
68
- FIX: Fix issue with styleguide accordions not closing upon click of a sibling menu.
79
- THX: @getsetbro for reporting more issues :)
810
- ADD: Added support for pattern search. This is 'in beta' and should have more testing applied to it.
911
- ADD: Added support for all keyboard shortcuts found in PL-PHP-v1.0.0
1012
- FIX: Fixed an issue where Hay mode and Disco mode did not stop one another when using keyboard shortcuts
13+
- FIX: Fix location of paragraph closing tag to wrap citation
14+
- THX @laurendorman for the pull request!
1115

1216
PL-node-v0.8.1
1317
- FIX: v8 is not pulling in values from global data.json

builder/lineage_hunter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* patternlab-node - v0.8.1 - 2015
2+
* patternlab-node - v0.9.0 - 2015
33
*
44
* Brian Muenzenmeyer, and the web community.
55
* Licensed under the MIT license.

builder/media_hunter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* patternlab-node - v0.8.1 - 2015
2+
* patternlab-node - v0.9.0 - 2015
33
*
44
* Brian Muenzenmeyer, and the web community.
55
* Licensed under the MIT license.

builder/object_factory.js

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* patternlab-node - v0.8.1 - 2015
2+
* patternlab-node - v0.9.0 - 2015
33
*
44
* Brian Muenzenmeyer, and the web community.
55
* Licensed under the MIT license.
@@ -52,18 +52,11 @@
5252
this.patternName = name.charAt(0).toUpperCase() + name.slice(1);
5353
};
5454

55-
var oPatternItem = function(){
56-
this.patternPath = '';
57-
this.patternPartial = '';
58-
this.patternName = '';
59-
};
60-
6155
module.exports = {
6256
oPattern: oPattern,
6357
oBucket: oBucket,
6458
oNavItem: oNavItem,
65-
oNavSubItem: oNavSubItem,
66-
oPatternItem: oPatternItem
59+
oNavSubItem: oNavSubItem
6760
};
6861

6962
}());

builder/pattern_exporter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* patternlab-node - v0.8.1 - 2015
2+
* patternlab-node - v0.9.0 - 2015
33
*
44
* Brian Muenzenmeyer, and the web community.
55
* Licensed under the MIT license.

builder/patternlab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* patternlab-node - v0.8.1 - 2015
2+
* patternlab-node - v0.9.0 - 2015
33
*
44
* Brian Muenzenmeyer, and the web community.
55
* Licensed under the MIT license.

builder/patternlab_grunt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* patternlab-node - v0.8.1 - 2015
2+
* patternlab-node - v0.9.0 - 2015
33
*
44
* Brian Muenzenmeyer, and the web community.
55
* Licensed under the MIT license.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "patternlab-node",
33
"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.8.1",
4+
"version": "0.9.0",
55
"devDependencies": {
66
"grunt": "~0.4.0",
77
"grunt-contrib-watch": "^0.6.1",

0 commit comments

Comments
 (0)