Skip to content

Commit

Permalink
(chore) Reapply v5.1.0 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen committed May 15, 2024
1 parent 1652a49 commit 35d48f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,14 @@ Then update the version in the `package.json` file:
yarn version --new-version <major|minor|patch> --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 <major|minor|patch> --no-git-tag-version
```

Commit the changes and push them:

```sh
git add .
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-formentry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openmrs/ngx-formentry",
"version": "5.0.0",
"version": "5.1.0",
"dependencies": {},
"peerDependencies": {
"@angular/animations": "^16.2.12",
Expand Down

0 comments on commit 35d48f2

Please sign in to comment.