From 894a1451c51d9ceb100d6e4f5ea0fe55413af788 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Wed, 16 Sep 2020 12:42:07 -0700 Subject: [PATCH] Revert "v0.12.3" This reverts commit 6567a68a5458eafb0c7c15ee4637e17f78229a47. --- CHANGELOG.md | 6 ------ COMPONENT_INDEX.md | 1 - types/index.d.ts | 5 ----- 3 files changed, 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4582381d..fec9882a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Selectable/expandable `DataTable` -## [0.12.3](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.12.3) - 2020-09-16 - -**Fixes** - -- ClickableTile: add missing `href` ([PR #254](https://github.com/IBM/carbon-components-svelte/pull/254), thanks [@josefaidt](https://github.com/josefaidt)) - ## [0.12.2](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.12.2) - 2020-09-14 **Fixes** diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index 9d44ad04..040aca01 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -566,7 +566,6 @@ import { ClickableTile } from "carbon-components-svelte"; | :-------- | :------------------- | :------------ | | clicked | boolean | false | | light | boolean | false | -| href | string | -- | ### Slots diff --git a/types/index.d.ts b/types/index.d.ts index e21a2e77..0a84ed43 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -317,11 +317,6 @@ export class ClickableTile extends CarbonSvelteComponent { * @default false */ light?: boolean; - - /** - * Set the `href` - */ - href?: string; }; $$slot_def: { default: {} };