Skip to content

Commit 4b2be22

Browse files
Version Packages (#3325)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4a30b02 commit 4b2be22

File tree

8 files changed

+23
-10
lines changed

8 files changed

+23
-10
lines changed

.changeset/lovely-lobsters-bow.md

-5
This file was deleted.

.changeset/mean-jars-relate.md

-2
This file was deleted.

packages/sandbox/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @typescript/sandbox
22

3+
## 0.1.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4a30b02`](https://github.com/microsoft/TypeScript-Website/commit/4a30b022bc0c1df6b6abb71c99c104f3b19f2c91)]:
8+
- @typescript/vfs@1.6.1
9+
310
## 0.1.7
411

512
### Patch Changes

packages/sandbox/package.json

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

packages/ts-twoslasher/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @typescript/twoslash
22

3+
## 3.2.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4a30b02`](https://github.com/microsoft/TypeScript-Website/commit/4a30b022bc0c1df6b6abb71c99c104f3b19f2c91)]:
8+
- @typescript/vfs@1.6.1
9+
310
## 3.2.8
411

512
### Patch Changes

packages/ts-twoslasher/package.json

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

packages/typescript-vfs/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @typescript/vfs
22

3+
## 1.6.1
4+
5+
### Patch Changes
6+
7+
- [#3324](https://github.com/microsoft/TypeScript-Website/pull/3324) [`4a30b02`](https://github.com/microsoft/TypeScript-Website/commit/4a30b022bc0c1df6b6abb71c99c104f3b19f2c91) Thanks [@jakebailey](https://github.com/jakebailey)! - Update hardcoded list of known lib files
8+
39
## 1.6.0
410

511
### Minor Changes

packages/typescript-vfs/package.json

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

0 commit comments

Comments
 (0)