From a6d70584d928224de274b1d88ede3b6a64622c8c Mon Sep 17 00:00:00 2001 From: Riku Rouvila Date: Wed, 24 Jan 2024 13:37:30 +0200 Subject: [PATCH] update version number --- .github/DISCUSSION_TEMPLATE/Installation.yml | 4 ++-- CHANGELOG | 9 +++++++++ package.json | 2 +- packages/auth/package.json | 2 +- packages/client/package.json | 2 +- packages/client/src/utils/constants.ts | 2 +- packages/commons/package.json | 2 +- packages/components/package.json | 2 +- packages/config/package.json | 2 +- packages/dashboards/package.json | 2 +- packages/data-seeder/package.json | 2 +- packages/documents/package.json | 2 +- packages/gateway/package.json | 2 +- packages/login/package.json | 2 +- packages/metrics/package.json | 2 +- packages/migration/package.json | 2 +- packages/notification/package.json | 2 +- packages/search/package.json | 2 +- packages/user-mgnt/package.json | 2 +- packages/webhooks/package.json | 2 +- packages/workflow/package.json | 2 +- 21 files changed, 30 insertions(+), 21 deletions(-) create mode 100644 CHANGELOG diff --git a/.github/DISCUSSION_TEMPLATE/Installation.yml b/.github/DISCUSSION_TEMPLATE/Installation.yml index c746353674..de578308b8 100644 --- a/.github/DISCUSSION_TEMPLATE/Installation.yml +++ b/.github/DISCUSSION_TEMPLATE/Installation.yml @@ -21,14 +21,14 @@ body: id: core-version attributes: label: OpenCRVS Core version - description: e.g 1.3.2 + description: e.g 1.4.0 validations: required: true - type: input id: countryconfig-version attributes: label: OpenCRVS Countryconfig version - description: e.g 1.3.2 + description: e.g 1.4.0 validations: required: true - type: input diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000000..47cf21a457 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,9 @@ +# Changelog + +## [1.4.0](https://github.com/opencrvs/opencrvs-core/compare/v1.3.3...v1.4.0) (TBD) + +### Bug fixes + +### Breaking changes + +### New features diff --git a/package.json b/package.json index dfe3052537..1c9ec10096 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "description": "OpenCRVS core workspace", "license": "MPL-2.0", - "version": "1.3.2", + "version": "1.4.0", "private": true, "workspaces": [ "packages/*" diff --git a/packages/auth/package.json b/packages/auth/package.json index 3352a5c704..884a38df4a 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@opencrvs/auth", - "version": "1.3.2", + "version": "1.4.0", "description": "OpenCRVS authentication service", "license": "MPL-2.0", "private": true, diff --git a/packages/client/package.json b/packages/client/package.json index a46972f4fe..b6b92ad67b 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@opencrvs/client", - "version": "1.3.2", + "version": "1.4.0", "description": "OpenCRVS client application", "license": "MPL-2.0", "private": true, diff --git a/packages/client/src/utils/constants.ts b/packages/client/src/utils/constants.ts index c50a36540f..e145a6b959 100644 --- a/packages/client/src/utils/constants.ts +++ b/packages/client/src/utils/constants.ts @@ -84,5 +84,5 @@ export const DESKTOP_TIME_OUT_MILLISECONDS = 900000 export const INFORMANT_MINIMUM_AGE = 16 /** 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 */ -export const APPLICATION_VERSION = 'v1.3.2' +export const APPLICATION_VERSION = 'v1.4.0' export const IS_PROD_ENVIRONMENT = import.meta.env.PROD diff --git a/packages/commons/package.json b/packages/commons/package.json index 39133f0c0b..18c6d2dad5 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -1,6 +1,6 @@ { "name": "@opencrvs/commons", - "version": "1.3.2", + "version": "1.4.0", "description": "OpenCRVS common modules and utils", "license": "MPL-2.0", "main": "./build/dist/index.js", diff --git a/packages/components/package.json b/packages/components/package.json index 2e5e4679f5..2b43393e3a 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,7 +1,7 @@ { "name": "@opencrvs/components", "main": "lib/index", - "version": "1.3.2", + "version": "1.4.0", "description": "OpenCRVS UI Component library", "license": "MPL-2.0", "private": true, diff --git a/packages/config/package.json b/packages/config/package.json index b0e6817e24..f2805ae441 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@opencrvs/config", - "version": "1.3.2", + "version": "1.4.0", "description": "OpenCRVS public configuration microservice", "license": "MPL-2.0", "scripts": { diff --git a/packages/dashboards/package.json b/packages/dashboards/package.json index c10eb8cf23..da398a9098 100644 --- a/packages/dashboards/package.json +++ b/packages/dashboards/package.json @@ -1,6 +1,6 @@ { "name": "@opencrvs/dashboards", - "version": "1.3.2", + "version": "1.4.0", "description": "OpenCRVS performance dashboards", "main": "index.js", "scripts": { diff --git a/packages/data-seeder/package.json b/packages/data-seeder/package.json index 06a1bc8403..c95362c620 100644 --- a/packages/data-seeder/package.json +++ b/packages/data-seeder/package.json @@ -1,6 +1,6 @@ { "name": "@opencrvs/data-seeder", - "version": "1.3.2", + "version": "1.4.0", "description": "OpenCRVS data-seeder microservice", "homepage": "https://github.com/opencrvs/opencrvs-core#readme", "license": "MPL-2.0", diff --git a/packages/documents/package.json b/packages/documents/package.json index 1295ef136f..fe735cff6e 100644 --- a/packages/documents/package.json +++ b/packages/documents/package.json @@ -1,6 +1,6 @@ { "name": "@opencrvs/documents", - "version": "1.3.2", + "version": "1.4.0", "description": "OpenCRVS Documents service", "license": "MPL-2.0", "private": true, diff --git a/packages/gateway/package.json b/packages/gateway/package.json index b9e87b7fd5..797d6f041c 100644 --- a/packages/gateway/package.json +++ b/packages/gateway/package.json @@ -1,6 +1,6 @@ { "name": "@opencrvs/gateway", - "version": "1.3.2", + "version": "1.4.0", "description": "OpenCRVS API Gateway with GraphQL", "license": "MPL-2.0", "scripts": { diff --git a/packages/login/package.json b/packages/login/package.json index 87e3e716a6..8079efa2f0 100644 --- a/packages/login/package.json +++ b/packages/login/package.json @@ -1,6 +1,6 @@ { "name": "@opencrvs/login", - "version": "1.3.2", + "version": "1.4.0", "description": "OpenCRVS login client application", "license": "MPL-2.0", "private": true, diff --git a/packages/metrics/package.json b/packages/metrics/package.json index 0e675ec28e..8f54da7f04 100644 --- a/packages/metrics/package.json +++ b/packages/metrics/package.json @@ -1,6 +1,6 @@ { "name": "@opencrvs/metrics", - "version": "1.3.2", + "version": "1.4.0", "description": "OpenCRVS metrics service", "license": "MPL-2.0", "private": true, diff --git a/packages/migration/package.json b/packages/migration/package.json index 1e763743b0..2c2a047477 100644 --- a/packages/migration/package.json +++ b/packages/migration/package.json @@ -1,6 +1,6 @@ { "name": "@opencrvs/migration", - "version": "1.3.2", + "version": "1.4.0", "description": "OpenCRVS migration microservice", "homepage": "https://github.com/opencrvs/opencrvs-core#readme", "type": "module", diff --git a/packages/notification/package.json b/packages/notification/package.json index afe79fd85d..f7833f6c9b 100644 --- a/packages/notification/package.json +++ b/packages/notification/package.json @@ -1,6 +1,6 @@ { "name": "@opencrvs/notification", - "version": "1.3.2", + "version": "1.4.0", "description": "OpenCRVS notification service", "license": "MPL-2.0", "private": true, diff --git a/packages/search/package.json b/packages/search/package.json index c538ef3024..70e6bbfa60 100644 --- a/packages/search/package.json +++ b/packages/search/package.json @@ -1,6 +1,6 @@ { "name": "@opencrvs/search", - "version": "1.3.2", + "version": "1.4.0", "description": "OpenCRVS search service", "license": "MPL-2.0", "private": true, diff --git a/packages/user-mgnt/package.json b/packages/user-mgnt/package.json index 250bbef125..b952dae3a4 100644 --- a/packages/user-mgnt/package.json +++ b/packages/user-mgnt/package.json @@ -1,6 +1,6 @@ { "name": "@opencrvs/user-mgnt", - "version": "1.3.2", + "version": "1.4.0", "description": "OpenCRVS user management service", "license": "MPL-2.0", "private": true, diff --git a/packages/webhooks/package.json b/packages/webhooks/package.json index 6d3bfe7dc7..e56a6331bb 100644 --- a/packages/webhooks/package.json +++ b/packages/webhooks/package.json @@ -1,6 +1,6 @@ { "name": "@opencrvs/webhooks", - "version": "1.3.2", + "version": "1.4.0", "description": "OpenCRVS webhooks service", "license": "MPL-2.0", "private": true, diff --git a/packages/workflow/package.json b/packages/workflow/package.json index 48b0bcbf1f..075047bc45 100644 --- a/packages/workflow/package.json +++ b/packages/workflow/package.json @@ -1,6 +1,6 @@ { "name": "@opencrvs/workflow", - "version": "1.3.2", + "version": "1.4.0", "description": "OpenCRVS workflow service", "license": "MPL-2.0", "private": true,