Version Packages

This commit is contained in:
github-actions[bot] 2023-01-23 11:58:32 +00:00
parent 87e565caeb
commit ac6f4ca389
5 changed files with 9 additions and 16 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
Unresolved icons to not cause a fatal error, but console.error instead. Missing assets shouldn't prevent the rest of the application from rendering.

View file

@ -1,5 +0,0 @@
---
"@lion/ui": patch
---
Updated the return type of `localizeNamespaces()` of the localize mixin to allow `NamespaceObject[]`

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
fix: overlay docs error: 'return' outside of function

View file

@ -1,5 +1,13 @@
# @lion/ui
## 0.0.14
### Patch Changes
- a5330c92: Unresolved icons to not cause a fatal error, but console.error instead. Missing assets shouldn't prevent the rest of the application from rendering.
- d204195c: Updated the return type of `localizeNamespaces()` of the localize mixin to allow `NamespaceObject[]`
- 87e565ca: fix: overlay docs error: 'return' outside of function
## 0.0.13
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/ui",
"version": "0.0.13",
"version": "0.0.14",
"description": "A package of extendable web components",
"license": "MIT",
"author": "ing-bank",