Skip to content

Commit

Permalink
Version Packages (#965)
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 Feb 26, 2024
1 parent b287cf9 commit 7b1d5c5
Show file tree
Hide file tree
Showing 19 changed files with 79 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .changeset/dull-kings-decide.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/definitions-parser/CHANGELOG.md
@@ -1,5 +1,13 @@
# @definitelytyped/definitions-parser

## 0.1.9

### Patch Changes

- Updated dependencies [b287cf9]
- @definitelytyped/utils@0.1.5
- @definitelytyped/header-parser@0.2.6

## 0.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/definitions-parser/package.json
@@ -1,6 +1,6 @@
{
"name": "@definitelytyped/definitions-parser",
"version": "0.1.8",
"version": "0.1.9",
"description": "Reads the DefinitelyTyped repository and provides an API for querying its metadata",
"homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/main/packages/definitions-parser#readme",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/dts-critic/CHANGELOG.md
@@ -1,5 +1,11 @@
# @definitelytyped/dts-critic

## 0.1.7

### Patch Changes

- @definitelytyped/header-parser@0.2.6

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dts-critic/package.json
@@ -1,6 +1,6 @@
{
"name": "@definitelytyped/dts-critic",
"version": "0.1.6",
"version": "0.1.7",
"author": "Nathan Shively-Sanders",
"description": "Checks a new .d.ts against the Javascript source and tells you what problems it has",
"publishConfig": {
Expand Down
9 changes: 9 additions & 0 deletions packages/dtslint-runner/CHANGELOG.md
@@ -1,5 +1,14 @@
# @definitelytyped/dtslint-runner

## 0.1.17

### Patch Changes

- Updated dependencies [b287cf9]
- @definitelytyped/dtslint@0.2.14
- @definitelytyped/utils@0.1.5
- @definitelytyped/definitions-parser@0.1.9

## 0.1.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dtslint-runner/package.json
@@ -1,6 +1,6 @@
{
"name": "@definitelytyped/dtslint-runner",
"version": "0.1.16",
"version": "0.1.17",
"description": "Run dtslint on DefinitelyTyped packages",
"homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/main/packages/dtslint-runner#readme",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/dtslint/CHANGELOG.md
@@ -1,5 +1,14 @@
# @definitelytyped/dtslint

## 0.2.14

### Patch Changes

- b287cf9: Move TypeScript installer code to dtslint
- Updated dependencies [b287cf9]
- @definitelytyped/utils@0.1.5
- @definitelytyped/header-parser@0.2.6

## 0.2.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dtslint/package.json
@@ -1,6 +1,6 @@
{
"name": "@definitelytyped/dtslint",
"version": "0.2.13",
"version": "0.2.14",
"description": "Runs tests on TypeScript definition files",
"main": "./dist/index.js",
"bin": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
@@ -1,5 +1,12 @@
# @definitelytyped/eslint-plugin

## 0.1.7

### Patch Changes

- Updated dependencies [b287cf9]
- @definitelytyped/utils@0.1.5

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@definitelytyped/eslint-plugin",
"version": "0.1.6",
"version": "0.1.7",
"description": "ESLint rules for DefinitelyTyped",
"main": "./dist/index.js",
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions packages/header-parser/CHANGELOG.md
@@ -1,5 +1,12 @@
# @definitelytyped/header-parser

## 0.2.6

### Patch Changes

- Updated dependencies [b287cf9]
- @definitelytyped/utils@0.1.5

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/header-parser/package.json
@@ -1,6 +1,6 @@
{
"name": "@definitelytyped/header-parser",
"version": "0.2.5",
"version": "0.2.6",
"description": "",
"author": "Nathan Shively-Sanders <nathansa@microsoft.com>",
"homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/main/packages/header-parser#readme",
Expand Down
10 changes: 10 additions & 0 deletions packages/publisher/CHANGELOG.md
@@ -1,5 +1,15 @@
# @definitelytyped/publisher

## 0.1.9

### Patch Changes

- Updated dependencies [b287cf9]
- @definitelytyped/utils@0.1.5
- @definitelytyped/definitions-parser@0.1.9
- @definitelytyped/header-parser@0.2.6
- @definitelytyped/retag@0.1.9

## 0.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/package.json
@@ -1,7 +1,7 @@
{
"name": "@definitelytyped/publisher",
"private": true,
"version": "0.1.8",
"version": "0.1.9",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "Publish DefinitelyTyped definitions to NPM",
Expand Down
8 changes: 8 additions & 0 deletions packages/retag/CHANGELOG.md
@@ -1,5 +1,13 @@
# @definitelytyped/retag

## 0.1.9

### Patch Changes

- Updated dependencies [b287cf9]
- @definitelytyped/utils@0.1.5
- @definitelytyped/definitions-parser@0.1.9

## 0.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/retag/package.json
@@ -1,7 +1,7 @@
{
"name": "@definitelytyped/retag",
"private": true,
"version": "0.1.8",
"version": "0.1.9",
"description": "Refresh tags on all DT-published packages in the @types scope.",
"author": "Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>",
"homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/main/packages/retag#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
@@ -1,5 +1,11 @@
# @definitelytyped/utils

## 0.1.5

### Patch Changes

- b287cf9: Move TypeScript installer code to dtslint

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@definitelytyped/utils",
"version": "0.1.4",
"version": "0.1.5",
"description": "Shared utilities for DefinitelyTyped tools",
"homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/main/packages/utils#readme",
"license": "MIT",
Expand Down

0 comments on commit 7b1d5c5

Please sign in to comment.