Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @linters/[email protected]
 - @linters/[email protected]
  • Loading branch information
developer239 committed Aug 16, 2024
1 parent 0de8e16 commit 5568fae
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/eslint-config-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.12.5](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2024-08-16)

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





## [1.12.4](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2024-06-05)

**Note:** Version bump only for package @linters/eslint-config-angular
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@linters/eslint-config-angular",
"description": "The eslint config for Angular applications you have been looking for.",
"version": "1.12.4",
"version": "1.12.5",
"repository": "https://github.com/developer239/linters",
"main": "index.js",
"publishConfig": {
Expand All @@ -18,7 +18,7 @@
"@angular-eslint/eslint-plugin": "15.2.0",
"@angular-eslint/eslint-plugin-template": "15.2.0",
"@angular-eslint/template-parser": "15.2.0",
"@linters/eslint-config-typescript": "^1.20.1"
"@linters/eslint-config-typescript": "^1.20.2"
},
"keywords": [
"eslint",
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.20.2](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2024-08-16)


### Bug Fixes

* only run ts rules on ts files ([0de8e16](https://github.com/developer239/linters/commit/0de8e1635405829be53f7d905ebe15edc0130ac8))





## [1.20.1](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2024-06-05)

**Note:** Version bump only for package @linters/eslint-config-typescript
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@linters/eslint-config-typescript",
"description": "The typescript eslint configuration rules you have been looking for.",
"version": "1.20.1",
"version": "1.20.2",
"repository": "https://github.com/developer239/linters",
"main": "index.js",
"publishConfig": {
Expand Down

0 comments on commit 5568fae

Please sign in to comment.