chore: small adjustements before release

This commit is contained in:
Thomas Allmer 2020-09-09 12:07:30 +02:00 committed by Thomas Allmer
parent b83ef4eeeb
commit f7299f1672
6 changed files with 24 additions and 6 deletions

View file

@ -3,4 +3,4 @@
'@lion/select-rich': patch
---
listbox package
Adds a new listbox package. A listbox widget presents a list of options and allows a user to select one or more of them.

View file

@ -1,7 +1,7 @@
---
'@lion/button': patch
'@lion/overlays': minor
'@lion/tooltip': patch
'@lion/tooltip': minor
---
Types for overlays, tooltip and button

View file

@ -1 +0,0 @@

View file

@ -28,7 +28,9 @@
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/listbox/test/**/*.test.js\""
},
"sideEffects": [
"lion-listbox.js"
"lion-listbox.js",
"lion-option.js",
"lion-options.js"
],
"dependencies": {
"@lion/core": "0.11.0",

View file

@ -28,8 +28,6 @@
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/select-rich/test/**/*.test.js\""
},
"sideEffects": [
"lion-option.js",
"lion-options.js",
"lion-select-invoker.js",
"lion-select-rich.js"
],

View file

@ -2513,6 +2513,25 @@
dependencies:
semver "^7.3.2"
"@web/dev-server-core@^0.2.1":
version "0.2.7"
resolved "https://registry.yarnpkg.com/@web/dev-server-core/-/dev-server-core-0.2.7.tgz#8a0a96ae0e678aa3bd0a74af7d1daf7423f879f2"
integrity sha512-FpHf8VS1cSAv6ordOomUlvHN/0P9L0vuynXm52g48PNsxnnL4ekmh4NOTcEVGxWE+Ki3ueUKPAogYQ6IjxY9lg==
dependencies:
chokidar "^3.4.0"
clone "^2.1.2"
es-module-lexer "^0.3.24"
get-stream "^6.0.0"
is-stream "^2.0.0"
isbinaryfile "^4.0.6"
koa "^2.13.0"
koa-etag "^3.0.0"
koa-static "^5.0.0"
lru-cache "^5.1.1"
mime-types "^2.1.27"
parse5 "^6.0.0"
picomatch "^2.2.2"
"@web/dev-server-core@^0.2.2":
version "0.2.5"
resolved "https://registry.yarnpkg.com/@web/dev-server-core/-/dev-server-core-0.2.5.tgz#f05dd29c62f303b20589e439af6a838a831b060b"