Skip to content

Commit

Permalink
Merge pull request #285 from bcgov/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
BrandonSharratt authored Mar 5, 2020
2 parents 17e0b71 + 44ba7e1 commit 7fd32ce
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ocwa-frontend",
"version": "3.1.0",
"version": "3.1.3",
"main": "src/index.js",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/modules/download/containers/downloads.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default connect(mapStateToProps, {
onCloseDownloads: closeDownloads,
fetchFiles: ({ id, ids = [] }) =>
fetchFiles({
url: `/api/v2/files?request_id=${id}&ids=${ids.join(',')}`,
url: `/api/v1/files?request_id=${id}&ids=${ids.join(',')}`,
schema: filesListSchema,
}),
})(withRequest(Downloads));
2 changes: 1 addition & 1 deletion microservices/forumApi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "forumApi",
"author": "Brandon Sharratt",
"version": "3.1.0",
"version": "3.1.3",
"private": true,
"scripts": {
"start": "node ./bin/www",
Expand Down
2 changes: 1 addition & 1 deletion microservices/policyApi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def run_tests(self):
name='policy',
author='Brandon Sharratt',
author_email='',
version='3.1.0',
version='3.1.3',
description="OCWA Policy API",
long_description=read('README.md'),
license='Apache 2.0',
Expand Down
2 changes: 1 addition & 1 deletion microservices/projectApi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "project-api",
"author": "Jeremy Ho",
"version": "3.1.0",
"version": "3.1.3",
"license": "Apache-2.0",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion microservices/requestApi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "requestApi",
"author": "Brandon Sharratt",
"version": "3.1.0",
"version": "3.1.3",
"private": true,
"scripts": {
"start": "node ./bin/www",
Expand Down
2 changes: 1 addition & 1 deletion microservices/shared/js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ocwa-clients",
"author": "Jeremy Ho",
"version": "3.1.0",
"version": "3.1.3",
"license": "Apache-2.0",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion microservices/validateApi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def run_tests(self):
name='validate',
author='Brandon Sharratt',
author_email='',
version='3.1.0',
version='3.1.3',
description="OCWA Validate API",
long_description=read('README.md'),
license='Apache 2.0',
Expand Down

0 comments on commit 7fd32ce

Please sign in to comment.