Skip to content

Commit

Permalink
release - v0.7.0 with react-admin v5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenweb committed Jul 19, 2024
1 parent 6c97e71 commit c27b2ff
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,5 +1,9 @@
# Changelog

## 0.7.0 (July 19, 2024)

- Support react-admin v5, thanks to @quentin-decre

## 0.6.1 (April 16, 2024)

- Add update by pk feature, thanks to @franzwilhelm
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ra-data-hasura

A GraphQL data provider for [react-admin v4](https://marmelab.com/react-admin) tailored to target [Hasura](https://hasura.io/) GraphQL endpoints. For React Admin v3 use v0.4.2 of this library.
A GraphQL data provider for [react-admin v4](https://marmelab.com/react-admin) tailored to target [Hasura](https://hasura.io/) GraphQL endpoints. For React Admin v3 use v0.4.2 of this library. For React Admin v5 support, use >v0.7.0 of this library.

- [ra-data-hasura](#ra-data-hasura)
- [Benefits and Motivation](#benefits-and-motivation)
Expand Down
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.6.1",
"version": "0.7.0",
"description": "A data provider for connecting react-admin to a Hasura endpoint",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit c27b2ff

Please sign in to comment.