Skip to content

Commit

Permalink
chore: bump release & consolidate CHANGELOG (#8152)
Browse files Browse the repository at this point in the history
* chore: bump release version

* docs: consolidate the CHANGELOG

* docs: sync with 1.6.0 release notes

* docs: v1.6.1 changes

* chore: bump up the remaining packages
  • Loading branch information
Zangetsu101 authored Dec 4, 2024
1 parent eac4a5d commit 215043e
Show file tree
Hide file tree
Showing 21 changed files with 87 additions and 101 deletions.
116 changes: 51 additions & 65 deletions CHANGELOG.md

Large diffs are not rendered by default.

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.5.0",
"version": "1.7.0",
"private": true,
"os": [
"darwin",
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencrvs/auth",
"version": "1.5.0",
"version": "1.7.0",
"description": "OpenCRVS authentication service",
"license": "MPL-2.0",
"private": true,
Expand All @@ -20,7 +20,7 @@
"dependencies": {
"@hapi/boom": "^9.1.1",
"@hapi/hapi": "^20.0.1",
"@opencrvs/commons": "^1.3.0",
"@opencrvs/commons": "^1.7.0",
"app-module-path": "^2.2.0",
"dotenv": "^6.1.0",
"envalid": "^8.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencrvs/client",
"version": "1.5.0",
"version": "1.7.0",
"description": "OpenCRVS client application",
"license": "MPL-2.0",
"private": true,
Expand Down Expand Up @@ -34,9 +34,9 @@
"dependencies": {
"@apollo/client": "^3.7.0",
"@craco/craco": "^6.4.3",
"@opencrvs/commons": "^1.5.0",
"@opencrvs/components": "^1.3.0",
"@opencrvs/gateway": "1.5.0",
"@opencrvs/commons": "^1.7.0",
"@opencrvs/components": "^1.7.0",
"@opencrvs/gateway": "^1.7.0",
"@reduxjs/toolkit": "^1.8.3",
"@sentry/react": "^7.12.1",
"@sentry/tracing": "^7.12.1",
Expand Down
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.5.0",
"version": "1.7.0",
"description": "OpenCRVS common modules and utils",
"license": "MPL-2.0",
"main": "./build/dist/common/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.5.0",
"version": "1.7.0",
"description": "OpenCRVS UI Component library",
"license": "MPL-2.0",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencrvs/config",
"version": "1.5.0",
"version": "1.7.0",
"description": "OpenCRVS public configuration microservice",
"license": "MPL-2.0",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"@hapi/boom": "^9.1.1",
"@hapi/hapi": "^20.2.1",
"@opencrvs/commons": "^1.3.0",
"@opencrvs/commons": "^1.7.0",
"cross-env": "^7.0.0",
"envalid": "^8.0.0",
"fast-csv": "^4.3.6",
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.5.0",
"version": "1.7.0",
"description": "OpenCRVS performance dashboards",
"type": "module",
"main": "index.js",
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.5.0",
"version": "1.7.0",
"description": "OpenCRVS data-seeder microservice",
"homepage": "https://github.com/opencrvs/opencrvs-core#readme",
"license": "MPL-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/documents/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencrvs/documents",
"version": "1.5.0",
"version": "1.7.0",
"description": "OpenCRVS Documents service",
"license": "MPL-2.0",
"private": true,
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"@hapi/boom": "^9.1.1",
"@hapi/hapi": "^20.0.1",
"@opencrvs/commons": "^1.3.0",
"@opencrvs/commons": "^1.7.0",
"app-module-path": "^2.2.0",
"date-fns": "^2.28.0",
"file-type": "^16.5.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/events/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencrvs/events",
"version": "1.5.0",
"version": "1.7.0",
"description": "OpenCRVS Events service",
"license": "MPL-2.0",
"private": true,
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@elastic/elasticsearch": "8.16.2",
"@opencrvs/commons": "^1.3.0",
"@opencrvs/commons": "^1.7.0",
"@trpc/server": "^11.0.0-rc.532",
"app-module-path": "^2.2.0",
"envalid": "^8.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencrvs/gateway",
"version": "1.5.0",
"version": "1.7.0",
"description": "OpenCRVS API Gateway with GraphQL",
"license": "MPL-2.0",
"scripts": {
Expand Down Expand Up @@ -30,8 +30,8 @@
"@graphql-tools/utils": "^10.5.6",
"@hapi/h2o2": "^9.1.0",
"@hapi/hapi": "^20.0.1",
"@opencrvs/events": "^1.5.0",
"@opencrvs/commons": "^1.5.0",
"@opencrvs/events": "^1.7.0",
"@opencrvs/commons": "^1.7.0",
"@trpc/client": "^11.0.0-rc.532",
"@types/archiver": "^3.0.0",
"@types/flat": "^0.0.28",
Expand Down
2 changes: 1 addition & 1 deletion packages/gateway/src/config/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const getPlugins = () => {
const swaggerOptions: HapiSwagger.RegisterOptions = {
info: {
title: 'Gateway API Documentation',
version: '1.3.0'
version: '1.7.0'
},
definitionPrefix: 'useLabel',
basePath: '/v1/',
Expand Down
4 changes: 2 additions & 2 deletions packages/login/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@opencrvs/login",
"version": "1.5.0",
"version": "1.7.0",
"description": "OpenCRVS login client application",
"license": "MPL-2.0",
"private": true,
"dependencies": {
"@opencrvs/components": "^1.3.0",
"@opencrvs/components": "^1.7.0",
"@sentry/react": "^7.12.1",
"@sentry/tracing": "^7.12.1",
"@types/history": "^4.6.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/metrics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencrvs/metrics",
"version": "1.5.0",
"version": "1.7.0",
"description": "OpenCRVS metrics service",
"license": "MPL-2.0",
"private": true,
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"@hapi/boom": "^9.1.1",
"@hapi/hapi": "^20.0.1",
"@opencrvs/commons": "^1.3.0",
"@opencrvs/commons": "^1.7.0",
"app-module-path": "^2.2.0",
"archiver": "^3.1.1",
"csv-stringify": "^5.3.4",
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.5.0",
"version": "1.7.0",
"description": "OpenCRVS migration microservice",
"homepage": "https://github.com/opencrvs/opencrvs-core#readme",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/notification/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencrvs/notification",
"version": "1.5.0",
"version": "1.7.0",
"description": "OpenCRVS notification service",
"license": "MPL-2.0",
"private": true,
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@hapi/boom": "^9.1.1",
"@hapi/hapi": "^20.0.1",
"@opencrvs/commons": "^1.3.0",
"@opencrvs/commons": "^1.7.0",
"app-module-path": "^2.2.0",
"dotenv": "^16.0.0",
"envalid": "^8.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencrvs/search",
"version": "1.5.0",
"version": "1.7.0",
"description": "OpenCRVS search service",
"license": "MPL-2.0",
"private": true,
Expand All @@ -19,7 +19,7 @@
"@elastic/elasticsearch": "8.13.1",
"@hapi/boom": "^9.1.1",
"@hapi/hapi": "^20.0.1",
"@opencrvs/commons": "^1.3.0",
"@opencrvs/commons": "^1.7.0",
"app-module-path": "^2.2.0",
"country-data": "^0.0.31",
"date-fns": "^2.29.3",
Expand Down
4 changes: 2 additions & 2 deletions 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.5.0",
"version": "1.7.0",
"description": "OpenCRVS user management service",
"license": "MPL-2.0",
"private": true,
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"@hapi/boom": "^9.1.1",
"@hapi/hapi": "^20.0.1",
"@opencrvs/commons": "^1.3.0",
"@opencrvs/commons": "^1.7.0",
"app-module-path": "^2.2.0",
"bcryptjs": "^2.4.3",
"crypto": "^1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/webhooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencrvs/webhooks",
"version": "1.5.0",
"version": "1.7.0",
"description": "OpenCRVS webhooks service",
"license": "MPL-2.0",
"private": true,
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"@hapi/boom": "^9.1.1",
"@hapi/hapi": "^20.0.1",
"@opencrvs/commons": "^1.5.0",
"@opencrvs/commons": "^1.7.0",
"app-module-path": "^2.2.0",
"bullmq": "^1.9.0",
"envalid": "^8.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/workflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencrvs/workflow",
"version": "1.5.0",
"version": "1.7.0",
"description": "OpenCRVS workflow service",
"license": "MPL-2.0",
"private": true,
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"@hapi/boom": "^9.1.1",
"@hapi/hapi": "^20.0.1",
"@opencrvs/commons": "^1.3.0",
"@opencrvs/commons": "^1.7.0",
"app-module-path": "^2.2.0",
"dotenv": "^6.1.0",
"hapi-auth-jwt2": "10.6.0",
Expand Down

0 comments on commit 215043e

Please sign in to comment.