Skip to content

Commit

Permalink
v0.4.1 release (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunyel authored Apr 7, 2022
1 parent 4b81e27 commit b0f8cab
Show file tree
Hide file tree
Showing 13 changed files with 488 additions and 544 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ node_modules
lib
dist
.vscode

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.4.1 (April 7, 2022)

- Bug Fix: Variables for mutations are not being populated, thanks to @nselikoff

## 0.4.0 (March 2, 2022)

- Full Typescript rewrite thanks to Chris Vibert @cpv123
Expand Down
89 changes: 46 additions & 43 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-data-hasura",
"version": "0.4.0",
"version": "0.4.1",
"description": "A data provider for connecting react-admin to a Hasura endpoint",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -37,21 +37,21 @@
"dependencies": {
"graphql-ast-types-browser": "~1.0.2",
"lodash": "~4.17.21",
"ra-data-graphql": "^3.19.10"
"ra-data-graphql": "^3.19.11"
},
"peerDependencies": {
"ra-core": "^3.19.10"
"ra-core": "^3.19.11"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.179",
"@types/lodash": "^4.14.181",
"graphql": "^15.8.0",
"husky": "^7.0.4",
"jest": "^27.5.1",
"prettier": "^2.5.1",
"prettier": "^2.6.2",
"pretty-quick": "^3.1.3",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.3",
"typescript": "^4.6.2"
"ts-jest": "^27.1.4",
"typescript": "^4.6.3"
}
}
Loading

0 comments on commit b0f8cab

Please sign in to comment.