8000 chore: publish v1.10.2 · Feiyang1/typescript-eslint@0d10cb3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d10cb3

Browse files
committed
chore: publish v1.10.2
1 parent 5589938 commit 0d10cb3

File tree

14 files changed

+77
-15
lines changed

14 files changed

+77
-15
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.10.2](https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.1...v1.10.2) (2019-06-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **eslint-plugin:** peerDep should specify semver major range ([#602](https://github.com/typescript-eslint/typescript-eslint/issues/602)) ([5589938](https://github.com/typescript-eslint/typescript-eslint/commit/5589938))
12+
13+
14+
15+
16+
617
## [1.10.1](https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.0...v1.10.1) (2019-06-09)
718

819
**Note:** Version bump only for package @typescript-eslint/typescript-eslint

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.10.1",
2+
"version": "1.10.2",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"stream": true

packages/eslint-plugin-tslint/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.10.2](https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.1...v1.10.2) (2019-06-10)
7+
8+
**Note:** Version bump only for package @typescript-eslint/eslint-plugin-tslint
9+
10+
11+
12+
13+
614
## [1.10.1](https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.0...v1.10.1) (2019-06-09)
715

816
**Note:** Version bump only for package @typescript-eslint/eslint-plugin-tslint

packages/eslint-plugin-tslint/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/eslint-plugin-tslint",
3-
"version": "1.10.1",
3+
"version": "1.10.2",
44
"main": "dist/index.js",
55
"typings": "src/index.ts",
66
"description": "TSLint wrapper plugin for ESLint",
@@ -31,7 +31,7 @@
3131
"typecheck": "tsc --noEmit"
3232
},
3333
"dependencies": {
34-
"@typescript-eslint/experimental-utils": "1.10.1",
34+
"@typescript-eslint/experimental-utils": "1.10.2",
3535
"lodash.memoize": "^4.1.2"
3636
},
3737
"peerDependencies": {
@@ -41,6 +41,6 @@
4141
"devDependencies": {
4242
"@types/json-schema": "^7.0.3",
4343
"@types/lodash.memoize": "^4.1.4",
44-
"@typescript-eslint/parser": "1.10.1"
44+
"@typescript-eslint/parser": "1.10.2"
4545
}
4646
}

packages/eslint-plugin/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.10.2](https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.1...v1.10.2) (2019-06-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **eslint-plugin:** peerDep should specify semver major range ([#602](https://github.com/typescript-eslint/typescript-eslint/issues/602)) ([5589938](https://github.com/typescript-eslint/typescript-eslint/commit/5589938))
12+
13+
14+
15+
16+
617
## [1.10.1](https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.0...v1.10.1) (2019-06-09)
718

819
**Note:** Version bump only for package @typescript-eslint/eslint-plugin

packages/eslint-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/eslint-plugin",
3-
"version": "1.10.1",
3+
"version": "1.10.2",
44
"description": "TypeScript plugin for ESLint",
55
"keywords": [
66
"eslint",
@@ -41,7 +41,7 @@
4141
"typecheck": "tsc --noEmit"
4242
},
4343
"dependencies": {
44-
"@typescript-eslint/experimental-utils": "1.10.1",
44+
"@typescript-eslint/experimental-utils": "1.10.2",
4545
"eslint-utils": "^1.3.1",
4646
"functional-red-black-tree": "^1.0.1",
4747
"regexpp": "^2.0.1",

packages/experimental-utils/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.10.2](https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.1...v1.10.2) (2019-06-10)
7+
8+
**Note:** Version bump only for package @typescript-eslint/experimental-utils
9+
10+
11+
12+
13+
614
## [1.10.1](https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.0...v1.10.1) (2019-06-09)
715

816
**Note:** Version bump only for package @typescript-eslint/experimental-utils

packages/experimental-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/experimental-utils",
3-
"version": "1.10.1",
3+
"version": "1.10.2",
44
"description": "(Experimental) Utilities for working with TypeScript + ESLint together",
55
"keywords": [
66
"eslint",
@@ -36,7 +36,7 @@
3636
"typecheck": "tsc --noEmit"
3737
},
3838
"dependencies": {
39-
"@typescript-eslint/typescript-estree": "1.10.1",
39+
"@typescript-eslint/typescript-estree": "1.10.2",
4040
"eslint-scope": "^4.0.0"
4141
},
4242
"peerDependencies": {

packages/parser/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.10.2](https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.1...v1.10.2) (2019-06-10)
7+
8+
**Note:** Version bump only for package @typescript-eslint/parser
9+
10+
11+
12+
13+
614
## [1.10.1](https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.0...v1.10.1) (2019-06-09)
715

816
**Note:** Version bump only for package @typescript-eslint/parser

packages/parser/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/parser",
3-
"version": "1.10.1",
3+
"version": "1.10.2",
44
"description": "An ESLint custom parser which leverages TypeScript ESTree",
55
"main": "dist/parser.js",
66
"files": [
@@ -42,11 +42,11 @@
4242
},
4343
"dependencies": {
4444
"@types/eslint-visitor-keys": "^1.0.0",
45-
"@typescript-eslint/experimental-utils": "1.10.1",
46-
"@typescript-eslint/typescript-estree": "1.10.1",
45+
"@typescript-eslint/experimental-utils": "1.10.2",
46+
"@typescript-eslint/typescript-estree": "1.10.2",
4747
"eslint-visitor-keys": "^1.0.0"
4848
},
4949
"devDependencies": {
50-
"@typescript-eslint/shared-fixtures": "1.10.1"
50+
"@typescript-eslint/shared-fixtures": "1.10.2"
5151
}
5252
}

0 commit comments

Comments
 (0)
0