Version Packages

This commit is contained in:
github-actions[bot] 2024-10-31 09:50:02 +00:00 committed by Thijs Louisse
parent 2c38a919bc
commit a5b2c2d977
6 changed files with 10 additions and 21 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[core] make scoped-elements ssr-compatible

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[localize] make sure LocalizeManager does not crash with lit-ssr

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
improve test experience in dev-mode by limiting verbose warnings

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[validation-feedback] do not display type of the validation feedback message, if there is no message

View file

@ -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

View file

@ -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",