Skip to content

Commit 831d8e4

Browse files
committed
chore(release): publish
- @linters/[email protected] - @linters/[email protected] - @linters/[email protected] - @linters/[email protected] - @linters/[email protected] - @linters/[email protected]
1 parent 4e602ac commit 831d8e4

File tree

12 files changed

+62
-11
lines changed

12 files changed

+62
-11
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.12.4](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2024-06-05)
7+
8+
**Note:** Version bump only for package @linters/eslint-config-angular
9+
10+
11+
12+
13+
614
## [1.12.3](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2023-12-25)
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.12.3",
4+
"version": "1.12.4",
55
"repository": "https://github.com/developer239/linters",
66
"main": "index.js",
77
"publishConfig": {
@@ -18,7 +18,7 @@
1818
"@angular-eslint/eslint-plugin": "15.2.0",
1919
"@angular-eslint/eslint-plugin-template": "15.2.0",
2020
"@angular-eslint/template-parser": "15.2.0",
21-
"@linters/eslint-config-typescript": "^1.20.0"
21+
"@linters/eslint-config-typescript": "^1.20.1"
2222
},
2323
"keywords": [
2424
"eslint",

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.13.1](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2024-06-05)
7+
8+
**Note:** Version bump only for package @linters/eslint-config-node
9+
10+
11+
12+
13+
614
# [1.13.0](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2023-12-27)
715

816

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.13.0",
4+
"version": "1.13.1",
55
"repository": "https://github.com/developer239/linters",
66
"main": "index.js",
77
"publishConfig": {
@@ -15,7 +15,7 @@
1515
"eslint": ">=8.0.0"
1616
},
1717
"dependencies": {
18-
"@linters/eslint-config": "^1.16.0",
18+
"@linters/eslint-config": "^1.17.0",
1919
"eslint-plugin-node": "11.1.0",
2020
"eslint-plugin-security": "1.6.0"
2121
},

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.10.2](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2024-06-05)
7+
8+
**Note:** Version bump only for package @linters/eslint-config-react-native
9+
10+
11+
12+
13+
614
## [1.10.1](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2023-12-27)
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.10.1",
4+
"version": "1.10.2",
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.15.0",
19+
"@linters/eslint-config-react": "^1.15.1",
2020
"eslint-plugin-react-native": "4.0.0"
2121
},
2222
"keywords": [

packages/eslint-config-react/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.15.1](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2024-06-05)
7+
8+
**Note:** Version bump only for package @linters/eslint-config-react
9+
10+
11+
12+
13+
614
# [1.15.0](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2023-12-27)
715

816

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.15.0",
4+
"version": "1.15.1",
55
"repository": "https://github.com/developer239/linters",
66
"main": "index.js",
77
"publishConfig": {
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@babel/eslint-parser": "7.23.3",
20-
"@linters/eslint-config": "^1.16.0",
20+
"@linters/eslint-config": "^1.17.0",
2121
"eslint-plugin-react": "7.33.2",
2222
"eslint-plugin-react-hooks": "4.6.0"
2323
},

packages/eslint-config-typescript/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.20.1](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2024-06-05)
7+
8+
**Note:** Version bump only for package @linters/eslint-config-typescript
9+
10+
11+
12+
13+
614
# [1.20.0](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2023-12-25)
715

816

packages/eslint-config-typescript/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-typescript",
33
"description": "The typescript eslint configuration rules you have been looking for.",
4-
"version": "1.20.0",
4+
"version": "1.20.1",
55
"repository": "https://github.com/developer239/linters",
66
"main": "index.js",
77
"publishConfig": {
@@ -15,7 +15,7 @@
1515
"eslint": ">=8.0.0"
1616
},
1717
"dependencies": {
18-
"@linters/eslint-config": "^1.16.0",
18+
"@linters/eslint-config": "^1.17.0",
1919
"@typescript-eslint/eslint-plugin": "6.16.0",
2020
"@typescript-eslint/parser": "6.16.0",
2121
"eslint-import-resolver-typescript": "3.6.1"

0 commit comments

Comments
 (0)