Skip to content

Commit efe8504

Browse files
committed
[skip travis] chore(release): publish v5.4.2
1 parent 14b41cb commit efe8504

File tree

14 files changed

+68
-12
lines changed

14 files changed

+68
-12
lines changed

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+
## [5.4.2](https://github.com/pattern-lab/patternlab-node/compare/v5.4.1...v5.4.2) (2019-11-27)
7+
8+
**Note:** Version bump only for package pl-node-pr
9+
10+
11+
12+
13+
614
## [5.4.1](https://github.com/pattern-lab/patternlab-node/compare/v5.4.0...v5.4.1) (2019-11-26)
715

816

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.4.1",
3+
"version": "5.4.2",
44
"packages": [
55
"packages/*"
66
],

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+
## [5.4.2](https://github.com/pattern-lab/patternlab-node/compare/v5.4.1...v5.4.2) (2019-11-27)
7+
8+
**Note:** Version bump only for package @pattern-lab/development-edition-engine-handlebars
9+
10+
11+
12+
13+
614
## [5.4.1](https://github.com/pattern-lab/patternlab-node/compare/v5.4.0...v5.4.1) (2019-11-26)
715

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

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": "5.4.1",
4+
"version": "5.4.2",
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",
@@ -34,6 +34,6 @@
3434
"@pattern-lab/engine-mustache": "^5.0.0",
3535
"@pattern-lab/plugin-tab": "^5.3.0",
3636
"@pattern-lab/starterkit-mustache-demo": "^5.0.0",
37-
"@pattern-lab/uikit-workshop": "^5.4.1"
37+
"@pattern-lab/uikit-workshop": "^5.4.2"
3838
}
3939
}

packages/development-edition-engine-react/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+
## [5.4.2](https://github.com/pattern-lab/edition-node-gulp/compare/v5.4.1...v5.4.2) (2019-11-27)
7+
8+
**Note:** Version bump only for package @pattern-lab/engine-react-testing-tree
9+
10+
11+
12+
13+
614
## [5.4.1](https://github.com/pattern-lab/edition-node-gulp/compare/v5.4.0...v5.4.1) (2019-11-26)
715

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

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

Lines changed: 2 additions & 2 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": "5.4.1",
4+
"version": "5.4.2",
55
"private": true,
66
"main": "gulpfile.js",
77
"dependencies": {
88
"@pattern-lab/core": "^5.4.0",
99
"@pattern-lab/engine-mustache": "^5.0.0",
1010
"@pattern-lab/engine-react": "^5.0.0",
11-
"@pattern-lab/uikit-workshop": "^5.4.1",
11+
"@pattern-lab/uikit-workshop": "^5.4.2",
1212
"gulp": "3.9.1",
1313
"minimist": "^1.2.0",
1414
"react": "16.2.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+
## [5.4.2](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/compare/v5.4.1...v5.4.2) (2019-11-27)
7+
8+
**Note:** Version bump only for package @pattern-lab/edition-node-gulp
9+
10+
11+
12+
13+
614
## [5.4.1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/compare/v5.4.0...v5.4.1) (2019-11-26)
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,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.4.1",
4+
"version": "5.4.2",
55
"main": "gulpfile.js",
66
"dependencies": {
77
"@pattern-lab/cli": "^5.4.0",
88
"@pattern-lab/core": "^5.4.0",
99
"@pattern-lab/engine-mustache": "^5.0.0",
10-
"@pattern-lab/uikit-workshop": "^5.4.1",
10+
"@pattern-lab/uikit-workshop": "^5.4.2",
1111
"gulp": "3.9.1",
1212
"minimist": "1.2.0"
1313
},

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+
## [5.4.2](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/compare/v5.4.1...v5.4.2) (2019-11-27)
7+
8+
**Note:** Version bump only for package @pattern-lab/edition-node
9+
10+
11+
12+
13+
614
## [5.4.1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/compare/v5.4.0...v5.4.1) (2019-11-26)
715

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

packages/edition-node/package.json

Lines changed: 2 additions & 2 deletions
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.4.1",
4+
"version": "5.4.2",
55
"main": "patternlab-config.json",
66
"dependencies": {
77
"@pattern-lab/cli": "^5.4.0",
88
"@pattern-lab/core": "^5.4.0",
99
"@pattern-lab/engine-handlebars": "^5.0.0",
10-
"@pattern-lab/uikit-workshop": "^5.4.1"
10+
"@pattern-lab/uikit-workshop": "^5.4.2"
1111
},
1212
"keywords": [
1313
"Pattern Lab",

0 commit comments

Comments
 (0)