chore: release new versions
- @lion/calendar@0.6.2 - @lion/input-datepicker@0.8.2
This commit is contained in:
parent
91a9af2346
commit
6302382735
4 changed files with 19 additions and 3 deletions
|
|
@ -3,6 +3,14 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [0.6.2](https://github.com/ing-bank/lion/compare/@lion/calendar@0.6.1...@lion/calendar@0.6.2) (2020-01-17)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @lion/calendar
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.6.1](https://github.com/ing-bank/lion/compare/@lion/calendar@0.6.0...@lion/calendar@0.6.1) (2020-01-17)
|
## [0.6.1](https://github.com/ing-bank/lion/compare/@lion/calendar@0.6.0...@lion/calendar@0.6.1) (2020-01-17)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/calendar",
|
"name": "@lion/calendar",
|
||||||
"version": "0.6.1",
|
"version": "0.6.2",
|
||||||
"description": "Standalone calendar",
|
"description": "Standalone calendar",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
"homepage": "https://github.com/ing-bank/lion/",
|
"homepage": "https://github.com/ing-bank/lion/",
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,14 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [0.8.2](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.8.1...@lion/input-datepicker@0.8.2) (2020-01-17)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @lion/input-datepicker
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.8.1](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.8.0...@lion/input-datepicker@0.8.1) (2020-01-17)
|
## [0.8.1](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.8.0...@lion/input-datepicker@0.8.1) (2020-01-17)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/input-datepicker",
|
"name": "@lion/input-datepicker",
|
||||||
"version": "0.8.1",
|
"version": "0.8.2",
|
||||||
"description": "Provide a way for users to fill in a date via a calendar overlay",
|
"description": "Provide a way for users to fill in a date via a calendar overlay",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
"homepage": "https://github.com/ing-bank/lion/",
|
"homepage": "https://github.com/ing-bank/lion/",
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
"*.js"
|
"*.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/calendar": "0.6.1",
|
"@lion/calendar": "0.6.2",
|
||||||
"@lion/core": "0.4.1",
|
"@lion/core": "0.4.1",
|
||||||
"@lion/field": "0.8.1",
|
"@lion/field": "0.8.1",
|
||||||
"@lion/input-date": "0.5.1",
|
"@lion/input-date": "0.5.1",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue