Skip to content

Commit

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

# [6.1.0](https://github.com/pattern-lab/patternlab-node/compare/v6.0.3...v6.1.0) (2023-12-21)


### Features

* **engine-twig-php:** update @basalt/twig-renderer to v3.0.1 using Twig v3.7.1 ([#1499](https://github.com/pattern-lab/patternlab-node/issues/1499)) ([2e5c9e1](https://github.com/pattern-lab/patternlab-node/commit/2e5c9e1c6a3318ba1cd3765d448c181e4a3a9a27)), closes [#1496](https://github.com/pattern-lab/patternlab-node/issues/1496) [#1496](https://github.com/pattern-lab/patternlab-node/issues/1496)





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


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": "6.0.3",
"version": "6.1.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.1.0](https://github.com/pattern-lab/patternlab-node/compare/v6.0.3...v6.1.0) (2023-12-21)

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





## [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
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": "6.0.1",
"version": "6.1.0",
"bin": {
"patternlab": "bin/patternlab.js"
},
"author": {
"name": "Patternlab contributors"
},
"dependencies": {
"@pattern-lab/core": "^6.0.1",
"@pattern-lab/core": "^6.1.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.1.0](https://github.com/pattern-lab/patternlab-node/compare/v6.0.3...v6.1.0) (2023-12-21)

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





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


Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@pattern-lab/core",
"description": "Create atomic design systems with Pattern Lab. This is the core API and orchestrator of the ecosystem.",
"version": "6.0.1",
"version": "6.1.0",
"main": "./src/index.js",
"dependencies": {
"@pattern-lab/engine-handlebars": "^6.0.0",
"@pattern-lab/engine-mustache": "^6.0.0",
"@pattern-lab/live-server": "^6.0.0",
"@pattern-lab/engine-handlebars": "^6.1.0",
"@pattern-lab/engine-mustache": "^6.1.0",
"@pattern-lab/live-server": "^6.1.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.1.0](https://github.com/pattern-lab/patternlab-node/compare/v6.0.3...v6.1.0) (2023-12-21)

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





## [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
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": "6.0.1",
"version": "6.1.0",
"description": "",
"bin": "index.js",
"main": "index.js",
"scripts": {},
"dependencies": {
"@pattern-lab/cli": "^6.0.1"
"@pattern-lab/cli": "^6.1.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.1.0](https://github.com/pattern-lab/patternlab-node/compare/v6.0.3...v6.1.0) (2023-12-21)

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





## [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
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": "6.0.3",
"version": "6.1.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": ">=16.20.0"
},
"dependencies": {
"@pattern-lab/cli": "^6.0.1",
"@pattern-lab/core": "^6.0.1",
"@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.3"
"@pattern-lab/cli": "^6.1.0",
"@pattern-lab/core": "^6.1.0",
"@pattern-lab/engine-handlebars": "^6.1.0",
"@pattern-lab/engine-mustache": "^6.1.0",
"@pattern-lab/plugin-tab": "^6.1.0",
"@pattern-lab/starterkit-handlebars-demo": "^6.1.0",
"@pattern-lab/uikit-workshop": "^6.1.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.1.0](https://github.com/pattern-lab/edition-node-gulp/compare/v6.0.3...v6.1.0) (2023-12-21)

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





## [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
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": "6.0.3",
"version": "6.1.0",
"private": true,
"main": "gulpfile.js",
"dependencies": {
"@pattern-lab/core": "^6.0.1",
"@pattern-lab/engine-mustache": "^6.0.0",
"@pattern-lab/engine-react": "^6.0.0",
"@pattern-lab/uikit-workshop": "^6.0.3",
"@pattern-lab/core": "^6.1.0",
"@pattern-lab/engine-mustache": "^6.1.0",
"@pattern-lab/engine-react": "^6.1.0",
"@pattern-lab/uikit-workshop": "^6.1.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.1.0](https://github.com/pattern-lab/patternlab-node/compare/v6.0.3...v6.1.0) (2023-12-21)

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





## [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
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": "6.0.3",
"version": "6.1.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": ">=16.20.0"
},
"dependencies": {
"@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"
"@pattern-lab/cli": "^6.1.0",
"@pattern-lab/core": "^6.1.0",
"@pattern-lab/engine-twig": "^6.1.0",
"@pattern-lab/starterkit-twig-demo": "^6.1.0",
"@pattern-lab/uikit-workshop": "^6.1.0"
},
"workspaces": {
"nohoist": [
Expand Down
8 changes: 8 additions & 0 deletions packages/docs/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.1.0](https://github.com/bradfrost/pl-website-eleventy/compare/v6.0.3...v6.1.0) (2023-12-21)

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





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


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": "6.0.0",
"version": "6.1.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.1.0](https://github.com/pattern-lab/patternlab-node/compare/v6.0.3...v6.1.0) (2023-12-21)

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





## [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/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": "6.0.3",
"version": "6.1.0",
"main": "gulpfile.js",
"dependencies": {
"@pattern-lab/cli": "^6.0.1",
"@pattern-lab/core": "^6.0.1",
"@pattern-lab/engine-mustache": "^6.0.0",
"@pattern-lab/uikit-workshop": "^6.0.3",
"@pattern-lab/cli": "^6.1.0",
"@pattern-lab/core": "^6.1.0",
"@pattern-lab/engine-mustache": "^6.1.0",
"@pattern-lab/uikit-workshop": "^6.1.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.1.0](https://github.com/pattern-lab/patternlab-node/compare/v6.0.3...v6.1.0) (2023-12-21)

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





## [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/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": "6.0.3",
"version": "6.1.0",
"main": "patternlab-config.json",
"dependencies": {
"@pattern-lab/cli": "^6.0.1",
"@pattern-lab/core": "^6.0.1",
"@pattern-lab/engine-handlebars": "^6.0.0",
"@pattern-lab/uikit-workshop": "^6.0.3"
"@pattern-lab/cli": "^6.1.0",
"@pattern-lab/core": "^6.1.0",
"@pattern-lab/engine-handlebars": "^6.1.0",
"@pattern-lab/uikit-workshop": "^6.1.0"
},
"keywords": [
"Pattern Lab",
Expand Down
11 changes: 11 additions & 0 deletions packages/edition-twig/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.1.0](https://github.com/pattern-lab/patternlab-node/compare/v6.0.3...v6.1.0) (2023-12-21)


### Features

* **engine-twig-php:** update @basalt/twig-renderer to v3.0.1 using Twig v3.7.1 ([#1499](https://github.com/pattern-lab/patternlab-node/issues/1499)) ([2e5c9e1](https://github.com/pattern-lab/patternlab-node/commit/2e5c9e1c6a3318ba1cd3765d448c181e4a3a9a27)), closes [#1496](https://github.com/pattern-lab/patternlab-node/issues/1496) [#1496](https://github.com/pattern-lab/patternlab-node/issues/1496)





## [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/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": "6.0.3",
"version": "6.1.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": "^6.0.1",
"@pattern-lab/core": "^6.0.1",
"@pattern-lab/engine-twig-php": "^6.0.1",
"@pattern-lab/uikit-workshop": "^6.0.3"
"@pattern-lab/cli": "^6.1.0",
"@pattern-lab/core": "^6.1.0",
"@pattern-lab/engine-twig-php": "^6.1.0",
"@pattern-lab/uikit-workshop": "^6.1.0"
},
"engines": {
"node": ">=16.20.0"
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.1.0](https://github.com/pattern-lab/patternlab-node/compare/v6.0.3...v6.1.0) (2023-12-21)

**Note:** Version bump only for package @pattern-lab/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/engine-handlebars
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-handlebars/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pattern-lab/engine-handlebars",
"description": "The Handlebars engine for Pattern Lab / Node",
"version": "6.0.0",
"version": "6.1.0",
"main": "lib/engine_handlebars.js",
"dependencies": {
"fs-extra": "^10.0.0",
Expand Down
Loading

0 comments on commit 06fdb69

Please sign in to comment.