Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Bassett committed Mar 23, 2019
1 parent 4977834 commit 8ccd9a4
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 16 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## Unreleased
## 6.0.0 (2019-03-23)

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

## 5.0.0 (2019-02-09)

Expand Down
2 changes: 1 addition & 1 deletion packages/bulb-input/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/bulb-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bulb-input",
"version": "5.0.0",
"version": "6.0.0",
"description": "Bulb package for working with the keyboard and mouse.",
"homepage": "https://github.com/nullobject/bulb",
"author": "Josh Bassett <[email protected]> (https://joshbassett.info)",
Expand Down Expand Up @@ -41,6 +41,6 @@
"standard": "^12.0.1"
},
"peerDependencies": {
"bulb": "~5.0"
"bulb": "~6.0"
}
}
22 changes: 11 additions & 11 deletions packages/bulb/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "5.0.0",
"version": "6.0.0",
"description": "A reactive programming library for JavaScript.",
"homepage": "https://github.com/nullobject/bulb",
"author": "Josh Bassett <[email protected]> (https://joshbassett.info)",
Expand Down

0 comments on commit 8ccd9a4

Please sign in to comment.