Skip to content

Commit d701b1b

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

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
lines changed

.changeset/poor-bears-hear.md

Lines changed: 0 additions & 5 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.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5e2b828`](https://github.com/microsoft/TypeScript-Website/commit/5e2b8285e01edffd888aa97002d082f6975f7bc1)]:
8+
- @typescript/vfs@1.6.3
9+
310
## 0.1.10
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.10",
3+
"version": "0.1.11",
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.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5e2b828`](https://github.com/microsoft/TypeScript-Website/commit/5e2b8285e01edffd888aa97002d082f6975f7bc1)]:
8+
- @typescript/vfs@1.6.3
9+
310
## 3.2.10
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.10",
3+
"version": "3.2.11",
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.3
4+
5+
### Patch Changes
6+
7+
- [#3502](https://github.com/microsoft/TypeScript-Website/pull/3502) [`5e2b828`](https://github.com/microsoft/TypeScript-Website/commit/5e2b8285e01edffd888aa97002d082f6975f7bc1) Thanks [@jakebailey](https://github.com/jakebailey)! - Update for compatibility with TypeScript 6.0.
8+
39
## 1.6.2
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.2",
3+
"version": "1.6.3",
44
"license": "MIT",
55
"author": "TypeScript team",
66
"homepage": "https://github.com/microsoft/TypeScript-Website",

0 commit comments

Comments
 (0)