Skip to content

Commit 2e438f9

Browse files
authored
Merge pull request #1351 from shlinkio/develop
Release 4.2.2
2 parents 9a798c2 + ae014e2 commit 2e438f9

15 files changed

+6611
-5677
lines changed

.github/dependabot.yml

+2-1
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

+18
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+
## [4.2.2] - 2024-10-19
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.1
14+
15+
### Deprecated
16+
* *Nothing*
17+
18+
### Removed
19+
* *Nothing*
20+
21+
### Fixed
22+
* [shlink-web-component#475](https://github.com/shlinkio/shlink-web-component/issues/475) Fix incorrect amount of dots being displayed in line charts when the difference in days/weeks/months is rounded up.
23+
24+
725
## [4.2.1] - 2024-10-09
826
### Added
927
* *Nothing*

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.9-alpine as node
1+
FROM node:23.0-alpine as node
22
COPY . /shlink-web-client
33
ARG VERSION="latest"
44
ENV VERSION ${VERSION}

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
[![GitHub license](https://img.shields.io/github/license/shlinkio/shlink-web-client.svg?style=flat-square)](https://github.com/shlinkio/shlink-web-client/blob/main/LICENSE)
88

99
[![Mastodon](https://img.shields.io/mastodon/follow/109329425426175098?color=%236364ff&domain=https%3A%2F%2Ffosstodon.org&label=follow&logo=mastodon&logoColor=white&style=flat-square)](https://fosstodon.org/@shlinkio)
10-
[![Twitter](https://img.shields.io/badge/follow-shlinkio-blue.svg?style=flat-square&logo=x&color=black)](https://twitter.com/shlinkio)
1110
[![Bluesky](https://img.shields.io/badge/follow-shlinkio-0285FF.svg?style=flat-square&logo=bluesky&logoColor=white)](https://bsky.app/profile/shlinkio.bsky.social)
1211
[![Paypal Donate](https://img.shields.io/badge/Donate-paypal-blue.svg?style=flat-square&logo=paypal&colorA=cccccc)](https://slnk.to/donate)
1312

0 commit comments

Comments
 (0)