diff --git a/CHANGELOG.md b/CHANGELOG.md index 29d0bd4..7a5ea76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.0 (January 19, 2021) + +- **Breaking change**: This release is a complete rewrite of the library, replacing the API with code from `ra-data-hasura-graphql` library. The `steams/ra-data-hasura-graphql` will henceforth be archived. Refer `README.md` for usage instructions. + ## 0.0.8 (March 18, 2020) - Bug Fix: Translate id to primary key for custom primary keys. diff --git a/package-lock.json b/package-lock.json index 69e95e4..bd00213 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ra-data-hasura", - "version": "0.0.8", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bafb7fa..0ec3399 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ra-data-hasura", - "version": "0.0.8", + "version": "0.1.0", "description": "A data provider for connecting react-admin to a Hasura endpoint", "main": "dist/index.js", "sideEffects": false,