Version Packages
This commit is contained in:
parent
da4652e2b1
commit
7ff4fbf684
15 changed files with 38 additions and 31 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/accordion': minor
|
||||
---
|
||||
|
||||
focus now jumps from header to panel when tabbing
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/form-core': patch
|
||||
---
|
||||
|
||||
Extend type of getMessage to allow it being implemented as a sync function.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'rocket-preset-extend-lion-docs': patch
|
||||
---
|
||||
|
||||
fix: run plugins in correct order, allowing replace functions to access local urls and kick in after tag transforms
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/progress-indicator': minor
|
||||
---
|
||||
|
||||
Add option to make the progress-indicator determinate
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/switch': patch
|
||||
---
|
||||
|
||||
Fix switch to set role in connectedCallback instead of constructor (throws error).
|
||||
|
|
@ -1,5 +1,11 @@
|
|||
# rocket-preset-extend-lion-docs
|
||||
|
||||
## 0.3.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 2514fa97: fix: run plugins in correct order, allowing replace functions to access local urls and kick in after tag transforms
|
||||
|
||||
## 0.3.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "rocket-preset-extend-lion-docs",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"description": "A rocket preset to reuse lion documentation inside your design system extension",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# Change Log
|
||||
|
||||
## 0.11.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- d597892a: focus now jumps from header to panel when tabbing
|
||||
|
||||
## 0.10.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/accordion",
|
||||
"version": "0.10.0",
|
||||
"version": "0.11.0",
|
||||
"description": "Vertically stacked list of invokers that can be clicked to reveal or hide content associated with them.",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# Change Log
|
||||
|
||||
## 0.18.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 0b97918d: Extend type of getMessage to allow it being implemented as a sync function.
|
||||
|
||||
## 0.18.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/form-core",
|
||||
"version": "0.18.1",
|
||||
"version": "0.18.2",
|
||||
"description": "Form-core contains all essential building blocks for creating form fields and fieldsets",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# @lion/progress-indicator
|
||||
|
||||
## 0.10.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- a616fd8d: Add option to make the progress-indicator determinate
|
||||
|
||||
## 0.9.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/progress-indicator",
|
||||
"version": "0.9.0",
|
||||
"version": "0.10.0",
|
||||
"description": "A progress indicator that is easily styleable and accessible in all contexts",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# Change Log
|
||||
|
||||
## 0.21.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 718ce014: Fix switch to set role in connectedCallback instead of constructor (throws error).
|
||||
- Updated dependencies [0b97918d]
|
||||
- @lion/form-core@0.18.2
|
||||
|
||||
## 0.21.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/switch",
|
||||
"version": "0.21.0",
|
||||
"version": "0.21.1",
|
||||
"description": "A Switch is used for switching a property or feature on and off",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "^0.23.0",
|
||||
"@lion/form-core": "^0.18.0"
|
||||
"@lion/form-core": "^0.18.2"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
Loading…
Reference in a new issue