Skip to content

Commit 7b98e4b

Browse files
committed
Applying package updates.
1 parent abdf961 commit 7b98e4b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/rush-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/rush-lib",
3-
"version": "4.2.5",
3+
"version": "4.3.0",
44
"description": "A library for writing scripts that interact with the Rush tool",
55
"repository": {
66
"type": "git",

apps/rush/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/rush",
3-
"version": "4.2.5",
3+
"version": "4.3.0",
44
"description": "The professional solution for consolidating all your JavaScript projects in one Git repo",
55
"keywords": [
66
"install",
@@ -31,7 +31,7 @@
3131
"license": "MIT",
3232
"dependencies": {
3333
"@microsoft/node-core-library": "0.7.3",
34-
"@microsoft/rush-lib": "4.2.5",
34+
"@microsoft/rush-lib": "4.3.0",
3535
"fs-extra": "~0.26.7",
3636
"semver": "~5.3.0"
3737
},

common/config/rush/version-policies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"policyName": "rush",
44
"definitionName": "lockStepVersion",
5-
"version": "4.2.5",
5+
"version": "4.3.0",
66
"nextBump": "minor",
77
"mainProject": "@microsoft/rush"
88
}

0 commit comments

Comments
 (0)