Skip to content

Commit

Permalink
docs: add section on updating medusa
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser committed Dec 12, 2024
1 parent 7f669b8 commit 1114412
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions www/apps/book/app/learn/installation/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,18 @@ You can then use the user's credentials to log into the Medusa Admin application

---

## Update Medusa Application

New Medusa updates are posted in the [GitHub repository's releases](https://github.com/medusajs/medusa/releases). You can also find the latest version at the top navigation of the documentation, and you can click on it to view the release notes of the latest version.

To update your Medusa application, bump the version of all `@medusajs/*` dependencies in your `package.json`. Then, re-install dependencies:

```bash npm2yarn
npm run install
```

---

## Project Files

Your Medusa application's project will have the following files and directories:
Expand Down
2 changes: 1 addition & 1 deletion www/apps/book/generated/edit-dates.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ export const generatedEditDates = {
"app/learn/build/page.mdx": "2024-12-09T11:05:17.383Z",
"app/learn/deployment/general/page.mdx": "2024-11-25T14:33:50.439Z",
"app/learn/fundamentals/workflows/multiple-step-usage/page.mdx": "2024-11-25T16:19:32.169Z",
"app/learn/installation/page.mdx": "2024-12-09T11:22:27.919Z",
"app/learn/installation/page.mdx": "2024-12-12T15:22:29.182Z",
"app/learn/fundamentals/data-models/check-constraints/page.mdx": "2024-12-06T14:34:50.384Z"
}

0 comments on commit 1114412

Please sign in to comment.