Version Packages
This commit is contained in:
parent
2572012d8e
commit
6d4a362662
9 changed files with 21 additions and 31 deletions
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
[lion-input-tel] upgrade to awesome-phonenumber v4
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'remark-extend': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
compensate for unist-util-select not depending on "not" dependency
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
adds support for reduced motion capabilities in overlay manager by disabling the opacity transition when a modal is opened/closed
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
[lion-input-tel(-dropdown)] polish / cleanup code
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
[overlays] scroll issues on mac safari fixed when dialog are openend
|
|
||||||
|
|
@ -1,5 +1,11 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.5.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 8eb68f50: compensate for unist-util-select not depending on "not" dependency
|
||||||
|
|
||||||
## 0.5.1
|
## 0.5.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "remark-extend",
|
"name": "remark-extend",
|
||||||
"version": "0.5.1",
|
"version": "0.5.2",
|
||||||
"description": "A plugin for remark that allows to extend a md file with another md file",
|
"description": "A plugin for remark that allows to extend a md file with another md file",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -10,6 +10,10 @@
|
||||||
"url": "https://github.com/ing-bank/lion.git",
|
"url": "https://github.com/ing-bank/lion.git",
|
||||||
"directory": "packages-node/remark-extend"
|
"directory": "packages-node/remark-extend"
|
||||||
},
|
},
|
||||||
|
"exports": {
|
||||||
|
".": "./index.js",
|
||||||
|
"./docs/*": "./docs/*"
|
||||||
|
},
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"files": [
|
"files": [
|
||||||
"*.js",
|
"*.js",
|
||||||
|
|
@ -38,9 +42,5 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
|
||||||
"exports": {
|
|
||||||
".": "./index.js",
|
|
||||||
"./docs/*": "./docs/*"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,14 @@
|
||||||
# @lion/ui
|
# @lion/ui
|
||||||
|
|
||||||
|
## 0.0.5
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 9b4cbb1d: [lion-input-tel] upgrade to awesome-phonenumber v4
|
||||||
|
- e090d2d8: adds support for reduced motion capabilities in overlay manager by disabling the opacity transition when a modal is opened/closed
|
||||||
|
- 2572012d: [lion-input-tel(-dropdown)] polish / cleanup code
|
||||||
|
- 53459451: [overlays] scroll issues on mac safari fixed when dialog are openend
|
||||||
|
|
||||||
## 0.0.4
|
## 0.0.4
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/ui",
|
"name": "@lion/ui",
|
||||||
"version": "0.0.4",
|
"version": "0.0.5",
|
||||||
"description": "A package of extendable web components",
|
"description": "A package of extendable web components",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue