Skip to content

Commit d18ddac

Browse files
[skip travis] chore(release): publish v5.14.0
1 parent a5a1265 commit d18ddac

File tree

40 files changed

+220
-53
lines changed

40 files changed

+220
-53
lines changed

CHANGELOG.md

+8
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+
# [5.14.0](https://github.com/pattern-lab/patternlab-node/compare/v5.13.3...v5.14.0) (2021-01-12)
7+
8+
**Note:** Version bump only for package patternlab-node
9+
10+
11+
12+
13+
614
## [5.13.3](https://github.com/pattern-lab/patternlab-node/compare/v5.13.2...v5.13.3) (2020-12-17)
715

816
**Note:** Version bump only for package patternlab-node-main

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "3.11.0",
3-
"version": "5.13.3",
3+
"version": "5.14.0",
44
"packages": [
55
"packages/*"
66
],

packages/cli/CHANGELOG.md

+9
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+
# [5.14.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/compare/v5.13.3...v5.14.0) (2021-01-12)
7+
8+
**Note:** Version bump only for package @pattern-lab/cli
9+
10+
11+
12+
13+
14+
615
## [5.13.3](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/compare/v5.13.2...v5.13.3) (2020-12-17)
716

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

packages/cli/package.json

+2-2
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.13.3",
4+
"version": "5.14.0",
55
"bin": {
66
"patternlab": "bin/patternlab.js"
77
},
88
"author": {
99
"name": "Patternlab contributors"
1010
},
1111
"dependencies": {
12-
"@pattern-lab/core": "^5.13.3",
12+
"@pattern-lab/core": "^5.14.0",
1313
"@pattern-lab/live-server": "^5.13.0",
1414
"@pattern-lab/starterkit-mustache-base": "3.0.3",
1515
"archiver": "2.1.1",

packages/core/CHANGELOG.md

+8
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+
# [5.14.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/compare/v5.13.3...v5.14.0) (2021-01-12)
7+
8+
**Note:** Version bump only for package @pattern-lab/core
9+
10+
11+
12+
13+
614
## [5.13.3](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/compare/v5.13.2...v5.13.3) (2020-12-17)
715

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

packages/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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.13.3",
4+
"version": "5.14.0",
55
"main": "./src/index.js",
66
"dependencies": {
7-
"@pattern-lab/engine-mustache": "^5.12.0",
7+
"@pattern-lab/engine-mustache": "^5.14.0",
88
"@pattern-lab/live-server": "^5.13.0",
99
"chalk": "1.1.3",
1010
"chokidar": "1.7.0",

packages/create/CHANGELOG.md

+8
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+
# [5.14.0](https://github.com/pattern-lab/patternlab-node/compare/v5.13.3...v5.14.0) (2021-01-12)
7+
8+
**Note:** Version bump only for package create-pattern-lab
9+
10+
11+
12+
13+
614
## [5.13.3](https://github.com/pattern-lab/patternlab-node/compare/v5.13.2...v5.13.3) (2020-12-17)
715

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

packages/create/package.json

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

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

+8
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+
# [5.14.0](https://github.com/pattern-lab/patternlab-node/compare/v5.13.3...v5.14.0) (2021-01-12)
7+
8+
**Note:** Version bump only for package @pattern-lab/development-edition-engine-handlebars
9+
10+
11+
12+
13+
614
## [5.13.3](https://github.com/pattern-lab/patternlab-node/compare/v5.13.2...v5.13.3) (2020-12-17)
715

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

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

+7-7
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": "5.13.3",
4+
"version": "5.14.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",
@@ -29,12 +29,12 @@
2929
"node": ">=12.12.0"
3030
},
3131
"dependencies": {
32-
"@pattern-lab/cli": "^5.13.3",
33-
"@pattern-lab/core": "^5.13.3",
34-
"@pattern-lab/engine-handlebars": "^5.10.1",
35-
"@pattern-lab/engine-mustache": "^5.12.0",
32+
"@pattern-lab/cli": "^5.14.0",
33+
"@pattern-lab/core": "^5.14.0",
34+
"@pattern-lab/engine-handlebars": "^5.14.0",
35+
"@pattern-lab/engine-mustache": "^5.14.0",
3636
"@pattern-lab/plugin-tab": "^5.13.0",
37-
"@pattern-lab/starterkit-handlebars-demo": "^5.11.1",
38-
"@pattern-lab/uikit-workshop": "^5.13.3"
37+
"@pattern-lab/starterkit-handlebars-demo": "^5.14.0",
38+
"@pattern-lab/uikit-workshop": "^5.14.0"
3939
}
4040
}

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

+8
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+
# [5.14.0](https://github.com/pattern-lab/edition-node-gulp/compare/v5.13.3...v5.14.0) (2021-01-12)
7+
8+
**Note:** Version bump only for package @pattern-lab/engine-react-testing-tree
9+
10+
11+
12+
13+
614
## [5.13.3](https://github.com/pattern-lab/edition-node-gulp/compare/v5.13.2...v5.13.3) (2020-12-17)
715

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

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

+4-4
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": "5.13.3",
4+
"version": "5.14.0",
55
"private": true,
66
"main": "gulpfile.js",
77
"dependencies": {
8-
"@pattern-lab/core": "^5.13.3",
9-
"@pattern-lab/engine-mustache": "^5.12.0",
8+
"@pattern-lab/core": "^5.14.0",
9+
"@pattern-lab/engine-mustache": "^5.14.0",
1010
"@pattern-lab/engine-react": "^5.10.0",
11-
"@pattern-lab/uikit-workshop": "^5.13.3",
11+
"@pattern-lab/uikit-workshop": "^5.14.0",
1212
"gulp": "3.9.1",
1313
"minimist": "^1.2.0",
1414
"react": "16.2.0"

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

+9
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+
# [5.14.0](https://github.com/pattern-lab/patternlab-node/compare/v5.13.3...v5.14.0) (2021-01-12)
7+
8+
**Note:** Version bump only for package @pattern-lab/development-edition-engine-twig
9+
10+
11+
12+
13+
14+
615
## [5.13.3](https://github.com/pattern-lab/patternlab-node/compare/v5.13.2...v5.13.3) (2020-12-17)
716

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

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pattern-lab/development-edition-engine-twig",
33
"private": true,
4-
"version": "5.13.3",
4+
"version": "5.14.0",
55
"description": "The tree of components we use to test, develop and validate the twig engine (not engine-twig-php)",
66
"scripts": {
77
"postbootstrap": "patternlab install --starterkits @pattern-lab/starterkit-twig-demo",
@@ -30,11 +30,11 @@
3030
"node": ">=12.12.0"
3131
},
3232
"dependencies": {
33-
"@pattern-lab/cli": "^5.13.3",
34-
"@pattern-lab/core": "^5.13.3",
35-
"@pattern-lab/engine-twig": "^5.10.2",
36-
"@pattern-lab/starterkit-twig-demo": "^5.10.1",
37-
"@pattern-lab/uikit-workshop": "^5.13.3"
33+
"@pattern-lab/cli": "^5.14.0",
34+
"@pattern-lab/core": "^5.14.0",
35+
"@pattern-lab/engine-twig": "^5.14.0",
36+
"@pattern-lab/starterkit-twig-demo": "^5.14.0",
37+
"@pattern-lab/uikit-workshop": "^5.14.0"
3838
},
3939
"workspaces": {
4040
"nohoist": [

packages/edition-node-gulp/CHANGELOG.md

+8
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+
# [5.14.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/compare/v5.13.3...v5.14.0) (2021-01-12)
7+
8+
**Note:** Version bump only for package @pattern-lab/edition-node-gulp
9+
10+
11+
12+
13+
614
## [5.13.3](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/compare/v5.13.2...v5.13.3) (2020-12-17)
715

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

packages/edition-node-gulp/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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": "5.13.3",
4+
"version": "5.14.0",
55
"main": "gulpfile.js",
66
"dependencies": {
7-
"@pattern-lab/cli": "^5.13.3",
8-
"@pattern-lab/core": "^5.13.3",
9-
"@pattern-lab/engine-mustache": "^5.12.0",
10-
"@pattern-lab/uikit-workshop": "^5.13.3",
7+
"@pattern-lab/cli": "^5.14.0",
8+
"@pattern-lab/core": "^5.14.0",
9+
"@pattern-lab/engine-mustache": "^5.14.0",
10+
"@pattern-lab/uikit-workshop": "^5.14.0",
1111
"gulp": "3.9.1",
1212
"minimist": "1.2.5"
1313
},

packages/edition-node/CHANGELOG.md

+8
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+
# [5.14.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/compare/v5.13.3...v5.14.0) (2021-01-12)
7+
8+
**Note:** Version bump only for package @pattern-lab/edition-node
9+
10+
11+
12+
13+
614
## [5.13.3](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/compare/v5.13.2...v5.13.3) (2020-12-17)
715

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

packages/edition-node/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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": "5.13.3",
4+
"version": "5.14.0",
55
"main": "patternlab-config.json",
66
"dependencies": {
7-
"@pattern-lab/cli": "^5.13.3",
8-
"@pattern-lab/core": "^5.13.3",
9-
"@pattern-lab/engine-handlebars": "^5.10.1",
10-
"@pattern-lab/uikit-workshop": "^5.13.3"
7+
"@pattern-lab/cli": "^5.14.0",
8+
"@pattern-lab/core": "^5.14.0",
9+
"@pattern-lab/engine-handlebars": "^5.14.0",
10+
"@pattern-lab/uikit-workshop": "^5.14.0"
1111
},
1212
"keywords": [
1313
"Pattern Lab",

packages/edition-twig/CHANGELOG.md

+8
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+
# [5.14.0](https://github.com/pattern-lab/patternlab-node/compare/v5.13.3...v5.14.0) (2021-01-12)
7+
8+
**Note:** Version bump only for package @pattern-lab/edition-twig
9+
10+
11+
12+
13+
614
## [5.13.3](https://github.com/pattern-lab/patternlab-node/compare/v5.13.2...v5.13.3) (2020-12-17)
715

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

packages/edition-twig/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pattern-lab/edition-twig",
3-
"version": "5.13.3",
3+
"version": "5.14.0",
44
"description": "Pattern Lab node with Twig PHP Engine",
55
"author": {
66
"name": "Evan Lovely",
@@ -23,10 +23,10 @@
2323
"dev": "node ./node_modules/@pattern-lab/uikit-workshop/build-tools.js"
2424
},
2525
"dependencies": {
26-
"@pattern-lab/cli": "^5.13.3",
27-
"@pattern-lab/core": "^5.13.3",
28-
"@pattern-lab/engine-twig-php": "^5.13.3",
29-
"@pattern-lab/uikit-workshop": "^5.13.3"
26+
"@pattern-lab/cli": "^5.14.0",
27+
"@pattern-lab/core": "^5.14.0",
28+
"@pattern-lab/engine-twig-php": "^5.14.0",
29+
"@pattern-lab/uikit-workshop": "^5.14.0"
3030
},
3131
"engines": {
3232
"node": ">=12.12.0"

packages/engine-handlebars/CHANGELOG.md

+9
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+
# [5.14.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars/compare/v5.13.3...v5.14.0) (2021-01-12)
7+
8+
**Note:** Version bump only for package @pattern-lab/engine-handlebars
9+
10+
11+
12+
13+
14+
615
## [5.10.1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars/compare/v5.10.0...v5.10.1) (2020-05-09)
716

817
**Note:** Version bump only for package @pattern-lab/engine-handlebars

packages/engine-handlebars/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pattern-lab/engine-handlebars",
33
"description": "The Handlebars engine for Pattern Lab / Node",
4-
"version": "5.10.1",
4+
"version": "5.14.0",
55
"main": "lib/engine_handlebars.js",
66
"dependencies": {
77
"fs-extra": "^8.1.0",

packages/engine-liquid/CHANGELOG.md

+9
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+
# [5.14.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-liquid/compare/v5.13.3...v5.14.0) (2021-01-12)
7+
8+
**Note:** Version bump only for package @pattern-lab/engine-liquid
9+
10+
11+
12+
13+
14+
615
## [5.10.1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-liquid/compare/v5.10.0...v5.10.1) (2020-05-09)
716

817
**Note:** Version bump only for package @pattern-lab/engine-liquid

packages/engine-liquid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pattern-lab/engine-liquid",
33
"description": "The Liquid engine for Pattern Lab / Node",
4-
"version": "5.10.1",
4+
"version": "5.14.0",
55
"main": "lib/engine_liquid.js",
66
"dependencies": {
77
"fs-extra": "5.0.0",

0 commit comments

Comments
 (0)