Skip to content

Commit 43732dc

Browse files
committed
chore: bump packages
1 parent 9e73338 commit 43732dc

4 files changed

Lines changed: 18 additions & 3 deletions

File tree

packages/node-plop/CHANGELOG.md

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

3+
## 0.32.2
4+
5+
### Patch Changes
6+
7+
- Shrunk bundle size and updated deps
8+
39
## 0.32.1
410

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

packages/plop/CHANGELOG.md

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

3+
## 4.0.3
4+
5+
### Patch Changes
6+
7+
- Shrunk bundle size and updated deps
8+
9+
- Updated dependencies []:
10+
- node-plop@0.32.2
11+
312
## 4.0.2
413

514
### 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.2",
3+
"version": "4.0.3",
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.1",
49+
"node-plop": "^0.32.2",
5050
"picocolors": "^1.1.1",
5151
"v8flags": "^4.0.1"
5252
},

0 commit comments

Comments
 (0)