Version Packages (#2145)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
ba7a7f6442
commit
40ddf2c2d2
12 changed files with 23 additions and 43 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
[localize] parseDate by default to 2000 instead of 1900 when date is below 49
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
do not run disabled property reflection unless it was part of the changeset in LionSwitchButton
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
Export isIOS and isMacSafari functions as part of browserDetection utility
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
Use traditional styleSheet on IOS for overlays
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'singleton-manager': minor
|
||||
---
|
||||
|
||||
add node/ssr support
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
reuse uuid function from the core in LionButton and LionInputDatepicker
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
invoke parent class updated callback in LionCollapsible, LionDrawer and LionSwitchButton
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
fix: DE locale typo for validation messages
|
||||
|
|
@ -1,5 +1,11 @@
|
|||
# Change Log
|
||||
|
||||
## 1.7.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- ef9b1e4c: add node/ssr support
|
||||
|
||||
## 1.6.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "singleton-manager",
|
||||
"version": "1.6.1",
|
||||
"version": "1.7.0",
|
||||
"description": "Manage singletons across multiple major versions so they converge to a single instance",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,19 @@
|
|||
# @lion/ui
|
||||
|
||||
## 0.5.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 9b5edf30: [localize] parseDate by default to 2000 instead of 1900 when date is below 49
|
||||
- bf782223: do not run disabled property reflection unless it was part of the changeset in LionSwitchButton
|
||||
- 322b0652: Export isIOS and isMacSafari functions as part of browserDetection utility
|
||||
- 322b0652: Use traditional styleSheet on IOS for overlays
|
||||
- bf782223: reuse uuid function from the core in LionButton and LionInputDatepicker
|
||||
- bf782223: invoke parent class updated callback in LionCollapsible, LionDrawer and LionSwitchButton
|
||||
- cb25a603: fix: DE locale typo for validation messages
|
||||
- Updated dependencies [ef9b1e4c]
|
||||
- singleton-manager@1.7.0
|
||||
|
||||
## 0.5.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/ui",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"description": "A package of extendable web components",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -67,7 +67,7 @@
|
|||
"awesome-phonenumber": "^4.0.0",
|
||||
"ibantools": "^2.2.0",
|
||||
"lit": "^2.4.0",
|
||||
"singleton-manager": "^1.6.1"
|
||||
"singleton-manager": "^1.7.0"
|
||||
},
|
||||
"keywords": [
|
||||
"design-system",
|
||||
|
|
|
|||
Loading…
Reference in a new issue