chore: Version Packages (#13045)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,21 @@
|
||||
# @medusajs/dashboard
|
||||
|
||||
## 2.9.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#13150](https://github.com/medusajs/medusa/pull/13150) [`b7083b9f0f21d0b6d9f3f3afd65b7ae0f8d378dc`](https://github.com/medusajs/medusa/commit/b7083b9f0f21d0b6d9f3f3afd65b7ae0f8d378dc) Thanks [@willbouch](https://github.com/willbouch)! - fix(dashboard): variants disappearing when removing an option on product creation
|
||||
|
||||
- [#11982](https://github.com/medusajs/medusa/pull/11982) [`4da237f615b8cf1dac7935f2faeb97f2c145c62f`](https://github.com/medusajs/medusa/commit/4da237f615b8cf1dac7935f2faeb97f2c145c62f) Thanks [@SteelRazor47](https://github.com/SteelRazor47)! - fix(dashboard): correct overflow in a few settings edit forms
|
||||
|
||||
- [#13094](https://github.com/medusajs/medusa/pull/13094) [`0452eba20b44be5a25eb371541172f39f29194b4`](https://github.com/medusajs/medusa/commit/0452eba20b44be5a25eb371541172f39f29194b4) Thanks [@fPolic](https://github.com/fPolic)! - chore(dashboard): add missing US state
|
||||
|
||||
- Updated dependencies []:
|
||||
- @medusajs/js-sdk@2.9.0
|
||||
- @medusajs/admin-shared@2.9.0
|
||||
- @medusajs/icons@2.9.0
|
||||
- @medusajs/ui@4.0.19
|
||||
|
||||
## 2.8.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/dashboard",
|
||||
"version": "2.8.8",
|
||||
"version": "2.9.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.8.8",
|
||||
"@medusajs/icons": "2.8.8",
|
||||
"@medusajs/js-sdk": "2.8.8",
|
||||
"@medusajs/ui": "4.0.18",
|
||||
"@medusajs/admin-shared": "2.9.0",
|
||||
"@medusajs/icons": "2.9.0",
|
||||
"@medusajs/js-sdk": "2.9.0",
|
||||
"@medusajs/ui": "4.0.19",
|
||||
"@tanstack/react-query": "5.64.2",
|
||||
"@tanstack/react-table": "8.20.5",
|
||||
"@tanstack/react-virtual": "^3.8.3",
|
||||
@@ -76,10 +76,10 @@
|
||||
"zod": "3.25.76"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/admin-shared": "2.8.8",
|
||||
"@medusajs/admin-vite-plugin": "2.8.8",
|
||||
"@medusajs/types": "2.8.8",
|
||||
"@medusajs/ui-preset": "2.8.8",
|
||||
"@medusajs/admin-shared": "2.9.0",
|
||||
"@medusajs/admin-vite-plugin": "2.9.0",
|
||||
"@medusajs/types": "2.9.0",
|
||||
"@medusajs/ui-preset": "2.9.0",
|
||||
"@types/node": "^20.11.15",
|
||||
"@types/react": "^18.2.79",
|
||||
"@types/react-dom": "^18.2.25",
|
||||
|
||||
Reference in New Issue
Block a user