Skip to content

Commit 47de192

Browse files
committed
chore: release plop
1 parent 57eef13 commit 47de192

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

packages/node-plop/CHANGELOG.md

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

3+
## 0.32.3
4+
5+
### Patch Changes
6+
7+
- Fix uppercase and lowercase helpers
8+
9+
- Replace globby with tinyglobby
10+
311
## 0.32.2
412

513
### Patch 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.32.2",
3+
"version": "0.32.3",
44
"description": "programmatic plopping for fun and profit",
55
"main": "src/index.js",
66
"type": "module",

packages/plop/CHANGELOG.md

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

3+
## 4.0.4
4+
5+
### Patch Changes
6+
7+
- Fix uppercase and lowercase helpers
8+
9+
- Replace globby with tinyglobby
10+
11+
- Updated dependencies []:
12+
- node-plop@0.32.3
13+
314
## 4.0.3
415

516
### 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": "4.0.3",
3+
"version": "4.0.4",
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
"liftoff": "^5.0.1",
4747
"minimist": "^1.2.8",
4848
"nanospinner": "^1.2.2",
49-
"node-plop": "^0.32.2",
49+
"node-plop": "^0.32.3",
5050
"picocolors": "^1.1.1",
5151
"v8flags": "^4.0.1"
5252
},

0 commit comments

Comments
 (0)