Skip to content

Commit 0c02c73

Browse files
committed
Publish
- @pattern-lab/[email protected] - @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] - @pattern-lab/[email protected] - @pattern-lab/[email protected] - @pattern-lab/[email protected] - @pattern-lab/[email protected] - @pattern-lab/[email protected]
1 parent 502fde7 commit 0c02c73

File tree

26 files changed

+225
-43
lines changed

26 files changed

+225
-43
lines changed

packages/cli/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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+
# [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)
7+
8+
9+
### Bug Fixes
10+
11+
* updates to fix eslint / prettier issues; update packages/core to reuse root .eslintrc.js file ([5b7a057](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/commit/5b7a057))
12+
* **cli:** add custom install logic to edition-node ([f04fd26](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/commit/f04fd26))
13+
* **cli:** re-order and clarify engines ([e39e301](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/commit/e39e301))
14+
15+
16+
### Features
17+
18+
* **starterkits:** add starterkit-handlebars-demo ([384d2cf](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/commit/384d2cf))
19+
20+
21+
22+
23+
24+
625
## [0.0.3](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2019-05-16)
726

827
**Note:** Version bump only for package @pattern-lab/cli

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@pattern-lab/cli",
33
"description": "Command-line interface (CLI) for the @pattern-lab/core.",
4-
"version": "0.0.3",
4+
"version": "0.1.0",
55
"bin": {
66
"patternlab": "bin/patternlab.js"
77
},
88
"author": {
99
"name": "Raphael Okon"
1010
},
1111
"dependencies": {
12-
"@pattern-lab/core": "^3.0.1",
12+
"@pattern-lab/core": "^3.0.2",
1313
"@pattern-lab/live-server": "^1.3.3",
1414
"archiver": "2.1.1",
1515
"chalk": "2.4.1",

packages/core/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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+
## [3.0.2](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2019-08-23)
7+
8+
9+
### Bug Fixes
10+
11+
* add eslint fixes ([00d7bbe](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/00d7bbe))
12+
* correct typo in build logging ([96d989f](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/96d989f))
13+
* updates to address eslint / prettier issues ([d945acc](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/d945acc))
14+
* updates to fix eslint / prettier issues; update packages/core to reuse root .eslintrc.js file ([5b7a057](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/5b7a057))
15+
16+
17+
18+
19+
20+
621
## [3.0.1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2019-05-16)
722

823
**Note:** Version bump only for package @pattern-lab/core

packages/core/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/core",
33
"description": "Create atomic design systems with Pattern Lab. This is the core API and orchestrator of the ecosystem.",
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"main": "./src/index.js",
66
"dependencies": {
77
"@pattern-lab/engine-mustache": "^2.0.1-alpha.0",
@@ -30,9 +30,9 @@
3030
"eslint-config-prettier": "^6.0.0",
3131
"eslint-plugin-import": "^2.18.2",
3232
"eslint-plugin-prettier": "^3.1.0",
33-
"prettier": "^1.14.3",
3433
"husky": "0.14.3",
3534
"jsdoc-to-markdown": "3.0.0",
35+
"prettier": "^1.14.3",
3636
"pretty-quick": "^1.11.1",
3737
"rewire": "2.5.2",
3838
"standard-version": "4.3.0",

packages/create/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.7](https://github.com/pattern-lab/patternlab-node/compare/[email protected]@1.0.7) (2019-08-23)
7+
8+
**Note:** Version bump only for package create-pattern-lab
9+
10+
11+
12+
13+
14+
615
## [1.0.6](https://github.com/sghoweri/patternlab-node/compare/[email protected]@1.0.6) (2019-05-16)
716

817
**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.6",
3+
"version": "1.0.7",
44
"description": "",
55
"bin": "index.js",
66
"main": "index.js",
77
"scripts": {},
88
"dependencies": {
9-
"@pattern-lab/cli": "^0.0.3"
9+
"@pattern-lab/cli": "^0.1.0"
1010
},
1111
"author": "",
1212
"license": "MIT",

packages/development-edition-engine-handlebars/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+
# [0.1.0](https://github.com/pattern-lab/patternlab-node/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2019-08-23)
7+
8+
9+
### Bug Fixes
10+
11+
* Rename Handlebars and Nunjucks extension setting to "extend" ([74e5af2](https://github.com/pattern-lab/patternlab-node/commit/74e5af2))
12+
13+
14+
### Features
15+
16+
* **engine-handlebars:** Demonstration of custom Handlebars helper ([f330b5b](https://github.com/pattern-lab/patternlab-node/commit/f330b5b))
17+
18+
19+
20+
21+
22+
623
## [0.0.3](https://github.com/pattern-lab/patternlab-node/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2019-05-16)
724

825
**Note:** Version bump only for package @pattern-lab/development-edition-engine-handlebars

packages/development-edition-engine-handlebars/package.json

Lines changed: 5 additions & 5 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.0.3",
4+
"version": "0.1.0",
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,11 +27,11 @@
2727
"node": ">=10.0"
2828
},
2929
"dependencies": {
30-
"@pattern-lab/cli": "^0.0.3",
31-
"@pattern-lab/core": "^3.0.1",
32-
"@pattern-lab/engine-handlebars": "^2.0.0-beta.1",
30+
"@pattern-lab/cli": "^0.1.0",
31+
"@pattern-lab/core": "^3.0.2",
32+
"@pattern-lab/engine-handlebars": "^2.0.0",
3333
"@pattern-lab/engine-mustache": "^2.0.1-alpha.0",
3434
"@pattern-lab/starterkit-mustache-demo": "^5.0.0",
35-
"@pattern-lab/uikit-workshop": "^1.0.1"
35+
"@pattern-lab/uikit-workshop": "^1.0.2"
3636
}
3737
}

packages/development-edition-engine-react/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.3](https://github.com/pattern-lab/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/engine-react-testing-tree
9+
10+
11+
12+
13+
14+
615
## [0.1.2](https://github.com/pattern-lab/edition-node-gulp/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2019-05-16)
716

817
**Note:** Version bump only for package @pattern-lab/engine-react-testing-tree

packages/development-edition-engine-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@pattern-lab/engine-react-testing-tree",
33
"description": "The tree of components we use to test, develop and validate the React engine",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"private": true,
66
"main": "gulpfile.js",
77
"dependencies": {
8-
"@pattern-lab/core": "^3.0.1",
8+
"@pattern-lab/core": "^3.0.2",
99
"@pattern-lab/engine-mustache": "^2.0.1-alpha.0",
1010
"@pattern-lab/engine-react": "^0.2.1-beta.1",
11-
"@pattern-lab/uikit-workshop": "^1.0.1",
11+
"@pattern-lab/uikit-workshop": "^1.0.2",
1212
"gulp": "3.9.1",
1313
"minimist": "^1.2.0",
1414
"react": "16.2.0"

0 commit comments

Comments
 (0)