Skip to content

Commit

Permalink
(chore) Release v5.2.2 (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayasanka-sack authored Feb 9, 2024
1 parent 33b3e26 commit f4e0609
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/esm-home",
"version": "5.2.1",
"version": "5.2.2",
"workspaces": [
"packages/*"
],
Expand All @@ -10,7 +10,7 @@
"scripts": {
"ci:publish": "yarn workspaces foreach --all --topological --exclude @openmrs/esm-home npm publish --access public --tag latest",
"ci:prepublish": "yarn workspaces foreach --all --topological --exclude @openmrs/esm-home npm publish --access public --tag next",
"ci:release": "yarn workspaces foreach --all --topological version",
"release": "yarn workspaces foreach --all --topological version",
"prettier": "prettier --config prettier.config.js --write \"packages/**/*.{ts,tsx}\"",
"postinstall": "husky install",
"start": "openmrs develop --sources 'packages/esm-*-app/'",
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.2.0",
"version": "5.2.2",
"description": "Homepage microfrontend for the OpenMRS SPA",
"browser": "dist/openmrs-esm-home-app.js",
"main": "src/index.ts",
Expand Down

0 comments on commit f4e0609

Please sign in to comment.