Skip to content

Commit 75f5a57

Browse files
committed
Bumped release version number to: 1.0.0-alpha.3.1
1 parent 49ff47d commit 75f5a57

File tree

14 files changed

+27
-27
lines changed

14 files changed

+27
-27
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
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

377377
3. 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

381381
5. Run `git push origin v<version_number>`
382382

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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,

packages/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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",

packages/commons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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,

packages/gateway/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -26,7 +26,7 @@
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",

packages/integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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,

packages/login/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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",

packages/metrics/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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,
@@ -20,7 +20,7 @@
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",

packages/notification/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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,
@@ -21,7 +21,7 @@
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",

0 commit comments

Comments
 (0)