Skip to content

Commit

Permalink
Release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Nov 29, 2020
1 parent c64ba6d commit a12a3b1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.0.0",
"version": "4.1.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.0.0",
"version": "4.1.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.0.0",
"version": "4.1.0",
"license": "MIT",
"bin": {
"nxpm-stack": "bin/nxpm-stack.js"
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.0.0",
"version": "4.1.0",
"main": "src/index.js",
"schematics": "./collection.json",
"homepage": "https://github.com/nxpm/stack",
Expand Down

0 comments on commit a12a3b1

Please sign in to comment.