Skip to content

Commit

Permalink
Merge branch 'dev' into 1239-deprecate-mustache-as-default-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Apr 1, 2023
2 parents 8556478 + 7e59625 commit d983139
Show file tree
Hide file tree
Showing 69 changed files with 818 additions and 356 deletions.
55 changes: 55 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,61 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.3](https://github.com/pattern-lab/patternlab-node/compare/v6.0.2...v6.0.3) (2023-03-12)


### Bug Fixes

* subitems menu height restricted only for horizontal mode ([#1492](https://github.com/pattern-lab/patternlab-node/issues/1492)) ([e65f294](https://github.com/pattern-lab/patternlab-node/commit/e65f294d9cbf032fd7fd03d9f957500949db5440))





## [6.0.2](https://github.com/pattern-lab/patternlab-node/compare/v6.0.1...v6.0.2) (2023-02-26)


### Bug Fixes

* **starterkit-twig-demo:** pages not rendering pattern-specific data from json ([#1490](https://github.com/pattern-lab/patternlab-node/issues/1490)) ([1c878df](https://github.com/pattern-lab/patternlab-node/commit/1c878dfa35d549f23e199b3e235ff79cb471ac86)), closes [#1486](https://github.com/pattern-lab/patternlab-node/issues/1486)





## [6.0.1](https://github.com/pattern-lab/patternlab-node/compare/v6.0.0...v6.0.1) (2023-02-01)


### Bug Fixes

* **twig engine:** startup and running problems ([#1478](https://github.com/pattern-lab/patternlab-node/issues/1478)) ([e5a1904](https://github.com/pattern-lab/patternlab-node/commit/e5a19049f083315939406677b1c0480f4b420569))





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


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": "4.0.0",
"version": "5.17.0",
"version": "6.0.3",
"packages": [
"packages/*"
],
Expand Down
16 changes: 16 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.1](https://github.com/pattern-lab/patternlab-node/compare/v6.0.0...v6.0.1) (2023-02-01)

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





# [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
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": "5.17.0",
"version": "6.0.1",
"bin": {
"patternlab": "bin/patternlab.js"
},
"author": {
"name": "Patternlab contributors"
},
"dependencies": {
"@pattern-lab/core": "^5.17.0",
"@pattern-lab/core": "^6.0.1",
"archiver": "5.3.0",
"chalk": "4.1.0",
"commander": "9.4.1",
Expand Down
19 changes: 19 additions & 0 deletions packages/core/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.

## [6.0.1](https://github.com/pattern-lab/patternlab-node/compare/v6.0.0...v6.0.1) (2023-02-01)


### Bug Fixes

* **twig engine:** startup and running problems ([#1478](https://github.com/pattern-lab/patternlab-node/issues/1478)) ([e5a1904](https://github.com/pattern-lab/patternlab-node/commit/e5a19049f083315939406677b1c0480f4b420569))





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


Expand Down
5 changes: 3 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +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.1",
"main": "./src/index.js",
"dependencies": {
"@pattern-lab/live-server": "^5.16.1",
"@pattern-lab/engine-handlebars": "^6.0.0",
"@pattern-lab/live-server": "^6.0.0",
"chalk": "4.1.0",
"chokidar": "3.5.1",
"dive": "0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/lib/get.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = function (partialName, patternlab, reportWarning = true) {
}
if (reportWarning) {
logger.warning(
`Could not find pattern referenced with partial syntax ${partialName}.
`Could not find pattern referenced with partial syntax "${partialName}" from "${patternlab.config.paths.source.patterns}".
This can occur when a pattern was renamed, moved, or no longer exists but it still referenced within a different template or within data as a link.`
);
}
Expand Down
16 changes: 16 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.1](https://github.com/pattern-lab/patternlab-node/compare/v6.0.0...v6.0.1) (2023-02-01)

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





# [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
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.17.0",
"version": "6.0.1",
"description": "",
"bin": "index.js",
"main": "index.js",
"scripts": {},
"dependencies": {
"@pattern-lab/cli": "^5.17.0"
"@pattern-lab/cli": "^6.0.1"
},
"author": "",
"license": "MIT",
Expand Down
24 changes: 24 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,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.3](https://github.com/pattern-lab/patternlab-node/compare/v6.0.2...v6.0.3) (2023-03-12)

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





## [6.0.1](https://github.com/pattern-lab/patternlab-node/compare/v6.0.0...v6.0.1) (2023-02-01)

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





# [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
Expand Down
14 changes: 7 additions & 7 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.17.0",
"version": "6.0.3",
"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,11 +29,11 @@
"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/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.1",
"@pattern-lab/core": "^6.0.1",
"@pattern-lab/engine-handlebars": "^6.0.0",
"@pattern-lab/plugin-tab": "^6.0.0",
"@pattern-lab/starterkit-handlebars-demo": "^6.0.0",
"@pattern-lab/uikit-workshop": "^6.0.3"
}
}
24 changes: 24 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,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.3](https://github.com/pattern-lab/edition-node-gulp/compare/v6.0.2...v6.0.3) (2023-03-12)

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





## [6.0.1](https://github.com/pattern-lab/edition-node-gulp/compare/v6.0.0...v6.0.1) (2023-02-01)

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





# [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
Expand Down
8 changes: 4 additions & 4 deletions packages/development-edition-engine-react/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"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.3",
"private": true,
"main": "gulpfile.js",
"dependencies": {
"@pattern-lab/core": "^5.17.0",
"@pattern-lab/engine-react": "^5.16.1",
"@pattern-lab/uikit-workshop": "^5.17.0",
"@pattern-lab/core": "^6.0.1",
"@pattern-lab/engine-react": "^6.0.0",
"@pattern-lab/uikit-workshop": "^6.0.3",
"gulp": "4.0.2",
"minimist": "^1.2.5",
"react": "16.2.0"
Expand Down
35 changes: 35 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,41 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.3](https://github.com/pattern-lab/patternlab-node/compare/v6.0.2...v6.0.3) (2023-03-12)

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





## [6.0.2](https://github.com/pattern-lab/patternlab-node/compare/v6.0.1...v6.0.2) (2023-02-26)


### Bug Fixes

* **starterkit-twig-demo:** pages not rendering pattern-specific data from json ([#1490](https://github.com/pattern-lab/patternlab-node/issues/1490)) ([1c878df](https://github.com/pattern-lab/patternlab-node/commit/1c878dfa35d549f23e199b3e235ff79cb471ac86)), closes [#1486](https://github.com/pattern-lab/patternlab-node/issues/1486)





## [6.0.1](https://github.com/pattern-lab/patternlab-node/compare/v6.0.0...v6.0.1) (2023-02-01)

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





# [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
Expand Down
12 changes: 6 additions & 6 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.17.0",
"version": "6.0.3",
"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": ">=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.1",
"@pattern-lab/core": "^6.0.1",
"@pattern-lab/engine-twig": "^6.0.0",
"@pattern-lab/starterkit-twig-demo": "^6.0.2",
"@pattern-lab/uikit-workshop": "^6.0.3"
},
"workspaces": {
"nohoist": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"organisms": "source/_patterns/organisms/",
"templates": "source/_patterns/templates/",
"pages": "source/_patterns/pages/",
"macros": "source/_macros/"
"macros": "source/_patterns/macros/"
}
}
}
Expand Down

0 comments on commit d983139

Please sign in to comment.