chore: Version Packages (#6039)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-01-25 16:23:53 +01:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent 4ad761788b
commit 3d0ae72887
98 changed files with 498 additions and 357 deletions
+10
View File
@@ -1,5 +1,15 @@
# Change Log
## 9.0.14
### Patch Changes
- [#6190](https://github.com/medusajs/medusa/pull/6190) [`d68089b2a`](https://github.com/medusajs/medusa/commit/d68089b2aa2fb4ab52640424ed1a378cd649364f) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(medusa): Implements `listAndCount` method for UserService, and updates list endpoint to accept the expected params.
fix(medusa-js): Update `admin.users.list` to accept query params.
fix(medusa-react): Update `useAdminUsers` hook to accept query params.
- Updated dependencies [[`db4da5602`](https://github.com/medusajs/medusa/commit/db4da56023c1c0563a545bffb2bec9cf0e1c4c4a), [`d68089b2a`](https://github.com/medusajs/medusa/commit/d68089b2aa2fb4ab52640424ed1a378cd649364f), [`4c4c0f655`](https://github.com/medusajs/medusa/commit/4c4c0f655bad4feb4c34848d195cac4fe8a902d4)]:
- @medusajs/medusa-js@6.1.6
## 9.0.13
### Patch Changes
+2 -2
View File
@@ -1,5 +1,5 @@
{
"version": "9.0.13",
"version": "9.0.14",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
@@ -35,7 +35,7 @@
"author": "Zakaria S. El Asri",
"devDependencies": {
"@babel/core": "^7.16.0",
"@medusajs/medusa": "^1.19.1",
"@medusajs/medusa": "^1.20.1",
"@storybook/addon-essentials": "^6.3.12",
"@storybook/addon-links": "^6.3.12",
"@storybook/addons": "^6.3.12",