Skip to content

Commit

Permalink
Bump versions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rushbot committed Mar 20, 2024
1 parent 23131a5 commit 0901985
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion apps/rush/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/rush",
"version": "5.117.9",
"version": "5.117.10",
"description": "A professional solution for consolidating all your JavaScript projects in one Git repo",
"keywords": [
"install",
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 @@ -102,7 +102,7 @@
{
"policyName": "rush",
"definitionName": "lockStepVersion",
"version": "5.117.9",
"version": "5.117.10",
"nextBump": "patch",
"mainProject": "@microsoft/rush"
}
Expand Down
2 changes: 1 addition & 1 deletion libraries/rush-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/rush-lib",
"version": "5.117.9",
"version": "5.117.10",
"description": "A library for writing scripts that interact with the Rush tool",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion libraries/rush-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/rush-sdk",
"version": "5.117.9",
"version": "5.117.10",
"description": "An API for interacting with the Rush engine",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/rush-amazon-s3-build-cache-plugin",
"version": "5.117.9",
"version": "5.117.10",
"description": "Rush plugin for Amazon S3 cloud build cache",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/rush-azure-storage-build-cache-plugin",
"version": "5.117.9",
"version": "5.117.10",
"description": "Rush plugin for Azure storage cloud build cache",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion rush-plugins/rush-http-build-cache-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/rush-http-build-cache-plugin",
"version": "5.117.9",
"version": "5.117.10",
"description": "Rush plugin for generic HTTP cloud build cache",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion rush-plugins/rush-redis-cobuild-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/rush-redis-cobuild-plugin",
"version": "5.117.9",
"version": "5.117.10",
"description": "Rush plugin for Redis cobuild lock",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion rush-plugins/rush-serve-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/rush-serve-plugin",
"version": "5.117.9",
"version": "5.117.10",
"description": "A Rush plugin that hooks into a rush action and serves output folders from all projects in the repository.",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 0901985

Please sign in to comment.