Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub300 committed Sep 10, 2024
1 parent 67ff991 commit dc7eef3
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
5 changes: 5 additions & 0 deletions packages/chisel-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## 2.0.0-alpha.1 (2024-09-10)

- copy twig files ([67ff991](https://github.com/xfiveco/generator-chisel/commit/67ff991))
- fix whitespace ([9d58dba](https://github.com/xfiveco/generator-chisel/commit/9d58dba))

## 2.0.0-alpha.0 (2024-09-08)

- add block creator ([ea0e956](https://github.com/xfiveco/generator-chisel/commit/ea0e956))
Expand Down
2 changes: 1 addition & 1 deletion packages/chisel-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chisel-scripts",
"version": "2.0.0-alpha.0",
"version": "2.0.0-alpha.1",
"description": "TODO",
"bin": {
"chisel-scripts": "bin/chisel-scripts.js"
Expand Down
8 changes: 8 additions & 0 deletions packages/generator-chisel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## 2.0.0-alpha.1 (2024-09-10)

- adjust commands ([b289bd8](https://github.com/xfiveco/generator-chisel/commit/b289bd8))
- Cleanup coding standards, minor adjustments, install ACF automatically ([816eada](https://github.com/xfiveco/generator-chisel/commit/816eada))
- fix whitespace ([9d58dba](https://github.com/xfiveco/generator-chisel/commit/9d58dba))
- theme acf adjustments ([27016f7](https://github.com/xfiveco/generator-chisel/commit/27016f7))
- theme adjustments and bug fixes ([1253e18](https://github.com/xfiveco/generator-chisel/commit/1253e18))

## 2.0.0-alpha.0 (2024-09-08)

- acf block json custom arg to load css only ([0659521](https://github.com/xfiveco/generator-chisel/commit/0659521))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
'chisel-scripts': '2.0.0-alpha.0',
'chisel-scripts': '2.0.0-alpha.1',
'chisel-shared-utils': '2.0.0-alpha.0',
'generator-chisel': '2.0.0-alpha.0',
'generator-chisel': '2.0.0-alpha.1',
};
2 changes: 1 addition & 1 deletion packages/generator-chisel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-chisel",
"version": "2.0.0-alpha.0",
"version": "2.0.0-alpha.1",
"description": "A generator for scaffolding front-end and WordPress projects",
"bin": {
"chisel": "bin/chisel.js"
Expand Down

0 comments on commit dc7eef3

Please sign in to comment.