From 275473d0d8e3bac7a71fa27042419b7e0bc11452 Mon Sep 17 00:00:00 2001
From: Dennis Kigen <kigen.work@gmail.com>
Date: Thu, 28 Nov 2024 15:49:22 +0300
Subject: [PATCH] (chore) Release v5.5.1

This commit cuts a new patch release of the Home app, v5.5.1, with the following changes:

* (fix) Wrap page header in t function by @NethmiRodrigo in https://github.com/openmrs/openmrs-esm-home/pull/226
* (chore) Update translations from Transifex by @github-actions in https://github.com/openmrs/openmrs-esm-home/pull/219
* (chore) Bump webpack from 5.93.0 to 5.94.0 by @dependabot in https://github.com/openmrs/openmrs-esm-home/pull/220
* (chore) Bump express from 4.19.2 to 4.21.0 by @dependabot in https://github.com/openmrs/openmrs-esm-home/pull/221
* (chore) Bump rollup from 2.77.2 to 2.79.2 by @dependabot in https://github.com/openmrs/openmrs-esm-home/pull/223
* (chore) Update translations from Transifex by @github-actions in https://github.com/openmrs/openmrs-esm-home/pull/224
* (chore) Bump http-proxy-middleware from 2.0.6 to 2.0.7 by @dependabot in https://github.com/openmrs/openmrs-esm-home/pull/225
* (chore) Tweak tsconfig lib targets by @denniskigen in https://github.com/openmrs/openmrs-esm-home/pull/227
* (chore) Remove unused test wrapper helper by @denniskigen in https://github.com/openmrs/openmrs-esm-home/pull/228
* (chore) Update translations from Transifex by @github-actions in https://github.com/openmrs/openmrs-esm-home/pull/229
* (docs) O3-3525: Enhance README by @Twiineenock in https://github.com/openmrs/openmrs-esm-home/pull/211
---
 package.json                       | 2 +-
 packages/esm-home-app/package.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index c54a9c079..dbed8d0ac 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@openmrs/esm-home",
-  "version": "5.5.0",
+  "version": "5.5.1",
   "workspaces": [
     "packages/*"
   ],
diff --git a/packages/esm-home-app/package.json b/packages/esm-home-app/package.json
index 7288dfc07..1a238a1e8 100644
--- a/packages/esm-home-app/package.json
+++ b/packages/esm-home-app/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@openmrs/esm-home-app",
-  "version": "5.5.0",
+  "version": "5.5.1",
   "description": "Homepage microfrontend for the OpenMRS SPA",
   "browser": "dist/openmrs-esm-home-app.js",
   "main": "src/index.ts",