Version Packages (#2026)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-07-04 10:44:15 +02:00 committed by GitHub
parent b44bfc5d1f
commit 14a8f77960
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 15 deletions

View file

@ -1,9 +0,0 @@
---
'@lion/ui': patch
---
[calendar] updates:
- Enables focus to disabled dates to make it more reasonable for screen readers
- Do not automatically force selection of a valid date
- Add helper functions to find next/previous/nearest enabled date

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
lion-input-file: added isDragging property

View file

@ -1,5 +1,17 @@
# @lion/ui
## 0.3.4
### Patch Changes
- b44bfc5d: [calendar] updates:
- Enables focus to disabled dates to make it more reasonable for screen readers
- Do not automatically force selection of a valid date
- Add helper functions to find next/previous/nearest enabled date
- 137a1b6c: lion-input-file: added isDragging property
## 0.3.3
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/ui",
"version": "0.3.3",
"version": "0.3.4",
"description": "A package of extendable web components",
"license": "MIT",
"author": "ing-bank",