Skip to content

Commit 30b45a2

Browse files
committed
[skip travis] chore(release): publish v5.7.0
1 parent 9acd251 commit 30b45a2

File tree

22 files changed

+2288
-2191
lines changed

22 files changed

+2288
-2191
lines changed

CHANGELOG.md

Lines changed: 273 additions & 262 deletions
Large diffs are not rendered by default.

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "3.11.0",
3-
"version": "5.6.0",
3+
"version": "5.7.0",
44
"packages": [
55
"packages/*"
66
],

packages/cli/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+
# [5.7.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/compare/v5.6.0...v5.7.0) (2020-02-17)
7+
8+
9+
### Features
10+
11+
* **cli:** make options more user friendly ([ad845b3](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/commit/ad845b394ef81f90895ebb5bc6f12cc608e5e3d4))
12+
13+
14+
15+
16+
17+
618
# [5.4.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/compare/v5.3.3...v5.4.0) (2019-11-26)
719

820
**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": "5.4.0",
4+
"version": "5.7.0",
55
"bin": {
66
"patternlab": "bin/patternlab.js"
77
},
88
"author": {
99
"name": "Raphael Okon"
1010
},
1111
"dependencies": {
12-
"@pattern-lab/core": "^5.4.0",
12+
"@pattern-lab/core": "^5.7.0",
1313
"@pattern-lab/live-server": "^5.0.0",
1414
"archiver": "2.1.1",
1515
"chalk": "2.4.1",

packages/core/CHANGELOG.md

Lines changed: 299 additions & 290 deletions
Large diffs are not rendered by default.

packages/core/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/core",
33
"description": "Create atomic design systems with Pattern Lab. This is the core API and orchestrator of the ecosystem.",
4-
"version": "5.4.0",
4+
"version": "5.7.0",
55
"main": "./src/index.js",
66
"dependencies": {
77
"@pattern-lab/engine-mustache": "^5.0.0",

packages/create/CHANGELOG.md

Lines changed: 63 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -3,65 +3,74 @@
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-
# [5.4.0](https://github.com/pattern-lab/patternlab-node/compare/v5.3.3...v5.4.0) (2019-11-26)
6+
# [5.7.0](https://github.com/pattern-lab/patternlab-node/compare/v5.6.0...v5.7.0) (2020-02-17)
77

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

1010

1111

1212

1313

14-
# [5.3.0](https://github.com/pattern-lab/patternlab-node/compare/v5.2.0...v5.3.0) (2019-11-13)
15-
16-
**Note:** Version bump only for package create-pattern-lab
17-
18-
19-
20-
21-
22-
# [5.1.0](https://github.com/pattern-lab/patternlab-node/compare/v5.0.2...v5.1.0) (2019-10-29)
23-
24-
**Note:** Version bump only for package create-pattern-lab
25-
26-
27-
28-
29-
30-
# [5.0.0](https://github.com/pattern-lab/patternlab-node/compare/v3.0.0-beta.3...v5.0.0) (2019-10-25)
31-
32-
**Note:** Version bump only for package create-pattern-lab
33-
34-
35-
36-
37-
38-
39-
## [1.0.11](https://github.com/pattern-lab/patternlab-node/compare/create-pattern-lab@1.0.10...create-pattern-lab@1.0.11) (2019-10-14)
40-
41-
**Note:** Version bump only for package create-pattern-lab
42-
43-
44-
45-
46-
47-
48-
## [1.0.8](https://github.com/pattern-lab/patternlab-node/compare/create-pattern-lab@1.0.7...create-pattern-lab@1.0.8) (2019-08-23)
49-
50-
**Note:** Version bump only for package create-pattern-lab
51-
52-
53-
54-
55-
56-
## [1.0.7](https://github.com/pattern-lab/patternlab-node/compare/create-pattern-lab@1.0.6...create-pattern-lab@1.0.7) (2019-08-23)
57-
58-
**Note:** Version bump only for package create-pattern-lab
59-
60-
61-
62-
63-
64-
65-
## [1.0.6](https://github.com/sghoweri/patternlab-node/compare/create-pattern-lab@1.0.5...create-pattern-lab@1.0.6) (2019-05-16)
66-
14+
15+
# [5.4.0](https://github.com/pattern-lab/patternlab-node/compare/v5.3.3...v5.4.0) (2019-11-26)
16+
17+
**Note:** Version bump only for package create-pattern-lab
18+
19+
20+
21+
22+
23+
# [5.3.0](https://github.com/pattern-lab/patternlab-node/compare/v5.2.0...v5.3.0) (2019-11-13)
24+
25+
**Note:** Version bump only for package create-pattern-lab
26+
27+
28+
29+
30+
31+
# [5.1.0](https://github.com/pattern-lab/patternlab-node/compare/v5.0.2...v5.1.0) (2019-10-29)
32+
33+
**Note:** Version bump only for package create-pattern-lab
34+
35+
36+
37+
38+
39+
# [5.0.0](https://github.com/pattern-lab/patternlab-node/compare/v3.0.0-beta.3...v5.0.0) (2019-10-25)
40+
41+
**Note:** Version bump only for package create-pattern-lab
42+
43+
44+
45+
46+
47+
48+
## [1.0.11](https://github.com/pattern-lab/patternlab-node/compare/create-pattern-lab@1.0.10...create-pattern-lab@1.0.11) (2019-10-14)
49+
50+
**Note:** Version bump only for package create-pattern-lab
51+
52+
53+
54+
55+
56+
57+
## [1.0.8](https://github.com/pattern-lab/patternlab-node/compare/create-pattern-lab@1.0.7...create-pattern-lab@1.0.8) (2019-08-23)
58+
59+
**Note:** Version bump only for package create-pattern-lab
60+
61+
62+
63+
64+
65+
## [1.0.7](https://github.com/pattern-lab/patternlab-node/compare/create-pattern-lab@1.0.6...create-pattern-lab@1.0.7) (2019-08-23)
66+
67+
**Note:** Version bump only for package create-pattern-lab
68+
69+
70+
71+
72+
73+
74+
## [1.0.6](https://github.com/sghoweri/patternlab-node/compare/create-pattern-lab@1.0.5...create-pattern-lab@1.0.6) (2019-05-16)
75+
6776
**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": "5.4.0",
3+
"version": "5.7.0",
44
"description": "",
55
"bin": "index.js",
66
"main": "index.js",
77
"scripts": {},
88
"dependencies": {
9-
"@pattern-lab/cli": "^5.4.0"
9+
"@pattern-lab/cli": "^5.7.0"
1010
},
1111
"author": "",
1212
"license": "MIT",

0 commit comments

Comments
 (0)