From 5bc309ab617411314bd246ffc632e87d6c1939f2 Mon Sep 17 00:00:00 2001 From: Rushbot Date: Fri, 7 Jun 2024 15:10:28 +0000 Subject: [PATCH] Bump versions [skip ci] --- heft-plugins/heft-serverless-stack-plugin/package.json | 2 +- heft-plugins/heft-storybook-plugin/package.json | 2 +- heft-plugins/heft-webpack5-plugin/package.json | 2 +- libraries/package-extractor/package.json | 2 +- rigs/heft-web-rig/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/heft-plugins/heft-serverless-stack-plugin/package.json b/heft-plugins/heft-serverless-stack-plugin/package.json index 5a66aad99fc..fe3e41d993c 100644 --- a/heft-plugins/heft-serverless-stack-plugin/package.json +++ b/heft-plugins/heft-serverless-stack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/heft-serverless-stack-plugin", - "version": "0.3.55", + "version": "0.3.56", "description": "Heft plugin for building apps using the Serverless Stack (SST) framework", "repository": { "type": "git", diff --git a/heft-plugins/heft-storybook-plugin/package.json b/heft-plugins/heft-storybook-plugin/package.json index e8fb99c6939..caf859aa6f2 100644 --- a/heft-plugins/heft-storybook-plugin/package.json +++ b/heft-plugins/heft-storybook-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/heft-storybook-plugin", - "version": "0.6.32", + "version": "0.6.33", "description": "Heft plugin for supporting UI development using Storybook", "repository": { "type": "git", diff --git a/heft-plugins/heft-webpack5-plugin/package.json b/heft-plugins/heft-webpack5-plugin/package.json index c125af0fd8b..27a6bb41825 100644 --- a/heft-plugins/heft-webpack5-plugin/package.json +++ b/heft-plugins/heft-webpack5-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/heft-webpack5-plugin", - "version": "0.9.55", + "version": "0.10.0", "description": "Heft plugin for Webpack 5", "repository": { "type": "git", diff --git a/libraries/package-extractor/package.json b/libraries/package-extractor/package.json index 80318eb5589..2452ea2b005 100644 --- a/libraries/package-extractor/package.json +++ b/libraries/package-extractor/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/package-extractor", - "version": "0.7.15", + "version": "0.7.16", "description": "A library for bundling selected files and dependencies into a deployable package.", "main": "lib/index.js", "typings": "dist/package-extractor.d.ts", diff --git a/rigs/heft-web-rig/package.json b/rigs/heft-web-rig/package.json index ecc4d942e5c..32f3ed55d6a 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.24.16", + "version": "0.24.17", "description": "A rig package for web browser projects that build using Heft", "license": "MIT", "scripts": {