Version Packages

This commit is contained in:
github-actions[bot] 2022-11-23 15:20:30 +00:00 committed by Thijs Louisse
parent 2572012d8e
commit 6d4a362662
9 changed files with 21 additions and 31 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[lion-input-tel] upgrade to awesome-phonenumber v4

View file

@ -1,5 +0,0 @@
---
'remark-extend': patch
---
compensate for unist-util-select not depending on "not" dependency

View file

@ -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

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[lion-input-tel(-dropdown)] polish / cleanup code

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[overlays] scroll issues on mac safari fixed when dialog are openend

View file

@ -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

View file

@ -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/*"
} }
} }

View file

@ -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

View file

@ -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",