Skip to content

Commit 2d57f9d

Browse files
TypeScript Botgithub-actions[bot]
andauthored
Version Packages (#3116)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0ac376b commit 2d57f9d

File tree

12 files changed

+44
-17
lines changed

12 files changed

+44
-17
lines changed

.changeset/fuzzy-wolves-lie.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/moody-wombats-glow.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

packages/ata/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @typescript/ata
2+
3+
## 0.9.5
4+
5+
### Patch Changes
6+
7+
- 46eba14: Initial bump for changesets

packages/ata/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript/ata",
3-
"version": "0.9.4",
3+
"version": "0.9.5",
44
"license": "MIT",
55
"homepage": "https://github.com/microsoft/TypeScript-Website",
66
"repository": {
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# create-typescript-playground-plugin
2+
3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- 46eba14: Initial bump for changesets

packages/create-typescript-playground-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-typescript-playground-plugin",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"bin": "index.js",
55
"author": "TypeScript team",
66
"license": "MIT",

packages/sandbox/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# @typescript/sandbox
2+
3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- 46eba14: Initial bump for changesets
8+
- Updated dependencies [46eba14]
9+
- @typescript/vfs@1.5.1
10+
- @typescript/ata@0.9.5

packages/sandbox/package.json

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

packages/ts-twoslasher/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @typescript/twoslash
22

3+
## 3.2.5
4+
5+
### Patch Changes
6+
7+
- 46eba14: Initial bump for changesets
8+
- Updated dependencies [46eba14]
9+
- @typescript/vfs@1.5.1
10+
311
## 3.1.0
412

513
Adds support for `// ---cut-after---`, e.g.

packages/ts-twoslasher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript/twoslash",
3-
"version": "3.2.4",
3+
"version": "3.2.5",
44
"license": "MIT",
55
"author": "TypeScript team",
66
"homepage": "https://github.com/microsoft/TypeScript-Website",

0 commit comments

Comments
 (0)