Skip to content

Commit 39c0bb2

Browse files
committed
Publish
- @pattern-lab/[email protected] - @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] - @pattern-lab/[email protected]
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

+8
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/[email protected]...@pattern-lab/[email protected]) (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/[email protected]...@pattern-lab/[email protected]) (2019-02-09)
715

816

packages/cli/package.json

+3-3
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

+8
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/[email protected]...@pattern-lab/[email protected]) (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/[email protected]...@pattern-lab/[email protected]) (2019-02-09)
715

816

packages/core/package.json

+2-2
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

+8
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/[email protected]@1.0.6) (2019-05-16)
7+
8+
**Note:** Version bump only for package create-pattern-lab

packages/create/package.json

+2-2
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

+8
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/[email protected]...@pattern-lab/[email protected]) (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

+4-4
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

+8
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/[email protected]...@pattern-lab/[email protected]) (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/[email protected]...@pattern-lab/[email protected]) (2019-02-09)
715

816

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

+3-3
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"

packages/edition-node-gulp/CHANGELOG.md

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

816

packages/edition-node-gulp/package.json

+4-4
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.2-alpha.0",
4+
"version": "2.0.2",
55
"main": "gulpfile.js",
66
"dependencies": {
7-
"@pattern-lab/cli": "^0.0.3-alpha.0",
8-
"@pattern-lab/core": "^3.0.1-alpha.0",
7+
"@pattern-lab/cli": "^0.0.3",
8+
"@pattern-lab/core": "^3.0.1",
99
"@pattern-lab/engine-mustache": "^2.0.1-alpha.0",
10-
"@pattern-lab/uikit-workshop": "^1.0.1-alpha.0",
10+
"@pattern-lab/uikit-workshop": "^1.0.1",
1111
"gulp": "3.9.1",
1212
"minimist": "1.2.0"
1313
},

packages/edition-node/CHANGELOG.md

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

816

packages/edition-node/package.json

+4-4
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": "1.0.2-alpha.0",
4+
"version": "1.0.2",
55
"main": "patternlab-config.json",
66
"dependencies": {
7-
"@pattern-lab/cli": "^0.0.3-alpha.0",
8-
"@pattern-lab/core": "^3.0.1-alpha.0",
7+
"@pattern-lab/cli": "^0.0.3",
8+
"@pattern-lab/core": "^3.0.1",
99
"@pattern-lab/engine-mustache": "^2.0.1-alpha.0",
10-
"@pattern-lab/uikit-workshop": "^1.0.1-alpha.0"
10+
"@pattern-lab/uikit-workshop": "^1.0.1"
1111
},
1212
"keywords": [
1313
"Pattern Lab",

packages/edition-twig/CHANGELOG.md

+8
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+
## [3.1.1](https://github.com/sghoweri/patternlab-node/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2019-05-16)
7+
8+
**Note:** Version bump only for package @pattern-lab/edition-twig

packages/edition-twig/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pattern-lab/edition-twig",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Pattern Lab node with Twig PHP Engine",
55
"author": {
66
"name": "Evan Lovely",
@@ -21,10 +21,10 @@
2121
"version": "patternlab --version"
2222
},
2323
"dependencies": {
24-
"@pattern-lab/cli": "^0.0.3-alpha.0",
25-
"@pattern-lab/core": "^3.0.1-alpha.0",
26-
"@pattern-lab/engine-twig-php": "^3.0.0",
27-
"@pattern-lab/uikit-workshop": "^1.0.1-alpha.0"
24+
"@pattern-lab/cli": "^0.0.3",
25+
"@pattern-lab/core": "^3.0.1",
26+
"@pattern-lab/engine-twig-php": "^3.0.1",
27+
"@pattern-lab/uikit-workshop": "^1.0.1"
2828
},
2929
"engines": {
3030
"node": ">=6.0"

packages/engine-twig-php/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
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+
## [3.0.1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig-php/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2019-05-16)
7+
8+
**Note:** Version bump only for package @pattern-lab/engine-twig-php
9+
10+
11+
12+
13+
114
# Change Log

packages/engine-twig-php/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@pattern-lab/engine-twig-php",
33
"description": "The Twig PHP engine for Pattern Lab Node",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"main": "lib/engine_twig_php.js",
66
"dependencies": {
77
"@basalt/twig-renderer": "0.12.0",
8-
"@pattern-lab/core": "^3.0.1-alpha.0",
8+
"@pattern-lab/core": "^3.0.1",
99
"fs-extra": "0.30.0"
1010
},
1111
"keywords": [

packages/live-server/CHANGELOG.md

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

816
**Note:** Version bump only for package @pattern-lab/live-server

packages/live-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pattern-lab/live-server",
3-
"version": "1.3.3-beta.1",
3+
"version": "1.3.3",
44
"description": "simple development http server with live reload capability",
55
"keywords": [
66
"front-end",

packages/uikit-workshop/CHANGELOG.md

+11
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+
## [1.0.1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2019-05-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **uikit:** uikit no longer requires being in the root directory ([911ff06](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/commit/911ff06))
12+
13+
14+
15+
16+
617
# [1.0.0-beta.1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2019-02-09)
718

819

packages/uikit-workshop/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pattern-lab/uikit-workshop",
3-
"version": "1.0.1-alpha.0",
3+
"version": "1.0.1",
44
"description": "Front-end assets and templates for the default Pattern Lab workshop view",
55
"main": "gulpfile.js",
66
"scripts": {

0 commit comments

Comments
 (0)