chore: Version packages
This commit is contained in:
@@ -1,5 +1,20 @@
|
||||
# @medusajs/dashboard
|
||||
|
||||
## 2.6.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#11487](https://github.com/medusajs/medusa/pull/11487) [`c28ae573e50b51bd3ef18de7c0e37b37963c423e`](https://github.com/medusajs/medusa/commit/c28ae573e50b51bd3ef18de7c0e37b37963c423e) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard): Use derrived state in DataTable
|
||||
|
||||
- [#11690](https://github.com/medusajs/medusa/pull/11690) [`954136f13a4ff00c0fa66d8159f43b2bce90355a`](https://github.com/medusajs/medusa/commit/954136f13a4ff00c0fa66d8159f43b2bce90355a) Thanks [@riqwan](https://github.com/riqwan)! - fix(dashboard): bust variant inventory cache on inventory update
|
||||
|
||||
- [#11664](https://github.com/medusajs/medusa/pull/11664) [`e23f204b7ca0f195e36fef2ba0bae7a686b8da4f`](https://github.com/medusajs/medusa/commit/e23f204b7ca0f195e36fef2ba0bae7a686b8da4f) Thanks [@fPolic](https://github.com/fPolic)! - fix(core-flows, dashboard, medusa): prevent creatiion of a fulfilment without items
|
||||
|
||||
- Updated dependencies []:
|
||||
- @medusajs/admin-shared@2.6.0
|
||||
- @medusajs/js-sdk@2.6.0
|
||||
- @medusajs/icons@2.6.0
|
||||
|
||||
## 2.5.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/dashboard",
|
||||
"version": "2.5.1",
|
||||
"version": "2.6.0",
|
||||
"scripts": {
|
||||
"generate:static": "node ./scripts/generate-currencies.js && prettier --write ./src/lib/currencies.ts",
|
||||
"dev": "vite",
|
||||
@@ -45,9 +45,9 @@
|
||||
"@dnd-kit/sortable": "^8.0.0",
|
||||
"@hookform/error-message": "^2.0.1",
|
||||
"@hookform/resolvers": "3.4.2",
|
||||
"@medusajs/admin-shared": "^2.5.1",
|
||||
"@medusajs/icons": "^2.5.1",
|
||||
"@medusajs/js-sdk": "^2.5.1",
|
||||
"@medusajs/admin-shared": "^2.6.0",
|
||||
"@medusajs/icons": "^2.6.0",
|
||||
"@medusajs/js-sdk": "^2.6.0",
|
||||
"@medusajs/ui": "~4.0.6",
|
||||
"@tanstack/react-query": "5.64.2",
|
||||
"@tanstack/react-table": "8.20.5",
|
||||
@@ -75,10 +75,10 @@
|
||||
"zod": "3.22.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/admin-shared": "^2.5.1",
|
||||
"@medusajs/admin-vite-plugin": "^2.5.1",
|
||||
"@medusajs/types": "^2.5.1",
|
||||
"@medusajs/ui-preset": "^2.5.1",
|
||||
"@medusajs/admin-shared": "^2.6.0",
|
||||
"@medusajs/admin-vite-plugin": "^2.6.0",
|
||||
"@medusajs/types": "^2.6.0",
|
||||
"@medusajs/ui-preset": "^2.6.0",
|
||||
"@types/node": "^20.11.15",
|
||||
"@types/react": "^18.2.79",
|
||||
"@types/react-dom": "^18.2.25",
|
||||
|
||||
Reference in New Issue
Block a user