Version Packages

This commit is contained in:
github-actions[bot] 2020-12-03 10:55:13 +00:00
parent 0fbdf5a8bf
commit f5d66bfa4d
3 changed files with 7 additions and 6 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/icon': minor
---
Allow setting a custom icon manager, which is important if you as a subclasser are managing your singletons.

View file

@ -1,5 +1,11 @@
# Change Log # Change Log
## 0.9.0
### Minor Changes
- 31471262: Allow setting a custom icon manager, which is important if you as a subclasser are managing your singletons.
## 0.8.4 ## 0.8.4
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/icon", "name": "@lion/icon",
"version": "0.8.4", "version": "0.9.0",
"description": "A web component easily displaying svg icons", "description": "A web component easily displaying svg icons",
"license": "MIT", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",