Version Packages

This commit is contained in:
github-actions[bot] 2021-03-23 12:42:44 +00:00 committed by Thomas Allmer
parent 57ad1569e0
commit 80e1f79e0b
77 changed files with 416 additions and 149 deletions

View file

@ -1,13 +0,0 @@
---
'@lion/accordion': patch
'@lion/button': patch
'@lion/calendar': patch
'@lion/collapsible': patch
'@lion/pagination': patch
'@lion/progress-indicator': patch
'@lion/steps': patch
'@lion/switch': patch
'@lion/tabs': patch
---
Removed lion-specific component namings from overview.md files

View file

@ -1,5 +0,0 @@
---
'remark-extend': patch
---
Do not touch image urls

View file

@ -1,5 +0,0 @@
---
'@lion/form-core': minor
---
Add preprocessor hook for completely preventing invalid input or doing other preprocessing steps before the parsing process of the FormatMixin.

View file

@ -1,5 +0,0 @@
---
'@lion/overlays': patch
---
fix: only close an overlay if both mousedown and mousep events are outside (for hidesOnOutsideClick)

View file

@ -1,5 +0,0 @@
---
'@lion/checkbox-group': patch
---
Add define.js sideEffect to package.json

View file

@ -1,5 +0,0 @@
---
'@lion/form-core': patch
---
fix: prevent a11y violations when applying aria-required

View file

@ -1,5 +0,0 @@
---
'@lion/input-amount': minor
---
Add a digit-only preprocessor for input-amount. This will only allow users to enter characters that are digits or separator characters.

View file

@ -1,5 +0,0 @@
---
'@lion/form-core': patch
---
Make sync updatable mixin work for elements that get re-connected to DOM e.g. through appendChild. Needed for integration with global overlays.

View file

@ -1,5 +0,0 @@
---
'publish-docs': patch
---
Images need to stay images when adjusting links

View file

@ -1,6 +1,13 @@
# publish-docs
## 0.1.1
### Patch Changes
- b1cd3735: Images need to stay images when adjusting links
## 0.1.0
### Minor Changes
- f3e54c56: Release initial version

View file

@ -1,6 +1,6 @@
{
"name": "publish-docs",
"version": "0.1.0",
"version": "0.1.1",
"description": "A tool that copies and processes your documentation (in a monorepo) so it can be published/shipped with your package.",
"license": "MIT",
"author": "ing-bank",

View file

@ -1,5 +1,11 @@
# Change Log
## 0.4.1
### Patch Changes
- 57ad1569: Do not touch image urls
## 0.4.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "remark-extend",
"version": "0.4.0",
"version": "0.4.1",
"description": "A plugin for remark that allows to extend a md file with another md file",
"license": "MIT",
"author": "ing-bank",

View file

@ -1,5 +1,11 @@
# Change Log
## 0.4.1
### Patch Changes
- 59dad284: Removed lion-specific component namings from overview.md files
## 0.4.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/accordion",
"version": "0.4.0",
"version": "0.4.1",
"description": "Vertically stacked list of invokers that can be clicked to reveal or hide content associated with them.",
"license": "MIT",
"author": "ing-bank",

View file

@ -1,5 +1,11 @@
# Change Log
## 0.10.1
### Patch Changes
- 59dad284: Removed lion-specific component namings from overview.md files
## 0.10.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/button",
"version": "0.10.0",
"version": "0.10.1",
"description": "A button that is easily styleable and accessible in all contexts",
"license": "MIT",
"author": "ing-bank",

View file

@ -1,5 +1,11 @@
# Change Log
## 0.14.1
### Patch Changes
- 59dad284: Removed lion-specific component namings from overview.md files
## 0.14.0
### Minor Changes

View file

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

View file

@ -1,5 +1,16 @@
# Change Log
## 0.15.1
### Patch Changes
- 3aa47833: Add define.js sideEffect to package.json
- Updated dependencies [13f808af]
- Updated dependencies [aa478174]
- Updated dependencies [a809d7b5]
- @lion/form-core@0.10.0
- @lion/input@0.12.1
## 0.15.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/checkbox-group",
"version": "0.15.0",
"version": "0.15.1",
"description": "A container for multiple checkboxes",
"license": "MIT",
"author": "ing-bank",
@ -40,8 +40,8 @@
],
"dependencies": {
"@lion/core": "0.15.0",
"@lion/form-core": "0.9.0",
"@lion/input": "0.12.0"
"@lion/form-core": "0.10.0",
"@lion/input": "0.12.1"
},
"keywords": [
"checkbox-group",

View file

@ -1,5 +1,11 @@
# Change Log
## 0.4.1
### Patch Changes
- 59dad284: Removed lion-specific component namings from overview.md files
## 0.4.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/collapsible",
"version": "0.4.0",
"version": "0.4.1",
"description": "This component is a combination of a button (the invoker), a chunk of extra content.",
"license": "MIT",
"author": "ing-bank",

View file

@ -1,5 +1,17 @@
# Change Log
## 0.3.1
### Patch Changes
- Updated dependencies [13f808af]
- Updated dependencies [412270fa]
- Updated dependencies [aa478174]
- Updated dependencies [a809d7b5]
- @lion/form-core@0.10.0
- @lion/overlays@0.25.1
- @lion/listbox@0.6.1
## 0.3.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/combobox",
"version": "0.3.0",
"version": "0.3.1",
"description": "A widget made up of a single-line textbox and an associated pop-up listbox element",
"license": "MIT",
"author": "ing-bank",
@ -46,9 +46,9 @@
],
"dependencies": {
"@lion/core": "0.15.0",
"@lion/form-core": "0.9.0",
"@lion/listbox": "0.6.0",
"@lion/overlays": "0.25.0"
"@lion/form-core": "0.10.0",
"@lion/listbox": "0.6.1",
"@lion/overlays": "0.25.1"
},
"keywords": [
"combobox",

View file

@ -1,5 +1,12 @@
# Change Log
## 0.11.1
### Patch Changes
- Updated dependencies [412270fa]
- @lion/overlays@0.25.1
## 0.11.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/dialog",
"version": "0.11.0",
"version": "0.11.1",
"description": "Show relative overlay content on click, as a webcomponent",
"license": "MIT",
"author": "ing-bank",
@ -38,7 +38,7 @@
],
"dependencies": {
"@lion/core": "0.15.0",
"@lion/overlays": "0.25.0"
"@lion/overlays": "0.25.1"
},
"keywords": [
"dialog",

View file

@ -1,5 +1,14 @@
# Change Log
## 0.17.1
### Patch Changes
- Updated dependencies [13f808af]
- Updated dependencies [aa478174]
- Updated dependencies [a809d7b5]
- @lion/form-core@0.10.0
## 0.17.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/fieldset",
"version": "0.17.0",
"version": "0.17.1",
"description": "Allows to groups multiple input fields or other fieldsets together",
"license": "MIT",
"author": "ing-bank",
@ -38,7 +38,7 @@
],
"dependencies": {
"@lion/core": "0.15.0",
"@lion/form-core": "0.9.0"
"@lion/form-core": "0.10.0"
},
"keywords": [
"fieldset",

View file

@ -1,5 +1,16 @@
# Change Log
## 0.10.0
### Minor Changes
- 13f808af: Add preprocessor hook for completely preventing invalid input or doing other preprocessing steps before the parsing process of the FormatMixin.
### Patch Changes
- aa478174: fix: prevent a11y violations when applying aria-required
- a809d7b5: Make sync updatable mixin work for elements that get re-connected to DOM e.g. through appendChild. Needed for integration with global overlays.
## 0.9.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/form-core",
"version": "0.9.0",
"version": "0.10.0",
"description": "Form-core contains all essential building blocks for creating form fields and fieldsets",
"license": "MIT",
"author": "ing-bank",

View file

@ -1,5 +1,37 @@
# Change Log
## 0.5.1
### Patch Changes
- Updated dependencies [59dad284]
- Updated dependencies [13f808af]
- Updated dependencies [3aa47833]
- Updated dependencies [aa478174]
- Updated dependencies [13f808af]
- Updated dependencies [a809d7b5]
- @lion/button@0.10.1
- @lion/switch@0.14.1
- @lion/form-core@0.10.0
- @lion/checkbox-group@0.15.1
- @lion/input-amount@0.11.0
- @lion/select-rich@0.23.1
- @lion/input-datepicker@0.20.1
- @lion/combobox@0.3.1
- @lion/fieldset@0.17.1
- @lion/input@0.12.1
- @lion/input-date@0.10.1
- @lion/input-email@0.11.1
- @lion/input-iban@0.13.1
- @lion/input-stepper@0.3.1
- @lion/listbox@0.6.1
- @lion/radio-group@0.14.1
- @lion/select@0.10.1
- @lion/textarea@0.10.1
- @lion/validate-messages@0.5.1
- @lion/form@0.9.1
- @lion/input-range@0.7.1
## 0.5.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/form-integrations",
"version": "0.5.0",
"version": "0.5.1",
"description": "The Form System allows you to create complex forms with various validation in an easy way",
"license": "MIT",
"author": "ing-bank",
@ -32,29 +32,29 @@
"test": "cd ../../ && npm run test:browser -- --group form-integrations"
},
"dependencies": {
"@lion/button": "0.10.0",
"@lion/checkbox-group": "0.15.0",
"@lion/combobox": "0.3.0",
"@lion/button": "0.10.1",
"@lion/checkbox-group": "0.15.1",
"@lion/combobox": "0.3.1",
"@lion/core": "0.15.0",
"@lion/fieldset": "0.17.0",
"@lion/form": "0.9.0",
"@lion/form-core": "0.9.0",
"@lion/input": "0.12.0",
"@lion/input-amount": "0.10.0",
"@lion/input-date": "0.10.0",
"@lion/input-datepicker": "0.20.0",
"@lion/input-email": "0.11.0",
"@lion/input-iban": "0.13.0",
"@lion/input-range": "0.7.0",
"@lion/input-stepper": "0.3.0",
"@lion/listbox": "0.6.0",
"@lion/fieldset": "0.17.1",
"@lion/form": "0.9.1",
"@lion/form-core": "0.10.0",
"@lion/input": "0.12.1",
"@lion/input-amount": "0.11.0",
"@lion/input-date": "0.10.1",
"@lion/input-datepicker": "0.20.1",
"@lion/input-email": "0.11.1",
"@lion/input-iban": "0.13.1",
"@lion/input-range": "0.7.1",
"@lion/input-stepper": "0.3.1",
"@lion/listbox": "0.6.1",
"@lion/localize": "0.17.0",
"@lion/radio-group": "0.14.0",
"@lion/select": "0.10.0",
"@lion/select-rich": "0.23.0",
"@lion/switch": "0.14.0",
"@lion/textarea": "0.10.0",
"@lion/validate-messages": "0.5.0"
"@lion/radio-group": "0.14.1",
"@lion/select": "0.10.1",
"@lion/select-rich": "0.23.1",
"@lion/switch": "0.14.1",
"@lion/textarea": "0.10.1",
"@lion/validate-messages": "0.5.1"
},
"keywords": [
"form",

View file

@ -1,5 +1,11 @@
# Change Log
## 0.9.1
### Patch Changes
- @lion/fieldset@0.17.1
## 0.9.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/form",
"version": "0.9.0",
"version": "0.9.1",
"description": "It enhances the functionality of the native `form` component. It is designed to interact with (instances of) form fields",
"license": "MIT",
"author": "ing-bank",
@ -36,7 +36,7 @@
"lion-form.js"
],
"dependencies": {
"@lion/fieldset": "0.17.0"
"@lion/fieldset": "0.17.1"
},
"keywords": [
"form",

View file

@ -1,5 +1,20 @@
# Change Log
## 0.11.0
### Minor Changes
- 13f808af: Add a digit-only preprocessor for input-amount. This will only allow users to enter characters that are digits or separator characters.
### Patch Changes
- Updated dependencies [13f808af]
- Updated dependencies [aa478174]
- Updated dependencies [a809d7b5]
- @lion/form-core@0.10.0
- @lion/input@0.12.1
- @lion/validate-messages@0.5.1
## 0.10.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input-amount",
"version": "0.10.0",
"version": "0.11.0",
"description": "Provide a way for users to fill in an amount",
"license": "MIT",
"author": "ing-bank",
@ -37,10 +37,10 @@
],
"dependencies": {
"@lion/core": "0.15.0",
"@lion/form-core": "0.9.0",
"@lion/input": "0.12.0",
"@lion/form-core": "0.10.0",
"@lion/input": "0.12.1",
"@lion/localize": "0.17.0",
"@lion/validate-messages": "0.5.0"
"@lion/validate-messages": "0.5.1"
},
"keywords": [
"input-amount",

View file

@ -1,5 +1,16 @@
# Change Log
## 0.10.1
### Patch Changes
- Updated dependencies [13f808af]
- Updated dependencies [aa478174]
- Updated dependencies [a809d7b5]
- @lion/form-core@0.10.0
- @lion/input@0.12.1
- @lion/validate-messages@0.5.1
## 0.10.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input-date",
"version": "0.10.0",
"version": "0.10.1",
"description": "Provide a way for users to fill in a date",
"license": "MIT",
"author": "ing-bank",
@ -37,10 +37,10 @@
],
"dependencies": {
"@lion/core": "0.15.0",
"@lion/form-core": "0.9.0",
"@lion/input": "0.12.0",
"@lion/form-core": "0.10.0",
"@lion/input": "0.12.1",
"@lion/localize": "0.17.0",
"@lion/validate-messages": "0.5.0"
"@lion/validate-messages": "0.5.1"
},
"keywords": [
"input-date",

View file

@ -1,5 +1,20 @@
# Change Log
## 0.20.1
### Patch Changes
- Updated dependencies [59dad284]
- Updated dependencies [13f808af]
- Updated dependencies [412270fa]
- Updated dependencies [aa478174]
- Updated dependencies [a809d7b5]
- @lion/calendar@0.14.1
- @lion/form-core@0.10.0
- @lion/overlays@0.25.1
- @lion/input-date@0.10.1
- @lion/validate-messages@0.5.1
## 0.20.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input-datepicker",
"version": "0.20.0",
"version": "0.20.1",
"description": "Provide a way for users to fill in a date via a calendar overlay",
"license": "MIT",
"author": "ing-bank",
@ -36,13 +36,13 @@
"lion-input-datepicker.js"
],
"dependencies": {
"@lion/calendar": "0.14.0",
"@lion/calendar": "0.14.1",
"@lion/core": "0.15.0",
"@lion/form-core": "0.9.0",
"@lion/input-date": "0.10.0",
"@lion/form-core": "0.10.0",
"@lion/input-date": "0.10.1",
"@lion/localize": "0.17.0",
"@lion/overlays": "0.25.0",
"@lion/validate-messages": "0.5.0"
"@lion/overlays": "0.25.1",
"@lion/validate-messages": "0.5.1"
},
"keywords": [
"calendar",

View file

@ -1,5 +1,16 @@
# Change Log
## 0.11.1
### Patch Changes
- Updated dependencies [13f808af]
- Updated dependencies [aa478174]
- Updated dependencies [a809d7b5]
- @lion/form-core@0.10.0
- @lion/input@0.12.1
- @lion/validate-messages@0.5.1
## 0.11.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input-email",
"version": "0.11.0",
"version": "0.11.1",
"description": "Provide a way for users to fill in an email",
"license": "MIT",
"author": "ing-bank",
@ -37,10 +37,10 @@
],
"dependencies": {
"@lion/core": "0.15.0",
"@lion/form-core": "0.9.0",
"@lion/input": "0.12.0",
"@lion/form-core": "0.10.0",
"@lion/input": "0.12.1",
"@lion/localize": "0.17.0",
"@lion/validate-messages": "0.5.0"
"@lion/validate-messages": "0.5.1"
},
"keywords": [
"input-email",

View file

@ -1,5 +1,16 @@
# Change Log
## 0.13.1
### Patch Changes
- Updated dependencies [13f808af]
- Updated dependencies [aa478174]
- Updated dependencies [a809d7b5]
- @lion/form-core@0.10.0
- @lion/input@0.12.1
- @lion/validate-messages@0.5.1
## 0.13.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input-iban",
"version": "0.13.0",
"version": "0.13.1",
"description": "Provide a way for users to fill in an iban",
"license": "MIT",
"author": "ing-bank",
@ -37,10 +37,10 @@
],
"dependencies": {
"@lion/core": "0.15.0",
"@lion/form-core": "0.9.0",
"@lion/input": "0.12.0",
"@lion/form-core": "0.10.0",
"@lion/input": "0.12.1",
"@lion/localize": "0.17.0",
"@lion/validate-messages": "0.5.0",
"@lion/validate-messages": "0.5.1",
"ibantools": "^2.2.0"
},
"keywords": [

View file

@ -1,5 +1,11 @@
# Change Log
## 0.7.1
### Patch Changes
- @lion/input@0.12.1
## 0.7.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input-range",
"version": "0.7.0",
"version": "0.7.1",
"description": "Provide a way for users to select one value from a range of values",
"license": "MIT",
"author": "ing-bank",
@ -37,7 +37,7 @@
],
"dependencies": {
"@lion/core": "0.15.0",
"@lion/input": "0.12.0",
"@lion/input": "0.12.1",
"@lion/localize": "0.17.0"
},
"keywords": [

View file

@ -1,5 +1,15 @@
# Change Log
## 0.3.1
### Patch Changes
- Updated dependencies [13f808af]
- Updated dependencies [aa478174]
- Updated dependencies [a809d7b5]
- @lion/form-core@0.10.0
- @lion/input@0.12.1
## 0.3.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input-stepper",
"version": "0.3.0",
"version": "0.3.1",
"description": "This component enables the user to increase and decrease a numeric value by predefined range.",
"license": "MIT",
"author": "ing-bank",
@ -37,8 +37,8 @@
],
"dependencies": {
"@lion/core": "0.15.0",
"@lion/form-core": "0.9.0",
"@lion/input": "0.12.0"
"@lion/form-core": "0.10.0",
"@lion/input": "0.12.1"
},
"keywords": [
"input",

View file

@ -1,5 +1,14 @@
# Change Log
## 0.12.1
### Patch Changes
- Updated dependencies [13f808af]
- Updated dependencies [aa478174]
- Updated dependencies [a809d7b5]
- @lion/form-core@0.10.0
## 0.12.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input",
"version": "0.12.0",
"version": "0.12.1",
"description": "It enhances the functionality of the native `<input>` element",
"license": "MIT",
"author": "ing-bank",
@ -36,7 +36,7 @@
"lion-input.js"
],
"dependencies": {
"@lion/form-core": "0.9.0"
"@lion/form-core": "0.10.0"
},
"keywords": [
"input",

View file

@ -1,5 +1,14 @@
# @lion/listbox
## 0.6.1
### Patch Changes
- Updated dependencies [13f808af]
- Updated dependencies [aa478174]
- Updated dependencies [a809d7b5]
- @lion/form-core@0.10.0
## 0.6.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/listbox",
"version": "0.6.0",
"version": "0.6.1",
"description": "A listbox widget presents a list of options and allows a user to select one or more of them",
"license": "MIT",
"author": "ing-bank",
@ -40,7 +40,7 @@
],
"dependencies": {
"@lion/core": "0.15.0",
"@lion/form-core": "0.9.0"
"@lion/form-core": "0.10.0"
},
"keywords": [
"form",

View file

@ -1,5 +1,11 @@
# Change Log
## 0.25.1
### Patch Changes
- 412270fa: fix: only close an overlay if both mousedown and mousep events are outside (for hidesOnOutsideClick)
## 0.25.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/overlays",
"version": "0.25.0",
"version": "0.25.1",
"description": "Overlays System using lit-html for rendering",
"license": "MIT",
"author": "ing-bank",

View file

@ -1,5 +1,11 @@
# Change Log
## 0.4.1
### Patch Changes
- 59dad284: Removed lion-specific component namings from overview.md files
## 0.4.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/pagination",
"version": "0.4.0",
"version": "0.4.1",
"description": "A component that handles pagination.",
"license": "MIT",
"author": "ing-bank",

View file

@ -1,5 +1,11 @@
# @lion/progress-indicator
## 0.4.1
### Patch Changes
- 59dad284: Removed lion-specific component namings from overview.md files
## 0.4.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/progress-indicator",
"version": "0.4.0",
"version": "0.4.1",
"description": "A progress indicator that is easily styleable and accessible in all contexts",
"license": "MIT",
"author": "ing-bank",

View file

@ -1,5 +1,15 @@
# Change Log
## 0.14.1
### Patch Changes
- Updated dependencies [13f808af]
- Updated dependencies [aa478174]
- Updated dependencies [a809d7b5]
- @lion/form-core@0.10.0
- @lion/input@0.12.1
## 0.14.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/radio-group",
"version": "0.14.0",
"version": "0.14.1",
"description": "Manage a group of choices",
"license": "MIT",
"author": "ing-bank",
@ -39,8 +39,8 @@
],
"dependencies": {
"@lion/core": "0.15.0",
"@lion/form-core": "0.9.0",
"@lion/input": "0.12.0"
"@lion/form-core": "0.10.0",
"@lion/input": "0.12.1"
},
"keywords": [
"lion",

View file

@ -1,5 +1,19 @@
# Change Log
## 0.23.1
### Patch Changes
- Updated dependencies [59dad284]
- Updated dependencies [13f808af]
- Updated dependencies [412270fa]
- Updated dependencies [aa478174]
- Updated dependencies [a809d7b5]
- @lion/button@0.10.1
- @lion/form-core@0.10.0
- @lion/overlays@0.25.1
- @lion/listbox@0.6.1
## 0.23.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/select-rich",
"version": "0.23.0",
"version": "0.23.1",
"description": "Provides a select with options that can contain html",
"license": "MIT",
"author": "ing-bank",
@ -40,11 +40,11 @@
"lion-select-rich.js"
],
"dependencies": {
"@lion/button": "0.10.0",
"@lion/button": "0.10.1",
"@lion/core": "0.15.0",
"@lion/form-core": "0.9.0",
"@lion/listbox": "0.6.0",
"@lion/overlays": "0.25.0"
"@lion/form-core": "0.10.0",
"@lion/listbox": "0.6.1",
"@lion/overlays": "0.25.1"
},
"keywords": [
"field",

View file

@ -1,5 +1,14 @@
# Change Log
## 0.10.1
### Patch Changes
- Updated dependencies [13f808af]
- Updated dependencies [aa478174]
- Updated dependencies [a809d7b5]
- @lion/form-core@0.10.0
## 0.10.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/select",
"version": "0.10.0",
"version": "0.10.1",
"description": "Provide a set of options where you can select one",
"license": "MIT",
"author": "ing-bank",
@ -37,7 +37,7 @@
],
"dependencies": {
"@lion/core": "0.15.0",
"@lion/form-core": "0.9.0"
"@lion/form-core": "0.10.0"
},
"keywords": [
"lion",

View file

@ -1,5 +1,11 @@
# Change Log
## 0.8.1
### Patch Changes
- 59dad284: Removed lion-specific component namings from overview.md files
## 0.8.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/steps",
"version": "0.8.0",
"version": "0.8.1",
"description": "Breaks a single goal down into dependable sub-tasks.",
"license": "MIT",
"author": "ing-bank",

View file

@ -1,5 +1,15 @@
# Change Log
## 0.14.1
### Patch Changes
- 59dad284: Removed lion-specific component namings from overview.md files
- Updated dependencies [13f808af]
- Updated dependencies [aa478174]
- Updated dependencies [a809d7b5]
- @lion/form-core@0.10.0
## 0.14.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/switch",
"version": "0.14.0",
"version": "0.14.1",
"description": "A Switch is used for switching a property or feature on and off",
"license": "MIT",
"author": "ing-bank",
@ -39,7 +39,7 @@
],
"dependencies": {
"@lion/core": "0.15.0",
"@lion/form-core": "0.9.0",
"@lion/form-core": "0.10.0",
"@lion/helpers": "0.7.0"
},
"keywords": [

View file

@ -1,5 +1,11 @@
# Change Log
## 0.7.1
### Patch Changes
- 59dad284: Removed lion-specific component namings from overview.md files
## 0.7.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/tabs",
"version": "0.7.0",
"version": "0.7.1",
"description": "Allows users to quickly move between a small number of equally important views.",
"license": "MIT",
"author": "ing-bank",

View file

@ -1,5 +1,14 @@
# Change Log
## 0.10.1
### Patch Changes
- Updated dependencies [13f808af]
- Updated dependencies [aa478174]
- Updated dependencies [a809d7b5]
- @lion/form-core@0.10.0
## 0.10.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/textarea",
"version": "0.10.0",
"version": "0.10.1",
"description": "Provide a way for users to write text that is multiple lines long",
"license": "MIT",
"author": "ing-bank",
@ -37,7 +37,7 @@
],
"dependencies": {
"@lion/core": "0.15.0",
"@lion/form-core": "0.9.0",
"@lion/form-core": "0.10.0",
"@types/autosize": "^3.0.7",
"autosize": "4.0.2"
},

View file

@ -1,5 +1,12 @@
# Change Log
## 0.18.1
### Patch Changes
- Updated dependencies [412270fa]
- @lion/overlays@0.25.1
## 0.18.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/tooltip",
"version": "0.18.0",
"version": "0.18.1",
"description": "Show relative overlay content on hover",
"license": "MIT",
"author": "ing-bank",
@ -37,7 +37,7 @@
],
"dependencies": {
"@lion/core": "0.15.0",
"@lion/overlays": "0.25.0"
"@lion/overlays": "0.25.1"
},
"keywords": [
"lion",

View file

@ -1,5 +1,14 @@
# Change Log
## 0.5.1
### Patch Changes
- Updated dependencies [13f808af]
- Updated dependencies [aa478174]
- Updated dependencies [a809d7b5]
- @lion/form-core@0.10.0
## 0.5.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/validate-messages",
"version": "0.5.0",
"version": "0.5.1",
"description": "A set of localized messages for default Validators",
"license": "MIT",
"author": "ing-bank",
@ -32,7 +32,7 @@
"test": "cd ../../ && npm run test:browser -- --group validate-messages"
},
"dependencies": {
"@lion/form-core": "0.9.0",
"@lion/form-core": "0.10.0",
"@lion/localize": "0.17.0"
},
"keywords": [