Skip to content

Commit

Permalink
(chore) Release v5.5.1 (#230)
Browse files Browse the repository at this point in the history
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 #226
* (chore) Update translations from Transifex by @github-actions in #219
* (chore) Bump webpack from 5.93.0 to 5.94.0 by @dependabot in #220
* (chore) Bump express from 4.19.2 to 4.21.0 by @dependabot in #221
* (chore) Bump rollup from 2.77.2 to 2.79.2 by @dependabot in #223
* (chore) Update translations from Transifex by @github-actions in #224
* (chore) Bump http-proxy-middleware from 2.0.6 to 2.0.7 by @dependabot in #225
* (chore) Tweak tsconfig lib targets by @denniskigen in #227
* (chore) Remove unused test wrapper helper by @denniskigen in #228
* (chore) Update translations from Transifex by @github-actions in #229
* (docs) O3-3525: Enhance README by @Twiineenock in #211
  • Loading branch information
denniskigen authored Dec 2, 2024
1 parent d05d00c commit bd3262b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-home",
"version": "5.5.0",
"version": "5.5.1",
"workspaces": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/esm-home-app/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit bd3262b

Please sign in to comment.