Skip to content

Commit 485c21b

Browse files
committed
chore(release): publish
- @linters/commitlint-config@2.1.0 - @linters/eslint-config-angular@1.13.0 - @linters/eslint-config-node@2.1.0 - @linters/eslint-config-react-native@1.10.3 - @linters/eslint-config-react@1.16.0 - @linters/eslint-config-typescript@2.1.0 - @linters/eslint-config-vitest@1.1.0 - @linters/eslint-config@2.1.0 - @linters/prettier-config@2.1.0
1 parent c7ba042 commit 485c21b

File tree

18 files changed

+124
-16
lines changed

18 files changed

+124
-16
lines changed

packages/commitlint-config/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+
# [2.1.0](https://github.com/developer239/linters/compare/@linters/commitlint-config@1.8.0...@linters/commitlint-config@2.1.0) (2026-01-30)
7+
8+
9+
### Features
10+
11+
* update eslint ([60d73ba](https://github.com/developer239/linters/commit/60d73ba22bb01bd7d90bd3964e84e235deeea7c8))
12+
13+
14+
15+
16+
617
# [1.8.0](https://github.com/developer239/linters/compare/@linters/commitlint-config@1.7.0...@linters/commitlint-config@1.8.0) (2023-01-24)
718

819

packages/commitlint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@linters/commitlint-config",
33
"description": "The commitlint config you have been looking for.",
4-
"version": "2.0.0",
4+
"version": "2.1.0",
55
"repository": "https://github.com/developer239/linters",
66
"engines": {
77
"node": ">=18.18.0"

packages/eslint-config-angular/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.13.0](https://github.com/developer239/linters/compare/@linters/eslint-config-angular@1.12.5...@linters/eslint-config-angular@1.13.0) (2026-01-30)
7+
8+
9+
### Features
10+
11+
* update eslint ([60d73ba](https://github.com/developer239/linters/commit/60d73ba22bb01bd7d90bd3964e84e235deeea7c8))
12+
13+
14+
15+
16+
617
## [1.12.5](https://github.com/developer239/linters/compare/@linters/eslint-config-angular@1.12.4...@linters/eslint-config-angular@1.12.5) (2024-08-16)
718

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

packages/eslint-config-angular/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-angular",
33
"description": "The eslint config for Angular applications you have been looking for.",
4-
"version": "1.12.5",
4+
"version": "1.13.0",
55
"repository": "https://github.com/developer239/linters",
66
"main": "index.js",
77
"publishConfig": {

packages/eslint-config-node/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [2.1.0](https://github.com/developer239/linters/compare/@linters/eslint-config-node@1.13.1...@linters/eslint-config-node@2.1.0) (2026-01-30)
7+
8+
9+
### Bug Fixes
10+
11+
* lockfiles ([abf890b](https://github.com/developer239/linters/commit/abf890b4e272b30e541ce6319c5a62fd6fa3177e))
12+
13+
14+
### Features
15+
16+
* update eslint ([60d73ba](https://github.com/developer239/linters/commit/60d73ba22bb01bd7d90bd3964e84e235deeea7c8))
17+
18+
19+
20+
21+
622
## [1.13.1](https://github.com/developer239/linters/compare/@linters/eslint-config-node@1.13.0...@linters/eslint-config-node@1.13.1) (2024-06-05)
723

824
**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": "2.0.0",
4+
"version": "2.1.0",
55
"repository": "https://github.com/developer239/linters",
66
"main": "index.js",
77
"type": "module",
@@ -15,7 +15,7 @@
1515
"eslint": ">=9.0.0"
1616
},
1717
"dependencies": {
18-
"@linters/eslint-config": "2.0.0",
18+
"@linters/eslint-config": "^2.1.0",
1919
"eslint-plugin-n": "17.23.2",
2020
"eslint-plugin-security": "3.0.1"
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.3](https://github.com/developer239/linters/compare/@linters/eslint-config-react-native@1.10.2...@linters/eslint-config-react-native@1.10.3) (2026-01-30)
7+
8+
**Note:** Version bump only for package @linters/eslint-config-react-native
9+
10+
11+
12+
13+
614
## [1.10.2](https://github.com/developer239/linters/compare/@linters/eslint-config-react-native@1.10.1...@linters/eslint-config-react-native@1.10.2) (2024-06-05)
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.2",
4+
"version": "1.10.3",
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.1",
19+
"@linters/eslint-config-react": "^1.16.0",
2020
"eslint-plugin-react-native": "4.0.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.16.0](https://github.com/developer239/linters/compare/@linters/eslint-config-react@1.15.1...@linters/eslint-config-react@1.16.0) (2026-01-30)
7+
8+
9+
### Features
10+
11+
* update eslint ([60d73ba](https://github.com/developer239/linters/commit/60d73ba22bb01bd7d90bd3964e84e235deeea7c8))
12+
13+
14+
15+
16+
617
## [1.15.1](https://github.com/developer239/linters/compare/@linters/eslint-config-react@1.15.0...@linters/eslint-config-react@1.15.1) (2024-06-05)
718

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

packages/eslint-config-react/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-react",
33
"description": "The eslint configuration for react applications you have been looking for.",
4-
"version": "1.15.1",
4+
"version": "1.16.0",
55
"repository": "https://github.com/developer239/linters",
66
"main": "index.js",
77
"publishConfig": {

0 commit comments

Comments
 (0)