Skip to content

Commit

Permalink
Bump versions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rushbot committed Jul 21, 2022
1 parent ebcf5bd commit f1cdfb3
Show file tree
Hide file tree
Showing 34 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion apps/api-documenter/package.json
@@ -1,6 +1,6 @@
{
"name": "@microsoft/api-documenter",
"version": "7.18.4",
"version": "7.19.0",
"description": "Read JSON files from api-extractor, generate documentation pages",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion apps/api-extractor/package.json
@@ -1,6 +1,6 @@
{
"name": "@microsoft/api-extractor",
"version": "7.28.5",
"version": "7.28.6",
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
"keywords": [
"typescript",
Expand Down
2 changes: 1 addition & 1 deletion apps/heft/package.json
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft",
"version": "0.46.5",
"version": "0.46.6",
"description": "Build all your JavaScript projects the same way: A way that works.",
"keywords": [
"toolchain",
Expand Down
2 changes: 1 addition & 1 deletion apps/rundown/package.json
@@ -1,6 +1,6 @@
{
"name": "@rushstack/rundown",
"version": "1.0.206",
"version": "1.0.207",
"description": "Detect load time regressions by running an app, tracing require() calls, and generating a deterministic report",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions heft-plugins/heft-dev-cert-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-dev-cert-plugin",
"version": "0.1.50",
"version": "0.1.51",
"description": "A Heft plugin for generating and using local development certificates",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"_phase:test": "heft test --no-build"
},
"peerDependencies": {
"@rushstack/heft": "^0.46.5"
"@rushstack/heft": "^0.46.6"
},
"dependencies": {
"@rushstack/debug-certificate-manager": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions heft-plugins/heft-jest-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-jest-plugin",
"version": "0.3.20",
"version": "0.3.21",
"description": "Heft plugin for Jest",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"_phase:test": "heft test --no-build"
},
"peerDependencies": {
"@rushstack/heft": "^0.46.5"
"@rushstack/heft": "^0.46.6"
},
"dependencies": {
"@jest/core": "~27.4.2",
Expand Down
4 changes: 2 additions & 2 deletions heft-plugins/heft-sass-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-sass-plugin",
"version": "0.5.1",
"version": "0.5.2",
"description": "Heft plugin for SASS",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"_phase:test": "heft test --no-build"
},
"peerDependencies": {
"@rushstack/heft": "^0.46.5"
"@rushstack/heft": "^0.46.6"
},
"dependencies": {
"@rushstack/heft-config-file": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions heft-plugins/heft-serverless-stack-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-serverless-stack-plugin",
"version": "0.1.31",
"version": "0.1.32",
"description": "Heft plugin for building apps using the Serverless Stack (SST) framework",
"repository": {
"type": "git",
Expand All @@ -17,7 +17,7 @@
"_phase:test": "heft test --no-build"
},
"peerDependencies": {
"@rushstack/heft": "^0.46.5"
"@rushstack/heft": "^0.46.6"
},
"dependencies": {
"@rushstack/node-core-library": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions heft-plugins/heft-storybook-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-storybook-plugin",
"version": "0.1.66",
"version": "0.1.67",
"description": "Heft plugin for supporting UI development using Storybook",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"_phase:test": "heft test --no-build"
},
"peerDependencies": {
"@rushstack/heft": "^0.46.5"
"@rushstack/heft": "^0.46.6"
},
"dependencies": {
"@rushstack/node-core-library": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions heft-plugins/heft-webpack4-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-webpack4-plugin",
"version": "0.5.1",
"version": "0.5.2",
"description": "Heft plugin for Webpack 4",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
}
},
"peerDependencies": {
"@rushstack/heft": "^0.46.5",
"@rushstack/heft": "^0.46.6",
"@types/webpack": "^4",
"webpack": "~4.44.2"
},
Expand Down
4 changes: 2 additions & 2 deletions heft-plugins/heft-webpack5-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-webpack5-plugin",
"version": "0.5.35",
"version": "0.5.36",
"description": "Heft plugin for Webpack 5",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"_phase:test": "heft test --no-build"
},
"peerDependencies": {
"@rushstack/heft": "^0.46.5",
"@rushstack/heft": "^0.46.6",
"webpack": "~5.68.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion libraries/api-extractor-model/package.json
@@ -1,6 +1,6 @@
{
"name": "@microsoft/api-extractor-model",
"version": "7.22.0",
"version": "7.22.1",
"description": "A helper library for loading and saving the .api.json files created by API Extractor",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion libraries/debug-certificate-manager/package.json
@@ -1,6 +1,6 @@
{
"name": "@rushstack/debug-certificate-manager",
"version": "1.1.61",
"version": "1.1.62",
"description": "Cross-platform functionality to create debug ssl certificates.",
"main": "lib/index.js",
"typings": "dist/debug-certificate-manager.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion libraries/load-themed-styles/package.json
@@ -1,6 +1,6 @@
{
"name": "@microsoft/load-themed-styles",
"version": "1.10.282",
"version": "1.10.283",
"description": "Loads themed styles.",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion libraries/localization-utilities/package.json
@@ -1,6 +1,6 @@
{
"name": "@rushstack/localization-utilities",
"version": "0.8.9",
"version": "0.8.10",
"description": "This plugin contains some useful functions for localization.",
"main": "lib/index.js",
"typings": "dist/localization-utilities.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion libraries/module-minifier/package.json
@@ -1,6 +1,6 @@
{
"name": "@rushstack/module-minifier",
"version": "0.1.16",
"version": "0.1.17",
"description": "Wrapper for terser to support bulk parallel minification.",
"main": "lib/index.js",
"typings": "dist/module-minifier.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion libraries/package-deps-hash/package.json
@@ -1,6 +1,6 @@
{
"name": "@rushstack/package-deps-hash",
"version": "3.2.35",
"version": "3.2.36",
"description": "",
"main": "lib/index.js",
"typings": "dist/package-deps-hash.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion libraries/stream-collator/package.json
@@ -1,6 +1,6 @@
{
"name": "@rushstack/stream-collator",
"version": "4.0.190",
"version": "4.0.191",
"description": "Display intelligible realtime output from concurrent processes",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion libraries/terminal/package.json
@@ -1,6 +1,6 @@
{
"name": "@rushstack/terminal",
"version": "0.3.59",
"version": "0.3.60",
"description": "User interface primitives for console applications",
"main": "lib/index.js",
"typings": "dist/terminal.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion libraries/typings-generator/package.json
@@ -1,6 +1,6 @@
{
"name": "@rushstack/typings-generator",
"version": "0.7.9",
"version": "0.7.10",
"description": "This library provides functionality for automatically generating typings for non-TS files.",
"keywords": [
"dts",
Expand Down
2 changes: 1 addition & 1 deletion libraries/worker-pool/package.json
@@ -1,6 +1,6 @@
{
"name": "@rushstack/worker-pool",
"version": "0.1.16",
"version": "0.1.17",
"description": "Lightweight worker pool using NodeJS worker_threads",
"main": "lib/index.js",
"typings": "dist/worker-pool.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions rigs/heft-node-rig/package.json
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-node-rig",
"version": "1.9.21",
"version": "1.9.22",
"description": "A rig package for Node.js projects that build using Heft",
"license": "MIT",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"directory": "rigs/heft-node-rig"
},
"peerDependencies": {
"@rushstack/heft": "^0.46.5"
"@rushstack/heft": "^0.46.6"
},
"dependencies": {
"@microsoft/api-extractor": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions rigs/heft-web-rig/package.json
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-web-rig",
"version": "0.10.23",
"version": "0.10.24",
"description": "A rig package for web browser projects that build using Heft",
"license": "MIT",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"directory": "rigs/heft-web-rig"
},
"peerDependencies": {
"@rushstack/heft": "^0.46.5"
"@rushstack/heft": "^0.46.6"
},
"dependencies": {
"@microsoft/api-extractor": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion rush-plugins/rush-serve-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@rushstack/rush-serve-plugin",
"version": "0.1.30",
"version": "0.1.31",
"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
2 changes: 1 addition & 1 deletion webpack/hashed-folder-copy-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@rushstack/hashed-folder-copy-plugin",
"version": "0.1.21",
"version": "0.1.22",
"description": "Webpack plugin for copying a folder to the output directory with a hash in the folder name.",
"typings": "dist/hashed-folder-copy-plugin.d.ts",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion webpack/loader-load-themed-styles/package.json
@@ -1,6 +1,6 @@
{
"name": "@microsoft/loader-load-themed-styles",
"version": "1.9.164",
"version": "1.9.165",
"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.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion webpack/loader-raw-script/package.json
@@ -1,6 +1,6 @@
{
"name": "@rushstack/loader-raw-script",
"version": "1.3.244",
"version": "1.3.245",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions webpack/localization-plugin-4/package.json
@@ -1,6 +1,6 @@
{
"name": "@rushstack/webpack4-localization-plugin",
"version": "0.15.9",
"version": "0.15.10",
"description": "This plugin facilitates localization with Webpack.",
"main": "lib/index.js",
"typings": "dist/webpack4-localization-plugin.d.ts",
Expand All @@ -15,7 +15,7 @@
"_phase:build": "heft build --clean"
},
"peerDependencies": {
"@rushstack/set-webpack-public-path-plugin": "^3.3.53",
"@rushstack/set-webpack-public-path-plugin": "^3.3.54",
"@types/webpack": "^4.39.0",
"webpack": "^4.31.0"
},
Expand Down
2 changes: 1 addition & 1 deletion webpack/localization-plugin-5/package.json
@@ -1,6 +1,6 @@
{
"name": "@rushstack/webpack5-localization-plugin",
"version": "0.1.11",
"version": "0.1.12",
"description": "This plugin facilitates localization with Webpack.",
"main": "lib/index.js",
"typings": "dist/webpack5-localization-plugin.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion webpack/module-minifier-plugin-4/package.json
@@ -1,6 +1,6 @@
{
"name": "@rushstack/webpack4-module-minifier-plugin",
"version": "0.9.15",
"version": "0.9.16",
"description": "This plugin splits minification of webpack compilations into smaller units.",
"main": "lib/index.js",
"typings": "dist/webpack4-module-minifier-plugin.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion webpack/module-minifier-plugin-5/package.json
@@ -1,6 +1,6 @@
{
"name": "@rushstack/webpack5-module-minifier-plugin",
"version": "5.1.14",
"version": "5.1.15",
"description": "This plugin splits minification of webpack compilations into smaller units.",
"main": "lib/index.js",
"typings": "dist/module-minifier-plugin.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion webpack/preserve-dynamic-require-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@rushstack/webpack-preserve-dynamic-require-plugin",
"version": "0.9.20",
"version": "0.9.21",
"description": "This plugin tells webpack to leave dynamic calls to \"require\" as-is instead of trying to bundle them.",
"main": "lib/index.js",
"typings": "dist/webpack-preserve-dynamic-require-plugin.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion webpack/set-webpack-public-path-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@rushstack/set-webpack-public-path-plugin",
"version": "3.3.53",
"version": "3.3.54",
"description": "This plugin sets the webpack public path at runtime.",
"main": "lib/index.js",
"typings": "dist/set-webpack-public-path-plugin.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion webpack/webpack-plugin-utilities/package.json
@@ -1,6 +1,6 @@
{
"name": "@rushstack/webpack-plugin-utilities",
"version": "0.1.20",
"version": "0.1.21",
"description": "This plugin sets the webpack public path at runtime.",
"main": "lib/index.js",
"typings": "dist/webpack-plugin-utilities.d.ts",
Expand Down

0 comments on commit f1cdfb3

Please sign in to comment.