Skip to content

Commit fd56942

Browse files
committed
chore(release): publish
- @linters/eslint-config-angular@1.8.6 - @linters/eslint-config-jest@1.8.2 - @linters/eslint-config-node@1.8.6 - @linters/eslint-config-react-native@1.7.5 - @linters/eslint-config-react@1.10.0 - @linters/eslint-config-typescript@1.15.0 - @linters/eslint-config@1.13.0
1 parent 6af5b12 commit fd56942

File tree

14 files changed

+99
-12
lines changed

14 files changed

+99
-12
lines changed

packages/eslint-config-angular/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.8.6](https://github.com/developer239/linters/compare/@linters/eslint-config-angular@1.8.5...@linters/eslint-config-angular@1.8.6) (2021-03-25)
7+
8+
**Note:** Version bump only for package @linters/eslint-config-angular
9+
10+
11+
12+
13+
614
## [1.8.5](https://github.com/developer239/linters/compare/@linters/eslint-config-angular@1.8.4...@linters/eslint-config-angular@1.8.5) (2021-03-06)
715

816
**Note:** Version bump only for package @linters/eslint-config-angular

packages/eslint-config-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@linters/eslint-config-angular",
33
"description": "The eslint config for Angular applications you have been looking for.",
4-
"version": "1.8.5",
4+
"version": "1.8.6",
55
"repository": "https://github.com/developer239/linters",
66
"publishConfig": {
77
"access": "public"
@@ -18,7 +18,7 @@
1818
"@angular-eslint/eslint-plugin": "1.1.0",
1919
"@angular-eslint/eslint-plugin-template": "1.1.0",
2020
"@angular-eslint/template-parser": "1.1.0",
21-
"@linters/eslint-config-typescript": "^1.14.5"
21+
"@linters/eslint-config-typescript": "^1.15.0"
2222
},
2323
"keywords": [
2424
"eslint",

packages/eslint-config-jest/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.8.2](https://github.com/developer239/linters/compare/@linters/eslint-config-jest@1.8.1...@linters/eslint-config-jest@1.8.2) (2021-03-25)
7+
8+
9+
### Bug Fixes
10+
11+
* ignore jest/expect-expect in cypress folder ([f21ca23](https://github.com/developer239/linters/commit/f21ca2325d844000e9818adbfeae1e669de7cef6))
12+
13+
14+
15+
16+
617
## [1.8.1](https://github.com/developer239/linters/compare/@linters/eslint-config-jest@1.8.0...@linters/eslint-config-jest@1.8.1) (2021-02-17)
718

819
**Note:** Version bump only for package @linters/eslint-config-jest

packages/eslint-config-jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@linters/eslint-config-jest",
33
"description": "The eslint for jest tests you have been looking for.",
4-
"version": "1.8.1",
4+
"version": "1.8.2",
55
"repository": "https://github.com/developer239/linters",
66
"main": "index.js",
77
"publishConfig": {

packages/eslint-config-node/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.8.6](https://github.com/developer239/linters/compare/@linters/eslint-config-node@1.8.5...@linters/eslint-config-node@1.8.6) (2021-03-25)
7+
8+
**Note:** Version bump only for package @linters/eslint-config-node
9+
10+
11+
12+
13+
614
## [1.8.5](https://github.com/developer239/linters/compare/@linters/eslint-config-node@1.8.4...@linters/eslint-config-node@1.8.5) (2021-03-06)
715

816
**Note:** Version bump only for package @linters/eslint-config-node

packages/eslint-config-node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@linters/eslint-config-node",
33
"description": "The eslint configuration for node.js application you have been looking for.",
4-
"version": "1.8.5",
4+
"version": "1.8.6",
55
"repository": "https://github.com/developer239/linters",
66
"main": "index.js",
77
"publishConfig": {
@@ -16,7 +16,7 @@
1616
"eslint-plugin-import": ">=2.18.0"
1717
},
1818
"dependencies": {
19-
"@linters/eslint-config": "^1.12.5",
19+
"@linters/eslint-config": "^1.13.0",
2020
"eslint-plugin-node": "11.1.0",
2121
"eslint-plugin-security": "1.4.0"
2222
},

packages/eslint-config-react-native/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.7.5](https://github.com/developer239/linters/compare/@linters/eslint-config-react-native@1.7.4...@linters/eslint-config-react-native@1.7.5) (2021-03-25)
7+
8+
**Note:** Version bump only for package @linters/eslint-config-react-native
9+
10+
11+
12+
13+
614
## [1.7.4](https://github.com/developer239/linters/compare/@linters/eslint-config-react-native@1.7.3...@linters/eslint-config-react-native@1.7.4) (2021-03-06)
715

816
**Note:** Version bump only for package @linters/eslint-config-react-native

packages/eslint-config-react-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@linters/eslint-config-react-native",
33
"description": "The eslint config for react native applications you have been looking for.",
4-
"version": "1.7.4",
4+
"version": "1.7.5",
55
"repository": "https://github.com/developer239/linters",
66
"main": "index.js",
77
"publishConfig": {
@@ -16,7 +16,7 @@
1616
"eslint-plugin-import": ">=2.18.0"
1717
},
1818
"dependencies": {
19-
"@linters/eslint-config-react": "^1.9.5",
19+
"@linters/eslint-config-react": "^1.10.0",
2020
"eslint-plugin-react-native": "3.10.0"
2121
},
2222
"keywords": [

packages/eslint-config-react/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.0](https://github.com/developer239/linters/compare/@linters/eslint-config-react@1.9.5...@linters/eslint-config-react@1.10.0) (2021-03-25)
7+
8+
9+
### Features
10+
11+
* update react/jsx-max-depth to 7 ([fc41417](https://github.com/developer239/linters/commit/fc4141714b12e2e4f33f535999c1a8544c0d8134))
12+
13+
14+
15+
16+
617
## [1.9.5](https://github.com/developer239/linters/compare/@linters/eslint-config-react@1.9.4...@linters/eslint-config-react@1.9.5) (2021-03-06)
718

819
**Note:** Version bump only for package @linters/eslint-config-react

packages/eslint-config-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@linters/eslint-config-react",
33
"description": "The eslint configuration for react applications you have been looking for.",
4-
"version": "1.9.5",
4+
"version": "1.10.0",
55
"repository": "https://github.com/developer239/linters",
66
"main": "index.js",
77
"publishConfig": {
@@ -17,7 +17,7 @@
1717
"eslint-plugin-import": ">=2.18.0"
1818
},
1919
"dependencies": {
20-
"@linters/eslint-config": "^1.12.5",
20+
"@linters/eslint-config": "^1.13.0",
2121
"babel-eslint": "10.1.0",
2222
"eslint-plugin-react": "7.22.0",
2323
"eslint-plugin-react-hooks": "4.2.0"

0 commit comments

Comments
 (0)