Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @pattern-lab/cli@0.1.0
 - @pattern-lab/core@3.0.2
 - create-pattern-lab@1.0.7
 - @pattern-lab/development-edition-engine-handlebars@0.1.0
 - @pattern-lab/engine-react-testing-tree@0.1.3
 - @pattern-lab/edition-node-gulp@2.0.3
 - @pattern-lab/edition-node@2.0.0
 - @pattern-lab/edition-twig@3.1.2
 - @pattern-lab/engine-handlebars@2.0.0
 - @pattern-lab/engine-nunjucks@0.2.0
 - @pattern-lab/engine-twig-php@3.0.2
 - @pattern-lab/starterkit-handlebars-demo@1.0.1
 - @pattern-lab/uikit-workshop@1.0.2
  • Loading branch information
bmuenzenmeyer committed Aug 23, 2019
1 parent 502fde7 commit 0c02c73
Show file tree
Hide file tree
Showing 26 changed files with 225 additions and 43 deletions.
19 changes: 19 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/compare/@pattern-lab/cli@0.0.3...@pattern-lab/cli@0.1.0) (2019-08-23)


### Bug Fixes

* updates to fix eslint / prettier issues; update packages/core to reuse root .eslintrc.js file ([5b7a057](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/commit/5b7a057))
* **cli:** add custom install logic to edition-node ([f04fd26](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/commit/f04fd26))
* **cli:** re-order and clarify engines ([e39e301](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/commit/e39e301))


### Features

* **starterkits:** add starterkit-handlebars-demo ([384d2cf](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/commit/384d2cf))






## [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)

**Note:** Version bump only for package @pattern-lab/cli
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@pattern-lab/cli",
"description": "Command-line interface (CLI) for the @pattern-lab/core.",
"version": "0.0.3",
"version": "0.1.0",
"bin": {
"patternlab": "bin/patternlab.js"
},
"author": {
"name": "Raphael Okon"
},
"dependencies": {
"@pattern-lab/core": "^3.0.1",
"@pattern-lab/core": "^3.0.2",
"@pattern-lab/live-server": "^1.3.3",
"archiver": "2.1.1",
"chalk": "2.4.1",
Expand Down
15 changes: 15 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.2](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/compare/@pattern-lab/core@3.0.1...@pattern-lab/core@3.0.2) (2019-08-23)


### Bug Fixes

* add eslint fixes ([00d7bbe](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/00d7bbe))
* correct typo in build logging ([96d989f](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/96d989f))
* updates to address eslint / prettier issues ([d945acc](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/d945acc))
* updates to fix eslint / prettier issues; update packages/core to reuse root .eslintrc.js file ([5b7a057](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/5b7a057))






## [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)

**Note:** Version bump only for package @pattern-lab/core
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"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.1",
"version": "3.0.2",
"main": "./src/index.js",
"dependencies": {
"@pattern-lab/engine-mustache": "^2.0.1-alpha.0",
Expand Down Expand Up @@ -30,9 +30,9 @@
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.0",
"prettier": "^1.14.3",
"husky": "0.14.3",
"jsdoc-to-markdown": "3.0.0",
"prettier": "^1.14.3",
"pretty-quick": "^1.11.1",
"rewire": "2.5.2",
"standard-version": "4.3.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.7](https://github.com/pattern-lab/patternlab-node/compare/create-pattern-lab@1.0.6...create-pattern-lab@1.0.7) (2019-08-23)

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






## [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)

**Note:** Version bump only for package create-pattern-lab
4 changes: 2 additions & 2 deletions packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "create-pattern-lab",
"version": "1.0.6",
"version": "1.0.7",
"description": "",
"bin": "index.js",
"main": "index.js",
"scripts": {},
"dependencies": {
"@pattern-lab/cli": "^0.0.3"
"@pattern-lab/cli": "^0.1.0"
},
"author": "",
"license": "MIT",
Expand Down
17 changes: 17 additions & 0 deletions packages/development-edition-engine-handlebars/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.

# [0.1.0](https://github.com/pattern-lab/patternlab-node/compare/@pattern-lab/development-edition-engine-handlebars@0.0.3...@pattern-lab/development-edition-engine-handlebars@0.1.0) (2019-08-23)


### Bug Fixes

* Rename Handlebars and Nunjucks extension setting to "extend" ([74e5af2](https://github.com/pattern-lab/patternlab-node/commit/74e5af2))


### Features

* **engine-handlebars:** Demonstration of custom Handlebars helper ([f330b5b](https://github.com/pattern-lab/patternlab-node/commit/f330b5b))






## [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)

**Note:** Version bump only for package @pattern-lab/development-edition-engine-handlebars
Expand Down
10 changes: 5 additions & 5 deletions packages/development-edition-engine-handlebars/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pattern-lab/development-edition-engine-handlebars",
"private": true,
"version": "0.0.3",
"version": "0.1.0",
"description": "The tree of components we use to test, develop and validate the Handlebars engine",
"scripts": {
"pl:build": "patternlab build --config ./patternlab-config.json",
Expand All @@ -27,11 +27,11 @@
"node": ">=10.0"
},
"dependencies": {
"@pattern-lab/cli": "^0.0.3",
"@pattern-lab/core": "^3.0.1",
"@pattern-lab/engine-handlebars": "^2.0.0-beta.1",
"@pattern-lab/cli": "^0.1.0",
"@pattern-lab/core": "^3.0.2",
"@pattern-lab/engine-handlebars": "^2.0.0",
"@pattern-lab/engine-mustache": "^2.0.1-alpha.0",
"@pattern-lab/starterkit-mustache-demo": "^5.0.0",
"@pattern-lab/uikit-workshop": "^1.0.1"
"@pattern-lab/uikit-workshop": "^1.0.2"
}
}
9 changes: 9 additions & 0 deletions packages/development-edition-engine-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.3](https://github.com/pattern-lab/edition-node-gulp/compare/@pattern-lab/engine-react-testing-tree@0.1.2...@pattern-lab/engine-react-testing-tree@0.1.3) (2019-08-23)

**Note:** Version bump only for package @pattern-lab/engine-react-testing-tree






## [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)

**Note:** Version bump only for package @pattern-lab/engine-react-testing-tree
Expand Down
6 changes: 3 additions & 3 deletions packages/development-edition-engine-react/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@pattern-lab/engine-react-testing-tree",
"description": "The tree of components we use to test, develop and validate the React engine",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"main": "gulpfile.js",
"dependencies": {
"@pattern-lab/core": "^3.0.1",
"@pattern-lab/core": "^3.0.2",
"@pattern-lab/engine-mustache": "^2.0.1-alpha.0",
"@pattern-lab/engine-react": "^0.2.1-beta.1",
"@pattern-lab/uikit-workshop": "^1.0.1",
"@pattern-lab/uikit-workshop": "^1.0.2",
"gulp": "3.9.1",
"minimist": "^1.2.0",
"react": "16.2.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/edition-node-gulp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.3](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/compare/@pattern-lab/edition-node-gulp@2.0.2...@pattern-lab/edition-node-gulp@2.0.3) (2019-08-23)

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






## [2.0.2](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/compare/@pattern-lab/edition-node-gulp@2.0.2-alpha.0...@pattern-lab/edition-node-gulp@2.0.2) (2019-05-16)

**Note:** Version bump only for package @pattern-lab/edition-node-gulp
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,13 +1,13 @@
{
"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.2",
"version": "2.0.3",
"main": "gulpfile.js",
"dependencies": {
"@pattern-lab/cli": "^0.0.3",
"@pattern-lab/core": "^3.0.1",
"@pattern-lab/cli": "^0.1.0",
"@pattern-lab/core": "^3.0.2",
"@pattern-lab/engine-mustache": "^2.0.1-alpha.0",
"@pattern-lab/uikit-workshop": "^1.0.1",
"@pattern-lab/uikit-workshop": "^1.0.2",
"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.

# [2.0.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/compare/@pattern-lab/edition-node@1.0.2...@pattern-lab/edition-node@2.0.0) (2019-08-23)


### Features

* **edition-node:** switch to engine-handlebars ([b481e22](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/commit/b481e22))


### BREAKING CHANGES

* **edition-node:** use handlebars over mustache






## [1.0.2](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/compare/@pattern-lab/edition-node@1.0.2-alpha.0...@pattern-lab/edition-node@1.0.2) (2019-05-16)

**Note:** Version bump only for package @pattern-lab/edition-node
Expand Down
10 changes: 5 additions & 5 deletions packages/edition-node/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@pattern-lab/edition-node",
"description": "A pure wrapper around patternlab-node core, the default pattern engine, and supporting frontend assets.",
"version": "1.0.2",
"version": "2.0.0",
"main": "patternlab-config.json",
"dependencies": {
"@pattern-lab/cli": "^0.0.3",
"@pattern-lab/core": "^3.0.1",
"@pattern-lab/engine-handlebars": "^2.0.0-beta.1",
"@pattern-lab/uikit-workshop": "^1.0.1"
"@pattern-lab/cli": "^0.1.0",
"@pattern-lab/core": "^3.0.2",
"@pattern-lab/engine-handlebars": "^2.0.0",
"@pattern-lab/uikit-workshop": "^1.0.2"
},
"keywords": [
"Pattern Lab",
Expand Down
12 changes: 12 additions & 0 deletions packages/edition-twig/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.2](https://github.com/pattern-lab/patternlab-node/compare/@pattern-lab/edition-twig@3.1.1...@pattern-lab/edition-twig@3.1.2) (2019-08-23)


### Bug Fixes

* add better pre-rendering support ([8ecd615](https://github.com/pattern-lab/patternlab-node/commit/8ecd615))






## [3.1.1](https://github.com/sghoweri/patternlab-node/compare/@pattern-lab/edition-twig@3.1.0...@pattern-lab/edition-twig@3.1.1) (2019-05-16)

**Note:** Version bump only for package @pattern-lab/edition-twig
10 changes: 5 additions & 5 deletions packages/edition-twig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pattern-lab/edition-twig",
"version": "3.1.1",
"version": "3.1.2",
"description": "Pattern Lab node with Twig PHP Engine",
"author": {
"name": "Evan Lovely",
Expand All @@ -22,10 +22,10 @@
"version": "patternlab --version"
},
"dependencies": {
"@pattern-lab/cli": "^0.0.3",
"@pattern-lab/core": "^3.0.1",
"@pattern-lab/engine-twig-php": "^3.0.1",
"@pattern-lab/uikit-workshop": "^1.0.1"
"@pattern-lab/cli": "^0.1.0",
"@pattern-lab/core": "^3.0.2",
"@pattern-lab/engine-twig-php": "^3.0.2",
"@pattern-lab/uikit-workshop": "^1.0.2"
},
"engines": {
"node": ">=6.0"
Expand Down
20 changes: 20 additions & 0 deletions packages/engine-handlebars/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars/compare/@pattern-lab/engine-handlebars@2.0.0-beta.1...@pattern-lab/engine-handlebars@2.0.0) (2019-08-23)


### Bug Fixes

* **lint:** Use const instead of var ([ad1e782](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars/commit/ad1e782))
* Rename Handlebars and Nunjucks extension setting to "extend" ([74e5af2](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars/commit/74e5af2))


### Features

* **engine-handlebars:** Default location for helpers, like engine-nunjucks ([11c4180](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars/commit/11c4180))
* **engine-handlebars:** Document the Helpers feature ([a01e040](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars/commit/a01e040))
* **engine-handlebars:** Load Handlebars helpers specified in the config ([a12df36](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars/commit/a12df36))






# [2.0.0-beta.1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars/compare/@pattern-lab/engine-handlebars@2.0.0-beta.0...@pattern-lab/engine-handlebars@2.0.0-beta.1) (2019-02-09)

**Note:** Version bump only for package @pattern-lab/engine-handlebars
Expand Down
6 changes: 3 additions & 3 deletions packages/engine-handlebars/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@pattern-lab/engine-handlebars",
"description": "The Handlebars engine for Pattern Lab / Node",
"version": "2.0.0-beta.1",
"version": "2.0.0",
"main": "lib/engine_handlebars.js",
"dependencies": {
"fs-extra": "0.30.0",
"handlebars": "4.0.5",
"glob": "7.0.0"
"glob": "7.0.0",
"handlebars": "4.0.5"
},
"keywords": [
"Pattern Lab",
Expand Down
17 changes: 17 additions & 0 deletions packages/engine-nunjucks/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.

# [0.2.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-nunjucks/compare/@pattern-lab/engine-nunjucks@0.1.5-alpha.0...@pattern-lab/engine-nunjucks@0.2.0) (2019-08-23)


### Bug Fixes

* Rename Handlebars and Nunjucks extension setting to "extend" ([74e5af2](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-nunjucks/commit/74e5af2))


### Features

* **engine-nunjucks:** Configurable extension locations; Use usePatternlabConfig() ([e54e3b3](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-nunjucks/commit/e54e3b3))






## [0.1.4-beta.2](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.2) (2019-02-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/engine-nunjucks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"main": "lib/engine_nunjucks.js",
"name": "@pattern-lab/engine-nunjucks",
"scripts": {},
"version": "0.1.5-alpha.0",
"version": "0.2.0",
"publishConfig": {
"access": "public"
}
Expand Down

0 comments on commit 0c02c73

Please sign in to comment.