Skip to content

Commit dfed274

Browse files
committed
Publish
- @pattern-lab/[email protected] - @pattern-lab/[email protected] - @pattern-lab/[email protected] - @pattern-lab/[email protected] - @pattern-lab/[email protected] - @pattern-lab/[email protected] - @pattern-lab/[email protected] - @pattern-lab/[email protected] - @pattern-lab/[email protected] - @pattern-lab/[email protected] - @pattern-lab/[email protected] - @pattern-lab/[email protected] - @pattern-lab/[email protected]
1 parent 58beeb6 commit dfed274

File tree

26 files changed

+277
-62
lines changed

26 files changed

+277
-62
lines changed

packages/cli/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
<a name="0.0.1-alpha.13"></a>
7+
## 0.0.1-alpha.13 (2018-03-02)
8+
9+
10+
### Features
11+
12+
* **cli:** Rename package ([9ea40d4](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/commit/9ea40d4))

packages/cli/package.json

Lines changed: 2 additions & 2 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.12",
4+
"version": "0.0.1-alpha.13",
55
"bin": {
66
"patternlab": "bin/patternlab.js"
77
},
@@ -10,7 +10,7 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@pattern-lab/live-server": "1.3.2",
13+
"@pattern-lab/live-server": "^1.3.3-alpha.0",
1414
"archiver": "2.1.1",
1515
"chalk": "2.3.1",
1616
"chokidar": "2.0.2",

packages/core/CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# Change Log
22

3-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
<a name="3.0.0-alpha.9"></a>
7+
# 3.0.0-alpha.9 (2018-03-02)
8+
9+
10+
### Bug Fixes
11+
12+
* **core:** Fix tests ([31d67a7](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/31d67a7))
13+
* **packages:** Allow scoped publishing ([58beeb6](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/58beeb6))
14+
15+
16+
### Features
17+
18+
* **core:** Add tests for help command ([62cd8fb](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/62cd8fb))
19+
* **package:** Hoist up tap and test command. ([6cacdb6](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/6cacdb6))
20+
* **packages:** Update all package.json repo and bug links ([5eb2c11](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/5eb2c11))
21+
22+
23+
424

525
<a name="3.0.0-alpha.8"></a>
626

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": "Pattern Lab is a collection of tools to help you create atomic design systems. This is the node command line interface (CLI).",
4-
"version": "3.0.0-alpha.8",
4+
"version": "3.0.0-alpha.9",
55
"main": "./src/index.js",
66
"dependencies": {
7-
"@pattern-lab/engine-mustache": "^2.0.0-alpha.2",
8-
"@pattern-lab/live-server": "^1.3.2",
7+
"@pattern-lab/engine-mustache": "^2.0.0-alpha.3",
8+
"@pattern-lab/live-server": "^1.3.3-alpha.0",
99
"chalk": "^1.1.3",
1010
"chokidar": "^1.7.0",
1111
"dive": "^0.5.0",
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
<a name="2.0.0-alpha.5"></a>
7+
# 2.0.0-alpha.5 (2018-03-02)
8+
9+
10+
### Bug Fixes
11+
12+
* **package:** Regenerate package.lock and upgrade patternlab-node ([93ec49e](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/commit/93ec49e))
13+
* **packages:** Allow scoped publishing ([58beeb6](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/commit/58beeb6))
14+
15+
16+
### Features
17+
18+
* **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: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"name": "@pattern-lab/edition-node-gulp",
3-
"description":
4-
"The gulp wrapper around patternlab-node core, providing tasks to interact with the core library and move supporting frontend assets.",
5-
"version": "2.0.0-alpha.4",
3+
"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.5",
65
"main": "gulpfile.js",
76
"dependencies": {
8-
"@pattern-lab/engine-mustache": "^2.0.0-alpha.1",
9-
"@pattern-lab/core": "^3.0.0-alpha.8",
10-
"@pattern-lab/uikit-workshop": "1.0.0-alpha.1",
7+
"@pattern-lab/core": "^3.0.0-alpha.9",
8+
"@pattern-lab/engine-mustache": "^2.0.0-alpha.3",
9+
"@pattern-lab/uikit-workshop": "^1.0.0-alpha.2",
1110
"gulp": "^3.9.1",
1211
"minimist": "^1.2.0"
1312
},
@@ -18,8 +17,7 @@
1817
"Gulp",
1918
"Javascript"
2019
],
21-
"repository":
22-
"https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp",
20+
"repository": "https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp",
2321
"bugs": "https://github.com/pattern-lab/patternlab-node/issues",
2422
"author": "Brian Muenzenmeyer",
2523
"scripts": {

packages/edition-node/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
<a name="1.0.0-alpha.3"></a>
7+
# 1.0.0-alpha.3 (2018-03-02)
8+
9+
10+
### Bug Fixes
11+
12+
* **packages:** Allow scoped publishing ([58beeb6](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/commit/58beeb6))
13+
* **README:** Fix typos ([b3d1846](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/commit/b3d1846))
14+
15+
16+
### Features
17+
18+
* **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: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
{
22
"name": "@pattern-lab/edition-node",
3-
"description":
4-
"A pure wrapper around patternlab-node core, the default pattern engine, and supporting frontend assets.",
5-
"version": "1.0.0-alpha.2",
3+
"description": "A pure wrapper around patternlab-node core, the default pattern engine, and supporting frontend assets.",
4+
"version": "1.0.0-alpha.3",
65
"main": "patternlab-config.json",
76
"dependencies": {
8-
"@pattern-lab/engine-mustache": "^2.0.0-alpha.1",
9-
"@pattern-lab/core": "^3.0.0-alpha.8",
10-
"@pattern-lab/uikit-workshop": "^1.0.0-alpha.1"
7+
"@pattern-lab/core": "^3.0.0-alpha.9",
8+
"@pattern-lab/engine-mustache": "^2.0.0-alpha.3",
9+
"@pattern-lab/uikit-workshop": "^1.0.0-alpha.2"
1110
},
12-
"keywords": ["Pattern Lab", "Atomic Web Design", "Node", "Javascript"],
13-
"repository":
14-
"https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node",
11+
"keywords": [
12+
"Pattern Lab",
13+
"Atomic Web Design",
14+
"Node",
15+
"Javascript"
16+
],
17+
"repository": "https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node",
1518
"bugs": "https://github.com/pattern-lab/patternlab-node/issues",
1619
"author": "Brian Muenzenmeyer",
1720
"scripts": {
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
<a name="2.0.0-alpha.3"></a>
7+
# 2.0.0-alpha.3 (2018-03-02)
8+
9+
10+
### Bug Fixes
11+
12+
* **packages:** Allow scoped publishing ([58beeb6](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars/commit/58beeb6))
13+
14+
15+
### Features
16+
17+
* **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: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"name": "@pattern-lab/engine-handlebars",
33
"description": "The Handlebars engine for Pattern Lab / Node",
4-
"version": "2.0.0-alpha.2",
4+
"version": "2.0.0-alpha.3",
55
"main": "lib/engine_handlebars.js",
66
"dependencies": {
77
"fs-extra": "^0.30.0",
88
"handlebars": "^4.0.5"
99
},
10-
"devDependencies": {},
1110
"keywords": [
1211
"Pattern Lab",
1312
"Atomic Web Design",
@@ -17,8 +16,7 @@
1716
"Javascript",
1817
"Handlebars"
1918
],
20-
"repository":
21-
"https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars",
19+
"repository": "https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars",
2220
"bugs": "https://github.com/pattern-lab/patternlab-node/issues",
2321
"author": "Brian Muenzenmeyer & Geoffrey Pursell",
2422
"license": "MIT",

0 commit comments

Comments
 (0)