Skip to content

Commit e721091

Browse files
[skip travis] chore(release): publish v6.0.0
1 parent 76bf4af commit e721091

File tree

50 files changed

+303
-63
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+303
-63
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.0.0](https://github.com/pattern-lab/patternlab-node/compare/v5.17.0...v6.0.0) (2023-01-31)
7+
8+
9+
### Bug Fixes
10+
11+
* **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)
12+
* **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)
13+
* 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))
14+
* HTML structure ([#1450](https://github.com/pattern-lab/patternlab-node/issues/1450)) ([8567e2b](https://github.com/pattern-lab/patternlab-node/commit/8567e2b218a4ef9df0e359ca77229dda54712200))
15+
* 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)
16+
* 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))
17+
18+
19+
### Features
20+
21+
* activate prettier for scss ([#1468](https://github.com/pattern-lab/patternlab-node/issues/1468)) ([fac6ad4](https://github.com/pattern-lab/patternlab-node/commit/fac6ad4be48c95eccfe890a280cad441ee84f677))
22+
* **docs:** added plugin ([#1469](https://github.com/pattern-lab/patternlab-node/issues/1469)) ([535c5f0](https://github.com/pattern-lab/patternlab-node/commit/535c5f0805936a25eeddde0e360cb6000c000b1b))
23+
24+
25+
26+
27+
628
# [5.17.0](https://github.com/pattern-lab/patternlab-node/compare/v5.16.4...v5.17.0) (2022-09-25)
729

830

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "4.0.0",
3-
"version": "5.17.0",
3+
"version": "6.0.0",
44
"packages": [
55
"packages/*"
66
],

packages/cli/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.0.0](https://github.com/pattern-lab/patternlab-node/compare/v5.17.0...v6.0.0) (2023-01-31)
7+
8+
**Note:** Version bump only for package @pattern-lab/cli
9+
10+
11+
12+
13+
614
# [5.17.0](https://github.com/pattern-lab/patternlab-node/compare/v5.16.4...v5.17.0) (2022-09-25)
715

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

packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@pattern-lab/cli",
33
"description": "Command-line interface (CLI) for the @pattern-lab/core.",
4-
"version": "5.17.0",
4+
"version": "6.0.0",
55
"bin": {
66
"patternlab": "bin/patternlab.js"
77
},
88
"author": {
99
"name": "Patternlab contributors"
1010
},
1111
"dependencies": {
12-
"@pattern-lab/core": "^5.17.0",
12+
"@pattern-lab/core": "^6.0.0",
1313
"archiver": "5.3.0",
1414
"chalk": "4.1.0",
1515
"commander": "9.4.1",

packages/core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.0.0](https://github.com/pattern-lab/patternlab-node/compare/v5.17.0...v6.0.0) (2023-01-31)
7+
8+
**Note:** Version bump only for package @pattern-lab/core
9+
10+
11+
12+
13+
614
# [5.17.0](https://github.com/pattern-lab/patternlab-node/compare/v5.16.4...v5.17.0) (2022-09-25)
715

816

packages/core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@pattern-lab/core",
33
"description": "Create atomic design systems with Pattern Lab. This is the core API and orchestrator of the ecosystem.",
4-
"version": "5.17.0",
4+
"version": "6.0.0",
55
"main": "./src/index.js",
66
"dependencies": {
7-
"@pattern-lab/engine-mustache": "^5.16.4",
8-
"@pattern-lab/live-server": "^5.16.1",
7+
"@pattern-lab/engine-mustache": "^6.0.0",
8+
"@pattern-lab/live-server": "^6.0.0",
99
"chalk": "4.1.0",
1010
"chokidar": "3.5.1",
1111
"dive": "0.5.0",

packages/create/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.0.0](https://github.com/pattern-lab/patternlab-node/compare/v5.17.0...v6.0.0) (2023-01-31)
7+
8+
**Note:** Version bump only for package create-pattern-lab
9+
10+
11+
12+
13+
614
# [5.17.0](https://github.com/pattern-lab/patternlab-node/compare/v5.16.4...v5.17.0) (2022-09-25)
715

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

packages/create/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "create-pattern-lab",
3-
"version": "5.17.0",
3+
"version": "6.0.0",
44
"description": "",
55
"bin": "index.js",
66
"main": "index.js",
77
"scripts": {},
88
"dependencies": {
9-
"@pattern-lab/cli": "^5.17.0"
9+
"@pattern-lab/cli": "^6.0.0"
1010
},
1111
"author": "",
1212
"license": "MIT",

packages/development-edition-engine-handlebars/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.0.0](https://github.com/pattern-lab/patternlab-node/compare/v5.17.0...v6.0.0) (2023-01-31)
7+
8+
**Note:** Version bump only for package @pattern-lab/development-edition-engine-handlebars
9+
10+
11+
12+
13+
614
# [5.17.0](https://github.com/pattern-lab/patternlab-node/compare/v5.16.4...v5.17.0) (2022-09-25)
715

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

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pattern-lab/development-edition-engine-handlebars",
33
"private": true,
4-
"version": "5.17.0",
4+
"version": "6.0.0",
55
"description": "The tree of components we use to test, develop and validate the Handlebars engine",
66
"scripts": {
77
"pl:build": "patternlab build --config ./patternlab-config.json",
@@ -29,12 +29,12 @@
2929
"node": ">=14.21.1"
3030
},
3131
"dependencies": {
32-
"@pattern-lab/cli": "^5.17.0",
33-
"@pattern-lab/core": "^5.17.0",
34-
"@pattern-lab/engine-handlebars": "^5.16.4",
35-
"@pattern-lab/engine-mustache": "^5.16.4",
36-
"@pattern-lab/plugin-tab": "^5.16.1",
37-
"@pattern-lab/starterkit-handlebars-demo": "^5.16.4",
38-
"@pattern-lab/uikit-workshop": "^5.17.0"
32+
"@pattern-lab/cli": "^6.0.0",
33+
"@pattern-lab/core": "^6.0.0",
34+
"@pattern-lab/engine-handlebars": "^6.0.0",
35+
"@pattern-lab/engine-mustache": "^6.0.0",
36+
"@pattern-lab/plugin-tab": "^6.0.0",
37+
"@pattern-lab/starterkit-handlebars-demo": "^6.0.0",
38+
"@pattern-lab/uikit-workshop": "^6.0.0"
3939
}
4040
}

packages/development-edition-engine-react/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.0.0](https://github.com/pattern-lab/edition-node-gulp/compare/v5.17.0...v6.0.0) (2023-01-31)
7+
8+
**Note:** Version bump only for package @pattern-lab/engine-react-testing-tree
9+
10+
11+
12+
13+
614
# [5.17.0](https://github.com/pattern-lab/edition-node-gulp/compare/v5.16.4...v5.17.0) (2022-09-25)
715

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

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@pattern-lab/engine-react-testing-tree",
33
"description": "The tree of components we use to test, develop and validate the React engine",
4-
"version": "5.17.0",
4+
"version": "6.0.0",
55
"private": true,
66
"main": "gulpfile.js",
77
"dependencies": {
8-
"@pattern-lab/core": "^5.17.0",
9-
"@pattern-lab/engine-mustache": "^5.16.4",
10-
"@pattern-lab/engine-react": "^5.16.1",
11-
"@pattern-lab/uikit-workshop": "^5.17.0",
8+
"@pattern-lab/core": "^6.0.0",
9+
"@pattern-lab/engine-mustache": "^6.0.0",
10+
"@pattern-lab/engine-react": "^6.0.0",
11+
"@pattern-lab/uikit-workshop": "^6.0.0",
1212
"gulp": "4.0.2",
1313
"minimist": "^1.2.5",
1414
"react": "16.2.0"

packages/development-edition-engine-twig/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.0.0](https://github.com/pattern-lab/patternlab-node/compare/v5.17.0...v6.0.0) (2023-01-31)
7+
8+
**Note:** Version bump only for package @pattern-lab/development-edition-engine-twig
9+
10+
11+
12+
13+
614
# [5.17.0](https://github.com/pattern-lab/patternlab-node/compare/v5.16.4...v5.17.0) (2022-09-25)
715

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

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pattern-lab/development-edition-engine-twig",
33
"private": true,
4-
"version": "5.17.0",
4+
"version": "6.0.0",
55
"description": "The tree of components we use to test, develop and validate the twig engine (not engine-twig-php)",
66
"scripts": {
77
"postbootstrap": "patternlab install --starterkits @pattern-lab/starterkit-twig-demo",
@@ -30,11 +30,11 @@
3030
"node": ">=14.21.1"
3131
},
3232
"dependencies": {
33-
"@pattern-lab/cli": "^5.17.0",
34-
"@pattern-lab/core": "^5.17.0",
35-
"@pattern-lab/engine-twig": "^5.17.0",
36-
"@pattern-lab/starterkit-twig-demo": "^5.16.4",
37-
"@pattern-lab/uikit-workshop": "^5.17.0"
33+
"@pattern-lab/cli": "^6.0.0",
34+
"@pattern-lab/core": "^6.0.0",
35+
"@pattern-lab/engine-twig": "^6.0.0",
36+
"@pattern-lab/starterkit-twig-demo": "^6.0.0",
37+
"@pattern-lab/uikit-workshop": "^6.0.0"
3838
},
3939
"workspaces": {
4040
"nohoist": [

packages/docs/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.0.0](https://github.com/bradfrost/pl-website-eleventy/compare/v5.17.0...v6.0.0) (2023-01-31)
7+
8+
9+
### Features
10+
11+
* activate prettier for scss ([#1468](https://github.com/bradfrost/pl-website-eleventy/issues/1468)) ([fac6ad4](https://github.com/bradfrost/pl-website-eleventy/commit/fac6ad4be48c95eccfe890a280cad441ee84f677))
12+
* **docs:** added plugin ([#1469](https://github.com/bradfrost/pl-website-eleventy/issues/1469)) ([535c5f0](https://github.com/bradfrost/pl-website-eleventy/commit/535c5f0805936a25eeddde0e360cb6000c000b1b))
13+
14+
15+
16+
17+
618
## [5.16.4](https://github.com/bradfrost/pl-website-eleventy/compare/v5.16.2...v5.16.4) (2022-09-23)
719

820

packages/docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pattern-lab/website",
3-
"version": "5.16.4",
3+
"version": "6.0.0",
44
"description": "The website for patternlab.io",
55
"main": "index.js",
66
"dependencies": {

packages/edition-node-gulp/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.0.0](https://github.com/pattern-lab/patternlab-node/compare/v5.17.0...v6.0.0) (2023-01-31)
7+
8+
**Note:** Version bump only for package @pattern-lab/edition-node-gulp
9+
10+
11+
12+
13+
614
# [5.17.0](https://github.com/pattern-lab/patternlab-node/compare/v5.16.4...v5.17.0) (2022-09-25)
715

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

packages/edition-node-gulp/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@pattern-lab/edition-node-gulp",
33
"description": "The gulp wrapper around patternlab-node core, providing tasks to interact with the core library and move supporting frontend assets.",
4-
"version": "5.17.0",
4+
"version": "6.0.0",
55
"main": "gulpfile.js",
66
"dependencies": {
7-
"@pattern-lab/cli": "^5.17.0",
8-
"@pattern-lab/core": "^5.17.0",
9-
"@pattern-lab/engine-mustache": "^5.16.4",
10-
"@pattern-lab/uikit-workshop": "^5.17.0",
7+
"@pattern-lab/cli": "^6.0.0",
8+
"@pattern-lab/core": "^6.0.0",
9+
"@pattern-lab/engine-mustache": "^6.0.0",
10+
"@pattern-lab/uikit-workshop": "^6.0.0",
1111
"gulp": "4.0.2",
1212
"minimist": "1.2.5"
1313
},

packages/edition-node/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.0.0](https://github.com/pattern-lab/patternlab-node/compare/v5.17.0...v6.0.0) (2023-01-31)
7+
8+
**Note:** Version bump only for package @pattern-lab/edition-node
9+
10+
11+
12+
13+
614
# [5.17.0](https://github.com/pattern-lab/patternlab-node/compare/v5.16.4...v5.17.0) (2022-09-25)
715

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

packages/edition-node/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@pattern-lab/edition-node",
33
"description": "A pure wrapper around patternlab-node core, the default pattern engine, and supporting frontend assets.",
4-
"version": "5.17.0",
4+
"version": "6.0.0",
55
"main": "patternlab-config.json",
66
"dependencies": {
7-
"@pattern-lab/cli": "^5.17.0",
8-
"@pattern-lab/core": "^5.17.0",
9-
"@pattern-lab/engine-handlebars": "^5.16.4",
10-
"@pattern-lab/uikit-workshop": "^5.17.0"
7+
"@pattern-lab/cli": "^6.0.0",
8+
"@pattern-lab/core": "^6.0.0",
9+
"@pattern-lab/engine-handlebars": "^6.0.0",
10+
"@pattern-lab/uikit-workshop": "^6.0.0"
1111
},
1212
"keywords": [
1313
"Pattern Lab",

packages/edition-twig/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.0.0](https://github.com/pattern-lab/patternlab-node/compare/v5.17.0...v6.0.0) (2023-01-31)
7+
8+
**Note:** Version bump only for package @pattern-lab/edition-twig
9+
10+
11+
12+
13+
614
# [5.17.0](https://github.com/pattern-lab/patternlab-node/compare/v5.16.4...v5.17.0) (2022-09-25)
715

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

packages/edition-twig/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pattern-lab/edition-twig",
3-
"version": "5.17.0",
3+
"version": "6.0.0",
44
"description": "Pattern Lab node with Twig PHP Engine",
55
"author": {
66
"name": "Evan Lovely",
@@ -23,10 +23,10 @@
2323
"dev": "node ./node_modules/@pattern-lab/uikit-workshop/build-tools.js"
2424
},
2525
"dependencies": {
26-
"@pattern-lab/cli": "^5.17.0",
27-
"@pattern-lab/core": "^5.17.0",
28-
"@pattern-lab/engine-twig-php": "^5.17.0",
29-
"@pattern-lab/uikit-workshop": "^5.17.0"
26+
"@pattern-lab/cli": "^6.0.0",
27+
"@pattern-lab/core": "^6.0.0",
28+
"@pattern-lab/engine-twig-php": "^6.0.0",
29+
"@pattern-lab/uikit-workshop": "^6.0.0"
3030
},
3131
"engines": {
3232
"node": ">=14.21.1"

packages/engine-handlebars/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.0.0](https://github.com/pattern-lab/patternlab-node/compare/v5.17.0...v6.0.0) (2023-01-31)
7+
8+
**Note:** Version bump only for package @pattern-lab/engine-handlebars
9+
10+
11+
12+
13+
614
## [5.16.4](https://github.com/pattern-lab/patternlab-node/compare/v5.16.2...v5.16.4) (2022-09-23)
715

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

0 commit comments

Comments
 (0)