Skip to content

Commit 723e869

Browse files
committed
Update to latest shlink-web-component and shlink-frontend-kit
1 parent 32c3c99 commit 723e869

File tree

4 files changed

+98
-37
lines changed

4 files changed

+98
-37
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ updates:
1212
fontawesome:
1313
patterns:
1414
- '@fortawesome/*'
15-
eslint-plugins: # TODO Add eslint back once updated to v9
15+
eslint:
1616
patterns:
1717
- '@shlinkio/eslint-config-js-coding-standard'
1818
- 'typescript-eslint'
1919
- '*eslint-plugin*'
20+
- 'eslint'
2021
shlink:
2122
patterns:
2223
- '@shlinkio/*'

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org).
66

7+
## [Unreleased]
8+
### Added
9+
* *Nothing*
10+
11+
### Changed
12+
* Update to `@shlinkio/shlink-frontend-kit` 0.6.0
13+
* Update to `@shlinkio/shlink-web-component` 0.10.0
14+
15+
### Deprecated
16+
* *Nothing*
17+
18+
### Removed
19+
* *Nothing*
20+
21+
### Fixed
22+
* *Nothing*
23+
24+
725
## [4.2.1] - 2024-10-09
826
### Added
927
* *Nothing*

0 commit comments

Comments
 (0)