Version Packages
This commit is contained in:
parent
2c38a919bc
commit
a5b2c2d977
6 changed files with 10 additions and 21 deletions
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
[core] make scoped-elements ssr-compatible
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
[localize] make sure LocalizeManager does not crash with lit-ssr
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
improve test experience in dev-mode by limiting verbose warnings
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
[validation-feedback] do not display type of the validation feedback message, if there is no message
|
|
||||||
|
|
@ -1,5 +1,14 @@
|
||||||
# @lion/ui
|
# @lion/ui
|
||||||
|
|
||||||
|
## 0.8.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 2c38a91: [core] make scoped-elements ssr-compatible
|
||||||
|
- da5ae67: [localize] make sure LocalizeManager does not crash with lit-ssr
|
||||||
|
- 1626dbd: improve test experience in dev-mode by limiting verbose warnings
|
||||||
|
- 7c2b469: [validation-feedback] do not display type of the validation feedback message, if there is no message
|
||||||
|
|
||||||
## 0.8.1
|
## 0.8.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/ui",
|
"name": "@lion/ui",
|
||||||
"version": "0.8.1",
|
"version": "0.8.2",
|
||||||
"description": "A package of extendable web components",
|
"description": "A package of extendable web components",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue