Skip to content

Commit 8afd3f3

Browse files
committed
[skip travis] chore(release): publish v5.10.2
1 parent 0711850 commit 8afd3f3

File tree

18 files changed

+94
-16
lines changed

18 files changed

+94
-16
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.10.2](https://github.com/pattern-lab/patternlab-node/compare/v5.10.1...v5.10.2) (2020-05-24)
7+
8+
9+
### Bug Fixes
10+
11+
* update link to new PL docs homepage ([831b467](https://github.com/pattern-lab/patternlab-node/commit/831b467c57b9259c32ce3d3ddf366fe1867a48a9))
12+
13+
14+
15+
16+
617
## [5.10.1](https://github.com/pattern-lab/patternlab-node/compare/v5.10.0...v5.10.1) (2020-05-09)
718

819
**Note:** Version bump only for package pl-node

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.10.1",
3+
"version": "5.10.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.10.2](https://github.com/pattern-lab/patternlab-node/compare/v5.10.1...v5.10.2) (2020-05-24)
7+
8+
**Note:** Version bump only for package @pattern-lab/development-edition-engine-handlebars
9+
10+
11+
12+
13+
614
## [5.10.1](https://github.com/pattern-lab/patternlab-node/compare/v5.10.0...v5.10.1) (2020-05-09)
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.10.1",
4+
"version": "5.10.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.10.1",
3535
"@pattern-lab/plugin-tab": "^5.10.1",
3636
"@pattern-lab/starterkit-mustache-demo": "^5.0.0",
37-
"@pattern-lab/uikit-workshop": "^5.10.1"
37+
"@pattern-lab/uikit-workshop": "^5.10.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.10.2](https://github.com/pattern-lab/edition-node-gulp/compare/v5.10.1...v5.10.2) (2020-05-24)
7+
8+
**Note:** Version bump only for package @pattern-lab/engine-react-testing-tree
9+
10+
11+
12+
13+
614
## [5.10.1](https://github.com/pattern-lab/edition-node-gulp/compare/v5.10.0...v5.10.1) (2020-05-09)
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.10.1",
4+
"version": "5.10.2",
55
"private": true,
66
"main": "gulpfile.js",
77
"dependencies": {
88
"@pattern-lab/core": "^5.10.1",
99
"@pattern-lab/engine-mustache": "^5.10.1",
1010
"@pattern-lab/engine-react": "^5.10.0",
11-
"@pattern-lab/uikit-workshop": "^5.10.1",
11+
"@pattern-lab/uikit-workshop": "^5.10.2",
1212
"gulp": "3.9.1",
1313
"minimist": "^1.2.0",
1414
"react": "16.2.0"

packages/development-edition-engine-twig/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.10.2](https://github.com/pattern-lab/patternlab-node/compare/v5.10.1...v5.10.2) (2020-05-24)
7+
8+
**Note:** Version bump only for package @pattern-lab/development-edition-engine-twig
9+
10+
11+
12+
13+
614
## [5.10.1](https://github.com/pattern-lab/patternlab-node/compare/v5.10.0...v5.10.1) (2020-05-09)
715

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

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

Lines changed: 3 additions & 3 deletions
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.10.1",
4+
"version": "5.10.2",
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",
@@ -32,9 +32,9 @@
3232
"dependencies": {
3333
"@pattern-lab/cli": "^5.10.1",
3434
"@pattern-lab/core": "^5.10.1",
35-
"@pattern-lab/engine-twig": "^5.10.1",
35+
"@pattern-lab/engine-twig": "^5.10.2",
3636
"@pattern-lab/starterkit-twig-demo": "^5.10.1",
37-
"@pattern-lab/uikit-workshop": "^5.10.1"
37+
"@pattern-lab/uikit-workshop": "^5.10.2"
3838
},
3939
"workspaces": {
4040
"nohoist": [

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.10.2](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/compare/v5.10.1...v5.10.2) (2020-05-24)
7+
8+
**Note:** Version bump only for package @pattern-lab/edition-node-gulp
9+
10+
11+
12+
13+
614
## [5.10.1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/compare/v5.10.0...v5.10.1) (2020-05-09)
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.10.1",
4+
"version": "5.10.2",
55
"main": "gulpfile.js",
66
"dependencies": {
77
"@pattern-lab/cli": "^5.10.1",
88
"@pattern-lab/core": "^5.10.1",
99
"@pattern-lab/engine-mustache": "^5.10.1",
10-
"@pattern-lab/uikit-workshop": "^5.10.1",
10+
"@pattern-lab/uikit-workshop": "^5.10.2",
1111
"gulp": "3.9.1",
1212
"minimist": "1.2.0"
1313
},

0 commit comments

Comments
 (0)