Skip to content

Commit 7a932c6

Browse files
committed
Publish
- @pattern-lab/cli@0.0.1-beta.1 - @pattern-lab/core@3.0.0-beta.1 - @pattern-lab/development-edition-engine-handlebars@0.0.1-beta.0 - @pattern-lab/engine-react-testing-tree@0.1.1-beta.1 - @pattern-lab/edition-node@1.0.0-beta.1 - @pattern-lab/edition-node-gulp@2.0.0-beta.1 - @pattern-lab/engine-nunjucks@0.1.4-beta.1
1 parent 02764b2 commit 7a932c6

File tree

14 files changed

+99
-17
lines changed

14 files changed

+99
-17
lines changed

packages/cli/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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+
<a name="0.0.1-beta.1"></a>
7+
## [0.0.1-beta.1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/compare/@pattern-lab/cli@0.0.1-beta.0...@pattern-lab/cli@0.0.1-beta.1) (2018-09-14)
8+
9+
10+
### Bug Fixes
11+
12+
* **cli:** do not call build before serve ([663d8e1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/commit/663d8e1)), closes [#917](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/issues/917)
13+
* **cli:** pass watch options cleanly to core ([8bf186b](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/commit/8bf186b))
14+
* **cli:** remove copy-source-files ([64311a1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/commit/64311a1)), closes [#833](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/issues/833)
15+
16+
17+
### Features
18+
19+
* **README:** simplify README and add CLI configuration instructions ([ceec673](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/commit/ceec673))
20+
21+
22+
23+
24+
625
<a name="0.0.1-beta.0"></a>
726
## [0.0.1-beta.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/compare/@pattern-lab/cli@0.0.1-alpha.23...@pattern-lab/cli@0.0.1-beta.0) (2018-09-07)
827

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@pattern-lab/cli",
33
"description": "Command-line interface (CLI) for the @pattern-lab/core.",
4-
"version": "0.0.1-beta.0",
4+
"version": "0.0.1-beta.1",
55
"bin": {
66
"patternlab": "bin/patternlab.js"
77
},
88
"author": {
99
"name": "Raphael Okon"
1010
},
1111
"dependencies": {
12-
"@pattern-lab/core": "^3.0.0-beta.0",
12+
"@pattern-lab/core": "^3.0.0-beta.1",
1313
"@pattern-lab/live-server": "^1.3.3-beta.0",
1414
"archiver": "2.1.1",
1515
"chalk": "2.4.1",

packages/core/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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+
<a name="3.0.0-beta.1"></a>
7+
# [3.0.0-beta.1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/compare/@pattern-lab/core@3.0.0-beta.0...@pattern-lab/core@3.0.0-beta.1) (2018-09-14)
8+
9+
10+
### Bug Fixes
11+
12+
* **cli:** pass watch options cleanly to core ([8bf186b](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/8bf186b))
13+
* **docs:** regenerate API documentation ([830c568](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/830c568))
14+
15+
16+
17+
18+
619
<a name="3.0.0-beta.0"></a>
720
# [3.0.0-beta.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/compare/@pattern-lab/core@3.0.0-alpha.16...@pattern-lab/core@3.0.0-beta.0) (2018-09-07)
821

packages/core/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/core",
33
"description": "Create atomic design systems with Pattern Lab. This is the core API and orchestrator of the ecosystem.",
4-
"version": "3.0.0-beta.0",
4+
"version": "3.0.0-beta.1",
55
"main": "./src/index.js",
66
"dependencies": {
77
"@pattern-lab/engine-mustache": "^2.0.0-beta.0",
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
<a name="0.0.1-beta.0"></a>
7+
## 0.0.1-beta.0 (2018-09-14)
8+
9+
10+
### Features
11+
12+
* **package:** add handlebars development edition ([454095d](https://github.com/pattern-lab/patternlab-node/commit/454095d))

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

Lines changed: 7 additions & 5 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.0.0",
4+
"version": "0.0.1-beta.0",
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",
@@ -10,20 +10,22 @@
1010
"pl:serve": "patternlab serve --config ./patternlab-config.json",
1111
"pl:version": "patternlab --version"
1212
},
13-
"keywords": ["Pattern Lab",
13+
"keywords": [
14+
"Pattern Lab",
1415
"Atomic Web Design",
1516
"Node",
1617
"Handlebars",
17-
"Edition"],
18+
"Edition"
19+
],
1820
"author": "Brian Muenzenmeye",
1921
"license": "MIT",
2022
"repository": {
2123
"type": "git",
2224
"url": "git://github.com/pattern-lab/patternlab-node.git"
2325
},
2426
"dependencies": {
25-
"@pattern-lab/cli": "^0.0.1-beta.0",
26-
"@pattern-lab/core": "^3.0.0-beta.0",
27+
"@pattern-lab/cli": "^0.0.1-beta.1",
28+
"@pattern-lab/core": "^3.0.0-beta.1",
2729
"@pattern-lab/engine-handlebars": "^2.0.0-beta.0",
2830
"@pattern-lab/engine-mustache": "^2.0.0-beta.0",
2931
"@pattern-lab/starterkit-mustache-demo": "^5.0.0",

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+
<a name="0.1.1-beta.1"></a>
7+
## [0.1.1-beta.1](https://github.com/pattern-lab/edition-node-gulp/compare/@pattern-lab/engine-react-testing-tree@0.1.1-beta.0...@pattern-lab/engine-react-testing-tree@0.1.1-beta.1) (2018-09-14)
8+
9+
**Note:** Version bump only for package @pattern-lab/engine-react-testing-tree
10+
11+
12+
13+
14+
615
<a name="0.1.1-beta.0"></a>
716
## [0.1.1-beta.0](https://github.com/pattern-lab/edition-node-gulp/compare/@pattern-lab/engine-react-testing-tree@0.1.1-alpha.4...@pattern-lab/engine-react-testing-tree@0.1.1-beta.0) (2018-09-07)
817

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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.1-beta.0",
4+
"version": "0.1.1-beta.1",
55
"private": true,
66
"main": "gulpfile.js",
77
"dependencies": {
8-
"@pattern-lab/core": "^3.0.0-beta.0",
8+
"@pattern-lab/core": "^3.0.0-beta.1",
99
"@pattern-lab/engine-mustache": "^2.0.0-beta.0",
1010
"@pattern-lab/engine-react": "^0.2.1-beta.0",
1111
"@pattern-lab/uikit-workshop": "^1.0.0-beta.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+
<a name="2.0.0-beta.1"></a>
7+
# [2.0.0-beta.1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/compare/@pattern-lab/edition-node-gulp@2.0.0-beta.0...@pattern-lab/edition-node-gulp@2.0.0-beta.1) (2018-09-14)
8+
9+
**Note:** Version bump only for package @pattern-lab/edition-node-gulp
10+
11+
12+
13+
14+
615
<a name="2.0.0-beta.0"></a>
716
# [2.0.0-beta.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/compare/@pattern-lab/edition-node-gulp@2.0.0-alpha.15...@pattern-lab/edition-node-gulp@2.0.0-beta.0) (2018-09-07)
817

packages/edition-node-gulp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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.0-beta.0",
4+
"version": "2.0.0-beta.1",
55
"main": "gulpfile.js",
66
"dependencies": {
7-
"@pattern-lab/cli": "^0.0.1-beta.0",
8-
"@pattern-lab/core": "^3.0.0-beta.0",
7+
"@pattern-lab/cli": "^0.0.1-beta.1",
8+
"@pattern-lab/core": "^3.0.0-beta.1",
99
"@pattern-lab/engine-mustache": "^2.0.0-beta.0",
1010
"@pattern-lab/uikit-workshop": "^1.0.0-beta.0",
1111
"gulp": "3.9.1",

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+
<a name="1.0.0-beta.1"></a>
7+
# [1.0.0-beta.1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/compare/@pattern-lab/edition-node@1.0.0-beta.0...@pattern-lab/edition-node@1.0.0-beta.1) (2018-09-14)
8+
9+
**Note:** Version bump only for package @pattern-lab/edition-node
10+
11+
12+
13+
14+
615
<a name="1.0.0-beta.0"></a>
716
# [1.0.0-beta.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/compare/@pattern-lab/edition-node@1.0.0-alpha.13...@pattern-lab/edition-node@1.0.0-beta.0) (2018-09-07)
817

packages/edition-node/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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": "1.0.0-beta.0",
4+
"version": "1.0.0-beta.1",
55
"main": "patternlab-config.json",
66
"dependencies": {
7-
"@pattern-lab/cli": "^0.0.1-beta.0",
8-
"@pattern-lab/core": "^3.0.0-beta.0",
7+
"@pattern-lab/cli": "^0.0.1-beta.1",
8+
"@pattern-lab/core": "^3.0.0-beta.1",
99
"@pattern-lab/engine-mustache": "^2.0.0-beta.0",
1010
"@pattern-lab/uikit-workshop": "^1.0.0-beta.0"
1111
},

packages/engine-nunjucks/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+
<a name="0.1.4-beta.1"></a>
7+
## [0.1.4-beta.1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-nunjucks/compare/@pattern-lab/engine-nunjucks@0.1.4-beta.0...@pattern-lab/engine-nunjucks@0.1.4-beta.1) (2018-09-14)
8+
9+
**Note:** Version bump only for package @pattern-lab/engine-nunjucks
10+
11+
12+
13+
14+
615
<a name="0.1.4-beta.0"></a>
716
## [0.1.4-beta.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-nunjucks/compare/@pattern-lab/engine-nunjucks@0.1.4-alpha.4...@pattern-lab/engine-nunjucks@0.1.4-beta.0) (2018-09-07)
817

packages/engine-nunjucks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"main": "lib/engine_nunjucks.js",
2727
"name": "@pattern-lab/engine-nunjucks",
2828
"scripts": {},
29-
"version": "0.1.4-beta.0",
29+
"version": "0.1.4-beta.1",
3030
"publishConfig": {
3131
"access": "public"
3232
}

0 commit comments

Comments
 (0)