Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #30 from redmedical/hotfix/1.1.1
Browse files Browse the repository at this point in the history
1.1.1 -> master
  • Loading branch information
MichaRedM authored Aug 20, 2019
2 parents 92c61c3 + d23967b commit 23bcec2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand All @@ -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 .
Expand All @@ -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 .
Expand Down
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redmedical/hvstr-client",
"version": "1.1.0",
"version": "1.1.1",
"main": "dist/index",
"types": "dist/index",
"scripts": {
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redmedical/hvstr-utils",
"version": "1.1.0",
"version": "1.1.1",
"main": "dist/index",
"types": "dist/index",
"scripts": {
Expand Down

0 comments on commit 23bcec2

Please sign in to comment.