Skip to content

Commit

Permalink
v0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Jun 3, 2022
1 parent 0dc6cf8 commit fe0c3b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- add isAccessor field to API
- update Markdown writer to generate a separate table for accessors -->

## [0.17.1](https://github.com/carbon-design-system/sveld/releases/tag/v0.17.1) - 2022-06-02

- use correct type for forwarded cut/copy/paste events

## [0.17.0](https://github.com/carbon-design-system/sveld/releases/tag/v0.17.0) - 2022-05-21

- remove `@required` tag; directly infer if a prop is required
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The generated definition extends the official `SvelteComponentTyped` interface e

```ts
/// <reference types="svelte" />
import { SvelteComponentTyped } from "svelte";
import type { SvelteComponentTyped } from "svelte";

export interface ButtonProps extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["button"]> {
/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sveld",
"version": "0.17.0",
"version": "0.17.1",
"license": "Apache-2.0",
"description": "Generate TypeScript definitions for your Svelte components.",
"main": "./lib/index.js",
Expand Down

0 comments on commit fe0c3b5

Please sign in to comment.