Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nellh committed Sep 27, 2018
1 parent 7dd2c61 commit 927c561
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.2.3"
"version": "2.3.0"
}
4 changes: 2 additions & 2 deletions packages/openneuro-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openneuro-app",
"version": "2.2.3",
"version": "2.3.0",
"description": "React JS web frontend for the OpenNeuro platform.",
"license": "MIT",
"main": "app.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"loadable-components": "^2.2.2",
"lodash.clonedeep": "^4.5.0",
"moment": "^2.10.3",
"openneuro-client": "^2.2.0",
"openneuro-client": "^2.3.0",
"pluralize": "^7.0.0",
"prismjs": "^1.10.0",
"prop-types": "^15.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/openneuro-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openneuro-cli",
"version": "2.2.0",
"version": "2.3.0",
"description": "OpenNeuro command line uploader / editor.",
"main": "index.js",
"repository": "[email protected]:OpenNeuroOrg/openneuro.git",
Expand All @@ -23,7 +23,7 @@
"inquirer": "^5.2.0",
"mkdirp": "^0.5.1",
"moment": "^2.22.2",
"openneuro-client": "^2.2.0"
"openneuro-client": "^2.3.0"
},
"scripts": {
"openneuro": "node src/index.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/openneuro-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openneuro-client",
"version": "2.2.0",
"version": "2.3.0",
"description": "OpenNeuro shared client library.",
"main": "src/index.js",
"browser": "src/client.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/openneuro-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openneuro-server",
"version": "2.2.2",
"version": "2.3.0",
"description": "Core service for the OpenNeuro platform.",
"license": "MIT",
"main": "index.js",
Expand Down

0 comments on commit 927c561

Please sign in to comment.