Version Packages
This commit is contained in:
parent
eee83cca63
commit
edc6920a90
6 changed files with 11 additions and 22 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
[core] SlotMixin: allow rerenders of templates
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
Export types that are useful for subclassers
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
[input-tel] Align with SlotMixin rerender functionality
|
||||
[input-tel-dropdown] Align with SlotMixin rerender functionality + fix interaction state synchronization
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
expose docs via export map
|
||||
|
|
@ -1,5 +1,15 @@
|
|||
# @lion/ui
|
||||
|
||||
## 0.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 11436fc0: [core] SlotMixin: allow rerenders of templates
|
||||
- eee83cca: Export types that are useful for subclassers
|
||||
- d7938ef6: [input-tel] Align with SlotMixin rerender functionality
|
||||
[input-tel-dropdown] Align with SlotMixin rerender functionality + fix interaction state synchronization
|
||||
- bc252703: expose docs via export map
|
||||
|
||||
## 0.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/ui",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.4",
|
||||
"description": "A package of extendable web components",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
Loading…
Reference in a new issue