From f27a3dc2373223901f9f327cc5bf731e77b2992b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 04:18:12 +0000 Subject: [PATCH] Version Packages --- .changeset/tough-friends-warn.md | 7 ------- .../create-typescript-playground-plugin/CHANGELOG.md | 6 ++++++ .../create-typescript-playground-plugin/package.json | 2 +- packages/sandbox/CHANGELOG.md | 7 +++++++ packages/sandbox/package.json | 2 +- packages/ts-twoslasher/CHANGELOG.md | 9 +++++++++ packages/ts-twoslasher/package.json | 2 +- packages/typescript-vfs/CHANGELOG.md | 6 ++++++ packages/typescript-vfs/package.json | 2 +- 9 files changed, 32 insertions(+), 11 deletions(-) delete mode 100644 .changeset/tough-friends-warn.md diff --git a/.changeset/tough-friends-warn.md b/.changeset/tough-friends-warn.md deleted file mode 100644 index 21a0dd3990ea..000000000000 --- a/.changeset/tough-friends-warn.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"create-typescript-playground-plugin": patch -"@typescript/vfs": patch -"@typescript/twoslash": patch ---- - -Bump dependencies diff --git a/packages/create-typescript-playground-plugin/CHANGELOG.md b/packages/create-typescript-playground-plugin/CHANGELOG.md index e784f0ecf5ef..2e177d38ada2 100644 --- a/packages/create-typescript-playground-plugin/CHANGELOG.md +++ b/packages/create-typescript-playground-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # create-typescript-playground-plugin +## 1.3.3 + +### Patch Changes + +- [#3509](https://github.com/microsoft/TypeScript-Website/pull/3509) [`0daa298`](https://github.com/microsoft/TypeScript-Website/commit/0daa298f2f4526f8c66baff00b8df0290e37a4d4) Thanks [@jakebailey](https://github.com/jakebailey)! - Bump dependencies + ## 1.3.2 ### Patch Changes diff --git a/packages/create-typescript-playground-plugin/package.json b/packages/create-typescript-playground-plugin/package.json index f87b2a50a00b..d7a14177f3b7 100644 --- a/packages/create-typescript-playground-plugin/package.json +++ b/packages/create-typescript-playground-plugin/package.json @@ -1,6 +1,6 @@ { "name": "create-typescript-playground-plugin", - "version": "1.3.2", + "version": "1.3.3", "bin": "index.js", "author": "TypeScript team", "license": "MIT", diff --git a/packages/sandbox/CHANGELOG.md b/packages/sandbox/CHANGELOG.md index 1060f3e49dcc..fba86662ba0c 100644 --- a/packages/sandbox/CHANGELOG.md +++ b/packages/sandbox/CHANGELOG.md @@ -1,5 +1,12 @@ # @typescript/sandbox +## 0.1.12 + +### Patch Changes + +- Updated dependencies [[`0daa298`](https://github.com/microsoft/TypeScript-Website/commit/0daa298f2f4526f8c66baff00b8df0290e37a4d4)]: + - @typescript/vfs@1.6.4 + ## 0.1.11 ### Patch Changes diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index c76f2db2b3b1..0228a6c5fe51 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@typescript/sandbox", - "version": "0.1.11", + "version": "0.1.12", "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 0aaa98f2a4cb..8da7e06c3cf6 100644 --- a/packages/ts-twoslasher/CHANGELOG.md +++ b/packages/ts-twoslasher/CHANGELOG.md @@ -1,5 +1,14 @@ # @typescript/twoslash +## 3.2.12 + +### Patch Changes + +- [#3509](https://github.com/microsoft/TypeScript-Website/pull/3509) [`0daa298`](https://github.com/microsoft/TypeScript-Website/commit/0daa298f2f4526f8c66baff00b8df0290e37a4d4) Thanks [@jakebailey](https://github.com/jakebailey)! - Bump dependencies + +- Updated dependencies [[`0daa298`](https://github.com/microsoft/TypeScript-Website/commit/0daa298f2f4526f8c66baff00b8df0290e37a4d4)]: + - @typescript/vfs@1.6.4 + ## 3.2.11 ### Patch Changes diff --git a/packages/ts-twoslasher/package.json b/packages/ts-twoslasher/package.json index 81faee0c3c0a..6bebc395b791 100755 --- a/packages/ts-twoslasher/package.json +++ b/packages/ts-twoslasher/package.json @@ -1,6 +1,6 @@ { "name": "@typescript/twoslash", - "version": "3.2.11", + "version": "3.2.12", "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 44a0a6853d29..2db411d0f239 100644 --- a/packages/typescript-vfs/CHANGELOG.md +++ b/packages/typescript-vfs/CHANGELOG.md @@ -1,5 +1,11 @@ # @typescript/vfs +## 1.6.4 + +### Patch Changes + +- [#3509](https://github.com/microsoft/TypeScript-Website/pull/3509) [`0daa298`](https://github.com/microsoft/TypeScript-Website/commit/0daa298f2f4526f8c66baff00b8df0290e37a4d4) Thanks [@jakebailey](https://github.com/jakebailey)! - Bump dependencies + ## 1.6.3 ### Patch Changes diff --git a/packages/typescript-vfs/package.json b/packages/typescript-vfs/package.json index 5812b6910f53..0e24bca35ebd 100755 --- a/packages/typescript-vfs/package.json +++ b/packages/typescript-vfs/package.json @@ -1,6 +1,6 @@ { "name": "@typescript/vfs", - "version": "1.6.3", + "version": "1.6.4", "license": "MIT", "author": "TypeScript team", "homepage": "https://github.com/microsoft/TypeScript-Website",