Skip to content

Commit fe2d1be

Browse files
committed
Publish
- @pattern-lab/[email protected] - [email protected] - @pattern-lab/[email protected] - @pattern-lab/[email protected] - @pattern-lab/[email protected] - @pattern-lab/[email protected] - @pattern-lab/[email protected]
1 parent ccef0ce commit fe2d1be

File tree

14 files changed

+81
-12
lines changed

14 files changed

+81
-12
lines changed

packages/cli/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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+
# [1.0.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2019-08-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **cli:** merge config arrays via overwrite instead of concatenate ([42e5f7b](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/commit/42e5f7b))
12+
* **cli:** proper path resolution to helpers ([a18fe5e](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/commit/a18fe5e))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* **cli:** previously, we concatenated arrays, which is unlikely to be intended
18+
19+
20+
21+
22+
623
# [0.1.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2019-08-23)
724

825

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.1.0",
4+
"version": "1.0.0",
55
"bin": {
66
"patternlab": "bin/patternlab.js"
77
},

packages/create/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+
## [1.0.8](https://github.com/pattern-lab/patternlab-node/compare/[email protected]@1.0.8) (2019-08-23)
7+
8+
**Note:** Version bump only for package create-pattern-lab
9+
10+
11+
12+
13+
614
## [1.0.7](https://github.com/pattern-lab/patternlab-node/compare/[email protected]@1.0.7) (2019-08-23)
715

816
**Note:** Version bump only for package create-pattern-lab

packages/create/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "create-pattern-lab",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "",
55
"bin": "index.js",
66
"main": "index.js",
77
"scripts": {},
88
"dependencies": {
9-
"@pattern-lab/cli": "^0.1.0"
9+
"@pattern-lab/cli": "^1.0.0"
1010
},
1111
"author": "",
1212
"license": "MIT",

packages/development-edition-engine-handlebars/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+
## [0.1.1](https://github.com/pattern-lab/patternlab-node/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2019-08-23)
7+
8+
**Note:** Version bump only for package @pattern-lab/development-edition-engine-handlebars
9+
10+
11+
12+
13+
614
# [0.1.0](https://github.com/pattern-lab/patternlab-node/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2019-08-23)
715

816

packages/development-edition-engine-handlebars/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/development-edition-engine-handlebars",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"description": "The tree of components we use to test, develop and validate the Handlebars engine",
66
"scripts": {
77
"pl:build": "patternlab build --config ./patternlab-config.json",
@@ -27,7 +27,7 @@
2727
"node": ">=10.0"
2828
},
2929
"dependencies": {
30-
"@pattern-lab/cli": "^0.1.0",
30+
"@pattern-lab/cli": "^1.0.0",
3131
"@pattern-lab/core": "^3.0.2",
3232
"@pattern-lab/engine-handlebars": "^2.0.0",
3333
"@pattern-lab/engine-mustache": "^2.0.1-alpha.0",

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+
## [2.0.4](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2019-08-23)
7+
8+
**Note:** Version bump only for package @pattern-lab/edition-node-gulp
9+
10+
11+
12+
13+
614
## [2.0.3](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2019-08-23)
715

816
**Note:** Version bump only for package @pattern-lab/edition-node-gulp

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.3",
4+
"version": "2.0.4",
55
"main": "gulpfile.js",
66
"dependencies": {
7-
"@pattern-lab/cli": "^0.1.0",
7+
"@pattern-lab/cli": "^1.0.0",
88
"@pattern-lab/core": "^3.0.2",
99
"@pattern-lab/engine-mustache": "^2.0.1-alpha.0",
1010
"@pattern-lab/uikit-workshop": "^1.0.2",

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+
## [2.0.1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2019-08-23)
7+
8+
**Note:** Version bump only for package @pattern-lab/edition-node
9+
10+
11+
12+
13+
614
# [2.0.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2019-08-23)
715

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": "2.0.0",
4+
"version": "2.0.1",
55
"main": "patternlab-config.json",
66
"dependencies": {
7-
"@pattern-lab/cli": "^0.1.0",
7+
"@pattern-lab/cli": "^1.0.0",
88
"@pattern-lab/core": "^3.0.2",
99
"@pattern-lab/engine-handlebars": "^2.0.0",
1010
"@pattern-lab/uikit-workshop": "^1.0.2"

0 commit comments

Comments
 (0)