From 35d48f25f23c3f5a98a14b4ed1e9e81291b0de10 Mon Sep 17 00:00:00 2001 From: Dennis Kigen Date: Wed, 15 May 2024 23:17:51 +0300 Subject: [PATCH] (chore) Reapply v5.1.0 version bump --- README.md | 9 ++++++++- projects/ngx-formentry/package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c65348a..d264aa92 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,14 @@ Then update the version in the `package.json` file: yarn version --new-version --no-git-tag-version ``` -Commit the change and push it to the repository: +Note that this command only updates the version in the root-level `package.json` file. You must ensure to bump the version in the `package.json` file in the `projects/ngx-formentry` directory as well. To do so, run: + +```sh +cd projects/ngx-formentry +yarn version --new-version --no-git-tag-version +``` + +Commit the changes and push them: ```sh git add . diff --git a/projects/ngx-formentry/package.json b/projects/ngx-formentry/package.json index 26649ccd..0da18d3d 100644 --- a/projects/ngx-formentry/package.json +++ b/projects/ngx-formentry/package.json @@ -1,6 +1,6 @@ { "name": "@openmrs/ngx-formentry", - "version": "5.0.0", + "version": "5.1.0", "dependencies": {}, "peerDependencies": { "@angular/animations": "^16.2.12",