Version Packages
This commit is contained in:
parent
90d6e43c9c
commit
5f1d716627
5 changed files with 9 additions and 16 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
add `@slot` and `@customElements` meta data for custom-elements manifest
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
cleanup IE11 code in LionButton
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
adds configuration options to the success message validation
|
||||
|
|
@ -1,5 +1,13 @@
|
|||
# @lion/ui
|
||||
|
||||
## 0.13.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 63454c2: add `@slot` and `@customElements` meta data for custom-elements manifest
|
||||
- 63454c2: cleanup IE11 code in LionButton
|
||||
- 713429a: adds configuration options to the success message validation
|
||||
|
||||
## 0.13.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/ui",
|
||||
"version": "0.13.0",
|
||||
"version": "0.13.1",
|
||||
"description": "A package of extendable web components",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
Loading…
Reference in a new issue