diff --git a/CHANGELOG.md b/CHANGELOG.md index 507970b..72d7204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## 3.0.0 (2019-01-26) * Remove `Signal.sequential` static method * Change `Signal.periodic` to emit sequential numbers @@ -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) diff --git a/packages/bulb-input/package.json b/packages/bulb-input/package.json index 4707d88..9883179 100644 --- a/packages/bulb-input/package.json +++ b/packages/bulb-input/package.json @@ -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 (http://joshbassett.info)", diff --git a/packages/bulb/package.json b/packages/bulb/package.json index e7432cc..62c8b98 100644 --- a/packages/bulb/package.json +++ b/packages/bulb/package.json @@ -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 (http://joshbassett.info)",