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.
2 parents 31dadde + 4678119 commit ec02013Copy full SHA for ec02013
packages/outline-core-link/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @phase2/outline-core-link
2
3
+## 0.0.6
4
+
5
+### Patch Changes
6
7
+- Fix for TS definition.
8
9
## 0.0.5
10
11
### Patch Changes
packages/outline-core-link/package.json
@@ -1,6 +1,6 @@
{
"name": "@phase2/outline-core-link",
- "version": "0.0.5",
+ "version": "0.0.6",
"description": "The Outline Components for the web link component",
"keywords": [
"outline",
packages/outline-core-link/src/outline-core-link.ts
@@ -184,6 +184,6 @@ export class OutlineCoreLink extends OutlineElement {
184
185
declare global {
186
interface HTMLElementTagNameMap {
187
- componentName: OutlineCoreLink;
+ [componentName]: OutlineCoreLink;
188
}
189
0 commit comments