Skip to content

Commit

Permalink
Merge branch 'main' of github.com:AlexWarnes/svelte-fuse-rx
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWarnes committed Nov 16, 2022
2 parents 6c7af66 + 1118ab7 commit 4132ff7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/mighty-dogs-design.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# svelte-fuse-rx

## 0.1.0

### Minor Changes

- 3065ab6: BREAKING: rxWritable should be invoked like a svelte writable without instantiation using new (e.g. const x = rxWritable(value)). This makes the api more closely aligned with svelte's
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-fuse-rx",
"version": "0.0.106",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/AlexWarnes/svelte-fuse-rx.git"
Expand Down Expand Up @@ -38,6 +38,6 @@
},
"type": "module",
"publishConfig": {
"directory": "./package"
}
"directory": "./package"
}
}

0 comments on commit 4132ff7

Please sign in to comment.