Version Packages
This commit is contained in:
parent
6417253c4e
commit
7c52c12bfb
5 changed files with 17 additions and 9 deletions
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'@lion/core': patch
|
||||
'@lion/input-range': patch
|
||||
---
|
||||
|
||||
Abstract input-range's scoped styles feature to a reactive controller for reuse. With this controller, you can scope styles on a LightDOM component.
|
||||
|
|
@ -1,5 +1,11 @@
|
|||
# Change Log
|
||||
|
||||
## 0.21.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 57d2c62b: Abstract input-range's scoped styles feature to a reactive controller for reuse. With this controller, you can scope styles on a LightDOM component.
|
||||
|
||||
## 0.21.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/core",
|
||||
"version": "0.21.0",
|
||||
"version": "0.21.1",
|
||||
"description": "Core functionality that is shared across all Lion Web Components",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# Change Log
|
||||
|
||||
## 0.11.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 57d2c62b: Abstract input-range's scoped styles feature to a reactive controller for reuse. With this controller, you can scope styles on a LightDOM component.
|
||||
- Updated dependencies [57d2c62b]
|
||||
- @lion/core@0.21.1
|
||||
|
||||
## 0.11.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-range",
|
||||
"version": "0.11.0",
|
||||
"version": "0.11.1",
|
||||
"description": "Provide a way for users to select one value from a range of values",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
"lion-input-range.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "^0.21.0",
|
||||
"@lion/core": "^0.21.1",
|
||||
"@lion/input": "^0.16.0",
|
||||
"@lion/localize": "^0.23.0"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue