Skip to content

Commit a298bdc

Browse files
committed
[skip travis] chore(release): publish v5.8.0
1 parent 749f648 commit a298bdc

File tree

8 files changed

+127
-78
lines changed

8 files changed

+127
-78
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.8.0](https://github.com/pattern-lab/patternlab-node/compare/v5.7.2...v5.8.0) (2020-04-03)
7+
8+
9+
### Bug Fixes
10+
11+
* the namespace notation should not be mixed with PatternLab shorthand pattern naming & name is not defined in the textarea macro ([8250fe8](https://github.com/pattern-lab/patternlab-node/commit/8250fe88231d03735424d597eae40496da2cb48c))
12+
* Updated the README to reflect which issues are resolved. ([d90c3c4](https://github.com/pattern-lab/patternlab-node/commit/d90c3c4605f9a5bcd1153996e3f4d1a17d58bd92))
13+
14+
15+
### Features
16+
17+
* switch engine-twig to use twing rather than node-twig ([daca95c](https://github.com/pattern-lab/patternlab-node/commit/daca95c4ffa48916fb6c67c5184bde9b624acd76))
18+
19+
20+
21+
22+
623
## [5.7.2](https://github.com/pattern-lab/patternlab-node/compare/v5.7.1...v5.7.2) (2020-03-24)
724

825

lerna.json

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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
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.8.0](https://github.com/pattern-lab/patternlab-node/compare/v5.7.2...v5.8.0) (2020-04-03)
7+
8+
**Note:** Version bump only for package @pattern-lab/development-edition-engine-twig

packages/development-edition-engine-twig/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-twig",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "5.8.0",
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",
@@ -31,8 +31,8 @@
3131
"dependencies": {
3232
"@pattern-lab/cli": "^5.7.0",
3333
"@pattern-lab/core": "^5.7.0",
34-
"@pattern-lab/engine-twig": "^5.0.0",
35-
"@pattern-lab/starterkit-twig-demo": "^5.0.0",
34+
"@pattern-lab/engine-twig": "^5.8.0",
35+
"@pattern-lab/starterkit-twig-demo": "^5.8.0",
3636
"@pattern-lab/uikit-workshop": "^5.7.1"
3737
},
3838
"workspaces": {

packages/engine-twig/CHANGELOG.md

Lines changed: 88 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -3,83 +3,100 @@
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.0.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/compare/v3.0.0-beta.3...v5.0.0) (2019-10-25)
6+
# [5.8.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/compare/v5.7.2...v5.8.0) (2020-04-03)
77

8-
**Note:** Version bump only for package @pattern-lab/engine-twig
9-
10-
11-
12-
13-
14-
15-
## [0.2.1-beta.1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/compare/@pattern-lab/engine-twig@0.2.1-beta.0...@pattern-lab/engine-twig@0.2.1-beta.1) (2019-02-09)
16-
17-
**Note:** Version bump only for package @pattern-lab/engine-twig
18-
19-
20-
21-
22-
23-
<a name="0.2.1-beta.0"></a>
24-
## [0.2.1-beta.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/compare/@pattern-lab/engine-twig@0.2.1-alpha.5...@pattern-lab/engine-twig@0.2.1-beta.0) (2018-09-07)
25-
26-
**Note:** Version bump only for package @pattern-lab/engine-twig
27-
28-
29-
30-
31-
32-
<a name="0.2.1-alpha.5"></a>
33-
34-
## [0.2.1-alpha.5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/compare/@pattern-lab/engine-twig@0.2.1-alpha.4...@pattern-lab/engine-twig@0.2.1-alpha.5) (2018-07-06)
35-
36-
### Features
37-
38-
* **package:** add npmrc file ([55f5bc2](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/commit/55f5bc2))
39-
* **package:** pin all dependencies ([415698e](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/commit/415698e))
40-
* **package:** remove package-lock.json files ([5ab3995](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/commit/5ab3995))
41-
42-
<a name="0.2.1-alpha.4"></a>
43-
44-
## [0.2.1-alpha.4](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/compare/@pattern-lab/engine-twig@0.2.1-alpha.3...@pattern-lab/engine-twig@0.2.1-alpha.4) (2018-07-05)
45-
46-
### Features
47-
48-
* **tests:** use lerna run test at the monorepo level ([38a01b1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/commit/38a01b1))
49-
50-
<a name="0.2.1-alpha.3"></a>
51-
52-
## [0.2.1-alpha.3](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/compare/@pattern-lab/engine-twig@0.2.1-alpha.2...@pattern-lab/engine-twig@0.2.1-alpha.3) (2018-05-04)
53-
54-
**Note:** Version bump only for package @pattern-lab/engine-twig
55-
56-
<a name="0.2.1-alpha.2"></a>
57-
58-
## [0.2.1-alpha.2](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/compare/@pattern-lab/engine-twig@0.2.1-alpha.1...@pattern-lab/engine-twig@0.2.1-alpha.2) (2018-03-21)
59-
60-
### Bug Fixes
61-
62-
* **package:** remove files obsoleted by monorepo ([9abb8ac](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/commit/9abb8ac))
63-
* **package:** update LICENSE ([337aa32](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/commit/337aa32))
64-
* **README:** update content for consistency ([4edf0d4](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/commit/4edf0d4)), closes [#815](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/issues/815)
65-
66-
<a name="0.2.1-alpha.1"></a>
67-
68-
## [0.2.1-alpha.1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/compare/@pattern-lab/engine-twig@0.2.1-alpha.0...@pattern-lab/engine-twig@0.2.1-alpha.1) (2018-03-05)
698

709
### Bug Fixes
7110

72-
* **config:** Add npm registry to lerna config ([1473cd5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/commit/1473cd5))
73-
74-
<a name="0.2.1-alpha.0"></a>
75-
76-
## 0.2.1-alpha.0 (2018-03-02)
77-
78-
### Bug Fixes
11+
* Updated the README to reflect which issues are resolved. ([d90c3c4](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/commit/d90c3c4605f9a5bcd1153996e3f4d1a17d58bd92))
7912

80-
* **engine-twig:** Fix package name ([58f7ec1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/commit/58f7ec1))
81-
* **packages:** Allow scoped publishing ([58beeb6](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/commit/58beeb6))
8213

8314
### Features
8415

16+
* switch engine-twig to use twing rather than node-twig ([daca95c](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/commit/daca95c4ffa48916fb6c67c5184bde9b624acd76))
17+
18+
19+
20+
21+
22+
23+
# [5.0.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/compare/v3.0.0-beta.3...v5.0.0) (2019-10-25)
24+
25+
**Note:** Version bump only for package @pattern-lab/engine-twig
26+
27+
28+
29+
30+
31+
32+
## [0.2.1-beta.1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/compare/@pattern-lab/engine-twig@0.2.1-beta.0...@pattern-lab/engine-twig@0.2.1-beta.1) (2019-02-09)
33+
34+
**Note:** Version bump only for package @pattern-lab/engine-twig
35+
36+
37+
38+
39+
40+
<a name="0.2.1-beta.0"></a>
41+
## [0.2.1-beta.0](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/compare/@pattern-lab/engine-twig@0.2.1-alpha.5...@pattern-lab/engine-twig@0.2.1-beta.0) (2018-09-07)
42+
43+
**Note:** Version bump only for package @pattern-lab/engine-twig
44+
45+
46+
47+
48+
49+
<a name="0.2.1-alpha.5"></a>
50+
51+
## [0.2.1-alpha.5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/compare/@pattern-lab/engine-twig@0.2.1-alpha.4...@pattern-lab/engine-twig@0.2.1-alpha.5) (2018-07-06)
52+
53+
### Features
54+
55+
* **package:** add npmrc file ([55f5bc2](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/commit/55f5bc2))
56+
* **package:** pin all dependencies ([415698e](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/commit/415698e))
57+
* **package:** remove package-lock.json files ([5ab3995](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/commit/5ab3995))
58+
59+
<a name="0.2.1-alpha.4"></a>
60+
61+
## [0.2.1-alpha.4](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/compare/@pattern-lab/engine-twig@0.2.1-alpha.3...@pattern-lab/engine-twig@0.2.1-alpha.4) (2018-07-05)
62+
63+
### Features
64+
65+
* **tests:** use lerna run test at the monorepo level ([38a01b1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/commit/38a01b1))
66+
67+
<a name="0.2.1-alpha.3"></a>
68+
69+
## [0.2.1-alpha.3](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/compare/@pattern-lab/engine-twig@0.2.1-alpha.2...@pattern-lab/engine-twig@0.2.1-alpha.3) (2018-05-04)
70+
71+
**Note:** Version bump only for package @pattern-lab/engine-twig
72+
73+
<a name="0.2.1-alpha.2"></a>
74+
75+
## [0.2.1-alpha.2](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/compare/@pattern-lab/engine-twig@0.2.1-alpha.1...@pattern-lab/engine-twig@0.2.1-alpha.2) (2018-03-21)
76+
77+
### Bug Fixes
78+
79+
* **package:** remove files obsoleted by monorepo ([9abb8ac](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/commit/9abb8ac))
80+
* **package:** update LICENSE ([337aa32](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/commit/337aa32))
81+
* **README:** update content for consistency ([4edf0d4](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/commit/4edf0d4)), closes [#815](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/issues/815)
82+
83+
<a name="0.2.1-alpha.1"></a>
84+
85+
## [0.2.1-alpha.1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/compare/@pattern-lab/engine-twig@0.2.1-alpha.0...@pattern-lab/engine-twig@0.2.1-alpha.1) (2018-03-05)
86+
87+
### Bug Fixes
88+
89+
* **config:** Add npm registry to lerna config ([1473cd5](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/commit/1473cd5))
90+
91+
<a name="0.2.1-alpha.0"></a>
92+
93+
## 0.2.1-alpha.0 (2018-03-02)
94+
95+
### Bug Fixes
96+
97+
* **engine-twig:** Fix package name ([58f7ec1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/commit/58f7ec1))
98+
* **packages:** Allow scoped publishing ([58beeb6](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/commit/58beeb6))
99+
100+
### Features
101+
85102
* **packages:** Update all package.json repo and bug links ([5eb2c11](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig/commit/5eb2c11))

packages/engine-twig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pattern-lab/engine-twig",
33
"description": "The Twig engine for Pattern Lab / Node",
4-
"version": "5.0.0",
4+
"version": "5.8.0",
55
"main": "lib/engine_twig.js",
66
"dependencies": {
77
"fs-extra": "0.30.0",

packages/starterkit-twig-demo/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.0.0](https://github.com/pattern-lab/starterkit-twig-demo/compare/v3.0.0-beta.3...v5.0.0) (2019-10-25)
6+
# [5.8.0](https://github.com/pattern-lab/starterkit-twig-demo/compare/v5.7.2...v5.8.0) (2020-04-03)
77

8+
9+
### Bug Fixes
10+
11+
* the namespace notation should not be mixed with PatternLab shorthand pattern naming & name is not defined in the textarea macro ([8250fe8](https://github.com/pattern-lab/starterkit-twig-demo/commit/8250fe88231d03735424d597eae40496da2cb48c))
12+
13+
14+
15+
16+
17+
18+
# [5.0.0](https://github.com/pattern-lab/starterkit-twig-demo/compare/v3.0.0-beta.3...v5.0.0) (2019-10-25)
19+
820
**Note:** Version bump only for package @pattern-lab/starterkit-twig-demo

packages/starterkit-twig-demo/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/starterkit-twig-demo",
3-
"version": "5.0.0",
3+
"version": "5.8.0",
44
"description": "Pattern Lab's Demo StarterKit for Twig.",
55
"main": "README.md",
66
"repository": {

0 commit comments

Comments
 (0)