Version Packages

This commit is contained in:
github-actions[bot] 2022-06-20 11:38:20 +00:00 committed by Thomas Allmer
parent b408351c9d
commit 5be7776e1e
13 changed files with 43 additions and 34 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/input-tel-dropdown': patch
---
substract and export getFlagSymbol function

View file

@ -1,5 +0,0 @@
---
'@lion/overlays': patch
---
fix chromium opacity bug by using filter

View file

@ -1,5 +0,0 @@
---
'@lion/core': patch
---
fix: use partial renderOptions in SlotMixin (for Safari)

View file

@ -1,6 +0,0 @@
---
'@lion/input-tel': patch
'@lion/input-tel-dropdown': patch
---
Add option to style the country-code with parentheses in the formatter

View file

@ -1,5 +0,0 @@
---
'@lion/input-tel': patch
---
Remove unwanted characters in input-tel parser

View file

@ -1,5 +1,11 @@
# Change Log
## 0.23.1
### Patch Changes
- 5ad98a26: fix: use partial renderOptions in SlotMixin (for Safari)
## 0.23.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/core",
"version": "0.23.0",
"version": "0.23.1",
"description": "Core functionality that is shared across all Lion Web Components",
"license": "MIT",
"author": "ing-bank",

View file

@ -1,5 +1,17 @@
# @lion/input-tel-dropdown
## 0.2.2
### Patch Changes
- 7239d604: substract and export getFlagSymbol function
- 7239d604: Add option to style the country-code with parentheses in the formatter
- Updated dependencies [5ad98a26]
- Updated dependencies [7239d604]
- Updated dependencies [7239d604]
- @lion/core@0.23.1
- @lion/input-tel@0.2.2
## 0.2.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input-tel-dropdown",
"version": "0.2.1",
"version": "0.2.2",
"description": "Input field for entering phone numbers with the help of a dropdown region list",
"license": "MIT",
"author": "ing-bank",
@ -35,8 +35,8 @@
"lion-input-tel-dropdown.js"
],
"dependencies": {
"@lion/core": "^0.23.0",
"@lion/input-tel": "^0.2.1",
"@lion/core": "^0.23.1",
"@lion/input-tel": "^0.2.2",
"@lion/localize": "^0.25.0"
},
"keywords": [

View file

@ -1,5 +1,14 @@
# @lion/input-tel
## 0.2.2
### Patch Changes
- 7239d604: Add option to style the country-code with parentheses in the formatter
- 7239d604: Remove unwanted characters in input-tel parser
- Updated dependencies [5ad98a26]
- @lion/core@0.23.1
## 0.2.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input-tel",
"version": "0.2.1",
"version": "0.2.2",
"description": "Input field for entering phone numbers, including validation, formatting and mobile keyboard support.",
"license": "MIT",
"author": "ing-bank",
@ -38,7 +38,7 @@
"lion-input-tel.js"
],
"dependencies": {
"@lion/core": "^0.23.0",
"@lion/core": "^0.23.1",
"@lion/form-core": "^0.18.1",
"@lion/input": "^0.18.0",
"@lion/localize": "^0.25.0",

View file

@ -1,5 +1,13 @@
# Change Log
## 0.33.1
### Patch Changes
- 270c7b30: fix chromium opacity bug by using filter
- Updated dependencies [5ad98a26]
- @lion/core@0.23.1
## 0.33.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/overlays",
"version": "0.33.0",
"version": "0.33.1",
"description": "Overlays System using lit-html for rendering",
"license": "MIT",
"author": "ing-bank",
@ -38,7 +38,7 @@
"./docs/applyDemoOverlayStyles.js"
],
"dependencies": {
"@lion/core": "^0.23.0",
"@lion/core": "^0.23.1",
"@popperjs/core": "^2.5.4",
"singleton-manager": "^1.5.0"
},