Merge pull request #1057 from ing-bank/changeset-release/master

Version Packages
This commit is contained in:
gerjanvangeest 2020-10-28 13:39:03 +01:00 committed by GitHub
commit d5cf007b90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/input-stepper': patch
---
fix(input-stepper): make use of prefix and suffix slots

View file

@ -1,5 +1,11 @@
# Change Log # Change Log
## 0.1.4
### Patch Changes
- 51d2f4d2: fix(input-stepper): make use of prefix and suffix slots
## 0.1.3 ## 0.1.3
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/input-stepper", "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.", "description": "This component enables the user to increase and decrease a numeric value by predefined range.",
"license": "MIT", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",