Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 24, 2024
1 parent e087073 commit bf009ad
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/four-trees-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-flowers-tan.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/admin/admin-bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/admin/admin-bundler/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"scripts": {
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/admin/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit bf009ad

Please sign in to comment.