diff --git a/.travis.yml b/.travis.yml index 131ab13..ebc4b1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ jobs: - npm run lint - npm run coverage - stage: Utils-Release - if: (NOT type IN (pull_request)) AND (branch = master) AND (tags = true) + if: (NOT type IN (pull_request)) AND (NOT (branch = develop)) AND (tags = true) script: - cd utils - cp ../readme.md . @@ -39,7 +39,7 @@ jobs: tags: true branch: master - stage: Client-Release - if: (NOT type IN (pull_request)) AND (branch = master) AND (tags = true) + if: (NOT type IN (pull_request)) AND (NOT (branch = develop)) AND (tags = true) script: - cd client - cp ../readme.md . @@ -57,7 +57,7 @@ jobs: tags: true branch: master - stage: Core-Release - if: (NOT type IN (pull_request)) AND (branch = master) AND (tags = true) + if: (NOT type IN (pull_request)) AND (NOT (branch = develop)) AND (tags = true) script: - cd core - cp ../readme.md . diff --git a/client/package.json b/client/package.json index cea4dda..f28d900 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@redmedical/hvstr-client", - "version": "1.1.0", + "version": "1.1.1", "main": "dist/index", "types": "dist/index", "scripts": { @@ -9,7 +9,7 @@ "typedoc": "node node_modules/typedoc/bin/typedoc --out ../docs/api/client --module commonjs --mode file --target es6 --readme none --name \"hvstr-client API Documentation\" --tsconfig ./tsconfig.json --ignoreCompilerErrors ./src/" }, "dependencies": { - "@redmedical/hvstr-utils": "1.1.0" + "@redmedical/hvstr-utils": "1.1.1" }, "devDependencies": { "tslint": "^5.16.0", diff --git a/core/package.json b/core/package.json index 7d299da..44e9b7c 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@redmedical/hvstr-core", - "version": "1.1.0", + "version": "1.1.1", "main": "dist/src/index", "types": "dist/src/index", "scripts": { @@ -11,7 +11,7 @@ "coverage": "ts-node node_modules/nyc/bin/nyc.js npm rum test" }, "dependencies": { - "@redmedical/hvstr-utils": "1.1.0", + "@redmedical/hvstr-utils": "1.1.1", "lodash": "^4.17.14", "mkdirp": "^0.5.1", "protractor": "^5.4.2", diff --git a/utils/package.json b/utils/package.json index 4755f02..280baa3 100644 --- a/utils/package.json +++ b/utils/package.json @@ -1,6 +1,6 @@ { "name": "@redmedical/hvstr-utils", - "version": "1.1.0", + "version": "1.1.1", "main": "dist/index", "types": "dist/index", "scripts": {