Skip to content

Commit 1e07acc

Browse files
[skip travis] chore(release): publish v5.15.6
1 parent e6f68f4 commit 1e07acc

File tree

17 files changed

+79
-15
lines changed

17 files changed

+79
-15
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.15.6](https://github.com/pattern-lab/patternlab-node/compare/v5.15.5...v5.15.6) (2021-12-07)
7+
8+
**Note:** Version bump only for package patternlab-node-main
9+
10+
11+
12+
13+
614
## [5.15.5](https://github.com/pattern-lab/patternlab-node/compare/v5.15.3...v5.15.5) (2021-12-06)
715

816

lerna.json

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

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.15.6](https://github.com/pattern-lab/patternlab-node/compare/v5.15.5...v5.15.6) (2021-12-07)
7+
8+
**Note:** Version bump only for package @pattern-lab/development-edition-engine-handlebars
9+
10+
11+
12+
13+
614
## [5.15.5](https://github.com/pattern-lab/patternlab-node/compare/v5.15.3...v5.15.5) (2021-12-06)
715

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

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

+2-2
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.15.5",
4+
"version": "5.15.6",
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",
@@ -35,6 +35,6 @@
3535
"@pattern-lab/engine-mustache": "^5.15.1",
3636
"@pattern-lab/plugin-tab": "^5.15.1",
3737
"@pattern-lab/starterkit-handlebars-demo": "^5.15.5",
38-
"@pattern-lab/uikit-workshop": "^5.15.5"
38+
"@pattern-lab/uikit-workshop": "^5.15.6"
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.15.6](https://github.com/pattern-lab/edition-node-gulp/compare/v5.15.5...v5.15.6) (2021-12-07)
7+
8+
**Note:** Version bump only for package @pattern-lab/engine-react-testing-tree
9+
10+
11+
12+
13+
614
## [5.15.5](https://github.com/pattern-lab/edition-node-gulp/compare/v5.15.3...v5.15.5) (2021-12-06)
715

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

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

+2-2
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.15.5",
4+
"version": "5.15.6",
55
"private": true,
66
"main": "gulpfile.js",
77
"dependencies": {
88
"@pattern-lab/core": "^5.15.5",
99
"@pattern-lab/engine-mustache": "^5.15.1",
1010
"@pattern-lab/engine-react": "^5.15.1",
11-
"@pattern-lab/uikit-workshop": "^5.15.5",
11+
"@pattern-lab/uikit-workshop": "^5.15.6",
1212
"gulp": "3.9.1",
1313
"minimist": "^1.2.5",
1414
"react": "16.2.0"

packages/development-edition-engine-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.15.6](https://github.com/pattern-lab/patternlab-node/compare/v5.15.5...v5.15.6) (2021-12-07)
7+
8+
**Note:** Version bump only for package @pattern-lab/development-edition-engine-twig
9+
10+
11+
12+
13+
614
## [5.15.5](https://github.com/pattern-lab/patternlab-node/compare/v5.15.3...v5.15.5) (2021-12-06)
715

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

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

+2-2
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.15.5",
4+
"version": "5.15.6",
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",
@@ -34,7 +34,7 @@
3434
"@pattern-lab/core": "^5.15.5",
3535
"@pattern-lab/engine-twig": "^5.15.3",
3636
"@pattern-lab/starterkit-twig-demo": "^5.15.5",
37-
"@pattern-lab/uikit-workshop": "^5.15.5"
37+
"@pattern-lab/uikit-workshop": "^5.15.6"
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.15.6](https://github.com/pattern-lab/patternlab-node/compare/v5.15.5...v5.15.6) (2021-12-07)
7+
8+
**Note:** Version bump only for package @pattern-lab/edition-node-gulp
9+
10+
11+
12+
13+
614
## [5.15.5](https://github.com/pattern-lab/patternlab-node/compare/v5.15.3...v5.15.5) (2021-12-06)
715

816

packages/edition-node-gulp/package.json

+2-2
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.15.5",
4+
"version": "5.15.6",
55
"main": "gulpfile.js",
66
"dependencies": {
77
"@pattern-lab/cli": "^5.15.5",
88
"@pattern-lab/core": "^5.15.5",
99
"@pattern-lab/engine-mustache": "^5.15.1",
10-
"@pattern-lab/uikit-workshop": "^5.15.5",
10+
"@pattern-lab/uikit-workshop": "^5.15.6",
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.15.6](https://github.com/pattern-lab/patternlab-node/compare/v5.15.5...v5.15.6) (2021-12-07)
7+
8+
**Note:** Version bump only for package @pattern-lab/edition-node
9+
10+
11+
12+
13+
614
## [5.15.5](https://github.com/pattern-lab/patternlab-node/compare/v5.15.3...v5.15.5) (2021-12-06)
715

816

packages/edition-node/package.json

+2-2
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.15.5",
4+
"version": "5.15.6",
55
"main": "patternlab-config.json",
66
"dependencies": {
77
"@pattern-lab/cli": "^5.15.5",
88
"@pattern-lab/core": "^5.15.5",
99
"@pattern-lab/engine-handlebars": "^5.15.1",
10-
"@pattern-lab/uikit-workshop": "^5.15.5"
10+
"@pattern-lab/uikit-workshop": "^5.15.6"
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.15.6](https://github.com/pattern-lab/patternlab-node/compare/v5.15.5...v5.15.6) (2021-12-07)
7+
8+
**Note:** Version bump only for package @pattern-lab/edition-twig
9+
10+
11+
12+
13+
614
## [5.15.5](https://github.com/pattern-lab/patternlab-node/compare/v5.15.3...v5.15.5) (2021-12-06)
715

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

packages/edition-twig/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/edition-twig/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pattern-lab/edition-twig",
3-
"version": "5.15.5",
3+
"version": "5.15.6",
44
"description": "Pattern Lab node with Twig PHP Engine",
55
"author": {
66
"name": "Evan Lovely",
@@ -26,7 +26,7 @@
2626
"@pattern-lab/cli": "^5.15.5",
2727
"@pattern-lab/core": "^5.15.5",
2828
"@pattern-lab/engine-twig-php": "^5.15.5",
29-
"@pattern-lab/uikit-workshop": "^5.15.5"
29+
"@pattern-lab/uikit-workshop": "^5.15.6"
3030
},
3131
"engines": {
3232
"node": ">=12.13.1"

packages/uikit-workshop/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.15.6](https://github.com/pattern-lab/patternlab-node/compare/v5.15.5...v5.15.6) (2021-12-07)
7+
8+
**Note:** Version bump only for package @pattern-lab/uikit-workshop
9+
10+
11+
12+
13+
614
## [5.15.5](https://github.com/pattern-lab/patternlab-node/compare/v5.15.3...v5.15.5) (2021-12-06)
715

816

packages/uikit-workshop/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pattern-lab/uikit-workshop",
3-
"version": "5.15.5",
3+
"version": "5.15.6",
44
"description": "Front-end assets and templates for the default Pattern Lab workshop view",
55
"main": "gulpfile.js",
66
"scripts": {

0 commit comments

Comments
 (0)