Skip to content

Commit a71adff

Browse files
Merge pull request #846 from pattern-lab/dev
Pattern Lab Node 3.0.0-alpha.12
2 parents 64a17dd + d6ba41c commit a71adff

File tree

100 files changed

+25037
-2004
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+25037
-2004
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Thumbs.db
66
.vscode/
77
.idea/
88
packages/core/test/public
9+
packages/*/public
910
!packages/core/test/patterns/public/.gitkeep
1011
!packages/core/test/patterns/testDependencyGraph.json
1112
lerna-debug.log

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
},
1111
"nyc": {
1212
"exclude": [
13-
"**/*_tests.js"
13+
"**/*_tests.js",
14+
"packages/core/test/**",
15+
"packages/live-server/*"
1416
]
1517
}
1618
}

packages/cli/CHANGELOG.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,24 @@ All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

66
<a name="0.0.1-alpha.15"></a>
7-
## [0.0.1-alpha.15](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2018-03-21)
87

8+
## [0.0.1-alpha.15](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2018-03-21)
99

1010
### Features
1111

1212
* **package:** standardize and hoist common devDependencies ([7f4ce6f](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/commit/7f4ce6f))
1313

14-
15-
16-
1714
<a name="0.0.1-alpha.14"></a>
18-
## [0.0.1-alpha.14](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2018-03-05)
1915

16+
## [0.0.1-alpha.14](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2018-03-05)
2017

2118
### Bug Fixes
2219

2320
* **config:** Add npm registry to lerna config ([1473cd5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/commit/1473cd5))
2421

25-
26-
27-
2822
<a name="0.0.1-alpha.13"></a>
29-
## 0.0.1-alpha.13 (2018-03-02)
3023

24+
## 0.0.1-alpha.13 (2018-03-02)
3125

3226
### Features
3327

packages/cli/bin/cli-actions/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ const config = Object.assign(patternlab.getDefaultConfig(), {
55
});
66

77
module.exports = ({ version }) =>
8-
`${version} (PatternLab Node Core version: ${patternlab(config).v()})`;
8+
`${version} (PatternLab Node Core version: ${patternlab(config).version()})`;

packages/cli/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"author": {
99
"name": "Raphael Okon"
1010
},
11-
"private": true,
1211
"dependencies": {
1312
"@pattern-lab/core": "^3.0.0-alpha.11",
1413
"@pattern-lab/live-server": "^1.3.3-alpha.2",

packages/core/CHANGELOG.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

66
<a name="3.0.0-alpha.11"></a>
7-
# [3.0.0-alpha.11](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2018-03-21)
87

8+
# [3.0.0-alpha.11](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2018-03-21)
99

1010
### Bug Fixes
1111

@@ -16,51 +16,39 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1616
* **package:** update LICENSE ([337aa32](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/337aa32))
1717
* **tests:** Revert annotations file back to expected legacy format ([3618f27](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/3618f27))
1818

19-
2019
### Features
2120

2221
* **package:** standardize and hoist common devDependencies ([7f4ce6f](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/7f4ce6f))
2322

24-
25-
26-
2723
<a name="3.0.0-alpha.10"></a>
28-
# [3.0.0-alpha.10](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2018-03-05)
2924

25+
# [3.0.0-alpha.10](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2018-03-05)
3026

3127
### Bug Fixes
3228

3329
* **config:** Add npm registry to lerna config ([1473cd5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/1473cd5))
3430
* **config:** update patch to uikit files ([5ccd0d2](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/5ccd0d2))
3531
* **package:** clarify description of package ([c65611e](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/c65611e))
3632

37-
3833
### Features
3934

4035
* **README:** Update for brevity and consistency ([aec7c50](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/aec7c50))
4136

42-
43-
44-
4537
<a name="3.0.0-alpha.9"></a>
46-
# 3.0.0-alpha.9 (2018-03-02)
4738

39+
# 3.0.0-alpha.9 (2018-03-02)
4840

4941
### Bug Fixes
5042

5143
* **core:** Fix tests ([31d67a7](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/31d67a7))
5244
* **packages:** Allow scoped publishing ([58beeb6](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/58beeb6))
5345

54-
5546
### Features
5647

5748
* **core:** Add tests for help command ([62cd8fb](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/62cd8fb))
5849
* **package:** Hoist up tap and test command. ([6cacdb6](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/6cacdb6))
5950
* **packages:** Update all package.json repo and bug links ([5eb2c11](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/5eb2c11))
6051

61-
62-
63-
6452
<a name="3.0.0-alpha.8"></a>
6553

6654
# [3.0.0-alpha.8](https://github.com/pattern-lab/patternlab-node/compare/v3.0.0-alpha.7...v3.0.0-alpha.8) (2018-02-22)

packages/core/docs/README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,7 @@ Many of these functions are exposed to users within [Editions](https://github.co
2626
Returns the standardized default config used to run Pattern Lab. This method can be called statically or after instantiation.
2727

2828
**Returns**: <code>object</code> - Returns the object representation of the `patternlab-config.json`
29-
## `version()` ⇒ <code>void</code>
30-
31-
Logs current version to standard output
32-
33-
**Returns**: <code>void</code> - current patternlab-node version as defined in `package.json`
34-
## `v()` ⇒ <code>string</code>
29+
## `version()` ⇒ <code>string</code>
3530

3631
Returns current version
3732

@@ -63,7 +58,7 @@ Many of these functions are exposed to users within [Editions](https://github.co
6358

6459
Logs usage to standard output
6560

66-
**Returns**: <code>void</code> - pattern lab API usage, as console output
61+
**Returns**: <code>void</code> - Pattern Lab API usage, as console output
6762
## `installplugin(pluginName)` ⇒ <code>void</code>
6863

6964
Installs plugin already available via `node_modules/`

0 commit comments

Comments
 (0)