diff --git a/.changeset/many-avocados-learn.md b/.changeset/many-avocados-learn.md deleted file mode 100644 index 21773df7bbfc..000000000000 --- a/.changeset/many-avocados-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@typescript/vfs": patch ---- - -Use System's getDirectories if it's provided when constructing Host diff --git a/.changeset/proud-pants-glow.md b/.changeset/proud-pants-glow.md deleted file mode 100644 index a845151cc840..000000000000 --- a/.changeset/proud-pants-glow.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/tame-garlics-shop.md b/.changeset/tame-garlics-shop.md deleted file mode 100644 index 7a644eb15f37..000000000000 --- a/.changeset/tame-garlics-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@typescript/vfs": minor ---- - -Adds `deleteFile` to the vfs api to which allows file to be removed from the file system. \ No newline at end of file diff --git a/packages/sandbox/CHANGELOG.md b/packages/sandbox/CHANGELOG.md index b3f1fa631774..a6c696bb2382 100644 --- a/packages/sandbox/CHANGELOG.md +++ b/packages/sandbox/CHANGELOG.md @@ -1,5 +1,12 @@ # @typescript/sandbox +## 0.1.6 + +### Patch Changes + +- Updated dependencies [[`441338c`](https://github.com/microsoft/TypeScript-Website/commit/441338c04fbbef834ffa1ac6dc0dc8816e9137fc), [`725841a`](https://github.com/microsoft/TypeScript-Website/commit/725841adc9e5b734ccb0663fccb2ba05d0dcca62)]: + - @typescript/vfs@1.6.0 + ## 0.1.5 ### Patch Changes diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index 487decc87c3b..370823c34e89 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@typescript/sandbox", - "version": "0.1.5", + "version": "0.1.6", "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 d2542d5480cd..b77f83f8d05f 100644 --- a/packages/ts-twoslasher/CHANGELOG.md +++ b/packages/ts-twoslasher/CHANGELOG.md @@ -1,5 +1,12 @@ # @typescript/twoslash +## 3.2.8 + +### Patch Changes + +- Updated dependencies [[`441338c`](https://github.com/microsoft/TypeScript-Website/commit/441338c04fbbef834ffa1ac6dc0dc8816e9137fc), [`725841a`](https://github.com/microsoft/TypeScript-Website/commit/725841adc9e5b734ccb0663fccb2ba05d0dcca62)]: + - @typescript/vfs@1.6.0 + ## 3.2.7 ### Patch Changes diff --git a/packages/ts-twoslasher/package.json b/packages/ts-twoslasher/package.json index 1f4bbda45b12..bd07b6aae554 100755 --- a/packages/ts-twoslasher/package.json +++ b/packages/ts-twoslasher/package.json @@ -1,6 +1,6 @@ { "name": "@typescript/twoslash", - "version": "3.2.7", + "version": "3.2.8", "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 b23be4020993..eebe013411ff 100644 --- a/packages/typescript-vfs/CHANGELOG.md +++ b/packages/typescript-vfs/CHANGELOG.md @@ -1,5 +1,15 @@ # @typescript/vfs +## 1.6.0 + +### Minor Changes + +- [#3173](https://github.com/microsoft/TypeScript-Website/pull/3173) [`725841a`](https://github.com/microsoft/TypeScript-Website/commit/725841adc9e5b734ccb0663fccb2ba05d0dcca62) Thanks [@marklundin](https://github.com/marklundin)! - Adds `deleteFile` to the vfs api to which allows file to be removed from the file system. + +### Patch Changes + +- [#3165](https://github.com/microsoft/TypeScript-Website/pull/3165) [`441338c`](https://github.com/microsoft/TypeScript-Website/commit/441338c04fbbef834ffa1ac6dc0dc8816e9137fc) Thanks [@edemaine](https://github.com/edemaine)! - Use System's getDirectories if it's provided when constructing Host + ## 1.5.3 ### Patch Changes diff --git a/packages/typescript-vfs/package.json b/packages/typescript-vfs/package.json index 36054f5fb85d..f675e1a18840 100755 --- a/packages/typescript-vfs/package.json +++ b/packages/typescript-vfs/package.json @@ -1,6 +1,6 @@ { "name": "@typescript/vfs", - "version": "1.5.3", + "version": "1.6.0", "license": "MIT", "author": "TypeScript team", "homepage": "https://github.com/microsoft/TypeScript-Website",