chore: Version packages

This commit is contained in:
olivermrbl
2025-05-13 12:56:07 +02:00
parent 2c49e8b733
commit d3a5868e8b
159 changed files with 870 additions and 418 deletions
+24
View File
@@ -1,5 +1,29 @@
# @medusajs/dashboard
## 2.8.0
### Patch Changes
- [#12297](https://github.com/medusajs/medusa/pull/12297) [`9cedeb182dc19d6127b602fc06e4b8850490e2a9`](https://github.com/medusajs/medusa/commit/9cedeb182dc19d6127b602fc06e4b8850490e2a9) Thanks [@fPolic](https://github.com/fPolic)! - feat(dashboard, js-sdk, medusa, tax, types): custom tax providers
- [#12371](https://github.com/medusajs/medusa/pull/12371) [`6aa1ebdee24fd3e2762317f31db4e4adcaba7566`](https://github.com/medusajs/medusa/commit/6aa1ebdee24fd3e2762317f31db4e4adcaba7566) Thanks [@fPolic](https://github.com/fPolic)! - fix(dashboard): inventory kit combobox state
- [#12383](https://github.com/medusajs/medusa/pull/12383) [`3fb4d5beb05510fc3727199f0387fae5c8642520`](https://github.com/medusajs/medusa/commit/3fb4d5beb05510fc3727199f0387fae5c8642520) Thanks [@fPolic](https://github.com/fPolic)! - fix(dashboard): call route modal onClose only on route change
- [#12450](https://github.com/medusajs/medusa/pull/12450) [`32e0194772cd44efa1930f2ee99f147fa2976f1f`](https://github.com/medusajs/medusa/commit/32e0194772cd44efa1930f2ee99f147fa2976f1f) Thanks [@fPolic](https://github.com/fPolic)! - fix(dashboard, medusa): validate provider exists when creating a top level tax region
- [#12346](https://github.com/medusajs/medusa/pull/12346) [`cdb135e491b44c7573e7c568565366517576b90a`](https://github.com/medusajs/medusa/commit/cdb135e491b44c7573e7c568565366517576b90a) Thanks [@pepijn-vanvlaanderen](https://github.com/pepijn-vanvlaanderen)! - Added missing dependencies
- [#12447](https://github.com/medusajs/medusa/pull/12447) [`39e5eadefcf123c364240c665e8b455d1a8c38c0`](https://github.com/medusajs/medusa/commit/39e5eadefcf123c364240c665e8b455d1a8c38c0) Thanks [@fPolic](https://github.com/fPolic)! - fix(dashboard, core-flows): allocation button condition and reservation recreation on fulfilment cancel
- [#11877](https://github.com/medusajs/medusa/pull/11877) [`353906614625ce8cc15c7d60537db697a69e160d`](https://github.com/medusajs/medusa/commit/353906614625ce8cc15c7d60537db697a69e160d) Thanks [@AmbroziuBaban](https://github.com/AmbroziuBaban)! - fix(dashboard): Admin Global Search broken for variants
- Updated dependencies [[`9cedeb182dc19d6127b602fc06e4b8850490e2a9`](https://github.com/medusajs/medusa/commit/9cedeb182dc19d6127b602fc06e4b8850490e2a9), [`4f6362b1cb1b84f01cc4cd277981aae7ae5797c9`](https://github.com/medusajs/medusa/commit/4f6362b1cb1b84f01cc4cd277981aae7ae5797c9)]:
- @medusajs/js-sdk@2.8.0
- @medusajs/ui@4.0.10
- @medusajs/admin-shared@2.8.0
- @medusajs/icons@2.8.0
## 2.7.1
### Patch Changes
+9 -9
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/dashboard",
"version": "2.7.1",
"version": "2.8.0",
"scripts": {
"generate:static": "node ./scripts/generate-currencies.js && prettier --write ./src/lib/currencies.ts",
"dev": "vite",
@@ -45,10 +45,10 @@
"@dnd-kit/utilities": "^3.2.2",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "3.4.2",
"@medusajs/admin-shared": "2.7.1",
"@medusajs/icons": "2.7.1",
"@medusajs/js-sdk": "2.7.1",
"@medusajs/ui": "4.0.9",
"@medusajs/admin-shared": "2.8.0",
"@medusajs/icons": "2.8.0",
"@medusajs/js-sdk": "2.8.0",
"@medusajs/ui": "4.0.10",
"@tanstack/react-query": "5.64.2",
"@tanstack/react-table": "8.20.5",
"@tanstack/react-virtual": "^3.8.3",
@@ -76,10 +76,10 @@
"zod": "3.22.4"
},
"devDependencies": {
"@medusajs/admin-shared": "2.7.1",
"@medusajs/admin-vite-plugin": "2.7.1",
"@medusajs/types": "2.7.1",
"@medusajs/ui-preset": "2.7.1",
"@medusajs/admin-shared": "2.8.0",
"@medusajs/admin-vite-plugin": "2.8.0",
"@medusajs/types": "2.8.0",
"@medusajs/ui-preset": "2.8.0",
"@types/node": "^20.11.15",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",