Skip to content

Commit

Permalink
Version Packages (#972)
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 Mar 4, 2024
1 parent 5dae397 commit d887c24
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 18 deletions.
2 changes: 0 additions & 2 deletions .changeset/good-badgers-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-dogs-leave.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/swift-paws-carry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thirty-pugs-compete.md

This file was deleted.

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

## 0.1.18

### Patch Changes

- Updated dependencies [465dbce]
- Updated dependencies [5dae397]
- @definitelytyped/dtslint@0.2.15

## 0.1.17

### 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.17",
"version": "0.1.18",
"description": "Run dtslint on DefinitelyTyped packages",
"homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/main/packages/dtslint-runner#readme",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/dtslint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @definitelytyped/dtslint

## 0.2.15

### Patch Changes

- 465dbce: Error on versioned directories when parent npmignores are missing subdir
- 5dae397: Switch expect to using settings for versionsToTest

## 0.2.14

### 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.14",
"version": "0.2.15",
"description": "Runs tests on TypeScript definition files",
"main": "./dist/index.js",
"bin": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @definitelytyped/eslint-plugin

## 0.1.9

### Patch Changes

- 5dae397: Switch expect to using settings for versionsToTest

## 0.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@definitelytyped/eslint-plugin",
"version": "0.1.8",
"version": "0.1.9",
"description": "ESLint rules for DefinitelyTyped",
"main": "./dist/index.js",
"publishConfig": {
Expand Down

0 comments on commit d887c24

Please sign in to comment.