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 Dec 9, 2021
1 parent 4ddc73b commit 0e3909f
Show file tree
Hide file tree
Showing 26 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion apps/api-documenter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/api-documenter",
"version": "7.13.75",
"version": "7.13.76",
"description": "Read JSON files from api-extractor, generate documentation pages",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion apps/api-extractor-model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/api-extractor-model",
"version": "7.15.0",
"version": "7.15.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 apps/api-extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/api-extractor",
"version": "7.19.1",
"version": "7.19.2",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft",
"version": "0.43.1",
"version": "0.43.2",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/rundown",
"version": "1.0.165",
"version": "1.0.166",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-dev-cert-plugin",
"version": "0.1.7",
"version": "0.1.8",
"description": "A Heft plugin for generating and using local development certificates",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"start": "heft test --clean --watch"
},
"peerDependencies": {
"@rushstack/heft": "^0.43.1"
"@rushstack/heft": "^0.43.2"
},
"dependencies": {
"@rushstack/debug-certificate-manager": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions heft-plugins/heft-jest-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-jest-plugin",
"version": "0.1.52",
"version": "0.1.53",
"description": "Heft plugin for Jest",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"start": "heft test --clean --watch"
},
"peerDependencies": {
"@rushstack/heft": "^0.43.1"
"@rushstack/heft": "^0.43.2"
},
"dependencies": {
"@jest/core": "~25.4.0",
Expand Down
4 changes: 2 additions & 2 deletions heft-plugins/heft-sass-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-sass-plugin",
"version": "0.2.9",
"version": "0.2.10",
"description": "Heft plugin for SASS",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"start": "heft test --clean --watch"
},
"peerDependencies": {
"@rushstack/heft": "^0.43.1"
"@rushstack/heft": "^0.43.2"
},
"dependencies": {
"@rushstack/heft-config-file": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions heft-plugins/heft-storybook-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-storybook-plugin",
"version": "0.1.25",
"version": "0.1.26",
"description": "Heft plugin for supporting UI development using Storybook",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"start": "heft test --clean --watch"
},
"peerDependencies": {
"@rushstack/heft": "^0.43.1"
"@rushstack/heft": "^0.43.2"
},
"dependencies": {
"@rushstack/node-core-library": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions heft-plugins/heft-webpack4-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-webpack4-plugin",
"version": "0.3.25",
"version": "0.3.26",
"description": "Heft plugin for Webpack 4",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"start": "heft test --clean --watch"
},
"peerDependencies": {
"@rushstack/heft": "^0.43.1"
"@rushstack/heft": "^0.43.2"
},
"dependencies": {
"@rushstack/node-core-library": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions heft-plugins/heft-webpack5-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-webpack5-plugin",
"version": "0.4.25",
"version": "0.4.26",
"description": "Heft plugin for Webpack 5",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"start": "heft test --clean --watch"
},
"peerDependencies": {
"@rushstack/heft": "^0.43.1"
"@rushstack/heft": "^0.43.2"
},
"dependencies": {
"@rushstack/node-core-library": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion libraries/debug-certificate-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/debug-certificate-manager",
"version": "1.1.19",
"version": "1.1.20",
"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/heft-config-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-config-file",
"version": "0.7.8",
"version": "0.7.9",
"description": "Configuration file loader for @rushstack/heft",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion libraries/load-themed-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/load-themed-styles",
"version": "1.10.237",
"version": "1.10.238",
"description": "Loads themed styles.",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion libraries/node-core-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/node-core-library",
"version": "3.44.1",
"version": "3.44.2",
"description": "Core libraries that every NodeJS toolchain project should use",
"main": "lib/index.js",
"typings": "dist/node-core-library.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion libraries/package-deps-hash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/package-deps-hash",
"version": "3.1.7",
"version": "3.1.8",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/stream-collator",
"version": "4.0.149",
"version": "4.0.150",
"description": "Display intelligible realtime output from concurrent processes",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion libraries/terminal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/terminal",
"version": "0.3.18",
"version": "0.3.19",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/typings-generator",
"version": "0.5.6",
"version": "0.5.7",
"description": "This library provides functionality for automatically generating typings for non-TS files.",
"keywords": [
"dts",
Expand Down
4 changes: 2 additions & 2 deletions rigs/heft-node-rig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-node-rig",
"version": "1.4.2",
"version": "1.4.3",
"description": "A rig package for Node.js projects that build using Heft",
"license": "MIT",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"directory": "rigs/heft-node-rig"
},
"peerDependencies": {
"@rushstack/heft": "^0.43.1"
"@rushstack/heft": "^0.43.2"
},
"dependencies": {
"@microsoft/api-extractor": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions rigs/heft-web-rig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-web-rig",
"version": "0.6.2",
"version": "0.6.3",
"description": "A rig package for web browser projects that build using Heft",
"license": "MIT",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"directory": "rigs/heft-web-rig"
},
"peerDependencies": {
"@rushstack/heft": "^0.43.1"
"@rushstack/heft": "^0.43.2"
},
"dependencies": {
"@microsoft/api-extractor": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion webpack/loader-load-themed-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/loader-load-themed-styles",
"version": "1.9.118",
"version": "1.9.119",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/loader-raw-script",
"version": "1.3.203",
"version": "1.3.204",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions webpack/localization-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/localization-plugin",
"version": "0.9.6",
"version": "0.9.7",
"description": "This plugin facilitates localization with Webpack.",
"main": "lib/index.js",
"typings": "dist/localization-plugin.d.ts",
Expand All @@ -14,7 +14,7 @@
"build": "heft build --clean"
},
"peerDependencies": {
"@rushstack/set-webpack-public-path-plugin": "^3.3.8",
"@rushstack/set-webpack-public-path-plugin": "^3.3.9",
"@types/webpack": "^4.39.0",
"webpack": "^4.31.0"
},
Expand Down
2 changes: 1 addition & 1 deletion webpack/module-minifier-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/module-minifier-plugin",
"version": "0.6.7",
"version": "0.6.8",
"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/set-webpack-public-path-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/set-webpack-public-path-plugin",
"version": "3.3.8",
"version": "3.3.9",
"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

0 comments on commit 0e3909f

Please sign in to comment.