Skip to content

Commit

Permalink
release v0.5.4 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunyel authored Nov 21, 2022
1 parent fa52b44 commit fa5e251
Show file tree
Hide file tree
Showing 16 changed files with 3,649 additions and 1,878 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.5.4 (November 22, 2022)

- Update all dependencies
- Fix: remove `graphql-ast-types-browser` dependency

## 0.5.3 (August 16, 2022)

- Feature: distinct_on support (#124), thanks to @bharatkashyap
Expand Down
4 changes: 2 additions & 2 deletions example/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
postgres:
image: postgres:14
image: postgres:15
restart: always
volumes:
- db_data:/var/lib/postgresql/data
Expand All @@ -11,7 +11,7 @@ services:
POSTGRES_PASSWORD: postgrespassword

graphql-engine:
image: hasura/graphql-engine:v2.8.4.cli-migrations-v3
image: hasura/graphql-engine:v2.15.1.cli-migrations-v3
volumes:
- ./hasura/migrations:/hasura-migrations
- ./hasura/metadata:/hasura-metadata
Expand Down
1,615 changes: 928 additions & 687 deletions example/package-lock.json

Large diffs are not rendered by default.

25 changes: 13 additions & 12 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,22 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.3.0",
"@types/jest": "^28.1.6",
"@types/node": "^18.6.1",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"graphql": "^16.5.0",
"ra-data-hasura": "^0.5.1",
"@apollo/client": "^3.7.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"graphql": "^15.6.0",
"ra-data-hasura": "^0.5.3",
"react": "^18.2.0",
"react-admin": "^4.2.4",
"react-admin": "^4.5.2",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"typescript": "^4.7.4",
"web-vitals": "^3.0.0-rc.0"
"typescript": "^4.9.3",
"web-vitals": "^3.1.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Loading

0 comments on commit fa5e251

Please sign in to comment.