Version Packages (#2220)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-03-20 09:37:39 +01:00 committed by GitHub
parent e6b8dd144c
commit 20e5703523
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 11 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[@lion/ui]: Fix "Multiple versions of Lit loaded." by pinning `@open-wc/scoped-elements` version.

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
feat: allow SlotRerenderObject to first render on connectedCallback via `firstRenderOnConnected`

View file

@ -1,5 +1,12 @@
# @lion/ui # @lion/ui
## 0.5.6
### Patch Changes
- e6b8dd14: [@lion/ui]: Fix "Multiple versions of Lit loaded." by pinning `@open-wc/scoped-elements` version.
- 8b7cc43f: feat: allow SlotRerenderObject to first render on connectedCallback via `firstRenderOnConnected`
## 0.5.5 ## 0.5.5
### Patch Changes ### Patch Changes

View file

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