Version Packages (#2415)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
a51e28d7a5
commit
104c49449e
4 changed files with 9 additions and 12 deletions
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
fix(calendar): align central date with dynamic disabled dates
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
make web-test-runner statements checking `documentOrShadowRoot.activeElement` debuggable by exposing
|
|
||||||
a test-helper method `isActiveElement`.
|
|
||||||
|
|
@ -1,5 +1,13 @@
|
||||||
# @lion/ui
|
# @lion/ui
|
||||||
|
|
||||||
|
## 0.8.7
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- a51e28d: fix(calendar): align central date with dynamic disabled dates
|
||||||
|
- 3e13ade: make web-test-runner statements checking `documentOrShadowRoot.activeElement` debuggable by exposing
|
||||||
|
a test-helper method `isActiveElement`.
|
||||||
|
|
||||||
## 0.8.6
|
## 0.8.6
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/ui",
|
"name": "@lion/ui",
|
||||||
"version": "0.8.6",
|
"version": "0.8.7",
|
||||||
"description": "A package of extendable web components",
|
"description": "A package of extendable web components",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue