Skip to content

Commit

Permalink
use a more inclusive dexie version
Browse files Browse the repository at this point in the history
  • Loading branch information
nponiros committed Apr 21, 2018
1 parent 14ca557 commit 85bc381
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

Please not that there was no stable release yet and things may break at any time

## [1.0.0-beta.11] - 2018-04-21

* Use a more inclusive dexie version and allow all minor and patch versions

## [1.0.0-beta.10] - 2018-01-23

* Update dexie to 2.0.1 and dexie-observable/dexie-syncable to 1.0.0-beta.4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
],
"main": "dist/sync-client.js",
"dependencies": {
"dexie": "2.0.1",
"dexie": "2.x.x",
"dexie-observable": "1.0.0-beta.4",
"dexie-syncable": "1.0.0-beta.4",
"isomorphic-fetch": "2.2.1"
Expand Down

0 comments on commit 85bc381

Please sign in to comment.