Version Packages
This commit is contained in:
parent
21af096b9b
commit
e89faca259
7 changed files with 18 additions and 18 deletions
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'singleton-manager': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Keep the `main` entry in package.json for now, as it is still used by some tools.
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
[core]: replaced import('lit-element') with import('lit') to fix tests, fixed test for SlotMixin
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
[drawer]: implemented initial version of lion-drawer
|
|
||||||
|
|
@ -1,5 +1,11 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 1.6.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- faa26f12: Keep the `main` entry in package.json for now, as it is still used by some tools.
|
||||||
|
|
||||||
## 1.6.0
|
## 1.6.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "singleton-manager",
|
"name": "singleton-manager",
|
||||||
"version": "1.6.0",
|
"version": "1.6.1",
|
||||||
"description": "Manage singletons across multiple major versions so they converge to a single instance",
|
"description": "Manage singletons across multiple major versions so they converge to a single instance",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,14 @@
|
||||||
# @lion/ui
|
# @lion/ui
|
||||||
|
|
||||||
|
## 0.0.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- c7ea0357: [core]: replaced import('lit-element') with import('lit') to fix tests, fixed test for SlotMixin
|
||||||
|
- c7ea0357: [drawer]: implemented initial version of lion-drawer
|
||||||
|
- Updated dependencies [faa26f12]
|
||||||
|
- singleton-manager@1.6.1
|
||||||
|
|
||||||
## 0.0.1
|
## 0.0.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/ui",
|
"name": "@lion/ui",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"description": "A package of extendable web components",
|
"description": "A package of extendable web components",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
"awesome-phonenumber": "^3.0.1",
|
"awesome-phonenumber": "^3.0.1",
|
||||||
"ibantools": "^2.2.0",
|
"ibantools": "^2.2.0",
|
||||||
"lit": "^2.4.0",
|
"lit": "^2.4.0",
|
||||||
"singleton-manager": "^1.6.0"
|
"singleton-manager": "^1.6.1"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"design-system",
|
"design-system",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue