Skip to content

Commit

Permalink
chore: release node-plop 0.31.0 and plop 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Apr 27, 2022
1 parent 0bba0f2 commit 5bdc649
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/old-balloons-look.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/node-plop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# node-plop

## 0.31.0

### Minor Changes

- [#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

## 0.30.1

### Patch 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.30.1",
"version": "0.31.0",
"description": "programmatic plopping for fun and profit",
"main": "src/index.js",
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions packages/plop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# plop

## 3.1.0

### Minor Changes

- [#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

### Patch Changes

- Updated dependencies [[`d6176cc`](https://github.com/plopjs/plop/commit/d6176cce4ee57dfc18ad1c86ec467444e966567e)]:
- node-plop@0.31.0

## 3.0.6

### 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.0.6",
"version": "3.1.0",
"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.30.1",
"node-plop": "^0.31.0",
"ora": "^6.0.1",
"v8flags": "^4.0.0"
},
Expand Down

0 comments on commit 5bdc649

Please sign in to comment.