Skip to content

Commit fdbf8d2

Browse files
Version Packages (#3453)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1843cf4 commit fdbf8d2

File tree

8 files changed

+23
-10
lines changed

8 files changed

+23
-10
lines changed

.changeset/famous-pillows-kiss.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tender-crabs-tease.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

packages/sandbox/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @typescript/sandbox
22

3+
## 0.1.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1843cf4`](https://github.com/microsoft/TypeScript-Website/commit/1843cf45e06193b3dc072088785fe2bfad477de5)]:
8+
- @typescript/vfs@1.6.2
9+
310
## 0.1.9
411

512
### Patch Changes

packages/sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript/sandbox",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"license": "MIT",
55
"author": "TypeScript team",
66
"homepage": "https://github.com/microsoft/TypeScript-Website",

packages/ts-twoslasher/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @typescript/twoslash
22

3+
## 3.2.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1843cf4`](https://github.com/microsoft/TypeScript-Website/commit/1843cf45e06193b3dc072088785fe2bfad477de5)]:
8+
- @typescript/vfs@1.6.2
9+
310
## 3.2.9
411

512
### Patch Changes

packages/ts-twoslasher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript/twoslash",
3-
"version": "3.2.9",
3+
"version": "3.2.10",
44
"license": "MIT",
55
"author": "TypeScript team",
66
"homepage": "https://github.com/microsoft/TypeScript-Website",

packages/typescript-vfs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @typescript/vfs
22

3+
## 1.6.2
4+
5+
### Patch Changes
6+
7+
- [#3450](https://github.com/microsoft/TypeScript-Website/pull/3450) [`1843cf4`](https://github.com/microsoft/TypeScript-Website/commit/1843cf45e06193b3dc072088785fe2bfad477de5) Thanks [@yamcodes](https://github.com/yamcodes)! - Modify localStorage check to prevent crashes in Node 25
8+
39
## 1.6.1
410

511
### Patch Changes

packages/typescript-vfs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript/vfs",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"license": "MIT",
55
"author": "TypeScript team",
66
"homepage": "https://github.com/microsoft/TypeScript-Website",

0 commit comments

Comments
 (0)