Skip to content

Commit b68ab75

Browse files
committed
1 parent 399f906 commit b68ab75

File tree

10 files changed

+33
-8
lines changed

10 files changed

+33
-8
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
<!-- INSERT-NEW-ENTRIES-HERE -->
44

5+
## Unreleased (2021-12-16)
6+
7+
#### :rocket: Enhancement
8+
9+
- Update Twig templates according Twig coding standards ([@luboskmetko](https://github.com/luboskmetko))
10+
11+
#### :memo: Documentation
12+
13+
- Review and update documentation for the new version ([@luboskmetko](https://github.com/luboskmetko))
14+
- Review and update documentation for the new version ([@luboskmetko](https://github.com/luboskmetko))
15+
16+
#### Committers: 1
17+
18+
- Lubos Kmetko ([@luboskmetko](https://github.com/luboskmetko))
19+
520
## v0.16.1 (03/01/2020)
621

722
#### Enhancements:

packages/chisel-plugin-static-frontend/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
<!-- INSERT-NEW-ENTRIES-HERE -->
44

5+
## 1.0.0-alpha.5 (2021-12-16)
6+
57
## 1.0.0-alpha.4 (2020-09-21)
68

79
- Update HTMLHint: add default config and add HTMLHtnt tests ([cf3db2c](https://github.com/xfiveco/generator-chisel/commit/cf3db2c))

packages/chisel-plugin-static-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chisel-plugin-static-frontend",
3-
"version": "1.0.0-alpha.4",
3+
"version": "1.0.0-alpha.5",
44
"description": "TODO",
55
"main": "lib/index.js",
66
"repository": {

packages/chisel-plugin-wordpress/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
<!-- INSERT-NEW-ENTRIES-HERE -->
44

5+
## 1.0.0-alpha.6 (2021-12-16)
6+
57
## 1.0.0-alpha.5 (2020-09-21)
68

79
- Add Changelogs ([25d6245](https://github.com/xfiveco/generator-chisel/commit/25d6245))

packages/chisel-plugin-wordpress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chisel-plugin-wordpress",
3-
"version": "1.0.0-alpha.5",
3+
"version": "1.0.0-alpha.6",
44
"description": "TODO",
55
"main": "index.js",
66
"repository": {

packages/chisel-scripts/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
<!-- INSERT-NEW-ENTRIES-HERE -->
44

5+
## 1.0.0-alpha.8 (2021-12-16)
6+
57
## 1.0.0-alpha.7 (2020-09-21)
68

79
- Add WP dev server test with puppeteer ([dbc0f1d](https://github.com/xfiveco/generator-chisel/commit/dbc0f1d))

packages/chisel-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chisel-scripts",
3-
"version": "1.0.0-alpha.7",
3+
"version": "1.0.0-alpha.8",
44
"description": "TODO",
55
"bin": {
66
"chisel-scripts": "bin/chisel-scripts.js"

packages/generator-chisel/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!-- INSERT-NEW-ENTRIES-HERE -->
44

5+
## 1.0.0-alpha.14 (2021-12-16)
6+
7+
- Fix ::before and ::after ([adf82b3](https://github.com/xfiveco/generator-chisel/commit/adf82b3)), closes [#508](https://github.com/xfiveco/generator-chisel/issues/508)
8+
59
## 1.0.0-alpha.13 (2021-09-29)
610

711
- Change postcss-normalize package ([f1b9ea4](https://github.com/xfiveco/generator-chisel/commit/f1b9ea4))
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
module.exports = {
22
'babel-preset-chisel': '1.0.0-alpha.0',
33
'chisel-plugin-code-style': '1.0.0-alpha.1',
4-
'chisel-plugin-static-frontend': '1.0.0-alpha.4',
5-
'chisel-plugin-wordpress': '1.0.0-alpha.5',
6-
'chisel-scripts': '1.0.0-alpha.7',
4+
'chisel-plugin-static-frontend': '1.0.0-alpha.5',
5+
'chisel-plugin-wordpress': '1.0.0-alpha.6',
6+
'chisel-scripts': '1.0.0-alpha.8',
77
'chisel-shared-utils': '1.0.0-alpha.0',
88
'eslint-config-chisel': '3.0.0-alpha.0',
9-
'generator-chisel': '1.0.0-alpha.13',
9+
'generator-chisel': '1.0.0-alpha.14',
1010
'stylelint-config-chisel': '1.0.0-alpha.0',
1111
};

packages/generator-chisel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-chisel",
3-
"version": "1.0.0-alpha.13",
3+
"version": "1.0.0-alpha.14",
44
"description": "A generator for scaffolding front-end and WordPress projects",
55
"bin": {
66
"chisel": "bin/chisel.js"

0 commit comments

Comments
 (0)