Skip to content

Commit c36e80f

Browse files
committed
chore(release): ship v5.2.13
1 parent 88b4140 commit c36e80f

File tree

7 files changed

+126
-125
lines changed

7 files changed

+126
-125
lines changed

Diff for: CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
---
44

5-
#### `5.2.x`
5+
#### `5.2.13`
66

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

911
---
1012

Diff for: eslint.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ module.exports = tseslint.config(
3333
'@angular-eslint/no-input-rename': 'warn',
3434
'@angular-eslint/no-output-rename': 'warn',
3535
'@typescript-eslint/consistent-indexed-object-style': 'off',
36-
'@typescript-eslint/no-empty-function': 'off',
3736
'@typescript-eslint/no-explicit-any': 'off',
3837
'@typescript-eslint/no-inferrable-types': 'off',
3938
'@typescript-eslint/no-unused-expressions': 'off'

0 commit comments

Comments
 (0)