Revert "v0.12.3"

This reverts commit 6567a68a54.
This commit is contained in:
Eric Liu 2020-09-16 12:42:07 -07:00
commit 894a1451c5
3 changed files with 0 additions and 12 deletions

View file

@ -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**

View file

@ -566,7 +566,6 @@ import { ClickableTile } from "carbon-components-svelte";
| :-------- | :------------------- | :------------ |
| clicked | <code>boolean</code> | false |
| light | <code>boolean</code> | false |
| href | <code>string</code> | -- |
### Slots

5
types/index.d.ts vendored
View file

@ -317,11 +317,6 @@ export class ClickableTile extends CarbonSvelteComponent {
* @default false
*/
light?: boolean;
/**
* Set the `href`
*/
href?: string;
};
$$slot_def: { default: {} };