diff --git a/.changeset/cuddly-hats-beg.md b/.changeset/cuddly-hats-beg.md deleted file mode 100644 index 345ae18c6..000000000 --- a/.changeset/cuddly-hats-beg.md +++ /dev/null @@ -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. diff --git a/.changeset/forty-hornets-speak.md b/.changeset/forty-hornets-speak.md deleted file mode 100644 index e4e46824d..000000000 --- a/.changeset/forty-hornets-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@lion/ui": patch ---- - -Updated the return type of `localizeNamespaces()` of the localize mixin to allow `NamespaceObject[]` diff --git a/.changeset/green-elephants-jog.md b/.changeset/green-elephants-jog.md deleted file mode 100644 index d0960eff5..000000000 --- a/.changeset/green-elephants-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -fix: overlay docs error: 'return' outside of function diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 56fa74c4e..a5cf45869 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -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 diff --git a/packages/ui/package.json b/packages/ui/package.json index e2b84357f..6dc3fbc9e 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -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",