Skip to content

Commit a6d7058

Browse files
committed
update version number
1 parent 7284c3e commit a6d7058

File tree

21 files changed

+30
-21
lines changed

21 files changed

+30
-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.2
24+
description: e.g 1.4.0
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.2
31+
description: e.g 1.4.0
3232
validations:
3333
required: true
3434
- type: input

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## [1.4.0](https://github.com/opencrvs/opencrvs-core/compare/v1.3.3...v1.4.0) (TBD)
4+
5+
### Bug fixes
6+
7+
### Breaking changes
8+
9+
### New features

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.2",
4+
"version": "1.4.0",
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.2",
3+
"version": "1.4.0",
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.2",
3+
"version": "1.4.0",
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.2'
87+
export const APPLICATION_VERSION = 'v1.4.0'
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.2",
3+
"version": "1.4.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.3.2",
4+
"version": "1.4.0",
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.2",
3+
"version": "1.4.0",
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.2",
3+
"version": "1.4.0",
44
"description": "OpenCRVS performance dashboards",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)