From e7210913997c888a258f0b3e4b8c3182fa1c84f8 Mon Sep 17 00:00:00 2001 From: Josef Bredreck <13408112+JosefBredereck@users.noreply.github.com> Date: Tue, 31 Jan 2023 17:52:28 +0100 Subject: [PATCH] [skip travis] chore(release): publish v6.0.0 --- CHANGELOG.md | 22 +++++++++++++++++++ lerna.json | 2 +- packages/cli/CHANGELOG.md | 8 +++++++ packages/cli/package.json | 4 ++-- packages/core/CHANGELOG.md | 8 +++++++ packages/core/package.json | 6 ++--- packages/create/CHANGELOG.md | 8 +++++++ packages/create/package.json | 4 ++-- .../CHANGELOG.md | 8 +++++++ .../package.json | 16 +++++++------- .../CHANGELOG.md | 8 +++++++ .../package.json | 10 ++++----- .../CHANGELOG.md | 8 +++++++ .../package.json | 12 +++++----- packages/docs/CHANGELOG.md | 12 ++++++++++ packages/docs/package.json | 2 +- packages/edition-node-gulp/CHANGELOG.md | 8 +++++++ packages/edition-node-gulp/package.json | 10 ++++----- packages/edition-node/CHANGELOG.md | 8 +++++++ packages/edition-node/package.json | 10 ++++----- packages/edition-twig/CHANGELOG.md | 8 +++++++ packages/edition-twig/package.json | 10 ++++----- packages/engine-handlebars/CHANGELOG.md | 8 +++++++ packages/engine-handlebars/package.json | 2 +- packages/engine-liquid/CHANGELOG.md | 8 +++++++ packages/engine-liquid/package.json | 2 +- packages/engine-mustache/CHANGELOG.md | 8 +++++++ packages/engine-mustache/package.json | 2 +- packages/engine-nunjucks/CHANGELOG.md | 8 +++++++ packages/engine-nunjucks/package.json | 2 +- packages/engine-react/CHANGELOG.md | 8 +++++++ packages/engine-react/package.json | 2 +- packages/engine-twig-php/CHANGELOG.md | 11 ++++++++++ packages/engine-twig-php/package.json | 4 ++-- packages/engine-twig/CHANGELOG.md | 11 ++++++++++ packages/engine-twig/package.json | 2 +- packages/engine-underscore/CHANGELOG.md | 8 +++++++ packages/engine-underscore/package.json | 2 +- packages/live-server/CHANGELOG.md | 8 +++++++ packages/live-server/package.json | 2 +- packages/plugin-tab/CHANGELOG.md | 8 +++++++ packages/plugin-tab/package.json | 2 +- .../starterkit-handlebars-demo/CHANGELOG.md | 11 ++++++++++ .../starterkit-handlebars-demo/package.json | 2 +- packages/starterkit-twig-demo/CHANGELOG.md | 11 ++++++++++ packages/starterkit-twig-demo/package.json | 2 +- packages/uikit-polyfills/CHANGELOG.md | 8 +++++++ packages/uikit-polyfills/package.json | 2 +- packages/uikit-workshop/CHANGELOG.md | 18 +++++++++++++++ packages/uikit-workshop/package.json | 12 +++++----- 50 files changed, 303 insertions(+), 63 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78f2dbd55..cf9d2784f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.0.0](https://github.com/pattern-lab/patternlab-node/compare/v5.17.0...v6.0.0) (2023-01-31) + + +### Bug Fixes + +* **engine-twig-php:** twig include function syntax not matched by findPartials ([#1472](https://github.com/pattern-lab/patternlab-node/issues/1472)) ([3677539](https://github.com/pattern-lab/patternlab-node/commit/3677539409ac41dfee71d90cc429be5c92890838)), closes [#1471](https://github.com/pattern-lab/patternlab-node/issues/1471) +* **engine-twig:** twig include function syntax not matched by findPartials ([#1473](https://github.com/pattern-lab/patternlab-node/issues/1473)) ([cfa792b](https://github.com/pattern-lab/patternlab-node/commit/cfa792b2753d9f9f1840e08d55983c6c051b01fd)), closes [#1471](https://github.com/pattern-lab/patternlab-node/issues/1471) +* hogan to handlebars migration leftovers ([#1461](https://github.com/pattern-lab/patternlab-node/issues/1461)) ([566485a](https://github.com/pattern-lab/patternlab-node/commit/566485a5c20d739bfe9c77c11b8ddfa09e292481)) +* HTML structure ([#1450](https://github.com/pattern-lab/patternlab-node/issues/1450)) ([8567e2b](https://github.com/pattern-lab/patternlab-node/commit/8567e2b218a4ef9df0e359ca77229dda54712200)) +* js error ([#1475](https://github.com/pattern-lab/patternlab-node/issues/1475)) ([209b9a1](https://github.com/pattern-lab/patternlab-node/commit/209b9a15871354ac4ae982d93d6be03272799005)), closes [/github.com/pattern-lab/patternlab-node/pull/1102/files#diff-9111c2e0138c935342632437be7178f25322b8f5c86431f2b85f4fe760d32980L96-R111](https://github.com//github.com/pattern-lab/patternlab-node/pull/1102/files/issues/diff-9111c2e0138c935342632437be7178f25322b8f5c86431f2b85f4fe760d32980L96-R111) +* updated base template to handlebars ([#1463](https://github.com/pattern-lab/patternlab-node/issues/1463)) ([c69c658](https://github.com/pattern-lab/patternlab-node/commit/c69c658d06dab9a1bf04f77e7902ff3f07c94c3e)) + + +### Features + +* activate prettier for scss ([#1468](https://github.com/pattern-lab/patternlab-node/issues/1468)) ([fac6ad4](https://github.com/pattern-lab/patternlab-node/commit/fac6ad4be48c95eccfe890a280cad441ee84f677)) +* **docs:** added plugin ([#1469](https://github.com/pattern-lab/patternlab-node/issues/1469)) ([535c5f0](https://github.com/pattern-lab/patternlab-node/commit/535c5f0805936a25eeddde0e360cb6000c000b1b)) + + + + + # [5.17.0](https://github.com/pattern-lab/patternlab-node/compare/v5.16.4...v5.17.0) (2022-09-25) diff --git a/lerna.json b/lerna.json index 0dc070974..d94a23343 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "4.0.0", - "version": "5.17.0", + "version": "6.0.0", "packages": [ "packages/*" ], diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 266de655f..37b06c9cc 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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. +# [6.0.0](https://github.com/pattern-lab/patternlab-node/compare/v5.17.0...v6.0.0) (2023-01-31) + +**Note:** Version bump only for package @pattern-lab/cli + + + + + # [5.17.0](https://github.com/pattern-lab/patternlab-node/compare/v5.16.4...v5.17.0) (2022-09-25) **Note:** Version bump only for package @pattern-lab/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 659f427ec..850cdeec8 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@pattern-lab/cli", "description": "Command-line interface (CLI) for the @pattern-lab/core.", - "version": "5.17.0", + "version": "6.0.0", "bin": { "patternlab": "bin/patternlab.js" }, @@ -9,7 +9,7 @@ "name": "Patternlab contributors" }, "dependencies": { - "@pattern-lab/core": "^5.17.0", + "@pattern-lab/core": "^6.0.0", "archiver": "5.3.0", "chalk": "4.1.0", "commander": "9.4.1", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 57589d839..a1242a643 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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. +# [6.0.0](https://github.com/pattern-lab/patternlab-node/compare/v5.17.0...v6.0.0) (2023-01-31) + +**Note:** Version bump only for package @pattern-lab/core + + + + + # [5.17.0](https://github.com/pattern-lab/patternlab-node/compare/v5.16.4...v5.17.0) (2022-09-25) diff --git a/packages/core/package.json b/packages/core/package.json index 77c464c65..835cf1ce7 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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.17.0", + "version": "6.0.0", "main": "./src/index.js", "dependencies": { - "@pattern-lab/engine-mustache": "^5.16.4", - "@pattern-lab/live-server": "^5.16.1", + "@pattern-lab/engine-mustache": "^6.0.0", + "@pattern-lab/live-server": "^6.0.0", "chalk": "4.1.0", "chokidar": "3.5.1", "dive": "0.5.0", diff --git a/packages/create/CHANGELOG.md b/packages/create/CHANGELOG.md index f7f9c399d..70b23cbd8 100644 --- a/packages/create/CHANGELOG.md +++ b/packages/create/CHANGELOG.md @@ -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. +# [6.0.0](https://github.com/pattern-lab/patternlab-node/compare/v5.17.0...v6.0.0) (2023-01-31) + +**Note:** Version bump only for package create-pattern-lab + + + + + # [5.17.0](https://github.com/pattern-lab/patternlab-node/compare/v5.16.4...v5.17.0) (2022-09-25) **Note:** Version bump only for package create-pattern-lab diff --git a/packages/create/package.json b/packages/create/package.json index a3fbcace0..8a0d08369 100644 --- a/packages/create/package.json +++ b/packages/create/package.json @@ -1,12 +1,12 @@ { "name": "create-pattern-lab", - "version": "5.17.0", + "version": "6.0.0", "description": "", "bin": "index.js", "main": "index.js", "scripts": {}, "dependencies": { - "@pattern-lab/cli": "^5.17.0" + "@pattern-lab/cli": "^6.0.0" }, "author": "", "license": "MIT", diff --git a/packages/development-edition-engine-handlebars/CHANGELOG.md b/packages/development-edition-engine-handlebars/CHANGELOG.md index 0db42ac05..43acdf4a4 100644 --- a/packages/development-edition-engine-handlebars/CHANGELOG.md +++ b/packages/development-edition-engine-handlebars/CHANGELOG.md @@ -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. +# [6.0.0](https://github.com/pattern-lab/patternlab-node/compare/v5.17.0...v6.0.0) (2023-01-31) + +**Note:** Version bump only for package @pattern-lab/development-edition-engine-handlebars + + + + + # [5.17.0](https://github.com/pattern-lab/patternlab-node/compare/v5.16.4...v5.17.0) (2022-09-25) **Note:** Version bump only for package @pattern-lab/development-edition-engine-handlebars diff --git a/packages/development-edition-engine-handlebars/package.json b/packages/development-edition-engine-handlebars/package.json index 2240f0285..7d5f83c23 100644 --- a/packages/development-edition-engine-handlebars/package.json +++ b/packages/development-edition-engine-handlebars/package.json @@ -1,7 +1,7 @@ { "name": "@pattern-lab/development-edition-engine-handlebars", "private": true, - "version": "5.17.0", + "version": "6.0.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", @@ -29,12 +29,12 @@ "node": ">=14.21.1" }, "dependencies": { - "@pattern-lab/cli": "^5.17.0", - "@pattern-lab/core": "^5.17.0", - "@pattern-lab/engine-handlebars": "^5.16.4", - "@pattern-lab/engine-mustache": "^5.16.4", - "@pattern-lab/plugin-tab": "^5.16.1", - "@pattern-lab/starterkit-handlebars-demo": "^5.16.4", - "@pattern-lab/uikit-workshop": "^5.17.0" + "@pattern-lab/cli": "^6.0.0", + "@pattern-lab/core": "^6.0.0", + "@pattern-lab/engine-handlebars": "^6.0.0", + "@pattern-lab/engine-mustache": "^6.0.0", + "@pattern-lab/plugin-tab": "^6.0.0", + "@pattern-lab/starterkit-handlebars-demo": "^6.0.0", + "@pattern-lab/uikit-workshop": "^6.0.0" } } diff --git a/packages/development-edition-engine-react/CHANGELOG.md b/packages/development-edition-engine-react/CHANGELOG.md index f6e54fcb5..798ac1f2c 100644 --- a/packages/development-edition-engine-react/CHANGELOG.md +++ b/packages/development-edition-engine-react/CHANGELOG.md @@ -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. +# [6.0.0](https://github.com/pattern-lab/edition-node-gulp/compare/v5.17.0...v6.0.0) (2023-01-31) + +**Note:** Version bump only for package @pattern-lab/engine-react-testing-tree + + + + + # [5.17.0](https://github.com/pattern-lab/edition-node-gulp/compare/v5.16.4...v5.17.0) (2022-09-25) **Note:** Version bump only for package @pattern-lab/engine-react-testing-tree diff --git a/packages/development-edition-engine-react/package.json b/packages/development-edition-engine-react/package.json index bfef5ef45..1563695cd 100644 --- a/packages/development-edition-engine-react/package.json +++ b/packages/development-edition-engine-react/package.json @@ -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.17.0", + "version": "6.0.0", "private": true, "main": "gulpfile.js", "dependencies": { - "@pattern-lab/core": "^5.17.0", - "@pattern-lab/engine-mustache": "^5.16.4", - "@pattern-lab/engine-react": "^5.16.1", - "@pattern-lab/uikit-workshop": "^5.17.0", + "@pattern-lab/core": "^6.0.0", + "@pattern-lab/engine-mustache": "^6.0.0", + "@pattern-lab/engine-react": "^6.0.0", + "@pattern-lab/uikit-workshop": "^6.0.0", "gulp": "4.0.2", "minimist": "^1.2.5", "react": "16.2.0" diff --git a/packages/development-edition-engine-twig/CHANGELOG.md b/packages/development-edition-engine-twig/CHANGELOG.md index 981d8b10d..a258dab51 100644 --- a/packages/development-edition-engine-twig/CHANGELOG.md +++ b/packages/development-edition-engine-twig/CHANGELOG.md @@ -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. +# [6.0.0](https://github.com/pattern-lab/patternlab-node/compare/v5.17.0...v6.0.0) (2023-01-31) + +**Note:** Version bump only for package @pattern-lab/development-edition-engine-twig + + + + + # [5.17.0](https://github.com/pattern-lab/patternlab-node/compare/v5.16.4...v5.17.0) (2022-09-25) **Note:** Version bump only for package @pattern-lab/development-edition-engine-twig diff --git a/packages/development-edition-engine-twig/package.json b/packages/development-edition-engine-twig/package.json index b8fc593d5..757d3deb0 100644 --- a/packages/development-edition-engine-twig/package.json +++ b/packages/development-edition-engine-twig/package.json @@ -1,7 +1,7 @@ { "name": "@pattern-lab/development-edition-engine-twig", "private": true, - "version": "5.17.0", + "version": "6.0.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", @@ -30,11 +30,11 @@ "node": ">=14.21.1" }, "dependencies": { - "@pattern-lab/cli": "^5.17.0", - "@pattern-lab/core": "^5.17.0", - "@pattern-lab/engine-twig": "^5.17.0", - "@pattern-lab/starterkit-twig-demo": "^5.16.4", - "@pattern-lab/uikit-workshop": "^5.17.0" + "@pattern-lab/cli": "^6.0.0", + "@pattern-lab/core": "^6.0.0", + "@pattern-lab/engine-twig": "^6.0.0", + "@pattern-lab/starterkit-twig-demo": "^6.0.0", + "@pattern-lab/uikit-workshop": "^6.0.0" }, "workspaces": { "nohoist": [ diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index b788a0149..7f5f44be0 100644 --- a/packages/docs/CHANGELOG.md +++ b/packages/docs/CHANGELOG.md @@ -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. +# [6.0.0](https://github.com/bradfrost/pl-website-eleventy/compare/v5.17.0...v6.0.0) (2023-01-31) + + +### Features + +* activate prettier for scss ([#1468](https://github.com/bradfrost/pl-website-eleventy/issues/1468)) ([fac6ad4](https://github.com/bradfrost/pl-website-eleventy/commit/fac6ad4be48c95eccfe890a280cad441ee84f677)) +* **docs:** added plugin ([#1469](https://github.com/bradfrost/pl-website-eleventy/issues/1469)) ([535c5f0](https://github.com/bradfrost/pl-website-eleventy/commit/535c5f0805936a25eeddde0e360cb6000c000b1b)) + + + + + ## [5.16.4](https://github.com/bradfrost/pl-website-eleventy/compare/v5.16.2...v5.16.4) (2022-09-23) diff --git a/packages/docs/package.json b/packages/docs/package.json index 386f740a8..21a1d8887 100755 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@pattern-lab/website", - "version": "5.16.4", + "version": "6.0.0", "description": "The website for patternlab.io", "main": "index.js", "dependencies": { diff --git a/packages/edition-node-gulp/CHANGELOG.md b/packages/edition-node-gulp/CHANGELOG.md index 6f12622c0..be5af5ec3 100644 --- a/packages/edition-node-gulp/CHANGELOG.md +++ b/packages/edition-node-gulp/CHANGELOG.md @@ -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. +# [6.0.0](https://github.com/pattern-lab/patternlab-node/compare/v5.17.0...v6.0.0) (2023-01-31) + +**Note:** Version bump only for package @pattern-lab/edition-node-gulp + + + + + # [5.17.0](https://github.com/pattern-lab/patternlab-node/compare/v5.16.4...v5.17.0) (2022-09-25) **Note:** Version bump only for package @pattern-lab/edition-node-gulp diff --git a/packages/edition-node-gulp/package.json b/packages/edition-node-gulp/package.json index 21a7c224c..15ec85652 100644 --- a/packages/edition-node-gulp/package.json +++ b/packages/edition-node-gulp/package.json @@ -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.17.0", + "version": "6.0.0", "main": "gulpfile.js", "dependencies": { - "@pattern-lab/cli": "^5.17.0", - "@pattern-lab/core": "^5.17.0", - "@pattern-lab/engine-mustache": "^5.16.4", - "@pattern-lab/uikit-workshop": "^5.17.0", + "@pattern-lab/cli": "^6.0.0", + "@pattern-lab/core": "^6.0.0", + "@pattern-lab/engine-mustache": "^6.0.0", + "@pattern-lab/uikit-workshop": "^6.0.0", "gulp": "4.0.2", "minimist": "1.2.5" }, diff --git a/packages/edition-node/CHANGELOG.md b/packages/edition-node/CHANGELOG.md index 38c606cba..2a3c16576 100644 --- a/packages/edition-node/CHANGELOG.md +++ b/packages/edition-node/CHANGELOG.md @@ -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. +# [6.0.0](https://github.com/pattern-lab/patternlab-node/compare/v5.17.0...v6.0.0) (2023-01-31) + +**Note:** Version bump only for package @pattern-lab/edition-node + + + + + # [5.17.0](https://github.com/pattern-lab/patternlab-node/compare/v5.16.4...v5.17.0) (2022-09-25) **Note:** Version bump only for package @pattern-lab/edition-node diff --git a/packages/edition-node/package.json b/packages/edition-node/package.json index 0ce07ce0c..0bf8ac76c 100644 --- a/packages/edition-node/package.json +++ b/packages/edition-node/package.json @@ -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.17.0", + "version": "6.0.0", "main": "patternlab-config.json", "dependencies": { - "@pattern-lab/cli": "^5.17.0", - "@pattern-lab/core": "^5.17.0", - "@pattern-lab/engine-handlebars": "^5.16.4", - "@pattern-lab/uikit-workshop": "^5.17.0" + "@pattern-lab/cli": "^6.0.0", + "@pattern-lab/core": "^6.0.0", + "@pattern-lab/engine-handlebars": "^6.0.0", + "@pattern-lab/uikit-workshop": "^6.0.0" }, "keywords": [ "Pattern Lab", diff --git a/packages/edition-twig/CHANGELOG.md b/packages/edition-twig/CHANGELOG.md index e968d05db..f5ff5bfce 100644 --- a/packages/edition-twig/CHANGELOG.md +++ b/packages/edition-twig/CHANGELOG.md @@ -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. +# [6.0.0](https://github.com/pattern-lab/patternlab-node/compare/v5.17.0...v6.0.0) (2023-01-31) + +**Note:** Version bump only for package @pattern-lab/edition-twig + + + + + # [5.17.0](https://github.com/pattern-lab/patternlab-node/compare/v5.16.4...v5.17.0) (2022-09-25) **Note:** Version bump only for package @pattern-lab/edition-twig diff --git a/packages/edition-twig/package.json b/packages/edition-twig/package.json index 0317fb8ff..8fe67e300 100644 --- a/packages/edition-twig/package.json +++ b/packages/edition-twig/package.json @@ -1,6 +1,6 @@ { "name": "@pattern-lab/edition-twig", - "version": "5.17.0", + "version": "6.0.0", "description": "Pattern Lab node with Twig PHP Engine", "author": { "name": "Evan Lovely", @@ -23,10 +23,10 @@ "dev": "node ./node_modules/@pattern-lab/uikit-workshop/build-tools.js" }, "dependencies": { - "@pattern-lab/cli": "^5.17.0", - "@pattern-lab/core": "^5.17.0", - "@pattern-lab/engine-twig-php": "^5.17.0", - "@pattern-lab/uikit-workshop": "^5.17.0" + "@pattern-lab/cli": "^6.0.0", + "@pattern-lab/core": "^6.0.0", + "@pattern-lab/engine-twig-php": "^6.0.0", + "@pattern-lab/uikit-workshop": "^6.0.0" }, "engines": { "node": ">=14.21.1" diff --git a/packages/engine-handlebars/CHANGELOG.md b/packages/engine-handlebars/CHANGELOG.md index 23d0fd987..90b9355ba 100644 --- a/packages/engine-handlebars/CHANGELOG.md +++ b/packages/engine-handlebars/CHANGELOG.md @@ -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. +# [6.0.0](https://github.com/pattern-lab/patternlab-node/compare/v5.17.0...v6.0.0) (2023-01-31) + +**Note:** Version bump only for package @pattern-lab/engine-handlebars + + + + + ## [5.16.4](https://github.com/pattern-lab/patternlab-node/compare/v5.16.2...v5.16.4) (2022-09-23) **Note:** Version bump only for package @pattern-lab/engine-handlebars diff --git a/packages/engine-handlebars/package.json b/packages/engine-handlebars/package.json index d7c00a280..4cac94e5f 100644 --- a/packages/engine-handlebars/package.json +++ b/packages/engine-handlebars/package.json @@ -1,7 +1,7 @@ { "name": "@pattern-lab/engine-handlebars", "description": "The Handlebars engine for Pattern Lab / Node", - "version": "5.16.4", + "version": "6.0.0", "main": "lib/engine_handlebars.js", "dependencies": { "fs-extra": "^10.0.0", diff --git a/packages/engine-liquid/CHANGELOG.md b/packages/engine-liquid/CHANGELOG.md index 4c9ad61a1..0212f13bb 100644 --- a/packages/engine-liquid/CHANGELOG.md +++ b/packages/engine-liquid/CHANGELOG.md @@ -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. +# [6.0.0](https://github.com/pattern-lab/patternlab-node/compare/v5.17.0...v6.0.0) (2023-01-31) + +**Note:** Version bump only for package @pattern-lab/engine-liquid + + + + + ## [5.16.1](https://github.com/pattern-lab/patternlab-node/compare/v5.16.0...v5.16.1) (2022-01-29) **Note:** Version bump only for package @pattern-lab/engine-liquid diff --git a/packages/engine-liquid/package.json b/packages/engine-liquid/package.json index ddf847aeb..4f8f3f5cb 100644 --- a/packages/engine-liquid/package.json +++ b/packages/engine-liquid/package.json @@ -1,7 +1,7 @@ { "name": "@pattern-lab/engine-liquid", "description": "The Liquid engine for Pattern Lab / Node", - "version": "5.16.1", + "version": "6.0.0", "main": "lib/engine_liquid.js", "dependencies": { "fs-extra": "10.0.0", diff --git a/packages/engine-mustache/CHANGELOG.md b/packages/engine-mustache/CHANGELOG.md index 06e9df4c0..8030db942 100644 --- a/packages/engine-mustache/CHANGELOG.md +++ b/packages/engine-mustache/CHANGELOG.md @@ -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. +# [6.0.0](https://github.com/pattern-lab/patternlab-node/compare/v5.17.0...v6.0.0) (2023-01-31) + +**Note:** Version bump only for package @pattern-lab/engine-mustache + + + + + ## [5.16.4](https://github.com/pattern-lab/patternlab-node/compare/v5.16.2...v5.16.4) (2022-09-23) **Note:** Version bump only for package @pattern-lab/engine-mustache diff --git a/packages/engine-mustache/package.json b/packages/engine-mustache/package.json index c64eefedc..1553c7b8a 100644 --- a/packages/engine-mustache/package.json +++ b/packages/engine-mustache/package.json @@ -1,7 +1,7 @@ { "name": "@pattern-lab/engine-mustache", "description": "The Mustache engine for Pattern Lab / Node", - "version": "5.16.4", + "version": "6.0.0", "main": "lib/engine_mustache.js", "dependencies": { "fs-extra": "10.0.0", diff --git a/packages/engine-nunjucks/CHANGELOG.md b/packages/engine-nunjucks/CHANGELOG.md index 34131e45f..b3b95bde4 100644 --- a/packages/engine-nunjucks/CHANGELOG.md +++ b/packages/engine-nunjucks/CHANGELOG.md @@ -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. +# [6.0.0](https://github.com/pattern-lab/patternlab-node/compare/v5.17.0...v6.0.0) (2023-01-31) + +**Note:** Version bump only for package @pattern-lab/engine-nunjucks + + + + + ## [5.16.1](https://github.com/pattern-lab/patternlab-node/compare/v5.16.0...v5.16.1) (2022-01-29) **Note:** Version bump only for package @pattern-lab/engine-nunjucks diff --git a/packages/engine-nunjucks/package.json b/packages/engine-nunjucks/package.json index 37e71c468..29719f6e7 100644 --- a/packages/engine-nunjucks/package.json +++ b/packages/engine-nunjucks/package.json @@ -26,7 +26,7 @@ "main": "lib/engine_nunjucks.js", "name": "@pattern-lab/engine-nunjucks", "scripts": {}, - "version": "5.16.1", + "version": "6.0.0", "publishConfig": { "access": "public" }, diff --git a/packages/engine-react/CHANGELOG.md b/packages/engine-react/CHANGELOG.md index 3c3b1871b..f0c634d5f 100644 --- a/packages/engine-react/CHANGELOG.md +++ b/packages/engine-react/CHANGELOG.md @@ -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. +# [6.0.0](https://github.com/pattern-lab/patternlab-node/compare/v5.17.0...v6.0.0) (2023-01-31) + +**Note:** Version bump only for package @pattern-lab/engine-react + + + + + ## [5.16.1](https://github.com/pattern-lab/patternlab-node/compare/v5.16.0...v5.16.1) (2022-01-29) **Note:** Version bump only for package @pattern-lab/engine-react diff --git a/packages/engine-react/package.json b/packages/engine-react/package.json index 1febd699c..795531909 100644 --- a/packages/engine-react/package.json +++ b/packages/engine-react/package.json @@ -1,7 +1,7 @@ { "name": "@pattern-lab/engine-react", "description": "The React engine for Pattern Lab / Node", - "version": "5.16.1", + "version": "6.0.0", "private": true, "main": "lib/engine_react.js", "dependencies": { diff --git a/packages/engine-twig-php/CHANGELOG.md b/packages/engine-twig-php/CHANGELOG.md index f3403e5bf..e4331c4b3 100644 --- a/packages/engine-twig-php/CHANGELOG.md +++ b/packages/engine-twig-php/CHANGELOG.md @@ -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. +# [6.0.0](https://github.com/pattern-lab/patternlab-node/compare/v5.17.0...v6.0.0) (2023-01-31) + + +### Bug Fixes + +* **engine-twig-php:** twig include function syntax not matched by findPartials ([#1472](https://github.com/pattern-lab/patternlab-node/issues/1472)) ([3677539](https://github.com/pattern-lab/patternlab-node/commit/3677539409ac41dfee71d90cc429be5c92890838)), closes [#1471](https://github.com/pattern-lab/patternlab-node/issues/1471) + + + + + # [5.17.0](https://github.com/pattern-lab/patternlab-node/compare/v5.16.4...v5.17.0) (2022-09-25) **Note:** Version bump only for package @pattern-lab/engine-twig-php diff --git a/packages/engine-twig-php/package.json b/packages/engine-twig-php/package.json index ed1d4b20f..eb9be115e 100644 --- a/packages/engine-twig-php/package.json +++ b/packages/engine-twig-php/package.json @@ -1,11 +1,11 @@ { "name": "@pattern-lab/engine-twig-php", "description": "The Twig PHP engine for Pattern Lab Node", - "version": "5.17.0", + "version": "6.0.0", "main": "lib/engine_twig_php.js", "dependencies": { "@basalt/twig-renderer": "^2.0.0", - "@pattern-lab/core": "^5.17.0", + "@pattern-lab/core": "^6.0.0", "chalk": "^4.1.0", "fs-extra": "10.0.0" }, diff --git a/packages/engine-twig/CHANGELOG.md b/packages/engine-twig/CHANGELOG.md index ef628bd5d..15e3742f2 100644 --- a/packages/engine-twig/CHANGELOG.md +++ b/packages/engine-twig/CHANGELOG.md @@ -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. +# [6.0.0](https://github.com/pattern-lab/patternlab-node/compare/v5.17.0...v6.0.0) (2023-01-31) + + +### Bug Fixes + +* **engine-twig:** twig include function syntax not matched by findPartials ([#1473](https://github.com/pattern-lab/patternlab-node/issues/1473)) ([cfa792b](https://github.com/pattern-lab/patternlab-node/commit/cfa792b2753d9f9f1840e08d55983c6c051b01fd)), closes [#1471](https://github.com/pattern-lab/patternlab-node/issues/1471) + + + + + # [5.17.0](https://github.com/pattern-lab/patternlab-node/compare/v5.16.4...v5.17.0) (2022-09-25) diff --git a/packages/engine-twig/package.json b/packages/engine-twig/package.json index 9b7911c90..3525823e0 100644 --- a/packages/engine-twig/package.json +++ b/packages/engine-twig/package.json @@ -1,7 +1,7 @@ { "name": "@pattern-lab/engine-twig", "description": "The Twig engine for Pattern Lab / Node", - "version": "5.17.0", + "version": "6.0.0", "main": "lib/engine_twig.js", "dependencies": { "fs-extra": "10.0.0", diff --git a/packages/engine-underscore/CHANGELOG.md b/packages/engine-underscore/CHANGELOG.md index d829e5928..bb9b1661f 100644 --- a/packages/engine-underscore/CHANGELOG.md +++ b/packages/engine-underscore/CHANGELOG.md @@ -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. +# [6.0.0](https://github.com/pattern-lab/patternlab-node/compare/v5.17.0...v6.0.0) (2023-01-31) + +**Note:** Version bump only for package @pattern-lab/engine-underscore + + + + + ## [5.16.1](https://github.com/pattern-lab/patternlab-node/compare/v5.16.0...v5.16.1) (2022-01-29) **Note:** Version bump only for package @pattern-lab/engine-underscore diff --git a/packages/engine-underscore/package.json b/packages/engine-underscore/package.json index b1fcd93ef..d51200b31 100644 --- a/packages/engine-underscore/package.json +++ b/packages/engine-underscore/package.json @@ -1,7 +1,7 @@ { "name": "@pattern-lab/engine-underscore", "description": "The Underscore engine for Pattern Lab / Node", - "version": "5.16.1", + "version": "6.0.0", "main": "lib/engine_underscore.js", "dependencies": { "underscore": "1.13.0" diff --git a/packages/live-server/CHANGELOG.md b/packages/live-server/CHANGELOG.md index f59d153e7..a647077a8 100644 --- a/packages/live-server/CHANGELOG.md +++ b/packages/live-server/CHANGELOG.md @@ -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. +# [6.0.0](https://github.com/pattern-lab/patternlab-node/compare/v5.17.0...v6.0.0) (2023-01-31) + +**Note:** Version bump only for package @pattern-lab/live-server + + + + + ## [5.16.1](https://github.com/pattern-lab/patternlab-node/compare/v5.16.0...v5.16.1) (2022-01-29) **Note:** Version bump only for package @pattern-lab/live-server diff --git a/packages/live-server/package.json b/packages/live-server/package.json index 686397d86..7df693208 100644 --- a/packages/live-server/package.json +++ b/packages/live-server/package.json @@ -1,6 +1,6 @@ { "name": "@pattern-lab/live-server", - "version": "5.16.1", + "version": "6.0.0", "description": "simple development http server with live reload capability", "keywords": [ "front-end", diff --git a/packages/plugin-tab/CHANGELOG.md b/packages/plugin-tab/CHANGELOG.md index fbcd1505b..39ad40bcb 100644 --- a/packages/plugin-tab/CHANGELOG.md +++ b/packages/plugin-tab/CHANGELOG.md @@ -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. +# [6.0.0](https://github.com/pattern-lab/patternlab-node/compare/v5.17.0...v6.0.0) (2023-01-31) + +**Note:** Version bump only for package @pattern-lab/plugin-tab + + + + + ## [5.16.1](https://github.com/pattern-lab/patternlab-node/compare/v5.16.0...v5.16.1) (2022-01-29) **Note:** Version bump only for package @pattern-lab/plugin-tab diff --git a/packages/plugin-tab/package.json b/packages/plugin-tab/package.json index 7d401398a..061f7a85e 100644 --- a/packages/plugin-tab/package.json +++ b/packages/plugin-tab/package.json @@ -1,6 +1,6 @@ { "name": "@pattern-lab/plugin-tab", - "version": "5.16.1", + "version": "6.0.0", "description": "", "main": "index.js", "dependencies": { diff --git a/packages/starterkit-handlebars-demo/CHANGELOG.md b/packages/starterkit-handlebars-demo/CHANGELOG.md index c2048fbd0..fbf8a9a91 100644 --- a/packages/starterkit-handlebars-demo/CHANGELOG.md +++ b/packages/starterkit-handlebars-demo/CHANGELOG.md @@ -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. +# [6.0.0](https://github.com/pattern-lab/patternlab-node/compare/v5.17.0...v6.0.0) (2023-01-31) + + +### Features + +* activate prettier for scss ([#1468](https://github.com/pattern-lab/patternlab-node/issues/1468)) ([fac6ad4](https://github.com/pattern-lab/patternlab-node/commit/fac6ad4be48c95eccfe890a280cad441ee84f677)) + + + + + ## [5.16.4](https://github.com/pattern-lab/patternlab-node/compare/v5.16.2...v5.16.4) (2022-09-23) **Note:** Version bump only for package @pattern-lab/starterkit-handlebars-demo diff --git a/packages/starterkit-handlebars-demo/package.json b/packages/starterkit-handlebars-demo/package.json index 9d85a015a..cca5b5a0b 100644 --- a/packages/starterkit-handlebars-demo/package.json +++ b/packages/starterkit-handlebars-demo/package.json @@ -1,6 +1,6 @@ { "name": "@pattern-lab/starterkit-handlebars-demo", - "version": "5.16.4", + "version": "6.0.0", "description": "Pattern Lab's Demo StarterKit for Handlebars.", "main": "README.md", "repository": { diff --git a/packages/starterkit-twig-demo/CHANGELOG.md b/packages/starterkit-twig-demo/CHANGELOG.md index c2580e866..a4a283e2e 100644 --- a/packages/starterkit-twig-demo/CHANGELOG.md +++ b/packages/starterkit-twig-demo/CHANGELOG.md @@ -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. +# [6.0.0](https://github.com/pattern-lab/patternlab-node/compare/v5.17.0...v6.0.0) (2023-01-31) + + +### Features + +* activate prettier for scss ([#1468](https://github.com/pattern-lab/patternlab-node/issues/1468)) ([fac6ad4](https://github.com/pattern-lab/patternlab-node/commit/fac6ad4be48c95eccfe890a280cad441ee84f677)) + + + + + ## [5.16.4](https://github.com/pattern-lab/patternlab-node/compare/v5.16.2...v5.16.4) (2022-09-23) diff --git a/packages/starterkit-twig-demo/package.json b/packages/starterkit-twig-demo/package.json index 845812b5f..d2dd2e46f 100755 --- a/packages/starterkit-twig-demo/package.json +++ b/packages/starterkit-twig-demo/package.json @@ -1,6 +1,6 @@ { "name": "@pattern-lab/starterkit-twig-demo", - "version": "5.16.4", + "version": "6.0.0", "description": "Pattern Lab's Demo StarterKit for Twig.", "main": "README.md", "repository": { diff --git a/packages/uikit-polyfills/CHANGELOG.md b/packages/uikit-polyfills/CHANGELOG.md index 7819c3719..78de7d9bc 100644 --- a/packages/uikit-polyfills/CHANGELOG.md +++ b/packages/uikit-polyfills/CHANGELOG.md @@ -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. +# [6.0.0](https://github.com/pattern-lab/patternlab-node/compare/v5.17.0...v6.0.0) (2023-01-31) + +**Note:** Version bump only for package @pattern-lab/uikit-polyfills + + + + + ## [5.16.1](https://github.com/pattern-lab/patternlab-node/compare/v5.16.0...v5.16.1) (2022-01-29) **Note:** Version bump only for package @pattern-lab/uikit-polyfills diff --git a/packages/uikit-polyfills/package.json b/packages/uikit-polyfills/package.json index fcf1b8298..35c06a41d 100644 --- a/packages/uikit-polyfills/package.json +++ b/packages/uikit-polyfills/package.json @@ -1,6 +1,6 @@ { "name": "@pattern-lab/uikit-polyfills", - "version": "5.16.1", + "version": "6.0.0", "description": "Web Component and further necessary Polyfills used in Pattern Lab's UIKit", "main": "index.js", "author": "Salem Ghoweri ", diff --git a/packages/uikit-workshop/CHANGELOG.md b/packages/uikit-workshop/CHANGELOG.md index af668afd4..2d7c9bc4d 100644 --- a/packages/uikit-workshop/CHANGELOG.md +++ b/packages/uikit-workshop/CHANGELOG.md @@ -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. +# [6.0.0](https://github.com/pattern-lab/patternlab-node/compare/v5.17.0...v6.0.0) (2023-01-31) + + +### Bug Fixes + +* hogan to handlebars migration leftovers ([#1461](https://github.com/pattern-lab/patternlab-node/issues/1461)) ([566485a](https://github.com/pattern-lab/patternlab-node/commit/566485a5c20d739bfe9c77c11b8ddfa09e292481)) +* js error ([#1475](https://github.com/pattern-lab/patternlab-node/issues/1475)) ([209b9a1](https://github.com/pattern-lab/patternlab-node/commit/209b9a15871354ac4ae982d93d6be03272799005)), closes [/github.com/pattern-lab/patternlab-node/pull/1102/files#diff-9111c2e0138c935342632437be7178f25322b8f5c86431f2b85f4fe760d32980L96-R111](https://github.com//github.com/pattern-lab/patternlab-node/pull/1102/files/issues/diff-9111c2e0138c935342632437be7178f25322b8f5c86431f2b85f4fe760d32980L96-R111) +* updated base template to handlebars ([#1463](https://github.com/pattern-lab/patternlab-node/issues/1463)) ([c69c658](https://github.com/pattern-lab/patternlab-node/commit/c69c658d06dab9a1bf04f77e7902ff3f07c94c3e)) + + +### Features + +* activate prettier for scss ([#1468](https://github.com/pattern-lab/patternlab-node/issues/1468)) ([fac6ad4](https://github.com/pattern-lab/patternlab-node/commit/fac6ad4be48c95eccfe890a280cad441ee84f677)) + + + + + # [5.17.0](https://github.com/pattern-lab/patternlab-node/compare/v5.16.4...v5.17.0) (2022-09-25) **Note:** Version bump only for package @pattern-lab/uikit-workshop diff --git a/packages/uikit-workshop/package.json b/packages/uikit-workshop/package.json index 8ecefba18..f1af9fc5e 100644 --- a/packages/uikit-workshop/package.json +++ b/packages/uikit-workshop/package.json @@ -1,6 +1,6 @@ { "name": "@pattern-lab/uikit-workshop", - "version": "5.17.0", + "version": "6.0.0", "description": "Front-end assets and templates for the default Pattern Lab workshop view", "main": "gulpfile.js", "scripts": { @@ -42,10 +42,10 @@ "@babel/plugin-transform-runtime": "^7.13.10", "@babel/preset-env": "^7.13.12", "@babel/runtime": "^7.13.10", - "@pattern-lab/core": "^5.17.0", - "@pattern-lab/engine-handlebars": "^5.16.4", - "@pattern-lab/engine-mustache": "^5.16.4", - "@pattern-lab/uikit-polyfills": "^5.16.1", + "@pattern-lab/core": "^6.0.0", + "@pattern-lab/engine-handlebars": "^6.0.0", + "@pattern-lab/engine-mustache": "^6.0.0", + "@pattern-lab/uikit-polyfills": "^6.0.0", "@reach/visually-hidden": "^0.1.2", "@webcomponents/custom-elements": "^1.4.3", "autoprefixer": "^10.2.5", @@ -74,8 +74,8 @@ "portfinder": "^1.0.28", "postcss": "^8.2.8", "postcss-loader": "^7.0.2", - "preact-render-to-string": "^5.1.1", "preact": "^10.0.5", + "preact-render-to-string": "^5.1.1", "preload-webpack-plugin": "^3.0.0-beta.3", "pretty": "^2.0.0", "prismjs": "^1.25.0",