Skip to content

Commit 56884ac

Browse files
committed
Bump versions [skip ci]
1 parent 8c7efcd commit 56884ac

File tree

20 files changed

+21
-21
lines changed

20 files changed

+21
-21
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.14.1",
3+
"version": "7.14.2",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",

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.169",
3+
"version": "1.0.170",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft-dev-cert-plugin",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"description": "A Heft plugin for generating and using local development certificates",
55
"repository": {
66
"type": "git",

heft-plugins/heft-sass-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-sass-plugin",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "Heft plugin for SASS",
55
"repository": {
66
"type": "git",

heft-plugins/heft-storybook-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-storybook-plugin",
3-
"version": "0.1.29",
3+
"version": "0.1.30",
44
"description": "Heft plugin for supporting UI development using Storybook",
55
"repository": {
66
"type": "git",

heft-plugins/heft-webpack4-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-webpack4-plugin",
3-
"version": "0.3.29",
3+
"version": "0.3.30",
44
"description": "Heft plugin for Webpack 4",
55
"repository": {
66
"type": "git",

heft-plugins/heft-webpack5-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-webpack5-plugin",
3-
"version": "0.4.29",
3+
"version": "0.4.30",
44
"description": "Heft plugin for Webpack 5",
55
"repository": {
66
"type": "git",

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.24",
3+
"version": "1.1.25",
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": "1.10.242",
3+
"version": "1.10.243",
44
"description": "Loads themed styles.",
55
"license": "MIT",
66
"repository": {

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.1.12",
3+
"version": "3.1.13",
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.153",
3+
"version": "4.0.154",
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.22",
3+
"version": "0.3.23",
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.6.3",
3+
"version": "0.6.4",
44
"description": "This library provides functionality for automatically generating typings for non-TS files.",
55
"keywords": [
66
"dts",

rigs/heft-node-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-node-rig",
3-
"version": "1.5.2",
3+
"version": "1.6.0",
44
"description": "A rig package for Node.js projects that build using Heft",
55
"license": "MIT",
66
"scripts": {

rigs/heft-web-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-web-rig",
3-
"version": "0.7.2",
3+
"version": "0.8.0",
44
"description": "A rig package for web browser projects that build using Heft",
55
"license": "MIT",
66
"scripts": {

webpack/loader-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/loader-load-themed-styles",
3-
"version": "1.9.123",
3+
"version": "1.9.124",
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",

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.207",
3+
"version": "1.3.208",
44
"description": "",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

webpack/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/localization-plugin",
3-
"version": "0.9.11",
3+
"version": "0.9.12",
44
"description": "This plugin facilitates localization with Webpack.",
55
"main": "lib/index.js",
66
"typings": "dist/localization-plugin.d.ts",
@@ -14,7 +14,7 @@
1414
"build": "heft build --clean"
1515
},
1616
"peerDependencies": {
17-
"@rushstack/set-webpack-public-path-plugin": "^3.3.12",
17+
"@rushstack/set-webpack-public-path-plugin": "^3.3.13",
1818
"@types/webpack": "^4.39.0",
1919
"webpack": "^4.31.0"
2020
},

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

0 commit comments

Comments
 (0)