From 6a3db11af1a3f555dae5fe2e798603633d2996ac Mon Sep 17 00:00:00 2001 From: Rushbot Date: Wed, 20 Mar 2024 02:09:16 +0000 Subject: [PATCH] Bump versions [skip ci] --- eslint/eslint-config/package.json | 2 +- eslint/eslint-patch/package.json | 2 +- rigs/heft-node-rig/package.json | 2 +- rigs/heft-web-rig/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eslint/eslint-config/package.json b/eslint/eslint-config/package.json index 68021f03bff..b7942b00bb2 100644 --- a/eslint/eslint-config/package.json +++ b/eslint/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/eslint-config", - "version": "3.6.4", + "version": "3.6.5", "description": "A TypeScript ESLint ruleset designed for large teams and projects", "license": "MIT", "repository": { diff --git a/eslint/eslint-patch/package.json b/eslint/eslint-patch/package.json index 66ac46c1ad7..f4387591ca4 100644 --- a/eslint/eslint-patch/package.json +++ b/eslint/eslint-patch/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/eslint-patch", - "version": "1.7.2", + "version": "1.8.0", "description": "Enhance ESLint with better support for large scale monorepos", "main": "lib/usage.js", "license": "MIT", diff --git a/rigs/heft-node-rig/package.json b/rigs/heft-node-rig/package.json index 5c4a70bed3d..5abc9034de8 100644 --- a/rigs/heft-node-rig/package.json +++ b/rigs/heft-node-rig/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/heft-node-rig", - "version": "2.5.0", + "version": "2.5.1", "description": "A rig package for Node.js projects that build using Heft", "license": "MIT", "scripts": { diff --git a/rigs/heft-web-rig/package.json b/rigs/heft-web-rig/package.json index ceb5170c790..129830438b9 100644 --- a/rigs/heft-web-rig/package.json +++ b/rigs/heft-web-rig/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/heft-web-rig", - "version": "0.23.0", + "version": "0.23.1", "description": "A rig package for web browser projects that build using Heft", "license": "MIT", "scripts": {