Skip to content

Commit

Permalink
Applying package updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
rushbot committed Sep 10, 2019
1 parent 5b5c1ef commit 64edc7d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions apps/rush-buildxl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/rush-buildxl",
"version": "5.12.0",
"version": "5.12.1",
"description": "An experimental tool that connects Rush and BuildXL",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
"license": "MIT",
"dependencies": {
"@microsoft/node-core-library": "3.14.1",
"@microsoft/rush-lib": "5.12.0",
"@microsoft/rush-lib": "5.12.1",
"@microsoft/ts-command-line": "4.2.7"
},
"devDependencies": {
Expand Down
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.12.0",
"version": "5.12.1",
"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.12.0",
"version": "5.12.1",
"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.14.1",
"@microsoft/rush-lib": "5.12.0",
"@microsoft/rush-lib": "5.12.1",
"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.12.0",
"version": "5.12.1",
"nextBump": "patch",
"mainProject": "@microsoft/rush"
}
Expand Down

0 comments on commit 64edc7d

Please sign in to comment.