Skip to content

Commit ec02013

Browse files
committed
Merge branch 'next' into feature/component-stubs
2 parents 31dadde + 4678119 commit ec02013

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

packages/outline-core-link/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @phase2/outline-core-link
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- Fix for TS definition.
8+
39
## 0.0.5
410

511
### Patch Changes

packages/outline-core-link/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@phase2/outline-core-link",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "The Outline Components for the web link component",
55
"keywords": [
66
"outline",

packages/outline-core-link/src/outline-core-link.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,6 @@ export class OutlineCoreLink extends OutlineElement {
184184

185185
declare global {
186186
interface HTMLElementTagNameMap {
187-
componentName: OutlineCoreLink;
187+
[componentName]: OutlineCoreLink;
188188
}
189189
}

0 commit comments

Comments
 (0)