Version Packages

This commit is contained in:
github-actions[bot] 2022-11-08 16:04:18 +00:00 committed by Thomas Allmer
parent 21af096b9b
commit e89faca259
7 changed files with 18 additions and 18 deletions

View file

@ -1,5 +0,0 @@
---
'singleton-manager': patch
---
Keep the `main` entry in package.json for now, as it is still used by some tools.

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[core]: replaced import('lit-element') with import('lit') to fix tests, fixed test for SlotMixin

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[drawer]: implemented initial version of lion-drawer

View file

@ -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

View file

@ -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",

View file

@ -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

View file

@ -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",