chore: release packages

This commit is contained in:
Joren Broekema 2020-10-19 14:26:30 +02:00
parent 4f04ee33ea
commit be99638e18
10 changed files with 34 additions and 17 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/button': patch
---
On top of the 40x40px min height and width, set width/height to 100% so that the clickarea covers the entire width or height of the button.

View file

@ -1,5 +0,0 @@
---
"providence-analytics": feat
---
add option skipCheckMatchCompatibility and enable for monorepos in extend-docs

View file

@ -1,5 +1,11 @@
# Change Log
## 0.8.1
### Patch Changes
- b910d6f7: On top of the 40x40px min height and width, set width/height to 100% so that the clickarea covers the entire width or height of the button.
## 0.8.0
### Minor Changes

View file

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

View file

@ -1,5 +1,13 @@
# Change Log
## 0.3.7
### Patch Changes
- Updated dependencies [b910d6f7]
- @lion/button@0.8.1
- @lion/select-rich@0.21.7
## 0.3.6
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/form-integrations",
"version": "0.3.6",
"version": "0.3.7",
"description": "The Form System allows you to create complex forms with various validation in an easy way",
"license": "MIT",
"author": "ing-bank",
@ -33,7 +33,7 @@
"./docs/helper-wc/h-output.js"
],
"dependencies": {
"@lion/button": "0.8.0",
"@lion/button": "0.8.1",
"@lion/checkbox-group": "0.12.2",
"@lion/core": "0.13.1",
"@lion/fieldset": "0.15.2",
@ -48,7 +48,7 @@
"@lion/localize": "0.14.6",
"@lion/radio-group": "0.12.2",
"@lion/select": "0.8.2",
"@lion/select-rich": "0.21.6",
"@lion/select-rich": "0.21.7",
"@lion/textarea": "0.8.2",
"@lion/validate-messages": "0.3.2"
},

View file

@ -1,5 +1,11 @@
# Change Log
## 0.8.0
### Minor Changes
- ca210dae: add option skipCheckMatchCompatibility and enable for monorepos in extend-docs
## 0.7.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "providence-analytics",
"version": "0.7.0",
"version": "0.8.0",
"description": "Providence is the 'All Seeing Eye' that measures effectivity and popularity of software. Release management will become highly efficient due to an accurate impact analysis of (breaking) changes",
"license": "MIT",
"author": "ing-bank",

View file

@ -1,5 +1,12 @@
# Change Log
## 0.21.7
### Patch Changes
- Updated dependencies [b910d6f7]
- @lion/button@0.8.1
## 0.21.6
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/select-rich",
"version": "0.21.6",
"version": "0.21.7",
"description": "Provides a select with options that can contain html",
"license": "MIT",
"author": "ing-bank",
@ -34,7 +34,7 @@
"lion-select-rich.js"
],
"dependencies": {
"@lion/button": "0.8.0",
"@lion/button": "0.8.1",
"@lion/core": "0.13.1",
"@lion/form-core": "0.6.4",
"@lion/listbox": "0.3.0",