diff --git a/.changeset/lovely-lobsters-bow.md b/.changeset/lovely-lobsters-bow.md deleted file mode 100644 index 22730ac54cc0..000000000000 --- a/.changeset/lovely-lobsters-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@typescript/vfs": patch ---- - -Update hardcoded list of known lib files diff --git a/.changeset/mean-jars-relate.md b/.changeset/mean-jars-relate.md deleted file mode 100644 index a845151cc840..000000000000 --- a/.changeset/mean-jars-relate.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/packages/sandbox/CHANGELOG.md b/packages/sandbox/CHANGELOG.md index 4f8f971d903d..2ac11a136b5a 100644 --- a/packages/sandbox/CHANGELOG.md +++ b/packages/sandbox/CHANGELOG.md @@ -1,5 +1,12 @@ # @typescript/sandbox +## 0.1.8 + +### Patch Changes + +- Updated dependencies [[`4a30b02`](https://github.com/microsoft/TypeScript-Website/commit/4a30b022bc0c1df6b6abb71c99c104f3b19f2c91)]: + - @typescript/vfs@1.6.1 + ## 0.1.7 ### Patch Changes diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index 856ef62ba63d..32db3c5532be 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@typescript/sandbox", - "version": "0.1.7", + "version": "0.1.8", "license": "MIT", "author": "TypeScript team", "homepage": "https://github.com/microsoft/TypeScript-Website", diff --git a/packages/ts-twoslasher/CHANGELOG.md b/packages/ts-twoslasher/CHANGELOG.md index b77f83f8d05f..65a2519d61ad 100644 --- a/packages/ts-twoslasher/CHANGELOG.md +++ b/packages/ts-twoslasher/CHANGELOG.md @@ -1,5 +1,12 @@ # @typescript/twoslash +## 3.2.9 + +### Patch Changes + +- Updated dependencies [[`4a30b02`](https://github.com/microsoft/TypeScript-Website/commit/4a30b022bc0c1df6b6abb71c99c104f3b19f2c91)]: + - @typescript/vfs@1.6.1 + ## 3.2.8 ### Patch Changes diff --git a/packages/ts-twoslasher/package.json b/packages/ts-twoslasher/package.json index bd07b6aae554..f521f87d5de5 100755 --- a/packages/ts-twoslasher/package.json +++ b/packages/ts-twoslasher/package.json @@ -1,6 +1,6 @@ { "name": "@typescript/twoslash", - "version": "3.2.8", + "version": "3.2.9", "license": "MIT", "author": "TypeScript team", "homepage": "https://github.com/microsoft/TypeScript-Website", diff --git a/packages/typescript-vfs/CHANGELOG.md b/packages/typescript-vfs/CHANGELOG.md index eebe013411ff..e478bf9c238a 100644 --- a/packages/typescript-vfs/CHANGELOG.md +++ b/packages/typescript-vfs/CHANGELOG.md @@ -1,5 +1,11 @@ # @typescript/vfs +## 1.6.1 + +### Patch Changes + +- [#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 + ## 1.6.0 ### Minor Changes diff --git a/packages/typescript-vfs/package.json b/packages/typescript-vfs/package.json index f675e1a18840..5130df704389 100755 --- a/packages/typescript-vfs/package.json +++ b/packages/typescript-vfs/package.json @@ -1,6 +1,6 @@ { "name": "@typescript/vfs", - "version": "1.6.0", + "version": "1.6.1", "license": "MIT", "author": "TypeScript team", "homepage": "https://github.com/microsoft/TypeScript-Website",