Skip to content

Commit

Permalink
Applying package updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
rushbot committed Mar 21, 2019
1 parent 5cd10d5 commit f41319f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/rush-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/rush-lib",
"version": "5.6.1",
"version": "5.6.2",
"description": "A library for writing scripts that interact with the Rush tool",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions apps/rush/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/rush",
"version": "5.6.1",
"version": "5.6.2",
"description": "A professional solution for consolidating all your JavaScript projects in one Git repo",
"keywords": [
"install",
Expand Down Expand Up @@ -32,7 +32,7 @@
"license": "MIT",
"dependencies": {
"@microsoft/node-core-library": "3.13.0",
"@microsoft/rush-lib": "5.6.1",
"@microsoft/rush-lib": "5.6.2",
"colors": "~1.2.1",
"semver": "~5.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
{
"policyName": "rush",
"definitionName": "lockStepVersion",
"version": "5.6.1",
"version": "5.6.2",
"nextBump": "patch",
"mainProject": "@microsoft/rush"
}
Expand Down

0 comments on commit f41319f

Please sign in to comment.