Skip to content

Commit ae0d91a

Browse files
committed
[skip travis] chore(release): publish %s
- @pattern-lab/[email protected] - @pattern-lab/[email protected] - @pattern-lab/[email protected] - @pattern-lab/[email protected] - @pattern-lab/[email protected] - @pattern-lab/[email protected]
1 parent ef3f35c commit ae0d91a

File tree

12 files changed

+65
-11
lines changed

12 files changed

+65
-11
lines changed

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

Lines changed: 9 additions & 0 deletions
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+
## [0.1.6](https://github.com/pattern-lab/patternlab-node/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2019-10-14)
7+
8+
**Note:** Version bump only for package @pattern-lab/development-edition-engine-handlebars
9+
10+
11+
12+
13+
14+
615
## [0.1.5](https://github.com/pattern-lab/patternlab-node/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2019-10-14)
716

817
**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": "0.1.5",
4+
"version": "0.1.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",
@@ -33,6 +33,6 @@
3333
"@pattern-lab/engine-mustache": "^2.0.1",
3434
"@pattern-lab/plugin-tab": "^2.0.3",
3535
"@pattern-lab/starterkit-mustache-demo": "^5.0.0",
36-
"@pattern-lab/uikit-workshop": "^1.0.6"
36+
"@pattern-lab/uikit-workshop": "^1.0.7"
3737
}
3838
}

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

Lines changed: 9 additions & 0 deletions
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+
## [0.1.8](https://github.com/pattern-lab/edition-node-gulp/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2019-10-14)
7+
8+
**Note:** Version bump only for package @pattern-lab/engine-react-testing-tree
9+
10+
11+
12+
13+
14+
615
## [0.1.7](https://github.com/pattern-lab/edition-node-gulp/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2019-10-14)
716

817
**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": "0.1.7",
4+
"version": "0.1.8",
55
"private": true,
66
"main": "gulpfile.js",
77
"dependencies": {
88
"@pattern-lab/core": "^3.0.4",
99
"@pattern-lab/engine-mustache": "^2.0.1",
1010
"@pattern-lab/engine-react": "^0.2.1-beta.1",
11-
"@pattern-lab/uikit-workshop": "^1.0.6",
11+
"@pattern-lab/uikit-workshop": "^1.0.7",
1212
"gulp": "3.9.1",
1313
"minimist": "^1.2.0",
1414
"react": "16.2.0"

packages/edition-node-gulp/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
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+
## [2.0.9](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2019-10-14)
7+
8+
**Note:** Version bump only for package @pattern-lab/edition-node-gulp
9+
10+
11+
12+
13+
14+
615
## [2.0.8](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2019-10-14)
716

817
**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": "2.0.8",
4+
"version": "2.0.9",
55
"main": "gulpfile.js",
66
"dependencies": {
77
"@pattern-lab/cli": "^1.0.3",
88
"@pattern-lab/core": "^3.0.4",
99
"@pattern-lab/engine-mustache": "^2.0.1",
10-
"@pattern-lab/uikit-workshop": "^1.0.6",
10+
"@pattern-lab/uikit-workshop": "^1.0.7",
1111
"gulp": "3.9.1",
1212
"minimist": "1.2.0"
1313
},

packages/edition-node/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
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+
## [2.0.6](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2019-10-14)
7+
8+
**Note:** Version bump only for package @pattern-lab/edition-node
9+
10+
11+
12+
13+
14+
615
## [2.0.5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2019-10-14)
716

817
**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": "2.0.5",
4+
"version": "2.0.6",
55
"main": "patternlab-config.json",
66
"dependencies": {
77
"@pattern-lab/cli": "^1.0.3",
88
"@pattern-lab/core": "^3.0.4",
99
"@pattern-lab/engine-handlebars": "^2.0.2",
10-
"@pattern-lab/uikit-workshop": "^1.0.6"
10+
"@pattern-lab/uikit-workshop": "^1.0.7"
1111
},
1212
"keywords": [
1313
"Pattern Lab",

packages/edition-twig/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
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+
## [3.1.8](https://github.com/pattern-lab/patternlab-node/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2019-10-14)
7+
8+
**Note:** Version bump only for package @pattern-lab/edition-twig
9+
10+
11+
12+
13+
14+
615
## [3.1.7](https://github.com/pattern-lab/patternlab-node/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2019-10-14)
716

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

packages/edition-twig/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pattern-lab/edition-twig",
3-
"version": "3.1.7",
3+
"version": "3.1.8",
44
"description": "Pattern Lab node with Twig PHP Engine",
55
"author": {
66
"name": "Evan Lovely",
@@ -25,7 +25,7 @@
2525
"@pattern-lab/cli": "^1.0.3",
2626
"@pattern-lab/core": "^3.0.4",
2727
"@pattern-lab/engine-twig-php": "^3.0.5",
28-
"@pattern-lab/uikit-workshop": "^1.0.6"
28+
"@pattern-lab/uikit-workshop": "^1.0.7"
2929
},
3030
"engines": {
3131
"node": ">=6.0"

0 commit comments

Comments
 (0)