Skip to content

Commit 630cf06

Browse files
committed
Bump versions [skip ci]
1 parent 50242f1 commit 630cf06

File tree

33 files changed

+44
-44
lines changed

33 files changed

+44
-44
lines changed

apps/api-documenter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-documenter",
3-
"version": "7.19.20",
3+
"version": "7.19.21",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",

apps/api-extractor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-extractor",
3-
"version": "7.33.2",
3+
"version": "7.33.3",
44
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
55
"keywords": [
66
"typescript",

apps/heft/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",
3-
"version": "0.48.4",
3+
"version": "0.48.5",
44
"description": "Build all your JavaScript projects the same way: A way that works.",
55
"keywords": [
66
"toolchain",

apps/rundown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/rundown",
3-
"version": "1.0.227",
3+
"version": "1.0.228",
44
"description": "Detect load time regressions by running an app, tracing require() calls, and generating a deterministic report",
55
"repository": {
66
"type": "git",

heft-plugins/heft-dev-cert-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-dev-cert-plugin",
3-
"version": "0.1.71",
3+
"version": "0.1.72",
44
"description": "A Heft plugin for generating and using local development certificates",
55
"repository": {
66
"type": "git",
@@ -18,7 +18,7 @@
1818
"_phase:test": "heft test --no-build"
1919
},
2020
"peerDependencies": {
21-
"@rushstack/heft": "^0.48.4"
21+
"@rushstack/heft": "^0.48.5"
2222
},
2323
"dependencies": {
2424
"@rushstack/debug-certificate-manager": "workspace:*",

heft-plugins/heft-jest-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-jest-plugin",
3-
"version": "0.3.41",
3+
"version": "0.3.42",
44
"description": "Heft plugin for Jest",
55
"repository": {
66
"type": "git",
@@ -19,7 +19,7 @@
1919
"postinstall": "node ./includes/jestScriptTransformerPatch.js"
2020
},
2121
"peerDependencies": {
22-
"@rushstack/heft": "^0.48.4"
22+
"@rushstack/heft": "^0.48.5"
2323
},
2424
"dependencies": {
2525
"@jest/core": "~27.4.2",

heft-plugins/heft-sass-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-sass-plugin",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Heft plugin for SASS",
55
"repository": {
66
"type": "git",
@@ -18,7 +18,7 @@
1818
"_phase:test": "heft test --no-build"
1919
},
2020
"peerDependencies": {
21-
"@rushstack/heft": "^0.48.4"
21+
"@rushstack/heft": "^0.48.5"
2222
},
2323
"dependencies": {
2424
"@rushstack/heft-config-file": "workspace:*",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-serverless-stack-plugin",
3-
"version": "0.1.52",
3+
"version": "0.1.53",
44
"description": "Heft plugin for building apps using the Serverless Stack (SST) framework",
55
"repository": {
66
"type": "git",
@@ -17,7 +17,7 @@
1717
"_phase:test": "heft test --no-build"
1818
},
1919
"peerDependencies": {
20-
"@rushstack/heft": "^0.48.4"
20+
"@rushstack/heft": "^0.48.5"
2121
},
2222
"dependencies": {
2323
"@rushstack/node-core-library": "workspace:*"

heft-plugins/heft-storybook-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-storybook-plugin",
3-
"version": "0.1.87",
3+
"version": "0.1.88",
44
"description": "Heft plugin for supporting UI development using Storybook",
55
"repository": {
66
"type": "git",
@@ -18,7 +18,7 @@
1818
"_phase:test": "heft test --no-build"
1919
},
2020
"peerDependencies": {
21-
"@rushstack/heft": "^0.48.4"
21+
"@rushstack/heft": "^0.48.5"
2222
},
2323
"dependencies": {
2424
"@rushstack/node-core-library": "workspace:*"

heft-plugins/heft-webpack4-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-webpack4-plugin",
3-
"version": "0.5.22",
3+
"version": "0.5.23",
44
"description": "Heft plugin for Webpack 4",
55
"repository": {
66
"type": "git",
@@ -23,7 +23,7 @@
2323
}
2424
},
2525
"peerDependencies": {
26-
"@rushstack/heft": "^0.48.4",
26+
"@rushstack/heft": "^0.48.5",
2727
"@types/webpack": "^4",
2828
"webpack": "~4.44.2"
2929
},

heft-plugins/heft-webpack5-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-webpack5-plugin",
3-
"version": "0.5.56",
3+
"version": "0.5.57",
44
"description": "Heft plugin for Webpack 5",
55
"repository": {
66
"type": "git",
@@ -18,7 +18,7 @@
1818
"_phase:test": "heft test --no-build"
1919
},
2020
"peerDependencies": {
21-
"@rushstack/heft": "^0.48.4",
21+
"@rushstack/heft": "^0.48.5",
2222
"webpack": "~5.68.0"
2323
},
2424
"dependencies": {

libraries/debug-certificate-manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/debug-certificate-manager",
3-
"version": "1.1.82",
3+
"version": "1.1.83",
44
"description": "Cross-platform functionality to create debug ssl certificates.",
55
"main": "lib/index.js",
66
"typings": "dist/debug-certificate-manager.d.ts",

libraries/load-themed-styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/load-themed-styles",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"description": "Loads themed styles.",
55
"license": "MIT",
66
"repository": {

libraries/localization-utilities/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/localization-utilities",
3-
"version": "0.8.30",
3+
"version": "0.8.31",
44
"description": "This plugin contains some useful functions for localization.",
55
"main": "lib/index.js",
66
"typings": "dist/localization-utilities.d.ts",

libraries/module-minifier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/module-minifier",
3-
"version": "0.1.37",
3+
"version": "0.1.38",
44
"description": "Wrapper for terser to support bulk parallel minification.",
55
"main": "lib/index.js",
66
"typings": "dist/module-minifier.d.ts",

libraries/package-deps-hash/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-deps-hash",
3-
"version": "3.2.57",
3+
"version": "3.2.58",
44
"description": "",
55
"main": "lib/index.js",
66
"typings": "dist/package-deps-hash.d.ts",

libraries/stream-collator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/stream-collator",
3-
"version": "4.0.211",
3+
"version": "4.0.212",
44
"description": "Display intelligible realtime output from concurrent processes",
55
"repository": {
66
"type": "git",

libraries/terminal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/terminal",
3-
"version": "0.3.80",
3+
"version": "0.3.81",
44
"description": "User interface primitives for console applications",
55
"main": "lib/index.js",
66
"typings": "dist/terminal.d.ts",

libraries/typings-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/typings-generator",
3-
"version": "0.8.6",
3+
"version": "0.8.7",
44
"description": "This library provides functionality for automatically generating typings for non-TS files.",
55
"keywords": [
66
"dts",

libraries/worker-pool/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/worker-pool",
3-
"version": "0.1.37",
3+
"version": "0.1.38",
44
"description": "Lightweight worker pool using NodeJS worker_threads",
55
"main": "lib/index.js",
66
"typings": "dist/worker-pool.d.ts",

rigs/heft-node-rig/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-node-rig",
3-
"version": "1.11.4",
3+
"version": "1.11.5",
44
"description": "A rig package for Node.js projects that build using Heft",
55
"license": "MIT",
66
"scripts": {
@@ -13,7 +13,7 @@
1313
"directory": "rigs/heft-node-rig"
1414
},
1515
"peerDependencies": {
16-
"@rushstack/heft": "^0.48.4"
16+
"@rushstack/heft": "^0.48.5"
1717
},
1818
"dependencies": {
1919
"@microsoft/api-extractor": "workspace:*",

rigs/heft-web-rig/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-web-rig",
3-
"version": "0.12.5",
3+
"version": "0.12.6",
44
"description": "A rig package for web browser projects that build using Heft",
55
"license": "MIT",
66
"scripts": {
@@ -13,7 +13,7 @@
1313
"directory": "rigs/heft-web-rig"
1414
},
1515
"peerDependencies": {
16-
"@rushstack/heft": "^0.48.4"
16+
"@rushstack/heft": "^0.48.5"
1717
},
1818
"dependencies": {
1919
"@microsoft/api-extractor": "workspace:*",

rush-plugins/rush-serve-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/rush-serve-plugin",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "A Rush plugin that hooks into a rush action and serves output folders from all projects in the repository.",
55
"license": "MIT",
66
"repository": {

webpack/hashed-folder-copy-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/hashed-folder-copy-plugin",
3-
"version": "0.1.43",
3+
"version": "0.1.44",
44
"description": "Webpack plugin for copying a folder to the output directory with a hash in the folder name.",
55
"typings": "dist/hashed-folder-copy-plugin.d.ts",
66
"main": "lib/index.js",

webpack/loader-load-themed-styles/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/loader-load-themed-styles",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"description": "This simple loader wraps the loading of CSS in script equivalent to `require('load-themed-styles').loadStyles( /* css text */ )`. It is designed to be a replacement for style-loader.",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -22,7 +22,7 @@
2222
},
2323
"peerDependencies": {
2424
"@types/webpack": "^4",
25-
"@microsoft/load-themed-styles": "^2.0.8"
25+
"@microsoft/load-themed-styles": "^2.0.9"
2626
},
2727
"dependencies": {
2828
"loader-utils": "~1.1.0"

webpack/loader-raw-script/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/loader-raw-script",
3-
"version": "1.3.265",
3+
"version": "1.3.266",
44
"description": "",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

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.9.41",
3+
"version": "0.9.42",
44
"description": "This plugin tells webpack to leave dynamic calls to \"require\" as-is instead of trying to bundle them.",
55
"main": "lib/index.js",
66
"typings": "dist/webpack-preserve-dynamic-require-plugin.d.ts",

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": "3.3.74",
3+
"version": "3.3.75",
44
"description": "This plugin sets the webpack public path at runtime.",
55
"main": "lib/index.js",
66
"typings": "dist/set-webpack-public-path-plugin.d.ts",

webpack/webpack-plugin-utilities/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-plugin-utilities",
3-
"version": "0.1.41",
3+
"version": "0.1.42",
44
"description": "This plugin sets the webpack public path at runtime.",
55
"main": "lib/index.js",
66
"typings": "dist/webpack-plugin-utilities.d.ts",

webpack/webpack4-localization-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/webpack4-localization-plugin",
3-
"version": "0.15.30",
3+
"version": "0.15.31",
44
"description": "This plugin facilitates localization with Webpack.",
55
"main": "lib/index.js",
66
"typings": "dist/webpack4-localization-plugin.d.ts",
@@ -15,7 +15,7 @@
1515
"_phase:build": "heft build --clean"
1616
},
1717
"peerDependencies": {
18-
"@rushstack/set-webpack-public-path-plugin": "^3.3.74",
18+
"@rushstack/set-webpack-public-path-plugin": "^3.3.75",
1919
"@types/webpack": "^4.39.0",
2020
"webpack": "^4.31.0"
2121
},

webpack/webpack4-module-minifier-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/webpack4-module-minifier-plugin",
3-
"version": "0.9.36",
3+
"version": "0.9.37",
44
"description": "This plugin splits minification of webpack compilations into smaller units.",
55
"main": "lib/index.js",
66
"typings": "dist/webpack4-module-minifier-plugin.d.ts",

webpack/webpack5-localization-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/webpack5-localization-plugin",
3-
"version": "0.1.32",
3+
"version": "0.1.33",
44
"description": "This plugin facilitates localization with Webpack.",
55
"main": "lib/index.js",
66
"typings": "dist/webpack5-localization-plugin.d.ts",

webpack/webpack5-module-minifier-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/webpack5-module-minifier-plugin",
3-
"version": "5.1.36",
3+
"version": "5.1.37",
44
"description": "This plugin splits minification of webpack compilations into smaller units.",
55
"main": "lib/index.js",
66
"typings": "dist/webpack5-module-minifier-plugin.d.ts",

0 commit comments

Comments
 (0)