Skip to content

Commit

Permalink
Version Packages (#3176)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
TypeScript Bot and github-actions[bot] authored Jul 17, 2024
1 parent b9b0500 commit ec2bf88
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/many-avocados-learn.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/proud-pants-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-garlics-shop.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/sandbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/sandbox/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/ts-twoslasher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-twoslasher/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 10 additions & 0 deletions packages/typescript-vfs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-vfs/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ec2bf88

Please sign in to comment.