Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Bassett committed Jan 26, 2019
1 parent 9bc5026 commit 1119fd4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 3.0.0 (2019-01-26)

* Remove `Signal.sequential` static method
* Change `Signal.periodic` to emit sequential numbers
Expand All @@ -9,6 +9,7 @@
* Add `Signal.zip` static method
* Add `Signal.zipWith` static method
* Remove combinator functions from exports
* Extract keyboard and mouse signals into `bulb-input` package

## 2.2.0 (2019-01-17)

Expand Down
2 changes: 1 addition & 1 deletion packages/bulb-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bulb-input",
"version": "2.2.0",
"version": "3.0.0",
"description": "Bulb package for working with the keyboard and mouse.",
"homepage": "https://github.com/nullobject/bulb",
"author": "Josh Bassett <[email protected]> (http://joshbassett.info)",
Expand Down
2 changes: 1 addition & 1 deletion packages/bulb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bulb",
"version": "2.2.0",
"version": "3.0.0",
"description": "A reactive programming library for JavaScript.",
"homepage": "https://github.com/nullobject/bulb",
"author": "Josh Bassett <[email protected]> (http://joshbassett.info)",
Expand Down

0 comments on commit 1119fd4

Please sign in to comment.