Skip to content

Commit 226d6f5

Browse files
committed
Start release 1.3.5
1 parent 5226651 commit 226d6f5

File tree

21 files changed

+23
-21
lines changed

21 files changed

+23
-21
lines changed

.github/DISCUSSION_TEMPLATE/Installation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ body:
2121
id: core-version
2222
attributes:
2323
label: OpenCRVS Core version
24-
description: e.g 1.3.4
24+
description: e.g 1.3.5
2525
validations:
2626
required: true
2727
- type: input
2828
id: countryconfig-version
2929
attributes:
3030
label: OpenCRVS Countryconfig version
31-
description: e.g 1.3.4
31+
description: e.g 1.3.5
3232
validations:
3333
required: true
3434
- type: input

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## [1.3.5](https://github.com/opencrvs/opencrvs-core/compare/v1.3.4...v1.3.5)
2+
13
## [1.3.4](https://github.com/opencrvs/opencrvs-core/compare/v1.3.3...v1.3.4)
24

35
## Bug fixes

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.3.4",
4+
"version": "1.3.5",
55
"private": true,
66
"workspaces": [
77
"packages/*"

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.3.4",
3+
"version": "1.3.5",
44
"description": "OpenCRVS authentication service",
55
"license": "MPL-2.0",
66
"private": true,

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencrvs/client",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"description": "OpenCRVS client application",
55
"license": "MPL-2.0",
66
"private": true,

packages/client/src/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ export const DESKTOP_TIME_OUT_MILLISECONDS = 900000
8484
export const INFORMANT_MINIMUM_AGE = 16
8585

8686
/** 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 */
87-
export const APPLICATION_VERSION = 'v1.3.4'
87+
export const APPLICATION_VERSION = 'v1.3.5'
8888
export const IS_PROD_ENVIRONMENT = import.meta.env.PROD

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.3.4",
3+
"version": "1.3.5",
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.3.4",
4+
"version": "1.3.5",
55
"description": "OpenCRVS UI Component library",
66
"license": "MPL-2.0",
77
"private": true,

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencrvs/config",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"description": "OpenCRVS public configuration microservice",
55
"license": "MPL-2.0",
66
"scripts": {

packages/dashboards/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencrvs/dashboards",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"description": "OpenCRVS performance dashboards",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)