Skip to content

Commit

Permalink
Bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Feb 8, 2023
1 parent 8e302df commit 973c1ce
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 3 deletions.
12 changes: 12 additions & 0 deletions packages/node-plop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# node-plop

## 0.31.1

### Patch Changes

- Append action should now allow handlebars for template path

* Fix addMany dotfile extension stripping

- Fix Inquirer TypeScript typings

* Fix empty checkboxes not bypassing properly

## 0.31.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node-plop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-plop",
"version": "0.31.0",
"version": "0.31.1",
"description": "programmatic plopping for fun and profit",
"main": "src/index.js",
"type": "module",
Expand Down
15 changes: 15 additions & 0 deletions packages/plop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# plop

## 3.1.2

### Patch Changes

- Append action should now allow handlebars for template path

* Fix addMany dotfile extension stripping

- Fix Inquirer TypeScript typings

* Fix empty checkboxes not bypassing properly

* Updated dependencies []:
- [email protected]

## 3.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plop",
"version": "3.1.1",
"version": "3.1.2",
"description": "Micro-generator framework that makes it easy for an entire team to create files with a level of uniformity",
"main": "./src/plop.js",
"type": "module",
Expand Down Expand Up @@ -46,7 +46,7 @@
"interpret": "^2.2.0",
"liftoff": "^4.0.0",
"minimist": "^1.2.6",
"node-plop": "^0.31.0",
"node-plop": "^0.31.1",
"ora": "^6.0.1",
"v8flags": "^4.0.0"
},
Expand Down

0 comments on commit 973c1ce

Please sign in to comment.