Skip to content

Commit

Permalink
Merge pull request #17 from jorenbroekema/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jorenbroekema authored Jun 29, 2021
2 parents 5f1b34c + b42d18a commit fb77fe9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/new-rules-wait.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# suspense-element

## 0.4.0

### Minor Changes

- b51c91c: Support multiple pending tasks sent in separate events. Support going back to pending state after success. Support going back to pending state after error, by sending a ResetErrorEvent to the suspense-element.

## 0.3.1

### Patch Changes
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": "suspense-element",
"version": "0.3.1",
"version": "0.4.0",
"description": "A Web Component abstraction to declaratively render elements that depend on asynchronous processes",
"license": "MIT",
"author": "Joren Broekema <[email protected]>",
Expand Down

0 comments on commit fb77fe9

Please sign in to comment.