Merge pull request #1109 from ing-bank/changeset-release/master

Version Packages
This commit is contained in:
Joren Broekema 2020-12-01 09:19:39 +01:00 committed by GitHub
commit 9baf8065d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 24 additions and 10 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/calendar': patch
---
Fix event handler bind so the events are cleaned up properly in disconnectedCallback

View file

@ -1,5 +1,11 @@
# Change Log
## 0.12.7
### Patch Changes
- 69e38a76: Fix event handler bind so the events are cleaned up properly in disconnectedCallback
## 0.12.6
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/calendar",
"version": "0.12.6",
"version": "0.12.7",
"description": "Standalone calendar",
"license": "MIT",
"author": "ing-bank",

View file

@ -1,5 +1,11 @@
# Change Log
## 0.3.16
### Patch Changes
- @lion/input-datepicker@0.18.6
## 0.3.15
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/form-integrations",
"version": "0.3.15",
"version": "0.3.16",
"description": "The Form System allows you to create complex forms with various validation in an easy way",
"license": "MIT",
"author": "ing-bank",
@ -41,7 +41,7 @@
"@lion/form-core": "0.6.11",
"@lion/input": "0.10.9",
"@lion/input-date": "0.8.9",
"@lion/input-datepicker": "0.18.5",
"@lion/input-datepicker": "0.18.6",
"@lion/input-email": "0.9.9",
"@lion/input-iban": "0.10.9",
"@lion/input-range": "0.5.9",

View file

@ -1,5 +1,12 @@
# Change Log
## 0.18.6
### Patch Changes
- Updated dependencies [69e38a76]
- @lion/calendar@0.12.7
## 0.18.5
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input-datepicker",
"version": "0.18.5",
"version": "0.18.6",
"description": "Provide a way for users to fill in a date via a calendar overlay",
"license": "MIT",
"author": "ing-bank",
@ -33,7 +33,7 @@
"lion-input-datepicker.js"
],
"dependencies": {
"@lion/calendar": "0.12.6",
"@lion/calendar": "0.12.7",
"@lion/core": "0.13.4",
"@lion/form-core": "0.6.11",
"@lion/input-date": "0.8.9",