Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 24, 2024
1 parent c2c4ed9 commit 88dfbb7
Show file tree
Hide file tree
Showing 16 changed files with 65 additions and 19 deletions.
9 changes: 0 additions & 9 deletions .changeset/fuzzy-wolves-lie.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/moody-wombats-glow.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/ata/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @typescript/ata

## 0.9.5

### Patch Changes

- 46eba14: Initial bump for changesets
2 changes: 1 addition & 1 deletion packages/ata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typescript/ata",
"version": "0.9.4",
"version": "0.9.5",
"license": "MIT",
"homepage": "https://github.com/microsoft/TypeScript-Website",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/create-typescript-playground-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# create-typescript-playground-plugin

## 1.3.1

### Patch Changes

- 46eba14: Initial bump for changesets
2 changes: 1 addition & 1 deletion packages/create-typescript-playground-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-typescript-playground-plugin",
"version": "1.3.0",
"version": "1.3.1",
"bin": "index.js",
"author": "TypeScript team",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @typescript/playground

## 0.1.3

### Patch Changes

- Updated dependencies [46eba14]
- @typescript/sandbox@0.1.3
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typescript/playground",
"version": "0.1.2",
"version": "0.1.3",
"main": "dist/index.js",
"license": "MIT",
"private": true,
Expand Down
10 changes: 10 additions & 0 deletions packages/sandbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @typescript/sandbox

## 0.1.3

### Patch Changes

- 46eba14: Initial bump for changesets
- Updated dependencies [46eba14]
- @typescript/vfs@1.5.1
- @typescript/ata@0.9.5
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.2",
"version": "0.1.3",
"license": "MIT",
"author": "TypeScript team",
"homepage": "https://github.com/microsoft/TypeScript-Website",
Expand Down
8 changes: 8 additions & 0 deletions packages/ts-twoslasher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @typescript/twoslash

## 3.2.5

### Patch Changes

- 46eba14: Initial bump for changesets
- Updated dependencies [46eba14]
- @typescript/vfs@1.5.1

## 3.1.0

Adds support for `// ---cut-after---`, e.g.
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.4",
"version": "3.2.5",
"license": "MIT",
"author": "TypeScript team",
"homepage": "https://github.com/microsoft/TypeScript-Website",
Expand Down
8 changes: 7 additions & 1 deletion packages/typescript-vfs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# @typescript/vfs

## 1.5.1

### Patch Changes

- 46eba14: Initial bump for changesets

### 1.5

- Makes `createDefaultMapFromNodeModules` pull all the `.d.ts` files from the node_modules folder, not just the `.d.ts` files which were known ahead of time.
- Makes `createDefaultMapFromNodeModules` pull all the `.d.ts` files from the node_modules folder, not just the `.d.ts` files which were known ahead of time.
- Updates the known .d.s files to include ones from TypeScript 5.1 beta.

### 1.3
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.0",
"version": "1.5.1",
"license": "MIT",
"author": "TypeScript team",
"homepage": "https://github.com/microsoft/TypeScript-Website",
Expand Down
11 changes: 11 additions & 0 deletions packages/typescriptlang-org/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# typescriptlang-org

## 0.0.1

### Patch Changes

- Updated dependencies [46eba14]
- @typescript/vfs@1.5.1
- @typescript/twoslash@3.2.5
- @typescript/sandbox@0.1.3
- @typescript/playground@0.1.3
2 changes: 1 addition & 1 deletion packages/typescriptlang-org/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "typescriptlang-org",
"private": true,
"description": "The TypeScript Website",
"version": "0.0.0",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build",
Expand Down

0 comments on commit 88dfbb7

Please sign in to comment.