Skip to content

Commit 117a3f5

Browse files
Version Packages (#1215)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0940254 commit 117a3f5

File tree

7 files changed

+21
-10
lines changed

7 files changed

+21
-10
lines changed

.changeset/dirty-terms-bet.md

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

packages/dts-critic/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @definitelytyped/dts-critic
22

3+
## 0.1.22
4+
5+
### Patch Changes
6+
7+
- cfa769b: Bump TS version
8+
39
## 0.1.21
410

511
### Patch Changes

packages/dts-critic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@definitelytyped/dts-critic",
3-
"version": "0.1.21",
3+
"version": "0.1.22",
44
"author": "Nathan Shively-Sanders",
55
"description": "Checks a new .d.ts against the Javascript source and tells you what problems it has",
66
"publishConfig": {

packages/dts-gen/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# dts-gen
22

3+
## 0.10.6
4+
5+
### Patch Changes
6+
7+
- cfa769b: Bump TS version
8+
39
## 0.10.5
410

511
### Patch Changes

packages/dts-gen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dts-gen",
3-
"version": "0.10.5",
3+
"version": "0.10.6",
44
"description": "TypeScript Definition File Generator",
55
"author": "Ryan Cavanaugh <[email protected]> (https://www.github.com/RyanCavanaugh)",
66
"homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/main/packages/typescript-packages#readme",

packages/eslint-plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @definitelytyped/eslint-plugin
22

3+
## 0.1.25
4+
5+
### Patch Changes
6+
7+
- cfa769b: Bump TS version
8+
39
## 0.1.24
410

511
### Patch Changes

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@definitelytyped/eslint-plugin",
3-
"version": "0.1.24",
3+
"version": "0.1.25",
44
"description": "ESLint rules for DefinitelyTyped",
55
"main": "./dist/index.js",
66
"publishConfig": {

0 commit comments

Comments
 (0)