Skip to content

Commit

Permalink
chore(release): ship v5.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Aug 9, 2024
1 parent 88b4140 commit c36e80f
Show file tree
Hide file tree
Showing 7 changed files with 126 additions and 125 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

---

#### `5.2.x`
#### `5.2.13`

- chore(dependencies): update
- chore(karma.conf): add custom chrome launcher with `--disable-search-engine-choice-screen` flag
- refactor: remove empty constructors, wrapper components host class cleanups

---

Expand Down
1 change: 0 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ module.exports = tseslint.config(
'@angular-eslint/no-input-rename': 'warn',
'@angular-eslint/no-output-rename': 'warn',
'@typescript-eslint/consistent-indexed-object-style': 'off',
'@typescript-eslint/no-empty-function': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-inferrable-types': 'off',
'@typescript-eslint/no-unused-expressions': 'off'
Expand Down
Loading

0 comments on commit c36e80f

Please sign in to comment.