Skip to content

Commit

Permalink
chore(release): v0.52.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Mar 31, 2021
1 parent 501b598 commit f4f074c
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 56 deletions.
29 changes: 20 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [0.52.0](https://github.com/rodekruis/IBF-system/compare/v0.51.6...v0.52.0) (2021-03-31)


### Bug Fixes

* AB[#6707](https://github.com/rodekruis/IBF-system/issues/6707) tests for no-trigger scenario improvement ([ad94370](https://github.com/rodekruis/IBF-system/commit/ad94370757daf6d0e08babdc2f2553b87a1d624a))
* AB[#6708](https://github.com/rodekruis/IBF-system/issues/6708) tests for trigger scenario starat ([a981256](https://github.com/rodekruis/IBF-system/commit/a9812563bcb7bc33d2bc1dd1d94e585d5ee0e23a))
* AB[#6764](https://github.com/rodekruis/IBF-system/issues/6764) test readme ([eef0a15](https://github.com/rodekruis/IBF-system/commit/eef0a15b2a5aa87f077d73dc5cca1c1d4d17652c))
* AB[#6764](https://github.com/rodekruis/IBF-system/issues/6764) test readme ([011ee8b](https://github.com/rodekruis/IBF-system/commit/011ee8bd22159270a16ad35fef6f2a2f124c73c8))
* attempt to fix lighthouse tests in deploy ([8f166f1](https://github.com/rodekruis/IBF-system/commit/8f166f1a8aab5f87cc81f57c1ccbfb4f6cede438))
* lint ([47b048b](https://github.com/rodekruis/IBF-system/commit/47b048b518c16e16a09ed0af836a141406b9c760))


### Features

* AB[#6707](https://github.com/rodekruis/IBF-system/issues/6707) tests for no-trigger scenario ([edb7e7d](https://github.com/rodekruis/IBF-system/commit/edb7e7d68a23ce9a1ce95a4c4d37b17ba207f023))
* Added tests for non-triggered scenario AB[#6707](https://github.com/rodekruis/IBF-system/issues/6707) ([a511def](https://github.com/rodekruis/IBF-system/commit/a511defb17420ac08469ac0cf9be229fc0360075))



## [0.51.6](https://github.com/rodekruis/IBF-system/compare/v0.51.5...v0.51.6) (2021-03-26)


Expand Down Expand Up @@ -81,12 +101,3 @@



# [0.48.0](https://github.com/rodekruis/IBF-system/compare/v0.47.0...v0.48.0) (2021-03-23)


### Features

* cypress install seperate ([b14a794](https://github.com/rodekruis/IBF-system/commit/b14a7941afbe808f04dabe59b642d9e30186d416))



94 changes: 47 additions & 47 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
{
"name": "IBF-system",
"version": "0.51.6",
"private": true,
"scripts": {
"demo": "npx npm-run-all --print-label --parallel start open",
"start": "npx npm-run-all --print-label --parallel start:ibf-services start:ibf-interfaces",
"start:ibf-services": "npx npm-run-all --print-label --parallel start:ibf-api-service",
"start:ibf-api-service": "npm run start:dev --prefix services/API-service/",
"start:ibf-interfaces": "npx npm-run-all --print-label --parallel start:ibf-dashboard",
"start:ibf-dashboard": "npm start --prefix interfaces/IBF-dashboard/ -- --port 8080",
"install": "npx npm-run-all --print-label install:ibf-services install:ibf-interfaces",
"install:ibf-services": "npx npm-run-all --print-label install:ibf-api-service",
"install:ibf-api-service": "npm install --no-optional --no-audit --no-fund --prefix services/API-service/",
"install:ibf-interfaces": "npx npm-run-all --print-label install:ibf-dashboard",
"install:ibf-dashboard": "npm install --no-optional --no-audit --no-fund --prefix interfaces/IBF-dashboard/",
"open": "npx npm-run-all open:ibf-api-service open:ibf-dashboard",
"open:ibf-dashboard": "open http://localhost:8080/",
"open:ibf-api-service": "open http://localhost:3000/docs",
"test": "npx npm-run-all --print-label --parallel test:ibf-interfaces test:ibf-services",
"test:ibf-services": "npx npm-run-all --print-label --parallel test:ibf-api-service",
"test:ibf-api-service": "npm test --prefix services/API-service/",
"test:ibf-interfaces": "npx npm-run-all --print-label --parallel test:ibf-dashboard",
"test:ibf-dashboard": "npm test --prefix interfaces/IBF-dashboard/",
"test:performance": "npm run lighthouse:run",
"test:integration": "npm run cypress:run",
"lint": "npx npm-run-all --print-label --parallel lint:ibf-interfaces lint:ibf-services",
"lint:ibf-services": "npx npm-run-all --print-label --parallel lint:ibf-api-service",
"lint:ibf-api-service": "npm run lint --prefix services/API-service/",
"lint:ibf-interfaces": "npx npm-run-all --print-label --parallel lint:ibf-dashboard",
"lint:ibf-dashboard": "npm run lint --prefix interfaces/IBF-dashboard/",
"cypress:open": "npx cypress open --config-file=tests/cypress/cypress.json",
"cypress:run": "npx cypress run --record --config-file=tests/cypress/cypress.json",
"lighthouse:run": "lhci autorun --config=tests/lighthouse/lighthouserc.js"
},
"dependencies": {
"github-webhook-handler": "^1.0.0"
},
"devDependencies": {
"@lhci/cli": "^0.7.0",
"cypress": "^6.6.0",
"lighthouse": "^7.2.0",
"pre-commit": "^1.2.2",
"pre-push": "^0.1.1",
"puppeteer": "^8.0.0"
},
"pre-commit": "lint"
}
"name": "IBF-system",
"version": "0.52.0",
"private": true,
"scripts": {
"demo": "npx npm-run-all --print-label --parallel start open",
"start": "npx npm-run-all --print-label --parallel start:ibf-services start:ibf-interfaces",
"start:ibf-services": "npx npm-run-all --print-label --parallel start:ibf-api-service",
"start:ibf-api-service": "npm run start:dev --prefix services/API-service/",
"start:ibf-interfaces": "npx npm-run-all --print-label --parallel start:ibf-dashboard",
"start:ibf-dashboard": "npm start --prefix interfaces/IBF-dashboard/ -- --port 8080",
"install": "npx npm-run-all --print-label install:ibf-services install:ibf-interfaces",
"install:ibf-services": "npx npm-run-all --print-label install:ibf-api-service",
"install:ibf-api-service": "npm install --no-optional --no-audit --no-fund --prefix services/API-service/",
"install:ibf-interfaces": "npx npm-run-all --print-label install:ibf-dashboard",
"install:ibf-dashboard": "npm install --no-optional --no-audit --no-fund --prefix interfaces/IBF-dashboard/",
"open": "npx npm-run-all open:ibf-api-service open:ibf-dashboard",
"open:ibf-dashboard": "open http://localhost:8080/",
"open:ibf-api-service": "open http://localhost:3000/docs",
"test": "npx npm-run-all --print-label --parallel test:ibf-interfaces test:ibf-services",
"test:ibf-services": "npx npm-run-all --print-label --parallel test:ibf-api-service",
"test:ibf-api-service": "npm test --prefix services/API-service/",
"test:ibf-interfaces": "npx npm-run-all --print-label --parallel test:ibf-dashboard",
"test:ibf-dashboard": "npm test --prefix interfaces/IBF-dashboard/",
"test:performance": "npm run lighthouse:run",
"test:integration": "npm run cypress:run",
"lint": "npx npm-run-all --print-label --parallel lint:ibf-interfaces lint:ibf-services",
"lint:ibf-services": "npx npm-run-all --print-label --parallel lint:ibf-api-service",
"lint:ibf-api-service": "npm run lint --prefix services/API-service/",
"lint:ibf-interfaces": "npx npm-run-all --print-label --parallel lint:ibf-dashboard",
"lint:ibf-dashboard": "npm run lint --prefix interfaces/IBF-dashboard/",
"cypress:open": "npx cypress open --config-file=tests/cypress/cypress.json",
"cypress:run": "npx cypress run --record --config-file=tests/cypress/cypress.json",
"lighthouse:run": "lhci autorun --config=tests/lighthouse/lighthouserc.js"
},
"dependencies": {
"github-webhook-handler": "^1.0.0"
},
"devDependencies": {
"@lhci/cli": "^0.7.0",
"cypress": "^6.6.0",
"lighthouse": "^7.2.0",
"pre-commit": "^1.2.2",
"pre-push": "^0.1.1",
"puppeteer": "^8.0.0"
},
"pre-commit": "lint"
}

0 comments on commit f4f074c

Please sign in to comment.