chore: release packages
This commit is contained in:
parent
4f04ee33ea
commit
be99638e18
10 changed files with 34 additions and 17 deletions
|
|
@ -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.
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"providence-analytics": feat
|
|
||||||
---
|
|
||||||
|
|
||||||
add option skipCheckMatchCompatibility and enable for monorepos in extend-docs
|
|
||||||
|
|
@ -1,5 +1,11 @@
|
||||||
# Change Log
|
# 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
|
## 0.8.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/button",
|
"name": "@lion/button",
|
||||||
"version": "0.8.0",
|
"version": "0.8.1",
|
||||||
"description": "A button that is easily styleable and accessible in all contexts",
|
"description": "A button that is easily styleable and accessible in all contexts",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,13 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.3.7
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [b910d6f7]
|
||||||
|
- @lion/button@0.8.1
|
||||||
|
- @lion/select-rich@0.21.7
|
||||||
|
|
||||||
## 0.3.6
|
## 0.3.6
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/form-integrations",
|
"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",
|
"description": "The Form System allows you to create complex forms with various validation in an easy way",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
"./docs/helper-wc/h-output.js"
|
"./docs/helper-wc/h-output.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/button": "0.8.0",
|
"@lion/button": "0.8.1",
|
||||||
"@lion/checkbox-group": "0.12.2",
|
"@lion/checkbox-group": "0.12.2",
|
||||||
"@lion/core": "0.13.1",
|
"@lion/core": "0.13.1",
|
||||||
"@lion/fieldset": "0.15.2",
|
"@lion/fieldset": "0.15.2",
|
||||||
|
|
@ -48,7 +48,7 @@
|
||||||
"@lion/localize": "0.14.6",
|
"@lion/localize": "0.14.6",
|
||||||
"@lion/radio-group": "0.12.2",
|
"@lion/radio-group": "0.12.2",
|
||||||
"@lion/select": "0.8.2",
|
"@lion/select": "0.8.2",
|
||||||
"@lion/select-rich": "0.21.6",
|
"@lion/select-rich": "0.21.7",
|
||||||
"@lion/textarea": "0.8.2",
|
"@lion/textarea": "0.8.2",
|
||||||
"@lion/validate-messages": "0.3.2"
|
"@lion/validate-messages": "0.3.2"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,11 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.8.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- ca210dae: add option skipCheckMatchCompatibility and enable for monorepos in extend-docs
|
||||||
|
|
||||||
## 0.7.0
|
## 0.7.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "providence-analytics",
|
"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",
|
"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",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,12 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.21.7
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [b910d6f7]
|
||||||
|
- @lion/button@0.8.1
|
||||||
|
|
||||||
## 0.21.6
|
## 0.21.6
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/select-rich",
|
"name": "@lion/select-rich",
|
||||||
"version": "0.21.6",
|
"version": "0.21.7",
|
||||||
"description": "Provides a select with options that can contain html",
|
"description": "Provides a select with options that can contain html",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -34,7 +34,7 @@
|
||||||
"lion-select-rich.js"
|
"lion-select-rich.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/button": "0.8.0",
|
"@lion/button": "0.8.1",
|
||||||
"@lion/core": "0.13.1",
|
"@lion/core": "0.13.1",
|
||||||
"@lion/form-core": "0.6.4",
|
"@lion/form-core": "0.6.4",
|
||||||
"@lion/listbox": "0.3.0",
|
"@lion/listbox": "0.3.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue