Skip to content

Commit 1b7991c

Browse files
authored
Merge branch 'dev' into 1180-deprecate-pattern-parameters
2 parents 7a0d742 + dd8895d commit 1b7991c

File tree

20 files changed

+320
-286
lines changed

20 files changed

+320
-286
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.2](https://github.com/pattern-lab/patternlab-node/compare/v6.0.1...v6.0.2) (2023-02-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **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)
12+
13+
14+
15+
16+
617
## [6.0.1](https://github.com/pattern-lab/patternlab-node/compare/v6.0.0...v6.0.1) (2023-02-01)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "4.0.0",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"packages": [
55
"packages/*"
66
],

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.2](https://github.com/pattern-lab/patternlab-node/compare/v6.0.1...v6.0.2) (2023-02-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **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)
12+
13+
14+
15+
16+
617
## [6.0.1](https://github.com/pattern-lab/patternlab-node/compare/v6.0.0...v6.0.1) (2023-02-01)
718

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

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

Lines changed: 2 additions & 2 deletions
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": "6.0.1",
4+
"version": "6.0.2",
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",
@@ -33,7 +33,7 @@
3333
"@pattern-lab/cli": "^6.0.1",
3434
"@pattern-lab/core": "^6.0.1",
3535
"@pattern-lab/engine-twig": "^6.0.0",
36-
"@pattern-lab/starterkit-twig-demo": "^6.0.1",
36+
"@pattern-lab/starterkit-twig-demo": "^6.0.2",
3737
"@pattern-lab/uikit-workshop": "^6.0.1"
3838
},
3939
"workspaces": {

packages/development-edition-engine-twig/patternlab-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"organisms": "source/_patterns/organisms/",
115115
"templates": "source/_patterns/templates/",
116116
"pages": "source/_patterns/pages/",
117-
"macros": "source/_macros/"
117+
"macros": "source/_patterns/macros/"
118118
}
119119
}
120120
}

packages/docs/src/docs/advanced-config-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Other engine specific configuration options can be added and will be passed to t
198198
"engines": {
199199
"handlebars": {
200200
"package": "@pattern-lab/engine-handlebars",
201-
"extensions": [
201+
"fileExtensions": [
202202
"handlebars",
203203
"hbs"
204204
],

packages/starterkit-twig-demo/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.2](https://github.com/pattern-lab/patternlab-node/compare/v6.0.1...v6.0.2) (2023-02-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **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)
12+
13+
14+
15+
16+
617
## [6.0.1](https://github.com/pattern-lab/patternlab-node/compare/v6.0.0...v6.0.1) (2023-02-01)
718

819

packages/starterkit-twig-demo/dist/_data/data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"first_name": "Author",
8787
"last_name": "Name"
8888
},
89-
"hero": true,
89+
"hero": {},
9090
"emergency" : false,
9191
"touts" : [
9292
{ },
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
hidden: true
3+
---

0 commit comments

Comments
 (0)