Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.0.1-alpha.14"></a>
## [0.0.1-alpha.14](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2018-03-05)


### Bug Fixes

* **config:** Add npm registry to lerna config ([1473cd5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/commit/1473cd5))




<a name="0.0.1-alpha.13"></a>
## 0.0.1-alpha.13 (2018-03-02)

Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pattern-lab/cli",
"description": "Command-line interface (CLI) for the @pattern-lab/core.",
"version": "0.0.1-alpha.13",
"version": "0.0.1-alpha.14",
"bin": {
"patternlab": "bin/patternlab.js"
},
Expand All @@ -10,7 +10,7 @@
},
"private": true,
"dependencies": {
"@pattern-lab/live-server": "^1.3.3-alpha.0",
"@pattern-lab/live-server": "^1.3.3-alpha.1",
"archiver": "2.1.1",
"chalk": "2.3.1",
"chokidar": "2.0.2",
Expand Down
18 changes: 18 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="3.0.0-alpha.10"></a>
# [3.0.0-alpha.10](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2018-03-05)


### Bug Fixes

* **config:** Add npm registry to lerna config ([1473cd5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/1473cd5))
* **config:** update patch to uikit files ([5ccd0d2](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/5ccd0d2))
* **package:** clarify description of package ([c65611e](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/c65611e))


### Features

* **README:** Update for brevity and consistency ([aec7c50](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/aec7c50))




<a name="3.0.0-alpha.9"></a>
# 3.0.0-alpha.9 (2018-03-02)

Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@pattern-lab/core",
"description": "Create atomic design systems with Pattern Lab. This is the core API and orchestrator of the ecosystem.",
"version": "3.0.0-alpha.9",
"version": "3.0.0-alpha.10",
"main": "./src/index.js",
"dependencies": {
"@pattern-lab/engine-mustache": "^2.0.0-alpha.3",
"@pattern-lab/live-server": "^1.3.3-alpha.0",
"@pattern-lab/engine-mustache": "^2.0.0-alpha.4",
"@pattern-lab/live-server": "^1.3.3-alpha.1",
"chalk": "^1.1.3",
"chokidar": "^1.7.0",
"dive": "^0.5.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/edition-node-gulp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.0-alpha.6"></a>
# [2.0.0-alpha.6](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2018-03-05)


### Bug Fixes

* **config:** Add npm registry to lerna config ([1473cd5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/commit/1473cd5))


### Features

* **README:** Update for brevity and consistency ([65a2969](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/commit/65a2969))




<a name="2.0.0-alpha.5"></a>
# 2.0.0-alpha.5 (2018-03-02)

Expand Down
8 changes: 4 additions & 4 deletions packages/edition-node-gulp/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@pattern-lab/edition-node-gulp",
"description": "The gulp wrapper around patternlab-node core, providing tasks to interact with the core library and move supporting frontend assets.",
"version": "2.0.0-alpha.5",
"version": "2.0.0-alpha.6",
"main": "gulpfile.js",
"dependencies": {
"@pattern-lab/core": "^3.0.0-alpha.9",
"@pattern-lab/engine-mustache": "^2.0.0-alpha.3",
"@pattern-lab/uikit-workshop": "^1.0.0-alpha.2",
"@pattern-lab/core": "^3.0.0-alpha.10",
"@pattern-lab/engine-mustache": "^2.0.0-alpha.4",
"@pattern-lab/uikit-workshop": "^1.0.0-alpha.3",
"gulp": "^3.9.1",
"minimist": "^1.2.0"
},
Expand Down
17 changes: 17 additions & 0 deletions packages/edition-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.0-alpha.4"></a>
# [1.0.0-alpha.4](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2018-03-05)


### Bug Fixes

* **config:** Add npm registry to lerna config ([1473cd5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/commit/1473cd5))


### Features

* **README:** Update for brevity and consistency ([65a2969](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/commit/65a2969))
* **README:** Update for brevity and consistency ([a7f6866](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/commit/a7f6866))




<a name="1.0.0-alpha.3"></a>
# 1.0.0-alpha.3 (2018-03-02)

Expand Down
8 changes: 4 additions & 4 deletions packages/edition-node/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@pattern-lab/edition-node",
"description": "A pure wrapper around patternlab-node core, the default pattern engine, and supporting frontend assets.",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"main": "patternlab-config.json",
"dependencies": {
"@pattern-lab/core": "^3.0.0-alpha.9",
"@pattern-lab/engine-mustache": "^2.0.0-alpha.3",
"@pattern-lab/uikit-workshop": "^1.0.0-alpha.2"
"@pattern-lab/core": "^3.0.0-alpha.10",
"@pattern-lab/engine-mustache": "^2.0.0-alpha.4",
"@pattern-lab/uikit-workshop": "^1.0.0-alpha.3"
},
"keywords": [
"Pattern Lab",
Expand Down
11 changes: 11 additions & 0 deletions packages/engine-handlebars/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.0-alpha.4"></a>
# [2.0.0-alpha.4](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2018-03-05)


### Bug Fixes

* **config:** Add npm registry to lerna config ([1473cd5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars/commit/1473cd5))




<a name="2.0.0-alpha.3"></a>
# 2.0.0-alpha.3 (2018-03-02)

Expand Down
2 changes: 1 addition & 1 deletion packages/engine-handlebars/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pattern-lab/engine-handlebars",
"description": "The Handlebars engine for Pattern Lab / Node",
"version": "2.0.0-alpha.3",
"version": "2.0.0-alpha.4",
"main": "lib/engine_handlebars.js",
"dependencies": {
"fs-extra": "^0.30.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/engine-liquid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.0-alpha.7"></a>
# [1.0.0-alpha.7](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-liquid/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2018-03-05)


### Bug Fixes

* **config:** Add npm registry to lerna config ([1473cd5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-liquid/commit/1473cd5))




<a name="1.0.0-alpha.6"></a>
# 1.0.0-alpha.6 (2018-03-02)

Expand Down
2 changes: 1 addition & 1 deletion packages/engine-liquid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pattern-lab/engine-liquid",
"description": "The Liquid engine for Pattern Lab / Node",
"version": "1.0.0-alpha.6",
"version": "1.0.0-alpha.7",
"main": "lib/engine_liquid.js",
"dependencies": {
"fs-extra": "^5.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/engine-mustache/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.0-alpha.4"></a>
# [2.0.0-alpha.4](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-mustache/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2018-03-05)


### Bug Fixes

* **config:** Add npm registry to lerna config ([1473cd5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-mustache/commit/1473cd5))




<a name="2.0.0-alpha.3"></a>
# 2.0.0-alpha.3 (2018-03-02)

Expand Down
2 changes: 1 addition & 1 deletion packages/engine-mustache/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pattern-lab/engine-mustache",
"description": "The Mustache engine for Pattern Lab / Node",
"version": "2.0.0-alpha.3",
"version": "2.0.0-alpha.4",
"main": "lib/engine_mustache.js",
"dependencies": {
"fs-extra": "^0.30.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/engine-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.2.1-alpha.1"></a>
## [0.2.1-alpha.1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-react/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2018-03-05)


### Bug Fixes

* **config:** Add npm registry to lerna config ([1473cd5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-react/commit/1473cd5))




<a name="0.2.1-alpha.0"></a>
## 0.2.1-alpha.0 (2018-03-02)

Expand Down
2 changes: 1 addition & 1 deletion packages/engine-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pattern-lab/engine-react",
"description": "The React engine for Pattern Lab / Node",
"version": "0.2.1-alpha.0",
"version": "0.2.1-alpha.1",
"main": "lib/engine_react.js",
"dependencies": {
"babel-core": "^6.17.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/engine-twig/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.2.1-alpha.1"></a>
## [0.2.1-alpha.1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2018-03-05)


### Bug Fixes

* **config:** Add npm registry to lerna config ([1473cd5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/commit/1473cd5))




<a name="0.2.1-alpha.0"></a>
## 0.2.1-alpha.0 (2018-03-02)

Expand Down
2 changes: 1 addition & 1 deletion packages/engine-twig/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pattern-lab/engine-twig",
"description": "The Twig engine for Pattern Lab / Node",
"version": "0.2.1-alpha.0",
"version": "0.2.1-alpha.1",
"main": "lib/engine_twig.js",
"dependencies": {
"fs-extra": "^0.30.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/engine-underscore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.0-alpha.3"></a>
# [2.0.0-alpha.3](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-underscore/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2018-03-05)


### Bug Fixes

* **config:** Add npm registry to lerna config ([1473cd5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-underscore/commit/1473cd5))




<a name="2.0.0-alpha.2"></a>
# 2.0.0-alpha.2 (2018-03-02)

Expand Down
2 changes: 1 addition & 1 deletion packages/engine-underscore/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pattern-lab/engine-underscore",
"description": "The Underscore engine for Pattern Lab / Node",
"version": "2.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"main": "lib/engine_underscore.js",
"dependencies": {
"underscore": "^1.8.3"
Expand Down
11 changes: 11 additions & 0 deletions packages/live-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.3.3-alpha.1"></a>
## [1.3.3-alpha.1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/live-server/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2018-03-05)


### Bug Fixes

* **config:** Add npm registry to lerna config ([1473cd5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/live-server/commit/1473cd5))




<a name="1.3.3-alpha.0"></a>
## 1.3.3-alpha.0 (2018-03-02)

Expand Down
2 changes: 1 addition & 1 deletion packages/live-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pattern-lab/live-server",
"version": "1.3.3-alpha.0",
"version": "1.3.3-alpha.1",
"description": "simple development http server with live reload capability",
"keywords": [
"front-end",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-tab/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.3-alpha.1"></a>
## [2.0.3-alpha.1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/plugin-tab/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2018-03-05)


### Bug Fixes

* **config:** Add npm registry to lerna config ([1473cd5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/plugin-tab/commit/1473cd5))




<a name="2.0.3-alpha.0"></a>
## 2.0.3-alpha.0 (2018-03-02)

Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-tab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pattern-lab/plugin-tab",
"version": "2.0.3-alpha.0",
"version": "2.0.3-alpha.1",
"description": "",
"main": "index.js",
"dependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/uikit-workshop/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.0-alpha.3"></a>
# [1.0.0-alpha.3](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/compare/@pattern-lab/[email protected]...@pattern-lab/[email protected]) (2018-03-05)


### Bug Fixes

* **config:** Add npm registry to lerna config ([1473cd5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/commit/1473cd5))




<a name="1.0.0-alpha.2"></a>
# 1.0.0-alpha.2 (2018-03-02)

Expand Down
1 change: 0 additions & 1 deletion packages/uikit-workshop/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ <h3 class="pl-c-annotations__item-title">{{ title }}</h3>
<script src="styleguide/bower_components/hogan-3.0.2.min.js"></script>
<script src="styleguide/bower_components/prism.min.js"></script>
<script src="styleguide/bower_components/jwerty.min.js"></script>
<script src="styleguide/bower_components/classList.min.js"></script>
<script src="styleguide/bower_components/typeahead.bundle.min.js"></script>
<script src="styleguide/bower_components/EventEmitter.min.js"></script>
<script src="styleguide/bower_components/script.min.js"></script>
Expand Down
Loading