Skip to content

Commit 9ef7fcd

Browse files
TypeScript Botgithub-actions[bot]
TypeScript Bot
andauthored
Version Packages (#3195)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1d0af97 commit 9ef7fcd

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/plenty-deers-visit.md

-5
This file was deleted.

packages/ata/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @typescript/ata
22

3+
## 0.9.7
4+
5+
### Patch Changes
6+
7+
- [#3191](https://github.com/microsoft/TypeScript-Website/pull/3191) [`1d0af97`](https://github.com/microsoft/TypeScript-Website/commit/1d0af97318b79943fe0bfa8871ee6e8c584c9af5) Thanks [@Renegade334](https://github.com/Renegade334)! - Always treat `node:` modules as Node, expand list of known Node modules
8+
39
## 0.9.6
410

511
### Patch Changes

packages/ata/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript/ata",
3-
"version": "0.9.6",
3+
"version": "0.9.7",
44
"license": "MIT",
55
"homepage": "https://github.com/microsoft/TypeScript-Website",
66
"repository": {

packages/sandbox/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @typescript/sandbox
22

3+
## 0.1.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1d0af97`](https://github.com/microsoft/TypeScript-Website/commit/1d0af97318b79943fe0bfa8871ee6e8c584c9af5)]:
8+
- @typescript/ata@0.9.7
9+
310
## 0.1.6
411

512
### Patch Changes

packages/sandbox/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript/sandbox",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"license": "MIT",
55
"author": "TypeScript team",
66
"homepage": "https://github.com/microsoft/TypeScript-Website",

0 commit comments

Comments
 (0)