Skip to content

Commit f9bee72

Browse files
committed
Merge branch 'master' into cli-editions
2 parents e8d5c21 + 64a17dd commit f9bee72

File tree

28 files changed

+212
-99
lines changed

28 files changed

+212
-99
lines changed

packages/cli/CHANGELOG.md

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

6-
<a name="0.0.1-alpha.14"></a>
7-
## [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)
6+
<a name="0.0.1-alpha.15"></a>
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

10-
### Bug Fixes
10+
### Features
1111

12-
* **config:** Add npm registry to lerna config ([1473cd5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/commit/1473cd5))
12+
* **package:** standardize and hoist common devDependencies ([7f4ce6f](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/commit/7f4ce6f))
13+
14+
<a name="0.0.1-alpha.14"></a>
1315

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)
1417

18+
### Bug Fixes
1519

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

1722
<a name="0.0.1-alpha.13"></a>
18-
## 0.0.1-alpha.13 (2018-03-02)
1923

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

2126
### Features
2227

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pattern-lab/cli",
33
"description": "Command-line interface (CLI) for the @pattern-lab/core.",
4-
"version": "0.0.1-alpha.14",
4+
"version": "0.0.1-alpha.15",
55
"bin": {
66
"patternlab": "bin/patternlab.js"
77
},
@@ -10,8 +10,8 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@pattern-lab/core": "3.0.0-alpha.10",
14-
"@pattern-lab/live-server": "1.3.3-alpha.1",
13+
"@pattern-lab/core": "^3.0.0-alpha.11",
14+
"@pattern-lab/live-server": "^1.3.3-alpha.2",
1515
"archiver": "2.1.1",
1616
"chalk": "2.3.2",
1717
"commander": "2.14.1",

packages/core/CHANGELOG.md

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

6+
<a name="3.0.0-alpha.11"></a>
7+
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)
9+
10+
### Bug Fixes
11+
12+
* **changes_hunter:** guard for incrementalRebuild while watching ([c652b9c](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/c652b9c)), closes [#794](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/issues/794) [#802](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/issues/802)
13+
* **data_loader:** look for exact name of the file passed in ([eb46be2](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/eb46be2))
14+
* **get:** add internal ability to omit missing pattern warning ([e3dddc6](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/e3dddc6)), closes [#786](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/issues/786)
15+
* **lint:** run code through prettier ([ca52fde](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/ca52fde)), closes [#825](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/issues/825)
16+
* **package:** update LICENSE ([337aa32](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/337aa32))
17+
* **tests:** Revert annotations file back to expected legacy format ([3618f27](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/3618f27))
18+
19+
### Features
20+
21+
* **package:** standardize and hoist common devDependencies ([7f4ce6f](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/7f4ce6f))
22+
623
<a name="3.0.0-alpha.10"></a>
7-
# [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)
824

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)
926

1027
### Bug Fixes
1128

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

16-
1733
### Features
1834

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

21-
22-
23-
2437
<a name="3.0.0-alpha.9"></a>
25-
# 3.0.0-alpha.9 (2018-03-02)
2638

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

2841
### Bug Fixes
2942

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

33-
3446
### Features
3547

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

40-
41-
42-
4352
<a name="3.0.0-alpha.8"></a>
4453

4554
# [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/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@pattern-lab/core",
33
"description": "Create atomic design systems with Pattern Lab. This is the core API and orchestrator of the ecosystem.",
4-
"version": "3.0.0-alpha.10",
4+
"version": "3.0.0-alpha.11",
55
"main": "./src/index.js",
66
"dependencies": {
7-
"@pattern-lab/engine-mustache": "^2.0.0-alpha.4",
8-
"@pattern-lab/live-server": "^1.3.3-alpha.1",
7+
"@pattern-lab/engine-mustache": "^2.0.0-alpha.5",
8+
"@pattern-lab/live-server": "^1.3.3-alpha.2",
99
"chalk": "^1.1.3",
1010
"chokidar": "^1.7.0",
1111
"dive": "^0.5.0",

packages/edition-node-gulp/CHANGELOG.md

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

6-
<a name="2.0.0-alpha.6"></a>
7-
# [2.0.0-alpha.6](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2018-03-05)
6+
<a name="2.0.0-alpha.7"></a>
87

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

1010
### Bug Fixes
1111

12-
* **config:** Add npm registry to lerna config ([1473cd5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/commit/1473cd5))
12+
* **package:** remove files obsoleted by monorepo ([9abb8ac](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/commit/9abb8ac))
13+
* **package:** update LICENSE ([337aa32](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/commit/337aa32))
1314

15+
<a name="2.0.0-alpha.6"></a>
1416

15-
### Features
17+
# [2.0.0-alpha.6](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2018-03-05)
1618

17-
* **README:** Update for brevity and consistency ([65a2969](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/commit/65a2969))
19+
### Bug Fixes
1820

21+
* **config:** Add npm registry to lerna config ([1473cd5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/commit/1473cd5))
1922

23+
### Features
2024

25+
* **README:** Update for brevity and consistency ([65a2969](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/commit/65a2969))
2126

2227
<a name="2.0.0-alpha.5"></a>
23-
# 2.0.0-alpha.5 (2018-03-02)
2428

29+
# 2.0.0-alpha.5 (2018-03-02)
2530

2631
### Bug Fixes
2732

2833
* **package:** Regenerate package.lock and upgrade patternlab-node ([93ec49e](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/commit/93ec49e))
2934
* **packages:** Allow scoped publishing ([58beeb6](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/commit/58beeb6))
3035

31-
3236
### Features
3337

3438
* **packages:** Update all package.json repo and bug links ([5eb2c11](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/commit/5eb2c11))

packages/edition-node-gulp/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@pattern-lab/edition-node-gulp",
33
"description": "The gulp wrapper around patternlab-node core, providing tasks to interact with the core library and move supporting frontend assets.",
4-
"version": "2.0.0-alpha.6",
4+
"version": "2.0.0-alpha.7",
55
"main": "gulpfile.js",
66
"dependencies": {
7-
"@pattern-lab/core": "^3.0.0-alpha.10",
8-
"@pattern-lab/engine-mustache": "^2.0.0-alpha.4",
9-
"@pattern-lab/uikit-workshop": "^1.0.0-alpha.3",
7+
"@pattern-lab/core": "^3.0.0-alpha.11",
8+
"@pattern-lab/engine-mustache": "^2.0.0-alpha.5",
9+
"@pattern-lab/uikit-workshop": "^1.0.0-alpha.4",
1010
"gulp": "^3.9.1",
1111
"minimist": "^1.2.0"
1212
},

packages/edition-node/CHANGELOG.md

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

6+
<a name="1.0.0-alpha.5"></a>
7+
8+
# [1.0.0-alpha.5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2018-03-21)
9+
10+
### Bug Fixes
11+
12+
* **package:** remove files obsoleted by monorepo ([9abb8ac](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/commit/9abb8ac))
13+
* **package:** update LICENSE ([337aa32](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/commit/337aa32))
14+
615
<a name="1.0.0-alpha.4"></a>
7-
# [1.0.0-alpha.4](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2018-03-05)
816

17+
# [1.0.0-alpha.4](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2018-03-05)
918

1019
### Bug Fixes
1120

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

14-
1523
### Features
1624

1725
* **README:** Update for brevity and consistency ([65a2969](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/commit/65a2969))
1826
* **README:** Update for brevity and consistency ([a7f6866](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/commit/a7f6866))
1927

20-
21-
22-
2328
<a name="1.0.0-alpha.3"></a>
24-
# 1.0.0-alpha.3 (2018-03-02)
2529

30+
# 1.0.0-alpha.3 (2018-03-02)
2631

2732
### Bug Fixes
2833

2934
* **packages:** Allow scoped publishing ([58beeb6](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/commit/58beeb6))
3035
* **README:** Fix typos ([b3d1846](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/commit/b3d1846))
3136

32-
3337
### Features
3438

3539
* **packages:** Update all package.json repo and bug links ([5eb2c11](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/commit/5eb2c11))

packages/edition-node/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@pattern-lab/edition-node",
33
"description": "A pure wrapper around patternlab-node core, the default pattern engine, and supporting frontend assets.",
4-
"version": "1.0.0-alpha.4",
4+
"version": "1.0.0-alpha.5",
55
"main": "patternlab-config.json",
66
"dependencies": {
77
"@pattern-lab/cli": "^0.0.1-alpha.14",
8-
"@pattern-lab/core": "^3.0.0-alpha.10",
9-
"@pattern-lab/engine-mustache": "^2.0.0-alpha.4",
10-
"@pattern-lab/uikit-workshop": "^1.0.0-alpha.3"
8+
"@pattern-lab/core": "^3.0.0-alpha.11",
9+
"@pattern-lab/engine-mustache": "^2.0.0-alpha.5",
10+
"@pattern-lab/uikit-workshop": "^1.0.0-alpha.4"
1111
},
1212
"keywords": [
1313
"Pattern Lab",

packages/engine-handlebars/CHANGELOG.md

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

6-
<a name="2.0.0-alpha.4"></a>
7-
# [2.0.0-alpha.4](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2018-03-05)
6+
<a name="2.0.0-alpha.5"></a>
87

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

1010
### Bug Fixes
1111

12-
* **config:** Add npm registry to lerna config ([1473cd5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars/commit/1473cd5))
12+
* **lint:** run code through prettier ([ca52fde](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars/commit/ca52fde)), closes [#825](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars/issues/825)
13+
* **package:** remove files obsoleted by monorepo ([9abb8ac](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars/commit/9abb8ac))
14+
* **package:** update LICENSE ([337aa32](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars/commit/337aa32))
15+
* **README:** update content for consistency ([4edf0d4](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars/commit/4edf0d4)), closes [#815](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars/issues/815)
1316

17+
<a name="2.0.0-alpha.4"></a>
1418

19+
# [2.0.0-alpha.4](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2018-03-05)
1520

21+
### Bug Fixes
22+
23+
* **config:** Add npm registry to lerna config ([1473cd5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars/commit/1473cd5))
1624

1725
<a name="2.0.0-alpha.3"></a>
18-
# 2.0.0-alpha.3 (2018-03-02)
1926

27+
# 2.0.0-alpha.3 (2018-03-02)
2028

2129
### Bug Fixes
2230

2331
* **packages:** Allow scoped publishing ([58beeb6](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars/commit/58beeb6))
2432

25-
2633
### Features
2734

2835
* **packages:** Update all package.json repo and bug links ([5eb2c11](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars/commit/5eb2c11))

packages/engine-handlebars/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pattern-lab/engine-handlebars",
33
"description": "The Handlebars engine for Pattern Lab / Node",
4-
"version": "2.0.0-alpha.4",
4+
"version": "2.0.0-alpha.5",
55
"main": "lib/engine_handlebars.js",
66
"dependencies": {
77
"fs-extra": "^0.30.0",

0 commit comments

Comments
 (0)