Version Packages
This commit is contained in:
parent
b408351c9d
commit
5be7776e1e
13 changed files with 43 additions and 34 deletions
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/input-tel-dropdown': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
substract and export getFlagSymbol function
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/overlays': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
fix chromium opacity bug by using filter
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/core': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
fix: use partial renderOptions in SlotMixin (for Safari)
|
|
||||||
|
|
@ -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
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/input-tel': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Remove unwanted characters in input-tel parser
|
|
||||||
|
|
@ -1,5 +1,11 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.23.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 5ad98a26: fix: use partial renderOptions in SlotMixin (for Safari)
|
||||||
|
|
||||||
## 0.23.0
|
## 0.23.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/core",
|
"name": "@lion/core",
|
||||||
"version": "0.23.0",
|
"version": "0.23.1",
|
||||||
"description": "Core functionality that is shared across all Lion Web Components",
|
"description": "Core functionality that is shared across all Lion Web Components",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,17 @@
|
||||||
# @lion/input-tel-dropdown
|
# @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
|
## 0.2.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/input-tel-dropdown",
|
"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",
|
"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,8 +35,8 @@
|
||||||
"lion-input-tel-dropdown.js"
|
"lion-input-tel-dropdown.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "^0.23.0",
|
"@lion/core": "^0.23.1",
|
||||||
"@lion/input-tel": "^0.2.1",
|
"@lion/input-tel": "^0.2.2",
|
||||||
"@lion/localize": "^0.25.0"
|
"@lion/localize": "^0.25.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,14 @@
|
||||||
# @lion/input-tel
|
# @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
|
## 0.2.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/input-tel",
|
"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.",
|
"description": "Input field for entering phone numbers, including validation, formatting and mobile keyboard support.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
"lion-input-tel.js"
|
"lion-input-tel.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "^0.23.0",
|
"@lion/core": "^0.23.1",
|
||||||
"@lion/form-core": "^0.18.1",
|
"@lion/form-core": "^0.18.1",
|
||||||
"@lion/input": "^0.18.0",
|
"@lion/input": "^0.18.0",
|
||||||
"@lion/localize": "^0.25.0",
|
"@lion/localize": "^0.25.0",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,13 @@
|
||||||
# Change Log
|
# 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
|
## 0.33.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/overlays",
|
"name": "@lion/overlays",
|
||||||
"version": "0.33.0",
|
"version": "0.33.1",
|
||||||
"description": "Overlays System using lit-html for rendering",
|
"description": "Overlays System using lit-html for rendering",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
"./docs/applyDemoOverlayStyles.js"
|
"./docs/applyDemoOverlayStyles.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "^0.23.0",
|
"@lion/core": "^0.23.1",
|
||||||
"@popperjs/core": "^2.5.4",
|
"@popperjs/core": "^2.5.4",
|
||||||
"singleton-manager": "^1.5.0"
|
"singleton-manager": "^1.5.0"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue