Skip to content

Commit

Permalink
chore(deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
sastan committed Jun 24, 2020
1 parent 146705d commit ac8abcf
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 10,334 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@

### [1.0.2](https://www.github.com/kenoxa/svelte-htm/compare/v1.0.1...v1.0.2) (2020-06-23)


### Bug Fixes

* run build before publish ([e234cb7](https://www.github.com/kenoxa/svelte-htm/commit/e234cb74db1bb38ae911d3145daa96cab886cc0a))
- run build before publish ([e234cb7](https://www.github.com/kenoxa/svelte-htm/commit/e234cb74db1bb38ae911d3145daa96cab886cc0a))

### [1.0.1](https://www.github.com/kenoxa/svelte-htm/compare/v1.0.0...v1.0.1) (2020-06-23)


### Bug Fixes

* **exports:** use default as esm export to support new bundlers and jspm.dev ([fbf0969](https://www.github.com/kenoxa/svelte-htm/commit/fbf0969a9a085ce6d02c838add00743f2e126c2a))
- **exports:** use default as esm export to support new bundlers and jspm.dev ([fbf0969](https://www.github.com/kenoxa/svelte-htm/commit/fbf0969a9a085ce6d02c838add00743f2e126c2a))

## 1.0.0 (2020-06-23)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Some notable differences are:

test('write into an input', async () => {
const text = writable()
const { getByRole } = render(html`<input bind:value=${text}>`)
const { getByRole } = render(html`<input bind:value=${text} />`)

const input = getByRole('textbox')

Expand Down
Loading

0 comments on commit ac8abcf

Please sign in to comment.