File tree Expand file tree Collapse file tree 14 files changed +27
-27
lines changed
Expand file tree Collapse file tree 14 files changed +27
-27
lines changed Original file line number Diff line number Diff line change 2929 - [ ** OpenHIM** ] ( #openhim )
3030- [ Configuring OpenCRVS] ( #configuring-opencrvs )
3131- [ What are the key OpenSource dependencies of OpenCRVS?] ( #what-are-the-key-opensource-dependencies-of-opencrvs )
32- - [ Hearth MongoDB Database layer] ( #hearth-mongodb-database-layer )
33- - [ ElasticSearch] ( #elasticsearch )
34- - [ InfluxData] ( #influxdata )
35- - [ OpenHIM enterprise service bus, interoperability Layer] ( #openhim-enterprise-service-bus-interoperability-layer )
32+ - [ Hearth MongoDB Database layer] ( #hearth-mongodb-database-layer )
33+ - [ ElasticSearch] ( #elasticsearch )
34+ - [ InfluxData] ( #influxdata )
35+ - [ OpenHIM enterprise service bus, interoperability Layer] ( #openhim-enterprise-service-bus-interoperability-layer )
3636- [ What is inside the OpenCRVS packages?] ( #what-is-inside-the-opencrvs-packages )
3737 - [ OpenCRVS microservice business layer packages] ( #opencrvs-microservice-business-layer-packages )
3838 - [ OpenCRVS client application packages] ( #opencrvs-client-application-packages )
@@ -376,7 +376,7 @@ So you have contributed to core and want to make a new release as an OpenCRVS co
376376
3773773 . Run ` yarn test ` and ensure all passed.
378378
379- 4 . Run ` git tag v<version_number> ` e.g. ` git tag v1.0.0-alpha.3.0 `
379+ 4 . Run ` git tag v<version_number> ` e.g. ` git tag v1.0.0-alpha.3.1 `
380380
3813815 . Run ` git push origin v<version_number> `
382382
Original file line number Diff line number Diff line change 11{
22 "name" : " @opencrvs/auth" ,
3- "version" : " 1.0.0-alpha.3.0 " ,
3+ "version" : " 1.0.0-alpha.3.1 " ,
44 "description" : " OpenCRVS authentication service" ,
55 "license" : " MPL-2.0" ,
66 "private" : true ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @opencrvs/client" ,
3- "version" : " 1.0.0-alpha.3.0 " ,
3+ "version" : " 1.0.0-alpha.3.1 " ,
44 "description" : " OpenCRVS client application" ,
55 "license" : " MPL-2.0" ,
66 "private" : true ,
77 "dependencies" : {
88 "@craco/craco" : " ^6.4.3" ,
9- "@opencrvs/components" : " ^1.0.0-alpha.3.0 " ,
9+ "@opencrvs/components" : " ^1.0.0-alpha.3.1 " ,
1010 "@sentry/browser" : " ^4.6.3" ,
1111 "@types/bcryptjs" : " ^2.4.2" ,
1212 "@types/history" : " ^4.6.2" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @opencrvs/commons" ,
3- "version" : " 1.0.0-alpha.3.0 " ,
3+ "version" : " 1.0.0-alpha.3.1 " ,
44 "description" : " OpenCRVS common modules and utils" ,
55 "license" : " MPL-2.0" ,
66 "main" : " build/dist/index.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @opencrvs/components" ,
3- "version" : " 1.0.0-alpha.3.0 " ,
3+ "version" : " 1.0.0-alpha.3.1 " ,
44 "description" : " OpenCRVS UI Component library" ,
55 "license" : " MPL-2.0" ,
66 "private" : true ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @opencrvs/gateway" ,
3- "version" : " 1.0.0-alpha.3.0 " ,
3+ "version" : " 1.0.0-alpha.3.1 " ,
44 "description" : " OpenCRVS API Gateway with GraphQL" ,
55 "license" : " MPL-2.0" ,
66 "scripts" : {
2626 "@graphql-tools/load" : " ^6.0.9" ,
2727 "@graphql-tools/schema" : " ^6.0.9" ,
2828 "@hapi/hapi" : " ^20.0.1" ,
29- "@opencrvs/commons" : " ^1.0.0-alpha.3.0 " ,
29+ "@opencrvs/commons" : " ^1.0.0-alpha.3.1 " ,
3030 "@sentry/node" : " ^5.10.2" ,
3131 "@types/archiver" : " ^3.0.0" ,
3232 "@types/flat" : " ^0.0.28" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @opencrvs/integration" ,
3- "version" : " 1.0.0-alpha.3.0 " ,
3+ "version" : " 1.0.0-alpha.3.1 " ,
44 "description" : " A set of integration and performance tests for OpenCRVS" ,
55 "license" : " MPL-2.0" ,
66 "private" : true ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @opencrvs/login" ,
3- "version" : " 1.0.0-alpha.3.0 " ,
3+ "version" : " 1.0.0-alpha.3.1 " ,
44 "description" : " OpenCRVS login client application" ,
55 "license" : " MPL-2.0" ,
66 "private" : true ,
77 "dependencies" : {
88 "@craco/craco" : " ^6.4.3" ,
9- "@opencrvs/components" : " ^1.0.0-alpha.3.0 " ,
9+ "@opencrvs/components" : " ^1.0.0-alpha.3.1 " ,
1010 "@sentry/browser" : " ^4.6.3" ,
1111 "@types/history" : " ^4.6.2" ,
1212 "@types/react-redux" : " ^7.1.5" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @opencrvs/metrics" ,
3- "version" : " 1.0.0-alpha.3.0 " ,
3+ "version" : " 1.0.0-alpha.3.1 " ,
44 "description" : " OpenCRVS metrics service" ,
55 "license" : " MPL-2.0" ,
66 "private" : true ,
2020 "dependencies" : {
2121 "@hapi/boom" : " ^9.1.1" ,
2222 "@hapi/hapi" : " ^20.0.1" ,
23- "@opencrvs/commons" : " ^1.0.0-alpha.3.0 " ,
23+ "@opencrvs/commons" : " ^1.0.0-alpha.3.1 " ,
2424 "@types/pino" : " ^6.3.12" ,
2525 "app-module-path" : " ^2.2.0" ,
2626 "archiver" : " ^3.1.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @opencrvs/notification" ,
3- "version" : " 1.0.0-alpha.3.0 " ,
3+ "version" : " 1.0.0-alpha.3.1 " ,
44 "description" : " OpenCRVS notification service" ,
55 "license" : " MPL-2.0" ,
66 "private" : true ,
2121 "dependencies" : {
2222 "@hapi/boom" : " ^9.1.1" ,
2323 "@hapi/hapi" : " ^20.0.1" ,
24- "@opencrvs/commons" : " ^1.0.0-alpha.3.0 " ,
24+ "@opencrvs/commons" : " ^1.0.0-alpha.3.1 " ,
2525 "@types/hapi-pino" : " ^8.0.5" ,
2626 "@types/pino" : " ^6.3.12" ,
2727 "app-module-path" : " ^2.2.0" ,
You can’t perform that action at this time.
0 commit comments