Skip to content

Commit

Permalink
[skip travis] chore(release): publish v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JosefBredereck committed Jan 31, 2023
1 parent 76bf4af commit e721091
Show file tree
Hide file tree
Showing 50 changed files with 303 additions and 63 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

# [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.0",
"bin": {
"patternlab": "bin/patternlab.js"
},
"author": {
"name": "Patternlab contributors"
},
"dependencies": {
"@pattern-lab/core": "^5.17.0",
"@pattern-lab/core": "^6.0.0",
"archiver": "5.3.0",
"chalk": "4.1.0",
"commander": "9.4.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +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.0",
"main": "./src/index.js",
"dependencies": {
"@pattern-lab/engine-mustache": "^5.16.4",
"@pattern-lab/live-server": "^5.16.1",
"@pattern-lab/engine-mustache": "^6.0.0",
"@pattern-lab/live-server": "^6.0.0",
"chalk": "4.1.0",
"chokidar": "3.5.1",
"dive": "0.5.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

# [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
16 changes: 8 additions & 8 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.0",
"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,12 +29,12 @@
"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/engine-mustache": "^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.0",
"@pattern-lab/core": "^6.0.0",
"@pattern-lab/engine-handlebars": "^6.0.0",
"@pattern-lab/engine-mustache": "^6.0.0",
"@pattern-lab/plugin-tab": "^6.0.0",
"@pattern-lab/starterkit-handlebars-demo": "^6.0.0",
"@pattern-lab/uikit-workshop": "^6.0.0"
}
}
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

# [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.0",
"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.0",
"@pattern-lab/core": "^6.0.0",
"@pattern-lab/engine-twig": "^6.0.0",
"@pattern-lab/starterkit-twig-demo": "^6.0.0",
"@pattern-lab/uikit-workshop": "^6.0.0"
},
"workspaces": {
"nohoist": [
Expand Down
12 changes: 12 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.0.0](https://github.com/bradfrost/pl-website-eleventy/compare/v5.17.0...v6.0.0) (2023-01-31)


### Features

* activate prettier for scss ([#1468](https://github.com/bradfrost/pl-website-eleventy/issues/1468)) ([fac6ad4](https://github.com/bradfrost/pl-website-eleventy/commit/fac6ad4be48c95eccfe890a280cad441ee84f677))
* **docs:** added plugin ([#1469](https://github.com/bradfrost/pl-website-eleventy/issues/1469)) ([535c5f0](https://github.com/bradfrost/pl-website-eleventy/commit/535c5f0805936a25eeddde0e360cb6000c000b1b))





## [5.16.4](https://github.com/bradfrost/pl-website-eleventy/compare/v5.16.2...v5.16.4) (2022-09-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pattern-lab/website",
"version": "5.16.4",
"version": "6.0.0",
"description": "The website for patternlab.io",
"main": "index.js",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/edition-node-gulp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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/edition-node-gulp





# [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/edition-node-gulp
Expand Down
10 changes: 5 additions & 5 deletions packages/edition-node-gulp/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@pattern-lab/edition-node-gulp",
"description": "The gulp wrapper around patternlab-node core, providing tasks to interact with the core library and move supporting frontend assets.",
"version": "5.17.0",
"version": "6.0.0",
"main": "gulpfile.js",
"dependencies": {
"@pattern-lab/cli": "^5.17.0",
"@pattern-lab/core": "^5.17.0",
"@pattern-lab/engine-mustache": "^5.16.4",
"@pattern-lab/uikit-workshop": "^5.17.0",
"@pattern-lab/cli": "^6.0.0",
"@pattern-lab/core": "^6.0.0",
"@pattern-lab/engine-mustache": "^6.0.0",
"@pattern-lab/uikit-workshop": "^6.0.0",
"gulp": "4.0.2",
"minimist": "1.2.5"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/edition-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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/edition-node





# [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/edition-node
Expand Down
10 changes: 5 additions & 5 deletions packages/edition-node/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@pattern-lab/edition-node",
"description": "A pure wrapper around patternlab-node core, the default pattern engine, and supporting frontend assets.",
"version": "5.17.0",
"version": "6.0.0",
"main": "patternlab-config.json",
"dependencies": {
"@pattern-lab/cli": "^5.17.0",
"@pattern-lab/core": "^5.17.0",
"@pattern-lab/engine-handlebars": "^5.16.4",
"@pattern-lab/uikit-workshop": "^5.17.0"
"@pattern-lab/cli": "^6.0.0",
"@pattern-lab/core": "^6.0.0",
"@pattern-lab/engine-handlebars": "^6.0.0",
"@pattern-lab/uikit-workshop": "^6.0.0"
},
"keywords": [
"Pattern Lab",
Expand Down
8 changes: 8 additions & 0 deletions packages/edition-twig/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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/edition-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/edition-twig
Expand Down
10 changes: 5 additions & 5 deletions packages/edition-twig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pattern-lab/edition-twig",
"version": "5.17.0",
"version": "6.0.0",
"description": "Pattern Lab node with Twig PHP Engine",
"author": {
"name": "Evan Lovely",
Expand All @@ -23,10 +23,10 @@
"dev": "node ./node_modules/@pattern-lab/uikit-workshop/build-tools.js"
},
"dependencies": {
"@pattern-lab/cli": "^5.17.0",
"@pattern-lab/core": "^5.17.0",
"@pattern-lab/engine-twig-php": "^5.17.0",
"@pattern-lab/uikit-workshop": "^5.17.0"
"@pattern-lab/cli": "^6.0.0",
"@pattern-lab/core": "^6.0.0",
"@pattern-lab/engine-twig-php": "^6.0.0",
"@pattern-lab/uikit-workshop": "^6.0.0"
},
"engines": {
"node": ">=14.21.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/engine-handlebars/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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/engine-handlebars





## [5.16.4](https://github.com/pattern-lab/patternlab-node/compare/v5.16.2...v5.16.4) (2022-09-23)

**Note:** Version bump only for package @pattern-lab/engine-handlebars
Expand Down
Loading

0 comments on commit e721091

Please sign in to comment.