Skip to content

Commit 889e283

Browse files
committed
Bump versions [skip ci]
1 parent 9172249 commit 889e283

File tree

29 files changed

+38
-38
lines changed

29 files changed

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

apps/api-extractor-model/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-model",
3-
"version": "7.15.1",
3+
"version": "7.15.2",
44
"description": "A helper library for loading and saving the .api.json files created by API Extractor",
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.19.2",
3+
"version": "7.19.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.44.0",
3+
"version": "0.44.1",
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.167",
3+
"version": "1.0.168",
44
"description": "Detect load time regressions by running an app, tracing require() calls, and generating a deterministic report",
55
"repository": {
66
"type": "git",

eslint/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/eslint-config",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "A TypeScript ESLint ruleset designed for large teams and projects",
55
"license": "MIT",
66
"repository": {

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.9",
3+
"version": "0.1.10",
44
"description": "A Heft plugin for generating and using local development certificates",
55
"repository": {
66
"type": "git",
@@ -16,7 +16,7 @@
1616
"start": "heft test --clean --watch"
1717
},
1818
"peerDependencies": {
19-
"@rushstack/heft": "^0.44.0"
19+
"@rushstack/heft": "^0.44.1"
2020
},
2121
"dependencies": {
2222
"@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.2.0",
3+
"version": "0.2.1",
44
"description": "Heft plugin for Jest",
55
"repository": {
66
"type": "git",
@@ -16,7 +16,7 @@
1616
"start": "heft test --clean --watch"
1717
},
1818
"peerDependencies": {
19-
"@rushstack/heft": "^0.44.0"
19+
"@rushstack/heft": "^0.44.1"
2020
},
2121
"dependencies": {
2222
"@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.3.1",
3+
"version": "0.3.2",
44
"description": "Heft plugin for SASS",
55
"repository": {
66
"type": "git",
@@ -16,7 +16,7 @@
1616
"start": "heft test --clean --watch"
1717
},
1818
"peerDependencies": {
19-
"@rushstack/heft": "^0.44.0"
19+
"@rushstack/heft": "^0.44.1"
2020
},
2121
"dependencies": {
2222
"@rushstack/heft-config-file": "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.27",
3+
"version": "0.1.28",
44
"description": "Heft plugin for supporting UI development using Storybook",
55
"repository": {
66
"type": "git",
@@ -16,7 +16,7 @@
1616
"start": "heft test --clean --watch"
1717
},
1818
"peerDependencies": {
19-
"@rushstack/heft": "^0.44.0"
19+
"@rushstack/heft": "^0.44.1"
2020
},
2121
"dependencies": {
2222
"@rushstack/node-core-library": "workspace:*"

0 commit comments

Comments
 (0)