Skip to content

Commit 973c1ce

Browse files
committed
Bump packages
1 parent 8e302df commit 973c1ce

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

packages/node-plop/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# node-plop
22

3+
## 0.31.1
4+
5+
### Patch Changes
6+
7+
- Append action should now allow handlebars for template path
8+
9+
* Fix addMany dotfile extension stripping
10+
11+
- Fix Inquirer TypeScript typings
12+
13+
* Fix empty checkboxes not bypassing properly
14+
315
## 0.31.0
416

517
### Minor Changes

packages/node-plop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-plop",
3-
"version": "0.31.0",
3+
"version": "0.31.1",
44
"description": "programmatic plopping for fun and profit",
55
"main": "src/index.js",
66
"type": "module",

packages/plop/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# plop
22

3+
## 3.1.2
4+
5+
### Patch Changes
6+
7+
- Append action should now allow handlebars for template path
8+
9+
* Fix addMany dotfile extension stripping
10+
11+
- Fix Inquirer TypeScript typings
12+
13+
* Fix empty checkboxes not bypassing properly
14+
15+
* Updated dependencies []:
16+
17+
318
## 3.1.1
419

520
### Patch Changes

packages/plop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plop",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "Micro-generator framework that makes it easy for an entire team to create files with a level of uniformity",
55
"main": "./src/plop.js",
66
"type": "module",
@@ -46,7 +46,7 @@
4646
"interpret": "^2.2.0",
4747
"liftoff": "^4.0.0",
4848
"minimist": "^1.2.6",
49-
"node-plop": "^0.31.0",
49+
"node-plop": "^0.31.1",
5050
"ora": "^6.0.1",
5151
"v8flags": "^4.0.0"
5252
},

0 commit comments

Comments
 (0)