Version Packages
This commit is contained in:
parent
7acaf4c047
commit
89cdb62d4d
3 changed files with 7 additions and 6 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/input-stepper': patch
|
||||
---
|
||||
|
||||
fix(input-stepper): make use of prefix and suffix slots
|
||||
|
|
@ -1,5 +1,11 @@
|
|||
# Change Log
|
||||
|
||||
## 0.1.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 51d2f4d2: fix(input-stepper): make use of prefix and suffix slots
|
||||
|
||||
## 0.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-stepper",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"description": "This component enables the user to increase and decrease a numeric value by predefined range.",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
Loading…
Reference in a new issue