Skip to content

Commit

Permalink
Merge pull request #146 from Aletheia-Data/development
Browse files Browse the repository at this point in the history
release v1.3.1
  • Loading branch information
aletheiadata authored Aug 12, 2022
2 parents 9445131 + 571084b commit 56bbc15
Show file tree
Hide file tree
Showing 13 changed files with 383 additions and 49 deletions.
1 change: 1 addition & 0 deletions .env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ REACT_APP_ALETHEIA_API=
REACT_APP_RAPID_API_KEY=
REACT_APP_RAPID_API_ENDPOINT=
REACT_APP_WEB3_FORMS_API_KEY=
REACT_APP_MAGIC_LINK_API_KEY=
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 💖 Contributing

We welcome contributions in form of bug reports, feature requests, code changes, or documentation improvements.

Please make sure to follow our guidelines:
- [Code of Conduct →](#)

For important changes please create first an (issue)[https://github.com/Aletheia-Data/app.aletheiadata.org/issues/new] to discuss what you would like to change.

Plase make sure that for each PR the necessary test are done.
251 changes: 251 additions & 0 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "App-Aletheia-data",
"version": "1.3.0",
"version": "1.3.1",
"homepage": "/",
"repository": {
"type": "git",
Expand All @@ -10,6 +10,7 @@
"@apollo/client": "~3.4.0",
"@apollo/react-hooks": "^4.0.0",
"@fortawesome/fontawesome-free": "^5.15.1",
"@magic-ext/connect": "^2.0.2",
"@manaflair/redux-batch": "^1.0.0",
"@popperjs/core": "^2.6.0",
"@reduxjs/toolkit": "^1.5.0",
Expand All @@ -29,6 +30,7 @@
"graphql": "^16.1.0",
"ipfs-car": "^0.6.1",
"line-awesome": "^1.3.0",
"magic-sdk": "^9.0.0",
"minisearch": "^3.2.0",
"moment": "^2.29.1",
"nouislider": "^14.6.3",
Expand Down
5 changes: 5 additions & 0 deletions public/media/svg/brand-logos/icon-magic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 56bbc15

Please sign in to comment.