Skip to content

Commit

Permalink
chore: v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fguitton committed Apr 18, 2021
1 parent a41f7c1 commit 3179703
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 0.8.0 | :white_check_mark: |
| 0.8.1 | :white_check_mark: |
| < 0.7 | :x: |

## Reporting a Vulnerability
Expand Down
2 changes: 1 addition & 1 deletion packages/itmat-commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "itmat-commons",
"version": "0.8.0",
"version": "0.8.1",
"description": "",
"license": "MIT",
"author": "Florian Guitton",
Expand Down
2 changes: 1 addition & 1 deletion packages/itmat-docker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "itmat-docker",
"version": "0.8.0",
"version": "0.8.1",
"description": "ITMAT Broker",
"keywords": [
"itmat",
Expand Down
6 changes: 3 additions & 3 deletions packages/itmat-interface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "itmat-interface",
"version": "0.8.0",
"version": "0.8.1",
"description": "",
"license": "MIT",
"author": "Chon Sou",
Expand Down Expand Up @@ -31,7 +31,7 @@
"graphql-scalars": "1.9.0",
"graphql-type-json": "0.3.2",
"hi-base32": "0.5.1",
"itmat-commons": "0.8.0",
"itmat-commons": "0.8.1",
"jwt-decode": "^3.1.2",
"mongodb": "3.6.6",
"nodemailer": "6.5.0",
Expand Down Expand Up @@ -62,7 +62,7 @@
"cross-spawn": "7.0.3",
"get-port": "5.1.1",
"graphql": "15.5.0",
"itmat-setup": "0.8.0",
"itmat-setup": "0.8.1",
"jest": "26.6.3",
"jsonwebtoken": "8.5.1",
"mongodb-memory-server": "6.9.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/itmat-job-executor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "itmat-job-executor",
"version": "0.8.0",
"version": "0.8.1",
"description": "Curator service for UKB image data",
"license": "MIT",
"author": "Chon Sou",
Expand All @@ -26,7 +26,7 @@
"deepmerge": "4.2.2",
"express": "4.17.1",
"json2csv": "5.0.6",
"itmat-commons": "0.8.0",
"itmat-commons": "0.8.1",
"mongodb": "3.6.6",
"saslprep": "1.0.3",
"JSONStream": "1.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/itmat-setup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "itmat-setup",
"version": "0.8.0",
"version": "0.8.1",
"description": "",
"license": "MIT",
"author": "Chon Sou",
Expand Down
4 changes: 2 additions & 2 deletions packages/itmat-ui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "itmat-ui-react",
"version": "0.8.0",
"version": "0.8.1",
"description": "",
"license": "MIT",
"main": "build/index",
Expand All @@ -25,7 +25,7 @@
"apollo-upload-client": "14.1.3",
"axios": "0.21.1",
"graphql": "15.5.0",
"itmat-commons": "0.8.0",
"itmat-commons": "0.8.1",
"qrcode": "1.4.4",
"react": "17.0.2",
"react-dropzone": "11.3.2",
Expand Down

0 comments on commit 3179703

Please sign in to comment.