diff --git a/.changeset/calm-items-sparkle.md b/.changeset/calm-items-sparkle.md deleted file mode 100644 index f5d38f826a56..000000000000 --- a/.changeset/calm-items-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@typescript/vfs": patch ---- - -Move playground CDN to new, stable URL diff --git a/packages/sandbox/CHANGELOG.md b/packages/sandbox/CHANGELOG.md index bd1eee7e8e1c..a57e710adca2 100644 --- a/packages/sandbox/CHANGELOG.md +++ b/packages/sandbox/CHANGELOG.md @@ -1,5 +1,12 @@ # @typescript/sandbox +## 0.1.4 + +### Patch Changes + +- Updated dependencies [642ea11] + - @typescript/vfs@1.5.2 + ## 0.1.3 ### Patch Changes diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index c497b87d9deb..cb90975d393c 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@typescript/sandbox", - "version": "0.1.3", + "version": "0.1.4", "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 0bebb6cc36f0..e80fc89cee1a 100644 --- a/packages/ts-twoslasher/CHANGELOG.md +++ b/packages/ts-twoslasher/CHANGELOG.md @@ -1,5 +1,12 @@ # @typescript/twoslash +## 3.2.6 + +### Patch Changes + +- Updated dependencies [642ea11] + - @typescript/vfs@1.5.2 + ## 3.2.5 ### Patch Changes diff --git a/packages/ts-twoslasher/package.json b/packages/ts-twoslasher/package.json index 4f9229a3bc23..0f429014fd2d 100755 --- a/packages/ts-twoslasher/package.json +++ b/packages/ts-twoslasher/package.json @@ -1,6 +1,6 @@ { "name": "@typescript/twoslash", - "version": "3.2.5", + "version": "3.2.6", "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 71aeddf342f7..27e2c1406021 100644 --- a/packages/typescript-vfs/CHANGELOG.md +++ b/packages/typescript-vfs/CHANGELOG.md @@ -1,5 +1,11 @@ # @typescript/vfs +## 1.5.2 + +### Patch Changes + +- 642ea11: Move playground CDN to new, stable URL + ## 1.5.1 ### Patch Changes diff --git a/packages/typescript-vfs/package.json b/packages/typescript-vfs/package.json index 7801e6e2b269..b089789e2c77 100755 --- a/packages/typescript-vfs/package.json +++ b/packages/typescript-vfs/package.json @@ -1,6 +1,6 @@ { "name": "@typescript/vfs", - "version": "1.5.1", + "version": "1.5.2", "license": "MIT", "author": "TypeScript team", "homepage": "https://github.com/microsoft/TypeScript-Website",