Update to @shlinkio/shlink-web-component 0.10.1

This commit is contained in:
Alejandro Celaya 2024-10-19 12:13:34 +02:00
parent 5f5b66a21e
commit ae014e2a14
3 changed files with 11 additions and 11 deletions

View file

@ -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). 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 ### Added
* *Nothing* * *Nothing*
### Changed ### Changed
* Update to `@shlinkio/shlink-frontend-kit` 0.6.0 * 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 ### Deprecated
* *Nothing* * *Nothing*
@ -19,7 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
* *Nothing* * *Nothing*
### Fixed ### 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 ## [4.2.1] - 2024-10-09

14
package-lock.json generated
View file

@ -18,7 +18,7 @@
"@shlinkio/data-manipulation": "^1.0.3", "@shlinkio/data-manipulation": "^1.0.3",
"@shlinkio/shlink-frontend-kit": "^0.6.0", "@shlinkio/shlink-frontend-kit": "^0.6.0",
"@shlinkio/shlink-js-sdk": "^1.2.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", "bootstrap": "5.2.3",
"bottlejs": "^2.0.1", "bottlejs": "^2.0.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
@ -3441,9 +3441,9 @@
"integrity": "sha512-kYok17WEFcXRknRcbMjO4oTXtmY5XzmmQ4092q+awH0jqQfLDPfY6V2TJGUFhxYseGC4Imz4HX4tbqhcc2xntw==" "integrity": "sha512-kYok17WEFcXRknRcbMjO4oTXtmY5XzmmQ4092q+awH0jqQfLDPfY6V2TJGUFhxYseGC4Imz4HX4tbqhcc2xntw=="
}, },
"node_modules/@shlinkio/shlink-web-component": { "node_modules/@shlinkio/shlink-web-component": {
"version": "0.10.0", "version": "0.10.1",
"resolved": "https://registry.npmjs.org/@shlinkio/shlink-web-component/-/shlink-web-component-0.10.0.tgz", "resolved": "https://registry.npmjs.org/@shlinkio/shlink-web-component/-/shlink-web-component-0.10.1.tgz",
"integrity": "sha512-FZtw5sCK0Gfo5M8qO0wrEVqx/fc95Zhmj1rjwJAOEg+h6vt82B9rHGXufbbmOvH2nEYmlBP0HlL08JSbAtyM4Q==", "integrity": "sha512-2gvSRrQXuc0zaMMiVvKVryFvdIDqGPQq5z3P+mPzMLkGN0ga7EHFhf9GRE0VFxBf8078ro34zEMIxMgoLutMVg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@formkit/drag-and-drop": "^0.0.38", "@formkit/drag-and-drop": "^0.0.38",
@ -14708,9 +14708,9 @@
"integrity": "sha512-kYok17WEFcXRknRcbMjO4oTXtmY5XzmmQ4092q+awH0jqQfLDPfY6V2TJGUFhxYseGC4Imz4HX4tbqhcc2xntw==" "integrity": "sha512-kYok17WEFcXRknRcbMjO4oTXtmY5XzmmQ4092q+awH0jqQfLDPfY6V2TJGUFhxYseGC4Imz4HX4tbqhcc2xntw=="
}, },
"@shlinkio/shlink-web-component": { "@shlinkio/shlink-web-component": {
"version": "0.10.0", "version": "0.10.1",
"resolved": "https://registry.npmjs.org/@shlinkio/shlink-web-component/-/shlink-web-component-0.10.0.tgz", "resolved": "https://registry.npmjs.org/@shlinkio/shlink-web-component/-/shlink-web-component-0.10.1.tgz",
"integrity": "sha512-FZtw5sCK0Gfo5M8qO0wrEVqx/fc95Zhmj1rjwJAOEg+h6vt82B9rHGXufbbmOvH2nEYmlBP0HlL08JSbAtyM4Q==", "integrity": "sha512-2gvSRrQXuc0zaMMiVvKVryFvdIDqGPQq5z3P+mPzMLkGN0ga7EHFhf9GRE0VFxBf8078ro34zEMIxMgoLutMVg==",
"requires": { "requires": {
"@formkit/drag-and-drop": "^0.0.38", "@formkit/drag-and-drop": "^0.0.38",
"@json2csv/plainjs": "^7.0.6", "@json2csv/plainjs": "^7.0.6",

View file

@ -35,7 +35,7 @@
"@shlinkio/data-manipulation": "^1.0.3", "@shlinkio/data-manipulation": "^1.0.3",
"@shlinkio/shlink-frontend-kit": "^0.6.0", "@shlinkio/shlink-frontend-kit": "^0.6.0",
"@shlinkio/shlink-js-sdk": "^1.2.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", "bootstrap": "5.2.3",
"bottlejs": "^2.0.1", "bottlejs": "^2.0.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",