Skip to content

Commit d031193

Browse files
authored
Merge pull request #622 from acelaya-forks/feature/fe-kit-0.8-support
Add support for @shlinkio/shlink-frontend-kit 0.8
2 parents d5537ba + 86cb050 commit d031193

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

.github/dependabot.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ updates:
2121
shlink:
2222
patterns:
2323
- '@shlinkio/*'
24-
types:
24+
react:
2525
patterns:
26-
- '@types/*'
26+
- 'react'
27+
- 'react-dom'
28+
- '@types/react'
29+
- '@types/react-dom'
2730
testing:
2831
patterns:
2932
- '@testing-library/*'

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ 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]
7+
## [0.13.1] - 2025-03-26
88
### Added
9-
* *Nothing*
9+
* Add support for `@shlinkio/shlink-frontend-kit` 0.8
1010

1111
### Changed
12-
* *Nothing*
12+
* Update dependencies
1313

1414
### Deprecated
1515
* Deprecate `updateSettings` prop in `ShelinkWebSettings`. Use `onUpdateSettings` instead.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@fortawesome/free-solid-svg-icons": "^6.4.2",
4343
"@fortawesome/react-fontawesome": "^0.2.2",
4444
"@reduxjs/toolkit": "^2.5.0",
45-
"@shlinkio/shlink-frontend-kit": "^0.7.2",
45+
"@shlinkio/shlink-frontend-kit": "^0.7.2 || ^0.8",
4646
"@shlinkio/shlink-js-sdk": "^2.0.0",
4747
"react": "^18.3 || ^19.0",
4848
"react-dom": "^18.3 || ^19.0",

0 commit comments

Comments
 (0)