Merge pull request #1886 from ing-bank/changeset-release/master

Version Packages
This commit is contained in:
Thijs Louisse 2023-01-23 13:00:22 +01:00 committed by GitHub
commit c7ce3afabd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 # @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 ## 0.0.13
### Patch Changes ### Patch Changes

View file

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