Skip to content

Commit d8b58d3

Browse files
committed
Publish
- @pattern-lab/[email protected] - @pattern-lab/[email protected] - @pattern-lab/[email protected]
1 parent 8106ea1 commit d8b58d3

File tree

6 files changed

+32
-5
lines changed

6 files changed

+32
-5
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.17"></a>
7+
## [0.0.1-alpha.17](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2018-05-04)
8+
9+
10+
### Bug Fixes
11+
12+
* **package:** update publish config and installation target ([27d2c8f](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/commit/27d2c8f))
13+
14+
15+
16+
617
<a name="0.0.1-alpha.16"></a>
718
## [0.0.1-alpha.16](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2018-05-04)
819

packages/cli/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/cli",
33
"description": "Command-line interface (CLI) for the @pattern-lab/core.",
4-
"version": "0.0.1-alpha.16",
4+
"version": "0.0.1-alpha.17",
55
"bin": {
66
"patternlab": "bin/patternlab.js"
77
},

packages/edition-node-gulp/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.9"></a>
7+
# [2.0.0-alpha.9](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2018-05-04)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @pattern-lab/edition-node-gulp
13+
614
<a name="2.0.0-alpha.8"></a>
715
# [2.0.0-alpha.8](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2018-05-04)
816

packages/edition-node-gulp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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.8",
4+
"version": "2.0.0-alpha.9",
55
"main": "gulpfile.js",
66
"dependencies": {
7-
"@pattern-lab/cli": "^0.0.1-alpha.16",
7+
"@pattern-lab/cli": "^0.0.1-alpha.17",
88
"@pattern-lab/core": "^3.0.0-alpha.12",
99
"@pattern-lab/engine-mustache": "^2.0.0-alpha.6",
1010
"@pattern-lab/uikit-workshop": "^1.0.0-alpha.5",

packages/edition-node/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.7"></a>
7+
# [1.0.0-alpha.7](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2018-05-04)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @pattern-lab/edition-node
13+
614
<a name="1.0.0-alpha.6"></a>
715
# [1.0.0-alpha.6](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2018-05-04)
816

packages/edition-node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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.6",
4+
"version": "1.0.0-alpha.7",
55
"main": "patternlab-config.json",
66
"dependencies": {
7-
"@pattern-lab/cli": "^0.0.1-alpha.16",
7+
"@pattern-lab/cli": "^0.0.1-alpha.17",
88
"@pattern-lab/core": "^3.0.0-alpha.12",
99
"@pattern-lab/engine-mustache": "^2.0.0-alpha.6",
1010
"@pattern-lab/uikit-workshop": "^1.0.0-alpha.5"

0 commit comments

Comments
 (0)