chore: Release (#3782)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-04-12 11:32:05 +02:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com> Oliver Windall Juhl
parent 2353719f44
commit 3efe13eefd
84 changed files with 407 additions and 279 deletions
+13
View File
@@ -1,5 +1,18 @@
# @medusajs/admin-ui
## 1.8.1
### Patch Changes
- [#3750](https://github.com/medusajs/medusa/pull/3750) [`6f48cc57b`](https://github.com/medusajs/medusa/commit/6f48cc57bc0b06925a707278a6d820f0e2e0fe81) Thanks [@fPolic](https://github.com/fPolic)! - fix(admin-ui): correct notification text on fulfillment cancel
- [#3755](https://github.com/medusajs/medusa/pull/3755) [`72b76bbd3`](https://github.com/medusajs/medusa/commit/72b76bbd3c36e06c1536e115dea9ac6de659d482) Thanks [@fPolic](https://github.com/fPolic)! - fix(admin-ui): display SC update notification
- [#3768](https://github.com/medusajs/medusa/pull/3768) [`d533caa4c`](https://github.com/medusajs/medusa/commit/d533caa4c2986c1c9e320cce97423b0cdc213b6c) Thanks [@riqwan](https://github.com/riqwan)! - feat(medusa, admin-ui): add description field to product categories
- Updated dependencies [[`c24c2a973`](https://github.com/medusajs/medusa/commit/c24c2a9732bb0d1aff481b723e421b7fcb49a1f0), [`30ee10fdd`](https://github.com/medusajs/medusa/commit/30ee10fddd7d8e2f7d742101aad10d2c688ac98e)]:
- medusa-react@5.0.1
## 1.8.0
### Patch Changes
+4 -4
View File
@@ -2,7 +2,7 @@
"name": "@medusajs/admin-ui",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"license": "MIT",
"version": "1.8.0",
"version": "1.8.1",
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa.git",
@@ -49,7 +49,7 @@
"copy-to-clipboard": "^3.3.1",
"emoji-picker-react": "^4.4.3",
"framer-motion": "^9.1.6",
"medusa-react": "5.0.0",
"medusa-react": "5.0.1",
"moment": "^2.29.4",
"pluralize": "^8.0.0",
"postcss": "^8.4.21",
@@ -79,8 +79,8 @@
"vite": "^4.1.4"
},
"devDependencies": {
"@medusajs/medusa": "1.8.0",
"@medusajs/types": "1.8.0",
"@medusajs/medusa": "1.8.1",
"@medusajs/types": "1.8.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",