Skip to content

Commit 7c66e04

Browse files
committed
Bump versions [skip ci]
1 parent d8b6b43 commit 7c66e04

File tree

63 files changed

+84
-84
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+84
-84
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.27.1",
3+
"version": "7.27.2",
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.53.1",
3+
"version": "7.53.2",
44
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
55
"keywords": [
66
"typescript",

apps/cpu-profile-summarizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/cpu-profile-summarizer",
3-
"version": "0.1.30",
3+
"version": "0.1.31",
44
"description": "CLI tool for running analytics on multiple V8 .cpuprofile files",
55
"repository": {
66
"type": "git",

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

apps/lockfile-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/lockfile-explorer",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Rush Lockfile Explorer: The UI for solving version conflicts quickly in a large monorepo",
55
"keywords": [
66
"conflict",

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.2.1",
3+
"version": "1.2.2",
44
"description": "Detect load time regressions by running an app, tracing require() calls, and generating a deterministic report",
55
"repository": {
66
"type": "git",

apps/rush-mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/mcp-server",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "A Model Context Protocol server implementation for Rush",
55
"keywords": [
66
"rush",

apps/trace-import/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/trace-import",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "CLI tool for understanding how require() and \"import\" statements get resolved",
55
"repository": {
66
"type": "git",

apps/zipsync/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/zipsync",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "CLI tool for creating and extracting ZIP archives with intelligent filesystem synchronization",
55
"repository": {
66
"type": "git",

build-tests/heft-rspack-everything-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
"typescript": "~5.8.2",
2727
"@rspack/core": "~1.6.0-beta.0"
2828
}
29-
}
29+
}

0 commit comments

Comments
 (0)