Version Packages (#2533)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-07-07 09:46:02 +02:00 committed by GitHub
parent 85666d6c49
commit eef0c48e41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 11 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
feat(input-tel): use first preferred region to set a default region

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
fix(input-tel): use full locale to translate country names in dropdown

View file

@ -1,5 +1,12 @@
# @lion/ui # @lion/ui
## 0.11.6
### Patch Changes
- 85666d6: feat(input-tel): use first preferred region to set a default region
- dc5d224: fix(input-tel): use full locale to translate country names in dropdown
## 0.11.5 ## 0.11.5
### Patch Changes ### Patch Changes

View file

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