Skip to content

Commit

Permalink
Merge branch 'version/bump-1706739955745'
Browse files Browse the repository at this point in the history
  • Loading branch information
rushbot committed Jan 31, 2024
2 parents 41e1fbd + 15fc687 commit c5cad13
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 20 deletions.
12 changes: 12 additions & 0 deletions apps/rush/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@microsoft/rush",
"entries": [
{
"version": "5.113.3",
"tag": "@microsoft/rush_v5.113.3",
"date": "Wed, 31 Jan 2024 22:25:55 GMT",
"comments": {
"none": [
{
"comment": "Fix an issue where `rush update` would sometimes not correctly sync the `pnpm-lock.yaml` file back to `common/config/rush/` after a project's `package.json` has been updated."
}
]
}
},
{
"version": "5.113.2",
"tag": "@microsoft/rush_v5.113.2",
Expand Down
9 changes: 8 additions & 1 deletion apps/rush/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @microsoft/rush

This log was last generated on Wed, 31 Jan 2024 18:45:33 GMT and should not be manually modified.
This log was last generated on Wed, 31 Jan 2024 22:25:55 GMT and should not be manually modified.

## 5.113.3
Wed, 31 Jan 2024 22:25:55 GMT

### Updates

- Fix an issue where `rush update` would sometimes not correctly sync the `pnpm-lock.yaml` file back to `common/config/rush/` after a project's `package.json` has been updated.

## 5.113.2
Wed, 31 Jan 2024 18:45:33 GMT
Expand Down
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.113.2",
"version": "5.113.3",
"description": "A professional solution for consolidating all your JavaScript projects in one Git repo",
"keywords": [
"install",
Expand Down
10 changes: 0 additions & 10 deletions common/changes/@microsoft/rush/main_2024-01-31-21-44.json

This file was deleted.

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.113.2",
"version": "5.113.3",
"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.113.2",
"version": "5.113.3",
"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.113.2",
"version": "5.113.3",
"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.113.2",
"version": "5.113.3",
"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.113.2",
"version": "5.113.3",
"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.113.2",
"version": "5.113.3",
"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.113.2",
"version": "5.113.3",
"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.113.2",
"version": "5.113.3",
"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 c5cad13

Please sign in to comment.