Skip to content

Commit

Permalink
Version Packages (#985)
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] committed Mar 25, 2024
1 parent 98f77bf commit 04d34f1
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-terms-rhyme.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/curvy-pillows-fly.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/dtslint-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @definitelytyped/dtslint-runner

## 0.1.22

### Patch Changes

- Updated dependencies [98f77bf]
- @definitelytyped/dtslint@0.2.19

## 0.1.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dtslint-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@definitelytyped/dtslint-runner",
"version": "0.1.21",
"version": "0.1.22",
"description": "Run dtslint on DefinitelyTyped packages",
"homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/main/packages/dtslint-runner#readme",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/dtslint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @definitelytyped/dtslint

## 0.2.19

### Patch Changes

- 98f77bf: Allow the `jsxImportSource` compiler option.

## 0.2.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dtslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@definitelytyped/dtslint",
"version": "0.2.18",
"version": "0.2.19",
"description": "Runs tests on TypeScript definition files",
"main": "./dist/index.js",
"bin": "./dist/index.js",
Expand Down

0 comments on commit 04d34f1

Please sign in to comment.