Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(docs) Guide version bump #525

Merged
merged 1 commit into from
Sep 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/main/upgrade_3_to_4.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ and then run the app shell using `yarn run:shell`.
### Running your Frontend Module

In your checked-out frontend module, upgrade the `openmrs` and `@openmrs/esm-framework`
packages to version `4.0.0-pre` (use `4.x` once `4.0.0` is released).
packages to version `4.0.1` or later

```sh
yarn upgrade openmrs@4.0.0-pre @openmrs-esm-framework@4.0.0-pre
yarn upgrade openmrs@next @openmrs-esm-framework@next
```

In `openmrs-esm-core` run `yarn run:shell`. Then in your frontend module run `yarn serve` your frontend module and load it using the [import map overrides UI](https://o3-dev.docs.openmrs.org/#/getting_started/setup?id=import-map-overrides).
Expand Down