Skip to content

Commit 58830ec

Browse files
committed
[skip travis] chore(release): publish %s
- @pattern-lab/[email protected] - [email protected] - @pattern-lab/[email protected] - @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 525a47b commit 58830ec

File tree

18 files changed

+106
-20
lines changed

18 files changed

+106
-20
lines changed

packages/cli/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+
## [1.0.3](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2019-10-14)
7+
8+
**Note:** Version bump only for package @pattern-lab/cli
9+
10+
11+
12+
13+
14+
615
# [1.0.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2019-08-23)
716

817

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pattern-lab/cli",
33
"description": "Command-line interface (CLI) for the @pattern-lab/core.",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"bin": {
66
"patternlab": "bin/patternlab.js"
77
},

packages/create/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+
## [1.0.11](https://github.com/pattern-lab/patternlab-node/compare/[email protected]@1.0.11) (2019-10-14)
7+
8+
**Note:** Version bump only for package create-pattern-lab
9+
10+
11+
12+
13+
14+
615
## [1.0.8](https://github.com/pattern-lab/patternlab-node/compare/[email protected]@1.0.8) (2019-08-23)
716

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

packages/create/package.json

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

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.5](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.1](https://github.com/pattern-lab/patternlab-node/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2019-08-23)
716

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

packages/development-edition-engine-handlebars/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-handlebars",
33
"private": true,
4-
"version": "0.1.4",
4+
"version": "0.1.5",
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",
@@ -27,12 +27,12 @@
2727
"node": ">=10.0"
2828
},
2929
"dependencies": {
30-
"@pattern-lab/cli": "^1.0.2",
30+
"@pattern-lab/cli": "^1.0.3",
3131
"@pattern-lab/core": "^3.0.4",
3232
"@pattern-lab/engine-handlebars": "^2.0.2",
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.5"
36+
"@pattern-lab/uikit-workshop": "^1.0.6"
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.7](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.3](https://github.com/pattern-lab/edition-node-gulp/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2019-08-23)
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.6",
4+
"version": "0.1.7",
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.5",
11+
"@pattern-lab/uikit-workshop": "^1.0.6",
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.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)
7+
8+
**Note:** Version bump only for package @pattern-lab/edition-node-gulp
9+
10+
11+
12+
13+
14+
615
## [2.0.4](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2019-08-23)
716

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

packages/edition-node-gulp/package.json

Lines changed: 3 additions & 3 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.7",
4+
"version": "2.0.8",
55
"main": "gulpfile.js",
66
"dependencies": {
7-
"@pattern-lab/cli": "^1.0.2",
7+
"@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.5",
10+
"@pattern-lab/uikit-workshop": "^1.0.6",
1111
"gulp": "3.9.1",
1212
"minimist": "1.2.0"
1313
},

0 commit comments

Comments
 (0)