Skip to content

Commit

Permalink
v4.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nellh committed Nov 10, 2023
1 parent ba074a7 commit c673321
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "4.20.3"
"version": "4.20.4"
}
8 changes: 4 additions & 4 deletions packages/openneuro-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openneuro/app",
"version": "4.20.3",
"version": "4.20.4",
"description": "React JS web frontend for the OpenNeuro platform.",
"license": "MIT",
"main": "public/client.js",
Expand All @@ -20,8 +20,8 @@
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@niivue/niivue": "0.34.0",
"@openneuro/client": "^4.20.3",
"@openneuro/components": "^4.20.3",
"@openneuro/client": "^4.20.4",
"@openneuro/components": "^4.20.4",
"@tanstack/react-table": "^8.9.3",
"bids-validator": "1.13.0",
"bytes": "^3.0.0",
Expand Down Expand Up @@ -70,5 +70,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "fc6317d28f5ccb4e61d41d032640efc59607e7fe"
"gitHead": "ba074a78faef636b96ad5a30e1d6039a44f01b2f"
}
6 changes: 3 additions & 3 deletions packages/openneuro-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openneuro/cli",
"version": "4.20.3",
"version": "4.20.4",
"description": "OpenNeuro command line uploader / editor.",
"main": "index.js",
"repository": "git@github.com:OpenNeuroOrg/openneuro.git",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@apollo/client": "3.7.2",
"@openneuro/client": "^4.20.3",
"@openneuro/client": "^4.20.4",
"bids-validator": "1.10.0",
"cli-progress": "^3.8.2",
"commander": "7.2.0",
Expand Down Expand Up @@ -48,5 +48,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "fc6317d28f5ccb4e61d41d032640efc59607e7fe"
"gitHead": "ba074a78faef636b96ad5a30e1d6039a44f01b2f"
}
6 changes: 3 additions & 3 deletions packages/openneuro-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openneuro/client",
"version": "4.20.3",
"version": "4.20.4",
"description": "OpenNeuro shared client library.",
"main": "dist/index.js",
"browser": "src/index.js",
Expand All @@ -27,13 +27,13 @@
},
"devDependencies": {
"@graphql-tools/schema": "^10.0.0",
"@openneuro/server": "^4.20.3",
"@openneuro/server": "^4.20.4",
"core-js": "^3.10.1",
"ioredis-mock": "^8.8.1",
"vitest": "0.34.4"
},
"publishConfig": {
"access": "public"
},
"gitHead": "fc6317d28f5ccb4e61d41d032640efc59607e7fe"
"gitHead": "ba074a78faef636b96ad5a30e1d6039a44f01b2f"
}
4 changes: 2 additions & 2 deletions packages/openneuro-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openneuro/components",
"version": "4.20.3",
"version": "4.20.4",
"description": "OpenNeuro component library and Storybook configuration",
"main": "dist/index.js",
"browser": "src/index.js",
Expand Down Expand Up @@ -51,5 +51,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "fc6317d28f5ccb4e61d41d032640efc59607e7fe"
"gitHead": "ba074a78faef636b96ad5a30e1d6039a44f01b2f"
}
8 changes: 4 additions & 4 deletions packages/openneuro-indexer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openneuro/indexer",
"version": "4.20.3",
"version": "4.20.4",
"description": "OpenNeuro elastic search indexing tool",
"main": "./dist/index.js",
"types": "./src/index.d.ts",
Expand All @@ -11,8 +11,8 @@
"dependencies": {
"@apollo/client": "3.7.2",
"@elastic/elasticsearch": "7.15.0",
"@openneuro/client": "^4.20.3",
"@openneuro/search": "^4.20.3",
"@openneuro/client": "^4.20.4",
"@openneuro/search": "^4.20.4",
"graphql": "16.6.0",
"ts-node": "^9.1.1",
"typescript": "5.1.6"
Expand All @@ -34,5 +34,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "fc6317d28f5ccb4e61d41d032640efc59607e7fe"
"gitHead": "ba074a78faef636b96ad5a30e1d6039a44f01b2f"
}
4 changes: 2 additions & 2 deletions packages/openneuro-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openneuro/search",
"version": "4.20.3",
"version": "4.20.4",
"description": "OpenNeuro search client functions.",
"main": "dist/index.js",
"browser": "src/index.ts",
Expand Down Expand Up @@ -29,5 +29,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "fc6317d28f5ccb4e61d41d032640efc59607e7fe"
"gitHead": "ba074a78faef636b96ad5a30e1d6039a44f01b2f"
}
6 changes: 3 additions & 3 deletions packages/openneuro-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openneuro/server",
"version": "4.20.3",
"version": "4.20.4",
"description": "Core service for the OpenNeuro platform.",
"license": "MIT",
"main": "src/server.js",
Expand All @@ -21,7 +21,7 @@
"@elastic/elasticsearch": "7.15.0",
"@graphql-tools/schema": "^10.0.0",
"@keyv/redis": "^2.7.0",
"@openneuro/search": "^4.20.3",
"@openneuro/search": "^4.20.4",
"@passport-next/passport-google-oauth2": "^1.0.0",
"@sentry/node": "^4.5.3",
"base64url": "^3.0.0",
Expand Down Expand Up @@ -87,5 +87,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "fc6317d28f5ccb4e61d41d032640efc59607e7fe"
"gitHead": "ba074a78faef636b96ad5a30e1d6039a44f01b2f"
}

0 comments on commit c673321

Please sign in to comment.