Skip to content

Commit 5568fae

Browse files
committed
chore(release): publish
- @linters/[email protected] - @linters/[email protected]
1 parent 0de8e16 commit 5568fae

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
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.5](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2024-08-16)
7+
8+
**Note:** Version bump only for package @linters/eslint-config-angular
9+
10+
11+
12+
13+
614
## [1.12.4](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2024-06-05)
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.4",
4+
"version": "1.12.5",
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.1"
21+
"@linters/eslint-config-typescript": "^1.20.2"
2222
},
2323
"keywords": [
2424
"eslint",

packages/eslint-config-typescript/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.20.2](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2024-08-16)
7+
8+
9+
### Bug Fixes
10+
11+
* only run ts rules on ts files ([0de8e16](https://github.com/developer239/linters/commit/0de8e1635405829be53f7d905ebe15edc0130ac8))
12+
13+
14+
15+
16+
617
## [1.20.1](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2024-06-05)
718

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

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

0 commit comments

Comments
 (0)