Skip to content

Commit 7e59625

Browse files
[skip travis] chore(release): publish v6.0.3
1 parent e65f294 commit 7e59625

File tree

16 files changed

+84
-14
lines changed

16 files changed

+84
-14
lines changed

CHANGELOG.md

+11
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.3](https://github.com/pattern-lab/patternlab-node/compare/v6.0.2...v6.0.3) (2023-03-12)
7+
8+
9+
### Bug Fixes
10+
11+
* 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))
12+
13+
14+
15+
16+
617
## [6.0.2](https://github.com/pattern-lab/patternlab-node/compare/v6.0.1...v6.0.2) (2023-02-26)
718

819

lerna.json

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

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.3](https://github.com/pattern-lab/patternlab-node/compare/v6.0.2...v6.0.3) (2023-03-12)
7+
8+
**Note:** Version bump only for package @pattern-lab/development-edition-engine-handlebars
9+
10+
11+
12+
13+
614
## [6.0.1](https://github.com/pattern-lab/patternlab-node/compare/v6.0.0...v6.0.1) (2023-02-01)
715

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

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

+2-2
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": "6.0.1",
4+
"version": "6.0.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",
@@ -35,6 +35,6 @@
3535
"@pattern-lab/engine-mustache": "^6.0.0",
3636
"@pattern-lab/plugin-tab": "^6.0.0",
3737
"@pattern-lab/starterkit-handlebars-demo": "^6.0.0",
38-
"@pattern-lab/uikit-workshop": "^6.0.1"
38+
"@pattern-lab/uikit-workshop": "^6.0.3"
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.3](https://github.com/pattern-lab/edition-node-gulp/compare/v6.0.2...v6.0.3) (2023-03-12)
7+
8+
**Note:** Version bump only for package @pattern-lab/engine-react-testing-tree
9+
10+
11+
12+
13+
614
## [6.0.1](https://github.com/pattern-lab/edition-node-gulp/compare/v6.0.0...v6.0.1) (2023-02-01)
715

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

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

+2-2
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": "6.0.1",
4+
"version": "6.0.3",
55
"private": true,
66
"main": "gulpfile.js",
77
"dependencies": {
88
"@pattern-lab/core": "^6.0.1",
99
"@pattern-lab/engine-mustache": "^6.0.0",
1010
"@pattern-lab/engine-react": "^6.0.0",
11-
"@pattern-lab/uikit-workshop": "^6.0.1",
11+
"@pattern-lab/uikit-workshop": "^6.0.3",
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.3](https://github.com/pattern-lab/patternlab-node/compare/v6.0.2...v6.0.3) (2023-03-12)
7+
8+
**Note:** Version bump only for package @pattern-lab/development-edition-engine-twig
9+
10+
11+
12+
13+
614
## [6.0.2](https://github.com/pattern-lab/patternlab-node/compare/v6.0.1...v6.0.2) (2023-02-26)
715

816

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

+2-2
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.2",
4+
"version": "6.0.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",
@@ -34,7 +34,7 @@
3434
"@pattern-lab/core": "^6.0.1",
3535
"@pattern-lab/engine-twig": "^6.0.0",
3636
"@pattern-lab/starterkit-twig-demo": "^6.0.2",
37-
"@pattern-lab/uikit-workshop": "^6.0.1"
37+
"@pattern-lab/uikit-workshop": "^6.0.3"
3838
},
3939
"workspaces": {
4040
"nohoist": [

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.3](https://github.com/pattern-lab/patternlab-node/compare/v6.0.2...v6.0.3) (2023-03-12)
7+
8+
**Note:** Version bump only for package @pattern-lab/edition-node-gulp
9+
10+
11+
12+
13+
614
## [6.0.1](https://github.com/pattern-lab/patternlab-node/compare/v6.0.0...v6.0.1) (2023-02-01)
715

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

packages/edition-node-gulp/package.json

+2-2
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": "6.0.1",
4+
"version": "6.0.3",
55
"main": "gulpfile.js",
66
"dependencies": {
77
"@pattern-lab/cli": "^6.0.1",
88
"@pattern-lab/core": "^6.0.1",
99
"@pattern-lab/engine-mustache": "^6.0.0",
10-
"@pattern-lab/uikit-workshop": "^6.0.1",
10+
"@pattern-lab/uikit-workshop": "^6.0.3",
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.3](https://github.com/pattern-lab/patternlab-node/compare/v6.0.2...v6.0.3) (2023-03-12)
7+
8+
**Note:** Version bump only for package @pattern-lab/edition-node
9+
10+
11+
12+
13+
614
## [6.0.1](https://github.com/pattern-lab/patternlab-node/compare/v6.0.0...v6.0.1) (2023-02-01)
715

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

packages/edition-node/package.json

+2-2
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": "6.0.1",
4+
"version": "6.0.3",
55
"main": "patternlab-config.json",
66
"dependencies": {
77
"@pattern-lab/cli": "^6.0.1",
88
"@pattern-lab/core": "^6.0.1",
99
"@pattern-lab/engine-handlebars": "^6.0.0",
10-
"@pattern-lab/uikit-workshop": "^6.0.1"
10+
"@pattern-lab/uikit-workshop": "^6.0.3"
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.3](https://github.com/pattern-lab/patternlab-node/compare/v6.0.2...v6.0.3) (2023-03-12)
7+
8+
**Note:** Version bump only for package @pattern-lab/edition-twig
9+
10+
11+
12+
13+
614
## [6.0.1](https://github.com/pattern-lab/patternlab-node/compare/v6.0.0...v6.0.1) (2023-02-01)
715

816

packages/edition-twig/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pattern-lab/edition-twig",
3-
"version": "6.0.1",
3+
"version": "6.0.3",
44
"description": "Pattern Lab node with Twig PHP Engine",
55
"author": {
66
"name": "Evan Lovely",
@@ -26,7 +26,7 @@
2626
"@pattern-lab/cli": "^6.0.1",
2727
"@pattern-lab/core": "^6.0.1",
2828
"@pattern-lab/engine-twig-php": "^6.0.1",
29-
"@pattern-lab/uikit-workshop": "^6.0.1"
29+
"@pattern-lab/uikit-workshop": "^6.0.3"
3030
},
3131
"engines": {
3232
"node": ">=14.21.1"

packages/uikit-workshop/CHANGELOG.md

+11
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.3](https://github.com/pattern-lab/patternlab-node/compare/v6.0.2...v6.0.3) (2023-03-12)
7+
8+
9+
### Bug Fixes
10+
11+
* 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))
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/uikit-workshop

packages/uikit-workshop/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pattern-lab/uikit-workshop",
3-
"version": "6.0.1",
3+
"version": "6.0.3",
44
"description": "Front-end assets and templates for the default Pattern Lab workshop view",
55
"main": "gulpfile.js",
66
"scripts": {

0 commit comments

Comments
 (0)