Skip to content

Commit bb9a70c

Browse files
author
Josh Bassett
committed
5.0.0
1 parent e7eee76 commit bb9a70c

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 5.0.0 (2019-02-09)
22

33
* Rename `value` -> `next` to match the [observable proposal](https://github.com/tc39/proposal-observable)
44
* Remove runtime dependency on [Fkit](https://github.com/nullobject/fkit)

packages/bulb-input/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/bulb-input/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bulb-input",
3-
"version": "4.0.1",
3+
"version": "5.0.0",
44
"description": "Bulb package for working with the keyboard and mouse.",
55
"homepage": "https://github.com/nullobject/bulb",
66
"author": "Josh Bassett <josh.bassett@gmail.com> (https://joshbassett.info)",
@@ -41,6 +41,6 @@
4141
"standard": "^12.0.1"
4242
},
4343
"peerDependencies": {
44-
"bulb": "~4.0"
44+
"bulb": "~5.0"
4545
}
4646
}

packages/bulb/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/bulb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bulb",
3-
"version": "4.0.1",
3+
"version": "5.0.0",
44
"description": "A reactive programming library for JavaScript.",
55
"homepage": "https://github.com/nullobject/bulb",
66
"author": "Josh Bassett <josh.bassett@gmail.com> (https://joshbassett.info)",

0 commit comments

Comments
 (0)