diff --git a/.changeset/four-trees-smile.md b/.changeset/four-trees-smile.md deleted file mode 100644 index a6570dd2ba646..0000000000000 --- a/.changeset/four-trees-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/dashboard": patch ---- - -fix(dashboard): Workflow executions diff --git a/.changeset/mighty-flowers-tan.md b/.changeset/mighty-flowers-tan.md deleted file mode 100644 index 5d455f63a7b35..0000000000000 --- a/.changeset/mighty-flowers-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/dashboard": patch ---- - -fix(dashboard): Prevent nested UI Routes from re-using parent component diff --git a/packages/admin/admin-bundler/CHANGELOG.md b/packages/admin/admin-bundler/CHANGELOG.md index aed7b205c097f..c046693577e8f 100644 --- a/packages/admin/admin-bundler/CHANGELOG.md +++ b/packages/admin/admin-bundler/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/admin-bundler +## 2.0.1 + +### Patch Changes + +- Updated dependencies [[`e0870731213d353d2d718ba0b600ce8c08add14a`](https://github.com/medusajs/medusa/commit/e0870731213d353d2d718ba0b600ce8c08add14a), [`7b6793f846a36289fe8cdfd501401b1d993d9eff`](https://github.com/medusajs/medusa/commit/7b6793f846a36289fe8cdfd501401b1d993d9eff)]: + - @medusajs/dashboard@2.0.1 + ## 2.0.0 ### Major Changes diff --git a/packages/admin/admin-bundler/package.json b/packages/admin/admin-bundler/package.json index d09e857728dad..425b18b863698 100644 --- a/packages/admin/admin-bundler/package.json +++ b/packages/admin/admin-bundler/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/admin-bundler", - "version": "2.0.0", + "version": "2.0.1", "description": "Bundler for the Medusa admin dashboard.", "author": "Kasper Kristensen ", "scripts": { @@ -28,7 +28,7 @@ "dependencies": { "@medusajs/admin-shared": "2.0.0", "@medusajs/admin-vite-plugin": "2.0.0", - "@medusajs/dashboard": "2.0.0", + "@medusajs/dashboard": "2.0.1", "@vitejs/plugin-react": "^4.2.1", "autoprefixer": "^10.4.16", "compression": "^1.7.4", diff --git a/packages/admin/dashboard/CHANGELOG.md b/packages/admin/dashboard/CHANGELOG.md index 8b9761cff533d..02df33129704a 100644 --- a/packages/admin/dashboard/CHANGELOG.md +++ b/packages/admin/dashboard/CHANGELOG.md @@ -1,5 +1,13 @@ # @medusajs/dashboard +## 2.0.1 + +### Patch Changes + +- [#9757](https://github.com/medusajs/medusa/pull/9757) [`e0870731213d353d2d718ba0b600ce8c08add14a`](https://github.com/medusajs/medusa/commit/e0870731213d353d2d718ba0b600ce8c08add14a) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(dashboard): Workflow executions + +- [#9725](https://github.com/medusajs/medusa/pull/9725) [`7b6793f846a36289fe8cdfd501401b1d993d9eff`](https://github.com/medusajs/medusa/commit/7b6793f846a36289fe8cdfd501401b1d993d9eff) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard): Prevent nested UI Routes from re-using parent component + ## 2.0.0 ### Major Changes diff --git a/packages/admin/dashboard/package.json b/packages/admin/dashboard/package.json index fe9e4d814575b..3607fd7dbddcf 100644 --- a/packages/admin/dashboard/package.json +++ b/packages/admin/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/dashboard", - "version": "2.0.0", + "version": "2.0.1", "scripts": { "generate:static": "node ./scripts/generate-currencies.js && prettier --write ./src/lib/currencies.ts", "dev": "vite",