Skip to content

Commit 2509a45

Browse files
committed
Bump release number
1 parent ced5cf0 commit 2509a45

File tree

19 files changed

+42
-42
lines changed

19 files changed

+42
-42
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -107,47 +107,47 @@ Ilanga District in Sulaka Province is meant to demonstrate a provincial district
107107

108108
A Social Worker in an urban district:
109109

110-
Username: **kalusha.bwalya** / Password: **test** / SMS code: **000000** / Office: **Ibombo District, Central Province**
110+
Username: **k.bwalya** / Password: **test** / SMS code: **000000** / Office: **Ibombo District, Central Province**
111111

112112
A Local Leader in a provincial district:
113113

114-
Username: **patrick.gondwe** / Password: **test** / SMS code: **000000** / Office: **Ilanga District, Sulaka Province**
114+
Username: **p.gondwe** / Password: **test** / SMS code: **000000** / Office: **Ilanga District, Sulaka Province**
115115

116116
### Registration Agent
117117

118-
Username: **felix.katongo** / Password: **test** / SMS code: **000000** / Office: **Ibombo District, Central Province**
118+
Username: **f.katongo** / Password: **test** / SMS code: **000000** / Office: **Ibombo District, Central Province**
119119

120-
Username: **joshua.mutale** / Password: **test** / SMS code: **000000** / Office: **Ilanga District, Sulaka Province**
120+
Username: **j.mutale** / Password: **test** / SMS code: **000000** / Office: **Ilanga District, Sulaka Province**
121121

122122
### Registrar
123123

124-
Username: **kennedy.mweene** / Password: **test** / SMS code: **000000** / Office: **Ibombo District, Central Province**
124+
Username: **k.mweene** / Password: **test** / SMS code: **000000** / Office: **Ibombo District, Central Province**
125125

126-
Username: **derrick.bulaya** / Password: **test** / SMS code: **000000** / Office: **Ilanga District, Sulaka Province**
126+
Username: **d.bulaya** / Password: **test** / SMS code: **000000** / Office: **Ilanga District, Sulaka Province**
127127

128128
### Local System Admin
129129

130-
Username: **emmanuel.mayuka** / Password: **test** / SMS code: **000000** / Office: **Ibombo District, Central Province**
130+
Username: **e.mayuka** / Password: **test** / SMS code: **000000** / Office: **Ibombo District, Central Province**
131131

132-
Username: **alex.ngonga** / Password: **test** / SMS code: **000000** / Office: **Ilanga District, Sulaka Province**
132+
Username: **a.ngonga** / Password: **test** / SMS code: **000000** / Office: **Ilanga District, Sulaka Province**
133133

134134
### National System Admin
135135

136136
Based in the country HQ Office:
137137

138-
Username: **jonathan.campbell** / Password: **test** / SMS code: **000000** / Office: **HQ Office, Itambo District, Central Province**
138+
Username: **j.campbell** / Password: **test** / SMS code: **000000** / Office: **HQ Office, Itambo District, Central Province**
139139

140140
### National Registrar
141141

142142
Based in the country HQ Office:
143143

144-
Username: **joseph.musonda** / Password: **test** / SMS code: **000000** / Office: **HQ Office, Itambo District, Central Province**
144+
Username: **j.musonda** / Password: **test** / SMS code: **000000** / Office: **HQ Office, Itambo District, Central Province**
145145

146146
### Performance Manager
147147

148148
Based in the country HQ Office:
149149

150-
Username: **edgar.kazembe** / Password: **test** / SMS code: **000000** / Office: **HQ Office, Itambo District, Central Province**
150+
Username: **e.kazembe** / Password: **test** / SMS code: **000000** / Office: **HQ Office, Itambo District, Central Province**
151151

152152
## Starting and stopping OpenCRVS
153153

@@ -170,7 +170,7 @@ To start and stop opencrvs-core and the country configuration server, use the fo
170170

171171
5. Open a new terminal window
172172
6. Run `cd ../opencrvs-farajaland`
173-
7. Run `yarn dev <!-- paste in the absolute path to your opencrvs-core directory here -->` to start the country configuration server
173+
7. Run `yarn dev` to start the country configuration server
174174

175175
### Stopping
176176

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"description": "OpenCRVS core workspace",
33
"license": "MPL-2.0",
4-
"version": "1.2.0-beta",
4+
"version": "1.2.0",
55
"private": true,
66
"workspaces": [
77
"packages/*"

packages/auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencrvs/auth",
3-
"version": "1.2.0-beta",
3+
"version": "1.2.0",
44
"description": "OpenCRVS authentication 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.2.0-beta",
24+
"@opencrvs/commons": "^1.2.0",
2525
"@types/hapi-pino": "^8.0.5",
2626
"@types/pino": "^6.3.12",
2727
"app-module-path": "^2.2.0",

packages/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@opencrvs/client",
3-
"version": "1.2.0-beta",
3+
"version": "1.2.0",
44
"description": "OpenCRVS client application",
55
"license": "MPL-2.0",
66
"private": true,
77
"dependencies": {
88
"@apollo/client": "^3.7.0",
99
"@craco/craco": "^6.4.3",
10-
"@opencrvs/components": "^1.2.0-beta",
10+
"@opencrvs/components": "^1.2.0",
1111
"@reduxjs/toolkit": "^1.8.3",
1212
"@sentry/react": "^7.12.1",
1313
"@sentry/tracing": "^7.12.1",

packages/client/src/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,6 @@ export const INFORMANT_MINIMUM_AGE = 16
109109
export const BACKGROUND_SYNC_BROADCAST_CHANNEL = 'backgroundSynBroadCastChannel'
110110

111111
/** Current application version used in the left navigation. It's saved to localStorage to determine if a user logged into a newer version of the app for the first time */
112-
export const APPLICATION_VERSION = 'v1.2.0-beta'
112+
export const APPLICATION_VERSION = 'v1.2.0'
113113
export const ENABLE_REVIEW_ATTACHMENTS_SCROLLING =
114114
import.meta.env.MODE === 'test' ? true : false

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.2.0-beta",
3+
"version": "1.2.0",
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,7 +1,7 @@
11
{
22
"name": "@opencrvs/components",
33
"main": "lib/index",
4-
"version": "1.2.0-beta",
4+
"version": "1.2.0",
55
"description": "OpenCRVS UI Component library",
66
"license": "MPL-2.0",
77
"private": true,

packages/config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencrvs/config",
3-
"version": "1.2.0-beta",
3+
"version": "1.2.0",
44
"description": "OpenCRVS public configuration microservice",
55
"license": "MPL-2.0",
66
"scripts": {
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@hapi/boom": "^9.1.1",
2121
"@hapi/hapi": "^20.2.1",
22-
"@opencrvs/commons": "^1.2.0-beta",
22+
"@opencrvs/commons": "^1.2.0",
2323
"@types/hapi-pino": "^8.0.5",
2424
"@types/pino": "^6.3.12",
2525
"fast-csv": "^4.3.6",

packages/documents/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencrvs/documents",
3-
"version": "1.2.0-beta",
3+
"version": "1.2.0",
44
"description": "OpenCRVS Documents service",
55
"license": "MPL-2.0",
66
"private": true,
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@hapi/boom": "^9.1.1",
2121
"@hapi/hapi": "^20.0.1",
22-
"@opencrvs/commons": "^1.2.0-beta",
22+
"@opencrvs/commons": "^1.2.0",
2323
"@types/minio": "^7.0.13",
2424
"@types/pino": "^6.3.12",
2525
"app-module-path": "^2.2.0",

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.2.0-beta",
3+
"version": "1.2.0",
44
"description": "OpenCRVS API Gateway with GraphQL",
55
"license": "MPL-2.0",
66
"scripts": {
@@ -28,7 +28,7 @@
2828
"@hapi/hapi": "^20.0.1",
2929
"@hapi/inert": "^7.0.0",
3030
"@hapi/vision": "^7.0.0",
31-
"@opencrvs/commons": "^1.2.0-beta",
31+
"@opencrvs/commons": "^1.2.0",
3232
"@sentry/node": "^5.10.2",
3333
"@types/archiver": "^3.0.0",
3434
"@types/flat": "^0.0.28",

0 commit comments

Comments
 (0)