Skip to content

Commit 39c0bb2

Browse files
committed
Publish
- @pattern-lab/cli@0.0.3 - @pattern-lab/core@3.0.1 - create-pattern-lab@1.0.6 - @pattern-lab/development-edition-engine-handlebars@0.0.3 - @pattern-lab/engine-react-testing-tree@0.1.2 - @pattern-lab/edition-node-gulp@2.0.2 - @pattern-lab/edition-node@1.0.2 - @pattern-lab/edition-twig@3.1.1 - @pattern-lab/engine-twig-php@3.0.1 - @pattern-lab/live-server@1.3.3 - @pattern-lab/uikit-workshop@1.0.1
1 parent 36f46e4 commit 39c0bb2

File tree

22 files changed

+127
-31
lines changed

22 files changed

+127
-31
lines changed

packages/cli/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+
## [0.0.3](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/compare/@pattern-lab/cli@0.0.3-alpha.0...@pattern-lab/cli@0.0.3) (2019-05-16)
7+
8+
**Note:** Version bump only for package @pattern-lab/cli
9+
10+
11+
12+
13+
614
## [0.0.1-beta.2](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.2) (2019-02-09)
715

816

packages/cli/package.json

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

packages/core/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+
## [3.0.1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/compare/@pattern-lab/core@3.0.1-alpha.0...@pattern-lab/core@3.0.1) (2019-05-16)
7+
8+
**Note:** Version bump only for package @pattern-lab/core
9+
10+
11+
12+
13+
614
# [3.0.0-beta.2](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.2) (2019-02-09)
715

816

packages/core/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/core",
33
"description": "Create atomic design systems with Pattern Lab. This is the core API and orchestrator of the ecosystem.",
4-
"version": "3.0.1-alpha.0",
4+
"version": "3.0.1",
55
"main": "./src/index.js",
66
"dependencies": {
77
"@pattern-lab/engine-mustache": "^2.0.1-alpha.0",
8-
"@pattern-lab/live-server": "^1.3.3-beta.1",
8+
"@pattern-lab/live-server": "^1.3.3",
99
"chalk": "1.1.3",
1010
"chokidar": "1.7.0",
1111
"dive": "0.5.0",

packages/create/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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+
## [1.0.6](https://github.com/sghoweri/patternlab-node/compare/create-pattern-lab@1.0.5...create-pattern-lab@1.0.6) (2019-05-16)
7+
8+
**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.5",
3+
"version": "1.0.6",
44
"description": "",
55
"bin": "index.js",
66
"main": "index.js",
77
"scripts": {},
88
"dependencies": {
9-
"@pattern-lab/cli": "^0.0.3-alpha.0"
9+
"@pattern-lab/cli": "^0.0.3"
1010
},
1111
"author": "",
1212
"license": "MIT",

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+
## [0.0.3](https://github.com/pattern-lab/patternlab-node/compare/@pattern-lab/development-edition-engine-handlebars@0.0.3-alpha.0...@pattern-lab/development-edition-engine-handlebars@0.0.3) (2019-05-16)
7+
8+
**Note:** Version bump only for package @pattern-lab/development-edition-engine-handlebars
9+
10+
11+
12+
13+
614
## 0.0.1-beta.0 (2019-02-09)
715

816

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

Lines changed: 4 additions & 4 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.3-alpha.0",
4+
"version": "0.0.3",
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,11 +27,11 @@
2727
"node": ">=10.0"
2828
},
2929
"dependencies": {
30-
"@pattern-lab/cli": "^0.0.3-alpha.0",
31-
"@pattern-lab/core": "^3.0.1-alpha.0",
30+
"@pattern-lab/cli": "^0.0.3",
31+
"@pattern-lab/core": "^3.0.1",
3232
"@pattern-lab/engine-handlebars": "^2.0.0-beta.1",
3333
"@pattern-lab/engine-mustache": "^2.0.1-alpha.0",
3434
"@pattern-lab/starterkit-mustache-demo": "^5.0.0",
35-
"@pattern-lab/uikit-workshop": "^1.0.1-alpha.0"
35+
"@pattern-lab/uikit-workshop": "^1.0.1"
3636
}
3737
}

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+
## [0.1.2](https://github.com/pattern-lab/edition-node-gulp/compare/@pattern-lab/engine-react-testing-tree@0.1.2-alpha.0...@pattern-lab/engine-react-testing-tree@0.1.2) (2019-05-16)
7+
8+
**Note:** Version bump only for package @pattern-lab/engine-react-testing-tree
9+
10+
11+
12+
13+
614
## [0.1.1-beta.1](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.1) (2019-02-09)
715

816

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

Lines changed: 3 additions & 3 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.2-alpha.0",
4+
"version": "0.1.2",
55
"private": true,
66
"main": "gulpfile.js",
77
"dependencies": {
8-
"@pattern-lab/core": "^3.0.1-alpha.0",
8+
"@pattern-lab/core": "^3.0.1",
99
"@pattern-lab/engine-mustache": "^2.0.1-alpha.0",
1010
"@pattern-lab/engine-react": "^0.2.1-beta.1",
11-
"@pattern-lab/uikit-workshop": "^1.0.1-alpha.0",
11+
"@pattern-lab/uikit-workshop": "^1.0.1",
1212
"gulp": "3.9.1",
1313
"minimist": "^1.2.0",
1414
"react": "16.2.0"

0 commit comments

Comments
 (0)