Skip to content

Commit 64a17dd

Browse files
committed
Publish
- @pattern-lab/cli@0.0.1-alpha.15 - @pattern-lab/core@3.0.0-alpha.11 - @pattern-lab/edition-node-gulp@2.0.0-alpha.7 - @pattern-lab/edition-node@1.0.0-alpha.5 - @pattern-lab/engine-handlebars@2.0.0-alpha.5 - @pattern-lab/engine-liquid@1.0.0-alpha.8 - @pattern-lab/engine-mustache@2.0.0-alpha.5 - @pattern-lab/engine-nunjucks@0.1.4-alpha.1 - @pattern-lab/engine-react@0.2.1-alpha.2 - @pattern-lab/engine-twig@0.2.1-alpha.2 - @pattern-lab/engine-underscore@2.0.0-alpha.4 - @pattern-lab/live-server@1.3.3-alpha.2 - @pattern-lab/plugin-tab@2.0.3-alpha.2 - @pattern-lab/uikit-workshop@1.0.0-alpha.4
1 parent e54c967 commit 64a17dd

File tree

28 files changed

+240
-25
lines changed

28 files changed

+240
-25
lines changed

packages/cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.15"></a>
7+
## [0.0.1-alpha.15](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/compare/@pattern-lab/cli@0.0.1-alpha.14...@pattern-lab/cli@0.0.1-alpha.15) (2018-03-21)
8+
9+
10+
### Features
11+
12+
* **package:** standardize and hoist common devDependencies ([7f4ce6f](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/commit/7f4ce6f))
13+
14+
15+
16+
617
<a name="0.0.1-alpha.14"></a>
718
## [0.0.1-alpha.14](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/compare/@pattern-lab/cli@0.0.1-alpha.13...@pattern-lab/cli@0.0.1-alpha.14) (2018-03-05)
819

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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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+
# [3.0.0-alpha.11](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/compare/@pattern-lab/core@3.0.0-alpha.10...@pattern-lab/core@3.0.0-alpha.11) (2018-03-21)
8+
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+
20+
### Features
21+
22+
* **package:** standardize and hoist common devDependencies ([7f4ce6f](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/7f4ce6f))
23+
24+
25+
26+
627
<a name="3.0.0-alpha.10"></a>
728
# [3.0.0-alpha.10](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/compare/@pattern-lab/core@3.0.0-alpha.9...@pattern-lab/core@3.0.0-alpha.10) (2018-03-05)
829

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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.7"></a>
7+
# [2.0.0-alpha.7](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/compare/@pattern-lab/edition-node-gulp@2.0.0-alpha.6...@pattern-lab/edition-node-gulp@2.0.0-alpha.7) (2018-03-21)
8+
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-gulp/commit/9abb8ac))
13+
* **package:** update LICENSE ([337aa32](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/commit/337aa32))
14+
15+
16+
17+
618
<a name="2.0.0-alpha.6"></a>
719
# [2.0.0-alpha.6](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/compare/@pattern-lab/edition-node-gulp@2.0.0-alpha.5...@pattern-lab/edition-node-gulp@2.0.0-alpha.6) (2018-03-05)
820

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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
# [1.0.0-alpha.5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/compare/@pattern-lab/edition-node@1.0.0-alpha.4...@pattern-lab/edition-node@1.0.0-alpha.5) (2018-03-21)
8+
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+
15+
16+
17+
618
<a name="1.0.0-alpha.4"></a>
719
# [1.0.0-alpha.4](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/compare/@pattern-lab/edition-node@1.0.0-alpha.3...@pattern-lab/edition-node@1.0.0-alpha.4) (2018-03-05)
820

packages/edition-node/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",
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": {
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
},
1111
"keywords": [
1212
"Pattern Lab",

packages/engine-handlebars/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.5"></a>
7+
# [2.0.0-alpha.5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars/compare/@pattern-lab/engine-handlebars@2.0.0-alpha.4...@pattern-lab/engine-handlebars@2.0.0-alpha.5) (2018-03-21)
8+
9+
10+
### Bug Fixes
11+
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)
16+
17+
18+
19+
620
<a name="2.0.0-alpha.4"></a>
721
# [2.0.0-alpha.4](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars/compare/@pattern-lab/engine-handlebars@2.0.0-alpha.3...@pattern-lab/engine-handlebars@2.0.0-alpha.4) (2018-03-05)
822

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)