Skip to content

Commit

Permalink
Merge branch 'master' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryB432 committed Nov 25, 2021
2 parents 955dd6b + 3dd6ef9 commit 95c8da4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages/*",
"tools/*"
],
"version": "2.7.0-alpha.0"
"version": "2.7.0"
}
2 changes: 1 addition & 1 deletion packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gb-lerna/cli",
"version": "2.7.0-alpha.0",
"version": "2.7.0",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@angular-devkit/core": "^12.2.11",
"@angular-devkit/schematics": "^12.2.11",
"@gb-lerna/schematics": "^2.7.0-alpha.0",
"@gb-lerna/schematics": "^2.7.0",
"colors": "^1.4.0",
"commander": "^8.3.0",
"fast-glob": "^3.2.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/schematics/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/schematics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gb-lerna/schematics",
"version": "2.7.0-alpha.0",
"version": "2.7.0",
"private": false,
"author": {
"name": "Gary Bortosky",
Expand Down

0 comments on commit 95c8da4

Please sign in to comment.