chore: Version Packages (#13354)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
parent
d622c61ce2
commit
6525ac5c1c
@@ -1,5 +1,22 @@
|
||||
# @medusajs/draft-order
|
||||
|
||||
## 2.10.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#13376](https://github.com/medusajs/medusa/pull/13376) [`0000ed69982b95f4bff80fd6182347291d25f7b8`](https://github.com/medusajs/medusa/commit/0000ed69982b95f4bff80fd6182347291d25f7b8) Thanks [@fPolic](https://github.com/fPolic)! - fix(draft-order,medusa,types): draft order promotion UI polish
|
||||
|
||||
- [#13360](https://github.com/medusajs/medusa/pull/13360) [`afe21741c43efb3ae233da82eba0227cbc74a6f8`](https://github.com/medusajs/medusa/commit/afe21741c43efb3ae233da82eba0227cbc74a6f8) Thanks [@SteelRazor47](https://github.com/SteelRazor47)! - fix(draft-order): use correct backend URL in sdk creation
|
||||
|
||||
- Updated dependencies [[`115a1deb49b154dc18c5e406fd8fbd7ad412df97`](https://github.com/medusajs/medusa/commit/115a1deb49b154dc18c5e406fd8fbd7ad412df97), [`a0693727a04855f07c710207aaeac07699fc8ee9`](https://github.com/medusajs/medusa/commit/a0693727a04855f07c710207aaeac07699fc8ee9), [`b4c0f131b70ba950339c1ca4d81b5ce062a588a3`](https://github.com/medusajs/medusa/commit/b4c0f131b70ba950339c1ca4d81b5ce062a588a3), [`a4b72f9a21fd1d278c622fcd45d24bb9bfb1e0a8`](https://github.com/medusajs/medusa/commit/a4b72f9a21fd1d278c622fcd45d24bb9bfb1e0a8)]:
|
||||
- @medusajs/cli@2.10.2
|
||||
- @medusajs/test-utils@2.10.2
|
||||
- @medusajs/framework@2.10.2
|
||||
- @medusajs/js-sdk@2.10.2
|
||||
- @medusajs/admin-sdk@2.10.2
|
||||
- @medusajs/icons@2.10.2
|
||||
- @medusajs/ui@4.0.22
|
||||
|
||||
## 2.10.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/draft-order",
|
||||
"version": "2.10.1",
|
||||
"version": "2.10.2",
|
||||
"description": "A starter for Medusa plugins.",
|
||||
"author": "Medusa (https://medusajs.com)",
|
||||
"license": "MIT",
|
||||
@@ -36,7 +36,7 @@
|
||||
"dependencies": {
|
||||
"@ariakit/react": "^0.4.15",
|
||||
"@hookform/resolvers": "3.4.2",
|
||||
"@medusajs/js-sdk": "2.10.1",
|
||||
"@medusajs/js-sdk": "2.10.2",
|
||||
"@tanstack/react-query": "5.64.2",
|
||||
"@uiw/react-json-view": "^2.0.0-alpha.17",
|
||||
"date-fns": "^3.6.0",
|
||||
@@ -45,14 +45,14 @@
|
||||
"react-hook-form": "7.49.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/admin-sdk": "2.10.1",
|
||||
"@medusajs/cli": "2.10.1",
|
||||
"@medusajs/framework": "2.10.1",
|
||||
"@medusajs/icons": "2.10.1",
|
||||
"@medusajs/test-utils": "2.10.1",
|
||||
"@medusajs/types": "2.10.1",
|
||||
"@medusajs/ui": "4.0.21",
|
||||
"@medusajs/ui-preset": "2.10.1",
|
||||
"@medusajs/admin-sdk": "2.10.2",
|
||||
"@medusajs/cli": "2.10.2",
|
||||
"@medusajs/framework": "2.10.2",
|
||||
"@medusajs/icons": "2.10.2",
|
||||
"@medusajs/test-utils": "2.10.2",
|
||||
"@medusajs/types": "2.10.2",
|
||||
"@medusajs/ui": "4.0.22",
|
||||
"@medusajs/ui-preset": "2.10.2",
|
||||
"@mikro-orm/cli": "6.4.3",
|
||||
"@mikro-orm/core": "6.4.3",
|
||||
"@mikro-orm/knex": "6.4.3",
|
||||
@@ -76,12 +76,12 @@
|
||||
"yalc": "^1.0.0-pre.53"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/admin-sdk": "2.10.1",
|
||||
"@medusajs/cli": "2.10.1",
|
||||
"@medusajs/framework": "2.10.1",
|
||||
"@medusajs/icons": "2.10.1",
|
||||
"@medusajs/test-utils": "2.10.1",
|
||||
"@medusajs/ui": "4.0.21",
|
||||
"@medusajs/admin-sdk": "2.10.2",
|
||||
"@medusajs/cli": "2.10.2",
|
||||
"@medusajs/framework": "2.10.2",
|
||||
"@medusajs/icons": "2.10.2",
|
||||
"@medusajs/test-utils": "2.10.2",
|
||||
"@medusajs/ui": "4.0.22",
|
||||
"@mikro-orm/cli": "6.4.3",
|
||||
"@mikro-orm/core": "6.4.3",
|
||||
"@mikro-orm/knex": "6.4.3",
|
||||
|
||||
Reference in New Issue
Block a user