Skip to content

Commit 6e09f99

Browse files
committed
Merge branch 'dev' into refactor-updated-even-further-dependencies
2 parents 334ecd3 + 8249a87 commit 6e09f99

File tree

24 files changed

+256
-144
lines changed

24 files changed

+256
-144
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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+
## [5.15.3](https://github.com/pattern-lab/patternlab-node/compare/v5.15.2...v5.15.3) (2021-11-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **docs:** tiles z-index to not overlay the menu anymore ([#1370](https://github.com/pattern-lab/patternlab-node/issues/1370)) ([384dc89](https://github.com/pattern-lab/patternlab-node/commit/384dc8900ee5768f5a260fd00fe03d11ae047484))
12+
* **handlebars-demo:** move and modify the icon files ([#1377](https://github.com/pattern-lab/patternlab-node/issues/1377)) ([7c66f8a](https://github.com/pattern-lab/patternlab-node/commit/7c66f8ad4cd15e0a814f9808d0fbca727903aeb5))
13+
14+
15+
### Features
16+
17+
* **vs-code:** added recommendations ([#1375](https://github.com/pattern-lab/patternlab-node/issues/1375)) ([cfa74c0](https://github.com/pattern-lab/patternlab-node/commit/cfa74c0d09c3aae78ef10654f48749a568f3e30d))
18+
* ensure consistent line endings across files ([#1372](https://github.com/pattern-lab/patternlab-node/issues/1372)) ([57efccb](https://github.com/pattern-lab/patternlab-node/commit/57efccb895f142d8a18e774d7b7c01b2f1266737))
19+
20+
21+
22+
23+
624
## [5.15.2](https://github.com/pattern-lab/patternlab-node/compare/v5.15.1...v5.15.2) (2021-11-03)
725

826

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": "5.15.2",
3+
"version": "5.15.3",
44
"packages": [
55
"packages/*"
66
],

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

Lines changed: 8 additions & 0 deletions
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+
## [5.15.3](https://github.com/pattern-lab/patternlab-node/compare/v5.15.2...v5.15.3) (2021-11-21)
7+
8+
**Note:** Version bump only for package @pattern-lab/development-edition-engine-handlebars
9+
10+
11+
12+
13+
614
## [5.15.2](https://github.com/pattern-lab/patternlab-node/compare/v5.15.1...v5.15.2) (2021-11-03)
715

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

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

Lines changed: 3 additions & 3 deletions
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.15.2",
4+
"version": "5.15.3",
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",
@@ -34,7 +34,7 @@
3434
"@pattern-lab/engine-handlebars": "^5.15.1",
3535
"@pattern-lab/engine-mustache": "^5.15.1",
3636
"@pattern-lab/plugin-tab": "^5.15.1",
37-
"@pattern-lab/starterkit-handlebars-demo": "^5.15.2",
38-
"@pattern-lab/uikit-workshop": "^5.15.2"
37+
"@pattern-lab/starterkit-handlebars-demo": "^5.15.3",
38+
"@pattern-lab/uikit-workshop": "^5.15.3"
3939
}
4040
}

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

Lines changed: 8 additions & 0 deletions
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+
## [5.15.3](https://github.com/pattern-lab/edition-node-gulp/compare/v5.15.2...v5.15.3) (2021-11-21)
7+
8+
**Note:** Version bump only for package @pattern-lab/engine-react-testing-tree
9+
10+
11+
12+
13+
614
## [5.15.2](https://github.com/pattern-lab/edition-node-gulp/compare/v5.15.1...v5.15.2) (2021-11-03)
715

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

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

Lines changed: 2 additions & 2 deletions
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.15.2",
4+
"version": "5.15.3",
55
"private": true,
66
"main": "gulpfile.js",
77
"dependencies": {
88
"@pattern-lab/core": "^5.15.2",
99
"@pattern-lab/engine-mustache": "^5.15.1",
1010
"@pattern-lab/engine-react": "^5.15.1",
11-
"@pattern-lab/uikit-workshop": "^5.15.2",
11+
"@pattern-lab/uikit-workshop": "^5.15.3",
1212
"gulp": "4.0.2",
1313
"minimist": "^1.2.5",
1414
"react": "16.2.0"

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

Lines changed: 8 additions & 0 deletions
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+
## [5.15.3](https://github.com/pattern-lab/patternlab-node/compare/v5.15.2...v5.15.3) (2021-11-21)
7+
8+
**Note:** Version bump only for package @pattern-lab/development-edition-engine-twig
9+
10+
11+
12+
13+
614
## [5.15.2](https://github.com/pattern-lab/patternlab-node/compare/v5.15.1...v5.15.2) (2021-11-03)
715

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

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

Lines changed: 4 additions & 4 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": "5.15.2",
4+
"version": "5.15.3",
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",
@@ -32,9 +32,9 @@
3232
"dependencies": {
3333
"@pattern-lab/cli": "^5.15.2",
3434
"@pattern-lab/core": "^5.15.2",
35-
"@pattern-lab/engine-twig": "^5.15.1",
36-
"@pattern-lab/starterkit-twig-demo": "^5.15.1",
37-
"@pattern-lab/uikit-workshop": "^5.15.2"
35+
"@pattern-lab/engine-twig": "^5.15.3",
36+
"@pattern-lab/starterkit-twig-demo": "^5.15.3",
37+
"@pattern-lab/uikit-workshop": "^5.15.3"
3838
},
3939
"workspaces": {
4040
"nohoist": [

packages/docs/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+
## [5.15.3](https://github.com/bradfrost/pl-website-eleventy/compare/v5.15.2...v5.15.3) (2021-11-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **docs:** tiles z-index to not overlay the menu anymore ([#1370](https://github.com/bradfrost/pl-website-eleventy/issues/1370)) ([384dc89](https://github.com/bradfrost/pl-website-eleventy/commit/384dc8900ee5768f5a260fd00fe03d11ae047484))
12+
13+
14+
15+
16+
617
# [5.15.0](https://github.com/bradfrost/pl-website-eleventy/compare/v5.14.3...v5.15.0) (2021-07-01)
718

819

packages/docs/package.json

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

0 commit comments

Comments
 (0)