Version Packages

This commit is contained in:
github-actions[bot] 2022-04-07 09:18:36 +00:00
parent 55a900b797
commit bb5bef88a7
5 changed files with 58 additions and 48 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/input-tel': patch
---
fix: expose awesome-phonenumber-lib in npm package

View file

@ -1,6 +1,14 @@
# @lion/input-tel-dropdown # @lion/input-tel-dropdown
## 0.1.1
### Patch Changes
- Updated dependencies [55a900b7]
- @lion/input-tel@0.1.1
## 0.1.0 ## 0.1.0
### Minor Changes ### Minor Changes
- 32b322c3: New component LionInpuTelDropdown - 32b322c3: New component LionInpuTelDropdown

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/input-tel-dropdown", "name": "@lion/input-tel-dropdown",
"version": "0.1.0", "version": "0.1.1",
"description": "Input field for entering phone numbers with the help of a dropdown region list", "description": "Input field for entering phone numbers with the help of a dropdown region list",
"license": "MIT", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",
@ -35,7 +35,7 @@
], ],
"dependencies": { "dependencies": {
"@lion/core": "0.22.0", "@lion/core": "0.22.0",
"@lion/input-tel": "0.1.0", "@lion/input-tel": "0.1.1",
"@lion/localize": "0.24.0" "@lion/localize": "0.24.0"
}, },
"keywords": [ "keywords": [

View file

@ -1,6 +1,13 @@
# @lion/input-tel # @lion/input-tel
## 0.1.1
### Patch Changes
- 55a900b7: fix: expose awesome-phonenumber-lib in npm package
## 0.1.0 ## 0.1.0
### Minor Changes ### Minor Changes
- a882c94f: New component "LionInputTel" - a882c94f: New component "LionInputTel"

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/input-tel", "name": "@lion/input-tel",
"version": "0.1.0", "version": "0.1.1",
"description": "Input field for entering phone numbers, including validation, formatting and mobile keyboard support.", "description": "Input field for entering phone numbers, including validation, formatting and mobile keyboard support.",
"license": "MIT", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",