Skip to content

Commit

Permalink
Release 4.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Apr 12, 2021
1 parent 51d8169 commit c8e7c8d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nxpm-stack",
"version": "4.19.0",
"version": "4.20.0",
"license": "MIT",
"scripts": {
"nx": "nx",
Expand Down
2 changes: 1 addition & 1 deletion packages/ci/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nxpm/ci",
"version": "4.19.0",
"version": "4.20.0",
"main": "src/index.js",
"schematics": "./collection.json",
"homepage": "https://github.com/nxpm/stack",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nxpm/cli",
"description": "CLI for @nxpm/stack",
"version": "4.19.0",
"version": "4.20.0",
"license": "MIT",
"bin": {
"nxpm-stack": "bin/nxpm-stack.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nxpm/common",
"version": "4.19.0",
"version": "4.20.0",
"homepage": "https://github.com/nxpm/stack",
"bugs": {
"url": "https://github.com/nxpm/stack/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/stack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nxpm/stack",
"version": "4.19.0",
"version": "4.20.0",
"main": "src/index.js",
"schematics": "./collection.json",
"homepage": "https://github.com/nxpm/stack",
Expand Down

0 comments on commit c8e7c8d

Please sign in to comment.