From ec5c7cf63fce09e250912e51c4bdb7db7df614b1 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Thu, 12 Dec 2024 18:10:12 +0200 Subject: [PATCH] docs: add section on updating medusa (#10589) --- www/apps/book/app/learn/installation/page.mdx | 12 ++++++++++++ www/apps/book/generated/edit-dates.mjs | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/www/apps/book/app/learn/installation/page.mdx b/www/apps/book/app/learn/installation/page.mdx index fb0c7c3f21cc3..52697e7789b60 100644 --- a/www/apps/book/app/learn/installation/page.mdx +++ b/www/apps/book/app/learn/installation/page.mdx @@ -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: diff --git a/www/apps/book/generated/edit-dates.mjs b/www/apps/book/generated/edit-dates.mjs index f4f667a7e7401..2d417d7e14539 100644 --- a/www/apps/book/generated/edit-dates.mjs +++ b/www/apps/book/generated/edit-dates.mjs @@ -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" } \ No newline at end of file