Skip to content

Commit a08d059

Browse files
committed
Bump versions [skip ci]
1 parent 1f3765e commit a08d059

12 files changed

Lines changed: 12 additions & 12 deletions

File tree

apps/playwright-browser-tunnel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/playwright-browser-tunnel",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Run a remote Playwright Browser Tunnel. Useful in remote development environments.",
55
"license": "MIT",
66
"repository": {

heft-plugins/heft-localization-typings-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-localization-typings-plugin",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Heft plugin for generating types for localization files.",
55
"repository": {
66
"type": "git",

heft-plugins/heft-serverless-stack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-serverless-stack-plugin",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Heft plugin for building apps using the Serverless Stack (SST) framework",
55
"repository": {
66
"type": "git",

libraries/package-extractor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/package-extractor",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "A library for bundling selected files and dependencies into a deployable package.",
55
"main": "./lib-commonjs/index.js",
66
"module": "./lib-esm/index.js",

libraries/rush-pnpm-kit-v10/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/rush-pnpm-kit-v10",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "rush pnpm kit v10",
55
"license": "MIT",
66
"main": "./lib-commonjs/index.js",

libraries/rush-pnpm-kit-v8/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/rush-pnpm-kit-v8",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "rush pnpm kit v8",
55
"license": "MIT",
66
"main": "./lib-commonjs/index.js",

libraries/rush-pnpm-kit-v9/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/rush-pnpm-kit-v9",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "rush pnpm kit v9",
55
"license": "MIT",
66
"main": "./lib-commonjs/index.js",

rigs/heft-vscode-extension-rig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-vscode-extension-rig",
3-
"version": "1.1.21",
3+
"version": "1.1.22",
44
"description": "A rig package for VSCode Extensions that build using Heft",
55
"license": "MIT",
66
"scripts": {

webpack/preserve-dynamic-require-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/webpack-preserve-dynamic-require-plugin",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "This plugin tells webpack to leave dynamic calls to \"require\" as-is instead of trying to bundle them.",
55
"main": "./lib-commonjs/index.js",
66
"module": "./lib-esm/index.js",

webpack/set-webpack-public-path-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/set-webpack-public-path-plugin",
3-
"version": "5.3.0",
3+
"version": "5.3.1",
44
"description": "This plugin sets the webpack public path at runtime.",
55
"main": "./lib-commonjs/index.js",
66
"module": "./lib-esm/index.js",

0 commit comments

Comments
 (0)