Skip to content

Commit 5bdc649

Browse files
committed
chore: release node-plop 0.31.0 and plop 3.1.0
1 parent 0bba0f2 commit 5bdc649

File tree

5 files changed

+20
-9
lines changed

5 files changed

+20
-9
lines changed

.changeset/old-balloons-look.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

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.31.0
4+
5+
### Minor Changes
6+
7+
- [#333](https://github.com/plopjs/plop/pull/333) [`d6176cc`](https://github.com/plopjs/plop/commit/d6176cce4ee57dfc18ad1c86ec467444e966567e) Thanks [@RobinKnipe](https://github.com/RobinKnipe)! - Added shorthand to load all Plop assets at once #333
8+
39
## 0.30.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.30.1",
3+
"version": "0.31.0",
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+
## 3.1.0
4+
5+
### Minor Changes
6+
7+
- [#333](https://github.com/plopjs/plop/pull/333) [`d6176cc`](https://github.com/plopjs/plop/commit/d6176cce4ee57dfc18ad1c86ec467444e966567e) Thanks [@RobinKnipe](https://github.com/RobinKnipe)! - Added shorthand to load all Plop assets at once #333
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`d6176cc`](https://github.com/plopjs/plop/commit/d6176cce4ee57dfc18ad1c86ec467444e966567e)]:
12+
13+
314
## 3.0.6
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": "3.0.6",
3+
"version": "3.1.0",
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.30.1",
49+
"node-plop": "^0.31.0",
5050
"ora": "^6.0.1",
5151
"v8flags": "^4.0.0"
5252
},

0 commit comments

Comments
 (0)