Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rikukissa committed Jan 24, 2024
1 parent 7284c3e commit a6d7058
Show file tree
Hide file tree
Showing 21 changed files with 30 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .github/DISCUSSION_TEMPLATE/Installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "OpenCRVS core workspace",
"license": "MPL-2.0",
"version": "1.3.2",
"version": "1.4.0",
"private": true,
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion packages/client/src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion packages/commons/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboards/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencrvs/dashboards",
"version": "1.3.2",
"version": "1.4.0",
"description": "OpenCRVS performance dashboards",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/data-seeder/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/documents/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion packages/gateway/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/login/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion packages/metrics/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion packages/migration/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/notification/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion packages/search/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion packages/user-mgnt/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion packages/webhooks/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion packages/workflow/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit a6d7058

Please sign in to comment.