We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dced37e commit be4d447Copy full SHA for be4d447
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@author.io/element-select",
3
- "version": "1.0.5",
+ "version": "1.0.6",
4
"description": "author-select custom element (web component).",
5
"main": "dist/author-select.min.js",
6
"scripts": {
@@ -80,6 +80,11 @@
80
],
81
"globals": [
82
"AuthorSelectElement",
83
+ "AuthorSelectedOptionsElement",
84
+ "AuthorOptionsElement",
85
+ "AuthorOptionElement",
86
+ "AuthorOptgroupLabelElement",
87
+ "AuthorOptgroupElement",
88
"customElements",
89
"KeyboardEvent",
90
"crypto",
0 commit comments