Skip to content

Commit

Permalink
chore: Version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
olivermrbl committed Sep 27, 2024
1 parent fa61cb3 commit 50a9068
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/late-ducks-chew.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/admin-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @medusajs/admin-ui

## 2.1.18

### Patch Changes

- [#9355](https://github.com/medusajs/medusa/pull/9355) [`0edc59e2d0`](https://github.com/medusajs/medusa/commit/0edc59e2d05db9db5bb33da2cd8fd418ed7313f7) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): Resolves an issue in the MarkAsAShipped modal that could cause the application to crash in development

## 2.1.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@medusajs/admin-ui",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"license": "MIT",
"version": "2.1.17",
"version": "2.1.18",
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa.git",
Expand Down
9 changes: 9 additions & 0 deletions packages/admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @medusajs/admin

## 7.1.17

### Patch Changes

- [#9355](https://github.com/medusajs/medusa/pull/9355) [`0edc59e2d0`](https://github.com/medusajs/medusa/commit/0edc59e2d05db9db5bb33da2cd8fd418ed7313f7) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): Resolves an issue in the MarkAsAShipped modal that could cause the application to crash in development

- Updated dependencies [[`0edc59e2d0`](https://github.com/medusajs/medusa/commit/0edc59e2d05db9db5bb33da2cd8fd418ed7313f7)]:
- @medusajs/admin-ui@2.1.18

## 7.1.16

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/admin",
"version": "7.1.16",
"version": "7.1.17",
"bin": {
"medusa-admin": "./bin/medusa-admin.js"
},
Expand All @@ -27,7 +27,7 @@
"directory": "packages/admin"
},
"dependencies": {
"@medusajs/admin-ui": "^2.1.16",
"@medusajs/admin-ui": "^2.1.18",
"@rollup/plugin-alias": "5.0.0",
"@rollup/plugin-commonjs": "24.1.0",
"@rollup/plugin-json": "6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8410,7 +8410,7 @@ __metadata:
languageName: unknown
linkType: soft

"@medusajs/admin-ui@^2.1.16, @medusajs/admin-ui@workspace:packages/admin-ui":
"@medusajs/admin-ui@^2.1.18, @medusajs/admin-ui@workspace:packages/admin-ui":
version: 0.0.0-use.local
resolution: "@medusajs/admin-ui@workspace:packages/admin-ui"
dependencies:
Expand Down Expand Up @@ -8521,7 +8521,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@medusajs/admin@workspace:packages/admin"
dependencies:
"@medusajs/admin-ui": ^2.1.16
"@medusajs/admin-ui": ^2.1.18
"@medusajs/medusa": ^1.20.9
"@rollup/plugin-alias": 5.0.0
"@rollup/plugin-commonjs": 24.1.0
Expand Down

0 comments on commit 50a9068

Please sign in to comment.