Skip to content

Commit

Permalink
Aligning version with master
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGilleran committed Jan 6, 2020
1 parent b608fb7 commit 88c3a45
Show file tree
Hide file tree
Showing 46 changed files with 128 additions and 128 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/magda/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: "magda"
description: "A complete solution for managing, publishing and discovering government data, private and open."
version: "0.0.56-RC5"
version: "0.0.57-0"
home: "https://github.com/TerriaJS/magda"
sources: ["https://github.com/TerriaJS/magda"]
2 changes: 1 addition & 1 deletion deploy/helm/magda/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ global:
maxUnavailable: 0
exposeNodePorts: false
image:
tag: 0.0.56-RC5
tag: 0.0.57-0
repository: "data61"
pullPolicy: IfNotPresent
defaultAdminUserId: "00000000-0000-4000-8000-000000000000"
Expand Down
4 changes: 2 additions & 2 deletions deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magda/deploy",
"version": "0.0.56-RC5",
"version": "0.0.57-0",
"description": "MAGDA deployment configuration.",
"scripts": {
"create-connector-configmap": "kubectl delete configmap connector-config --ignore-not-found && kubectl create configmap connector-config --from-file ./connector-config/",
Expand All @@ -13,7 +13,7 @@
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@magda/scripts": "^0.0.56-RC5",
"@magda/scripts": "^0.0.57-0",
"fs-extra": "^2.1.2",
"klaw-sync": "^2.1.0",
"tmp": "0.0.31",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["deploy/", "magda-*", "scripts/"],
"version": "0.0.56-RC5",
"version": "0.0.57-0",
"hoist": [
"tsmonad",
"urijs",
Expand Down
6 changes: 3 additions & 3 deletions magda-admin-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magda/admin-api",
"version": "0.0.56-RC5",
"version": "0.0.57-0",
"scripts": {
"build": "yarn run compile",
"compile": "tsc -p tsconfig-build.json",
Expand All @@ -13,7 +13,7 @@
"retag-and-push": "retag-and-push"
},
"dependencies": {
"@magda/typescript-common": "^0.0.56-RC5",
"@magda/typescript-common": "^0.0.57-0",
"body-parser": "^1.13.2",
"express": "^4.13.1",
"http-proxy": "^1.16.2",
Expand All @@ -25,7 +25,7 @@
"yargs": "^12.0.5"
},
"devDependencies": {
"@magda/scripts": "^0.0.56-RC5",
"@magda/scripts": "^0.0.57-0",
"@types/chai": "^4.0.4",
"@types/config": "0.0.32",
"@types/express": "^4.0.35",
Expand Down
4 changes: 2 additions & 2 deletions magda-apidocs-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@magda/apidocs-server",
"description": "The MAGDA in-browser api documentation.",
"version": "0.0.56-RC5",
"version": "0.0.57-0",
"license": "Apache-2.0",
"scripts": {
"build": "generate-api-documentation --config ./apidoc.json --output ./build",
Expand All @@ -10,7 +10,7 @@
"retag-and-push": "retag-and-push"
},
"devDependencies": {
"@magda/scripts": "^0.0.56-RC5"
"@magda/scripts": "^0.0.57-0"
},
"config": {
"docker": {
Expand Down
6 changes: 3 additions & 3 deletions magda-authorization-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magda/authorization-api",
"version": "0.0.56-RC5",
"version": "0.0.57-0",
"scripts": {
"build": "yarn run compile",
"compile": "tsc -p tsconfig-build.json",
Expand All @@ -13,7 +13,7 @@
"retag-and-push": "retag-and-push"
},
"dependencies": {
"@magda/typescript-common": "^0.0.56-RC5",
"@magda/typescript-common": "^0.0.57-0",
"body-parser": "^1.18.3",
"express": "^4.13.1",
"jsonwebtoken": "^8.4.0",
Expand All @@ -27,7 +27,7 @@
"yargs": "^12.0.5"
},
"devDependencies": {
"@magda/scripts": "^0.0.56-RC5",
"@magda/scripts": "^0.0.57-0",
"@types/chai": "^4.1.2",
"@types/chai-as-promised": "^7.1.0",
"@types/express": "^4.0.35",
Expand Down
6 changes: 3 additions & 3 deletions magda-builder-docker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magda/builder-docker",
"version": "0.0.56-RC5",
"version": "0.0.57-0",
"description": "Builder image for nodejs magda projects",
"scripts": {
"docker-build-prod": "create-docker-context-for-node-component --build --push",
Expand All @@ -16,8 +16,8 @@
}
},
"devDependencies": {
"@magda/builder-nodejs": "^0.0.56-RC5",
"@magda/scripts": "^0.0.56-RC5"
"@magda/builder-nodejs": "^0.0.57-0",
"@magda/scripts": "^0.0.57-0"
},
"magda": {
"categories": {
Expand Down
4 changes: 2 additions & 2 deletions magda-builder-nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magda/builder-nodejs",
"version": "0.0.56-RC5",
"version": "0.0.57-0",
"description": "Builder image for nodejs magda projects",
"scripts": {
"docker-build-prod": "create-docker-context-for-node-component --build --push",
Expand All @@ -16,7 +16,7 @@
}
},
"devDependencies": {
"@magda/scripts": "^0.0.56-RC5"
"@magda/scripts": "^0.0.57-0"
},
"magda": {
"categories": {
Expand Down
6 changes: 3 additions & 3 deletions magda-builder-scala/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magda/builder-scala",
"version": "0.0.56-RC5",
"version": "0.0.57-0",
"description": "Builder image for scala magda projects",
"scripts": {
"docker-build-prod": "create-docker-context-for-node-component --build --push",
Expand All @@ -16,8 +16,8 @@
}
},
"devDependencies": {
"@magda/builder-docker": "^0.0.56-RC5",
"@magda/scripts": "^0.0.56-RC5"
"@magda/builder-docker": "^0.0.57-0",
"@magda/scripts": "^0.0.57-0"
},
"magda": {
"categories": {
Expand Down
8 changes: 4 additions & 4 deletions magda-ckan-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@magda/ckan-connector",
"description": "MAGDA CKAN Connector",
"version": "0.0.56-RC5",
"version": "0.0.57-0",
"scripts": {
"build": "yarn run compile",
"compile": "yarn run compile-node && yarn run compile-browser",
Expand All @@ -18,7 +18,7 @@
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@magda/scripts": "^0.0.56-RC5",
"@magda/scripts": "^0.0.57-0",
"@types/express": "^4.0.37",
"@types/read-pkg-up": "^3.0.1",
"@types/request": "^2.48.1",
Expand All @@ -32,8 +32,8 @@
"webpack": "^3.6.0"
},
"dependencies": {
"@magda/registry-aspects": "^0.0.56-RC5",
"@magda/typescript-common": "^0.0.56-RC5",
"@magda/registry-aspects": "^0.0.57-0",
"@magda/typescript-common": "^0.0.57-0",
"body-parser": "^1.18.1",
"express": "^4.15.4",
"isomorphic-fetch": "^2.2.1",
Expand Down
8 changes: 4 additions & 4 deletions magda-content-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magda/content-api",
"version": "0.0.56-RC5",
"version": "0.0.57-0",
"scripts": {
"build": "yarn run compile",
"compile": "tsc -p tsconfig-build.json",
Expand All @@ -13,8 +13,8 @@
"retag-and-push": "retag-and-push"
},
"dependencies": {
"@magda/content-schemas": "^0.0.56-RC5",
"@magda/typescript-common": "^0.0.56-RC5",
"@magda/content-schemas": "^0.0.57-0",
"@magda/typescript-common": "^0.0.57-0",
"body-parser": "^1.13.2",
"djv": "^2.1.1",
"express": "^4.13.1",
Expand All @@ -28,7 +28,7 @@
"yargs": "^12.0.5"
},
"devDependencies": {
"@magda/scripts": "^0.0.56-RC5",
"@magda/scripts": "^0.0.57-0",
"@types/chai": "^4.1.2",
"@types/express": "^4.0.35",
"@types/lodash": "^4.14.96",
Expand Down
2 changes: 1 addition & 1 deletion magda-content-schemas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magda/content-schemas",
"version": "0.0.56-RC5",
"version": "0.0.57-0",
"description": "Common schemas for use with the content api.",
"scripts": {},
"author": "",
Expand Down
6 changes: 3 additions & 3 deletions magda-correspondence-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@magda/correspondence-api",
"description": "MAGDA correspondence API",
"version": "0.0.56-RC5",
"version": "0.0.57-0",
"license": "Apache-2.0",
"scripts": {
"build": "yarn run compile",
Expand All @@ -15,7 +15,7 @@
"retag-and-push": "retag-and-push"
},
"dependencies": {
"@magda/typescript-common": "^0.0.56-RC5",
"@magda/typescript-common": "^0.0.57-0",
"body-parser": "^1.13.2",
"email-validator": "^2.0.3",
"express": "^4.13.1",
Expand All @@ -36,7 +36,7 @@
"yargs": "^12.0.5"
},
"devDependencies": {
"@magda/scripts": "^0.0.56-RC5",
"@magda/scripts": "^0.0.57-0",
"@types/chai": "^4.1.3",
"@types/email-validator": "^1.0.6",
"@types/express": "^4.0.35",
Expand Down
8 changes: 4 additions & 4 deletions magda-csv-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@magda/csv-connector",
"description": "MAGDA Csv/Xlsx/Ods etc data catalog Connector",
"version": "0.0.56-RC5",
"version": "0.0.57-0",
"scripts": {
"build": "yarn run compile",
"compile": "yarn run compile-node && yarn run compile-browser",
Expand All @@ -17,7 +17,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@magda/scripts": "^0.0.56-RC5",
"@magda/scripts": "^0.0.57-0",
"@types/jsonpath": "^0.1.29",
"@types/lodash": "^4.14.66",
"@types/read-pkg-up": "^3.0.1",
Expand All @@ -31,8 +31,8 @@
"webpack": "^3.6.0"
},
"dependencies": {
"@magda/registry-aspects": "^0.0.56-RC5",
"@magda/typescript-common": "^0.0.56-RC5",
"@magda/registry-aspects": "^0.0.57-0",
"@magda/typescript-common": "^0.0.57-0",
"escape-html": "^1.0.3",
"jsonpath": "^1.0.0",
"read-pkg-up": "^3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions magda-csw-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@magda/csw-connector",
"description": "MAGDA OGC Catalogue Service for the Web (CSW) Connector",
"version": "0.0.56-RC5",
"version": "0.0.57-0",
"scripts": {
"build": "yarn run compile",
"compile": "yarn run compile-node && yarn run compile-browser",
Expand All @@ -17,7 +17,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@magda/scripts": "^0.0.56-RC5",
"@magda/scripts": "^0.0.57-0",
"@types/jsonpath": "^0.1.29",
"@types/lodash": "^4.14.66",
"@types/nock": "^9.3.0",
Expand All @@ -33,8 +33,8 @@
"webpack": "^3.6.0"
},
"dependencies": {
"@magda/registry-aspects": "^0.0.56-RC5",
"@magda/typescript-common": "^0.0.56-RC5",
"@magda/registry-aspects": "^0.0.57-0",
"@magda/typescript-common": "^0.0.57-0",
"jsonpath": "^1.0.0",
"lodash": "^4.17.4",
"moment": "^2.17.1",
Expand Down
8 changes: 4 additions & 4 deletions magda-dap-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@magda/dap-connector",
"description": "MAGDA DAP Connector",
"version": "0.0.56-RC5",
"version": "0.0.57-0",
"scripts": {
"build": "yarn run compile",
"compile": "yarn run compile-node && yarn run compile-browser",
Expand All @@ -17,7 +17,7 @@
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@magda/scripts": "^0.0.56-RC5",
"@magda/scripts": "^0.0.57-0",
"@types/express": "^4.0.37",
"@types/read-pkg-up": "^3.0.1",
"@types/request": "^2.48.1",
Expand All @@ -31,8 +31,8 @@
"webpack": "^3.6.0"
},
"dependencies": {
"@magda/registry-aspects": "^0.0.56-RC5",
"@magda/typescript-common": "^0.0.56-RC5",
"@magda/registry-aspects": "^0.0.57-0",
"@magda/typescript-common": "^0.0.57-0",
"body-parser": "^1.18.1",
"express": "^4.15.4",
"isomorphic-fetch": "^2.2.1",
Expand Down
4 changes: 2 additions & 2 deletions magda-db-migrator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magda/db-migrator",
"version": "0.0.56-RC5",
"version": "0.0.57-0",
"description": "A base Docker image for PostgreSQL with Flyway for schema migrations.",
"scripts": {
"docker-build-prod": "create-docker-context-for-node-component --build --push --tag auto",
Expand All @@ -17,7 +17,7 @@
}
},
"devDependencies": {
"@magda/scripts": "^0.0.56-RC5"
"@magda/scripts": "^0.0.57-0"
},
"magda": {
"categories": {
Expand Down
4 changes: 2 additions & 2 deletions magda-elastic-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magda/elastic-search",
"version": "0.0.56-RC5",
"version": "0.0.57-0",
"description": "MAGDA's custom elasticsearch docker image.",
"scripts": {
"dev": "docker-compose up",
Expand Down Expand Up @@ -70,7 +70,7 @@
}
},
"devDependencies": {
"@magda/scripts": "^0.0.56-RC5"
"@magda/scripts": "^0.0.57-0"
},
"magda": {
"categories": {
Expand Down
Loading

0 comments on commit 88c3a45

Please sign in to comment.