Skip to content

Commit

Permalink
update changelog for v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenweb committed Jan 19, 2021
1 parent d271096 commit aa31e38
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit aa31e38

Please sign in to comment.