Skip to content

Commit 8ccd9a4

Browse files
author
Josh Bassett
committed
6.0.0
1 parent 4977834 commit 8ccd9a4

5 files changed

Lines changed: 18 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
## Unreleased
1+
## 6.0.0 (2019-03-23)
22

3+
* Refactor combinators to fix cyclical dependency warnings
34
* Add dev dependency on Fkit
5+
* Export classes in separate files to help with bundle sizes
46

57
## 5.0.0 (2019-02-09)
68

packages/bulb-input/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-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": "5.0.0",
3+
"version": "6.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": "~5.0"
44+
"bulb": "~6.0"
4545
}
4646
}

packages/bulb/package-lock.json

Lines changed: 11 additions & 11 deletions
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": "5.0.0",
3+
"version": "6.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)