From ae014e2a1455f8774f8ec69fd2e7b0d8b9f0a674 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 19 Oct 2024 12:13:34 +0200 Subject: [PATCH] Update to @shlinkio/shlink-web-component 0.10.1 --- CHANGELOG.md | 6 +++--- package-lock.json | 14 +++++++------- package.json | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1abea43a..1e546260 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,13 @@ All notable changes to this project will be documented in this file. 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). -## [Unreleased] +## [4.2.2] - 2024-10-19 ### Added * *Nothing* ### Changed * Update to `@shlinkio/shlink-frontend-kit` 0.6.0 -* Update to `@shlinkio/shlink-web-component` 0.10.0 +* Update to `@shlinkio/shlink-web-component` 0.10.1 ### Deprecated * *Nothing* @@ -19,7 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), * *Nothing* ### Fixed -* *Nothing* +* [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. ## [4.2.1] - 2024-10-09 diff --git a/package-lock.json b/package-lock.json index 60f914a9..a4671369 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@shlinkio/data-manipulation": "^1.0.3", "@shlinkio/shlink-frontend-kit": "^0.6.0", "@shlinkio/shlink-js-sdk": "^1.2.0", - "@shlinkio/shlink-web-component": "^0.10.0", + "@shlinkio/shlink-web-component": "^0.10.1", "bootstrap": "5.2.3", "bottlejs": "^2.0.1", "clsx": "^2.1.1", @@ -3441,9 +3441,9 @@ "integrity": "sha512-kYok17WEFcXRknRcbMjO4oTXtmY5XzmmQ4092q+awH0jqQfLDPfY6V2TJGUFhxYseGC4Imz4HX4tbqhcc2xntw==" }, "node_modules/@shlinkio/shlink-web-component": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/@shlinkio/shlink-web-component/-/shlink-web-component-0.10.0.tgz", - "integrity": "sha512-FZtw5sCK0Gfo5M8qO0wrEVqx/fc95Zhmj1rjwJAOEg+h6vt82B9rHGXufbbmOvH2nEYmlBP0HlL08JSbAtyM4Q==", + "version": "0.10.1", + "resolved": "https://registry.npmjs.org/@shlinkio/shlink-web-component/-/shlink-web-component-0.10.1.tgz", + "integrity": "sha512-2gvSRrQXuc0zaMMiVvKVryFvdIDqGPQq5z3P+mPzMLkGN0ga7EHFhf9GRE0VFxBf8078ro34zEMIxMgoLutMVg==", "license": "MIT", "dependencies": { "@formkit/drag-and-drop": "^0.0.38", @@ -14708,9 +14708,9 @@ "integrity": "sha512-kYok17WEFcXRknRcbMjO4oTXtmY5XzmmQ4092q+awH0jqQfLDPfY6V2TJGUFhxYseGC4Imz4HX4tbqhcc2xntw==" }, "@shlinkio/shlink-web-component": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/@shlinkio/shlink-web-component/-/shlink-web-component-0.10.0.tgz", - "integrity": "sha512-FZtw5sCK0Gfo5M8qO0wrEVqx/fc95Zhmj1rjwJAOEg+h6vt82B9rHGXufbbmOvH2nEYmlBP0HlL08JSbAtyM4Q==", + "version": "0.10.1", + "resolved": "https://registry.npmjs.org/@shlinkio/shlink-web-component/-/shlink-web-component-0.10.1.tgz", + "integrity": "sha512-2gvSRrQXuc0zaMMiVvKVryFvdIDqGPQq5z3P+mPzMLkGN0ga7EHFhf9GRE0VFxBf8078ro34zEMIxMgoLutMVg==", "requires": { "@formkit/drag-and-drop": "^0.0.38", "@json2csv/plainjs": "^7.0.6", diff --git a/package.json b/package.json index 03153da7..97a264c1 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@shlinkio/data-manipulation": "^1.0.3", "@shlinkio/shlink-frontend-kit": "^0.6.0", "@shlinkio/shlink-js-sdk": "^1.2.0", - "@shlinkio/shlink-web-component": "^0.10.0", + "@shlinkio/shlink-web-component": "^0.10.1", "bootstrap": "5.2.3", "bottlejs": "^2.0.1", "clsx": "^2.1.1",