Skip to content

Commit

Permalink
[skip travis] chore(release): publish v5.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JosefBredereck committed Jul 1, 2021
1 parent 2b2e1b1 commit aa2c203
Show file tree
Hide file tree
Showing 28 changed files with 172 additions and 38 deletions.
17 changes: 17 additions & 0 deletions 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.

# [5.15.0](https://github.com/pattern-lab/patternlab-node/compare/v5.14.3...v5.15.0) (2021-07-01)


### Bug Fixes

* **live-server:** testing ([#1331](https://github.com/pattern-lab/patternlab-node/issues/1331)) ([2b2e1b1](https://github.com/pattern-lab/patternlab-node/commit/2b2e1b1c2426ab578dc014ea99df520d17a7db92))


### Features

* **docs:** adding a sitemap.xml ([#1329](https://github.com/pattern-lab/patternlab-node/issues/1329)) ([0a7fd95](https://github.com/pattern-lab/patternlab-node/commit/0a7fd95d5f1c3ce690bbe89cc30580ff58d1ab9c))
* **documentation:** added (sub)groups documentation again [#1262](https://github.com/pattern-lab/patternlab-node/issues/1262) ([#1334](https://github.com/pattern-lab/patternlab-node/issues/1334)) ([9fac269](https://github.com/pattern-lab/patternlab-node/commit/9fac2699d2f6c64c4544e8e4d8e18c1a1ce7e49f))





## [5.14.3](https://github.com/pattern-lab/patternlab-node/compare/v5.14.2...v5.14.3) (2021-05-17)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "3.11.0",
"version": "5.14.3",
"version": "5.15.0",
"packages": [
"packages/*"
],
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/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.

# [5.15.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/compare/v5.14.3...v5.15.0) (2021-07-01)

**Note:** Version bump only for package @pattern-lab/cli






## [5.14.3](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/compare/v5.14.2...v5.14.3) (2021-05-17)

**Note:** Version bump only for package @pattern-lab/cli
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@pattern-lab/cli",
"description": "Command-line interface (CLI) for the @pattern-lab/core.",
"version": "5.14.3",
"version": "5.15.0",
"bin": {
"patternlab": "bin/patternlab.js"
},
"author": {
"name": "Patternlab contributors"
},
"dependencies": {
"@pattern-lab/core": "^5.14.3",
"@pattern-lab/live-server": "^5.14.3",
"@pattern-lab/core": "^5.15.0",
"@pattern-lab/live-server": "^5.15.0",
"@pattern-lab/starterkit-mustache-base": "3.0.3",
"archiver": "2.1.1",
"chalk": "4.1.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/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.

# [5.15.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/compare/v5.14.3...v5.15.0) (2021-07-01)


### Features

* **documentation:** added (sub)groups documentation again [#1262](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/issues/1262) ([#1334](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/issues/1334)) ([9fac269](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/commit/9fac2699d2f6c64c4544e8e4d8e18c1a1ce7e49f))





## [5.14.3](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core/compare/v5.14.2...v5.14.3) (2021-05-17)

**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,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": "5.14.3",
"version": "5.15.0",
"main": "./src/index.js",
"dependencies": {
"@pattern-lab/engine-mustache": "^5.14.3",
"@pattern-lab/live-server": "^5.14.3",
"@pattern-lab/live-server": "^5.15.0",
"chalk": "4.1.0",
"chokidar": "3.5.1",
"dive": "0.5.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.15.0](https://github.com/pattern-lab/patternlab-node/compare/v5.14.3...v5.15.0) (2021-07-01)

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





## [5.14.3](https://github.com/pattern-lab/patternlab-node/compare/v5.14.2...v5.14.3) (2021-05-17)

**Note:** Version bump only for package create-pattern-lab
Expand Down
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": "5.14.3",
"version": "5.15.0",
"description": "",
"bin": "index.js",
"main": "index.js",
"scripts": {},
"dependencies": {
"@pattern-lab/cli": "^5.14.3"
"@pattern-lab/cli": "^5.15.0"
},
"author": "",
"license": "MIT",
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.15.0](https://github.com/pattern-lab/patternlab-node/compare/v5.14.3...v5.15.0) (2021-07-01)

**Note:** Version bump only for package @pattern-lab/development-edition-engine-handlebars





## [5.14.3](https://github.com/pattern-lab/patternlab-node/compare/v5.14.2...v5.14.3) (2021-05-17)

**Note:** Version bump only for package @pattern-lab/development-edition-engine-handlebars
Expand Down
8 changes: 4 additions & 4 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": "5.14.3",
"version": "5.15.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 Down Expand Up @@ -29,12 +29,12 @@
"node": ">=12.12.0"
},
"dependencies": {
"@pattern-lab/cli": "^5.14.3",
"@pattern-lab/core": "^5.14.3",
"@pattern-lab/cli": "^5.15.0",
"@pattern-lab/core": "^5.15.0",
"@pattern-lab/engine-handlebars": "^5.14.3",
"@pattern-lab/engine-mustache": "^5.14.3",
"@pattern-lab/plugin-tab": "^5.14.3",
"@pattern-lab/starterkit-handlebars-demo": "^5.14.1",
"@pattern-lab/uikit-workshop": "^5.14.3"
"@pattern-lab/uikit-workshop": "^5.15.0"
}
}
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.15.0](https://github.com/pattern-lab/edition-node-gulp/compare/v5.14.3...v5.15.0) (2021-07-01)

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





## [5.14.3](https://github.com/pattern-lab/edition-node-gulp/compare/v5.14.2...v5.14.3) (2021-05-17)

**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": "5.14.3",
"version": "5.15.0",
"private": true,
"main": "gulpfile.js",
"dependencies": {
"@pattern-lab/core": "^5.14.3",
"@pattern-lab/core": "^5.15.0",
"@pattern-lab/engine-mustache": "^5.14.3",
"@pattern-lab/engine-react": "^5.14.3",
"@pattern-lab/uikit-workshop": "^5.14.3",
"@pattern-lab/uikit-workshop": "^5.15.0",
"gulp": "3.9.1",
"minimist": "^1.2.5",
"react": "16.2.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/development-edition-engine-twig/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.

# [5.15.0](https://github.com/pattern-lab/patternlab-node/compare/v5.14.3...v5.15.0) (2021-07-01)

**Note:** Version bump only for package @pattern-lab/development-edition-engine-twig






## [5.14.3](https://github.com/pattern-lab/patternlab-node/compare/v5.14.2...v5.14.3) (2021-05-17)

**Note:** Version bump only for package @pattern-lab/development-edition-engine-twig
Expand Down
8 changes: 4 additions & 4 deletions packages/development-edition-engine-twig/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pattern-lab/development-edition-engine-twig",
"private": true,
"version": "5.14.3",
"version": "5.15.0",
"description": "The tree of components we use to test, develop and validate the twig engine (not engine-twig-php)",
"scripts": {
"postbootstrap": "patternlab install --starterkits @pattern-lab/starterkit-twig-demo",
Expand Down Expand Up @@ -30,11 +30,11 @@
"node": ">=12.12.0"
},
"dependencies": {
"@pattern-lab/cli": "^5.14.3",
"@pattern-lab/core": "^5.14.3",
"@pattern-lab/cli": "^5.15.0",
"@pattern-lab/core": "^5.15.0",
"@pattern-lab/engine-twig": "^5.14.3",
"@pattern-lab/starterkit-twig-demo": "^5.14.2",
"@pattern-lab/uikit-workshop": "^5.14.3"
"@pattern-lab/uikit-workshop": "^5.15.0"
},
"workspaces": {
"nohoist": [
Expand Down
13 changes: 13 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.15.0](https://github.com/bradfrost/pl-website-eleventy/compare/v5.14.3...v5.15.0) (2021-07-01)


### Features

* **docs:** adding a sitemap.xml ([#1329](https://github.com/bradfrost/pl-website-eleventy/issues/1329)) ([0a7fd95](https://github.com/bradfrost/pl-website-eleventy/commit/0a7fd95d5f1c3ce690bbe89cc30580ff58d1ab9c))
* **documentation:** added (sub)groups documentation again [#1262](https://github.com/bradfrost/pl-website-eleventy/issues/1262) ([#1334](https://github.com/bradfrost/pl-website-eleventy/issues/1334)) ([9fac269](https://github.com/bradfrost/pl-website-eleventy/commit/9fac2699d2f6c64c4544e8e4d8e18c1a1ce7e49f))






## [5.14.3](https://github.com/bradfrost/pl-website-eleventy/compare/v5.14.2...v5.14.3) (2021-05-17)

**Note:** Version bump only for package @pattern-lab/website
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pattern-lab/website",
"version": "5.14.3",
"version": "5.15.0",
"description": "The website for patternlab.io",
"main": "index.js",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/edition-node-gulp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.15.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/compare/v5.14.3...v5.15.0) (2021-07-01)

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





## [5.14.3](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp/compare/v5.14.2...v5.14.3) (2021-05-17)

**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": "5.14.3",
"version": "5.15.0",
"main": "gulpfile.js",
"dependencies": {
"@pattern-lab/cli": "^5.14.3",
"@pattern-lab/core": "^5.14.3",
"@pattern-lab/cli": "^5.15.0",
"@pattern-lab/core": "^5.15.0",
"@pattern-lab/engine-mustache": "^5.14.3",
"@pattern-lab/uikit-workshop": "^5.14.3",
"@pattern-lab/uikit-workshop": "^5.15.0",
"gulp": "3.9.1",
"minimist": "1.2.5"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/edition-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.15.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/compare/v5.14.3...v5.15.0) (2021-07-01)

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





## [5.14.3](https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node/compare/v5.14.2...v5.14.3) (2021-05-17)

**Note:** Version bump only for package @pattern-lab/edition-node
Expand Down
8 changes: 4 additions & 4 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": "5.14.3",
"version": "5.15.0",
"main": "patternlab-config.json",
"dependencies": {
"@pattern-lab/cli": "^5.14.3",
"@pattern-lab/core": "^5.14.3",
"@pattern-lab/cli": "^5.15.0",
"@pattern-lab/core": "^5.15.0",
"@pattern-lab/engine-handlebars": "^5.14.3",
"@pattern-lab/uikit-workshop": "^5.14.3"
"@pattern-lab/uikit-workshop": "^5.15.0"
},
"keywords": [
"Pattern Lab",
Expand Down
8 changes: 8 additions & 0 deletions packages/edition-twig/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.15.0](https://github.com/pattern-lab/patternlab-node/compare/v5.14.3...v5.15.0) (2021-07-01)

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





## [5.14.3](https://github.com/pattern-lab/patternlab-node/compare/v5.14.2...v5.14.3) (2021-05-17)

**Note:** Version bump only for package @pattern-lab/edition-twig
Expand Down
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": "5.14.3",
"version": "5.15.0",
"description": "Pattern Lab node with Twig PHP Engine",
"author": {
"name": "Evan Lovely",
Expand All @@ -23,10 +23,10 @@
"dev": "node ./node_modules/@pattern-lab/uikit-workshop/build-tools.js"
},
"dependencies": {
"@pattern-lab/cli": "^5.14.3",
"@pattern-lab/core": "^5.14.3",
"@pattern-lab/engine-twig-php": "^5.14.3",
"@pattern-lab/uikit-workshop": "^5.14.3"
"@pattern-lab/cli": "^5.15.0",
"@pattern-lab/core": "^5.15.0",
"@pattern-lab/engine-twig-php": "^5.15.0",
"@pattern-lab/uikit-workshop": "^5.15.0"
},
"engines": {
"node": ">=12.12.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/engine-twig-php/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.15.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig-php/compare/v5.14.3...v5.15.0) (2021-07-01)

**Note:** Version bump only for package @pattern-lab/engine-twig-php





## [5.14.3](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig-php/compare/v5.14.2...v5.14.3) (2021-05-17)

**Note:** Version bump only for package @pattern-lab/engine-twig-php
Expand Down
Loading

0 comments on commit aa2c203

Please sign in to comment.