Version Packages

This commit is contained in:
github-actions[bot] 2024-11-12 16:26:58 +00:00 committed by Thijs Louisse
parent 86ca2e072e
commit d80a8e9dff
8 changed files with 16 additions and 22 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
no registration of same class twice w/o scoped-registries polyfill

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[overlays] Fixed memory leak caused adopted style cache and the `OverlayMixin` not releasing the `OverlayController` on teardown

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[overlays] now closes when iframe loses focus

View file

@ -1,5 +0,0 @@
---
'providence-analytics': patch
---
improve docs

View file

@ -1,5 +1,11 @@
# Change Log # Change Log
## 0.17.2
### Patch Changes
- a19096e: improve docs
## 0.17.1 ## 0.17.1
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "providence-analytics", "name": "providence-analytics",
"version": "0.17.1", "version": "0.17.2",
"description": "Providence is the 'All Seeing Eye' that measures effectivity and popularity of software. Release management will become highly efficient due to an accurate impact analysis of (breaking) changes", "description": "Providence is the 'All Seeing Eye' that measures effectivity and popularity of software. Release management will become highly efficient due to an accurate impact analysis of (breaking) changes",
"license": "MIT", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",

View file

@ -1,5 +1,13 @@
# @lion/ui # @lion/ui
## 0.8.6
### Patch Changes
- faca191: no registration of same class twice w/o scoped-registries polyfill
- 86ca2e0: [overlays] Fixed memory leak caused adopted style cache and the `OverlayMixin` not releasing the `OverlayController` on teardown
- 2a989f4: [overlays] now closes when iframe loses focus
## 0.8.5 ## 0.8.5
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/ui", "name": "@lion/ui",
"version": "0.8.5", "version": "0.8.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",