Skip to content

Commit 4ac8364

Browse files
committed
Publish
- generator-chisel@2.0.0-alpha.14
1 parent 96bf7ce commit 4ac8364

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

packages/generator-chisel/CHANGELOG.md

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

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

5+
## 2.0.0-alpha.14 (2024-12-04)
6+
7+
- adjust base version logic, remove compose version ([69f340e](https://github.com/xfiveco/generator-chisel/commit/69f340e))
8+
- run git hooks in devcontainer if .use-devcontainer is present ([d4fc782](https://github.com/xfiveco/generator-chisel/commit/d4fc782))
9+
- theme refactor, example blocks, bugs fixes ([96bf7ce](https://github.com/xfiveco/generator-chisel/commit/96bf7ce))
10+
511
## 2.0.0-alpha.13 (2024-11-12)
612

713
- Adjust command ([c1b4471](https://github.com/xfiveco/generator-chisel/commit/c1b4471))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
22
'chisel-scripts': '2.0.0-alpha.4',
33
'chisel-shared-utils': '2.0.0-alpha.1',
4-
'generator-chisel': '2.0.0-alpha.13',
4+
'generator-chisel': '2.0.0-alpha.14',
55
};

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": "2.0.0-alpha.13",
3+
"version": "2.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)