chore: Version packages
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# @medusajs/admin-bundler
|
||||
|
||||
## 2.6.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`c28ae573e50b51bd3ef18de7c0e37b37963c423e`](https://github.com/medusajs/medusa/commit/c28ae573e50b51bd3ef18de7c0e37b37963c423e), [`954136f13a4ff00c0fa66d8159f43b2bce90355a`](https://github.com/medusajs/medusa/commit/954136f13a4ff00c0fa66d8159f43b2bce90355a), [`e23f204b7ca0f195e36fef2ba0bae7a686b8da4f`](https://github.com/medusajs/medusa/commit/e23f204b7ca0f195e36fef2ba0bae7a686b8da4f)]:
|
||||
- @medusajs/dashboard@2.6.0
|
||||
- @medusajs/admin-shared@2.6.0
|
||||
- @medusajs/admin-vite-plugin@2.6.0
|
||||
|
||||
## 2.5.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/admin-bundler",
|
||||
"version": "2.5.1",
|
||||
"version": "2.6.0",
|
||||
"description": "Bundler for the Medusa admin dashboard.",
|
||||
"author": "Kasper Kristensen <kasper@medusajs.com>",
|
||||
"scripts": {
|
||||
@@ -18,7 +18,7 @@
|
||||
"package.json"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@medusajs/types": "^2.5.1",
|
||||
"@medusajs/types": "^2.6.0",
|
||||
"@types/compression": "^1.7.5",
|
||||
"copyfiles": "^2.4.1",
|
||||
"express": "^4.21.0",
|
||||
@@ -26,9 +26,9 @@
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/admin-shared": "2.5.1",
|
||||
"@medusajs/admin-vite-plugin": "2.5.1",
|
||||
"@medusajs/dashboard": "2.5.1",
|
||||
"@medusajs/admin-shared": "2.6.0",
|
||||
"@medusajs/admin-vite-plugin": "2.6.0",
|
||||
"@medusajs/dashboard": "2.6.0",
|
||||
"@rollup/plugin-node-resolve": "^16.0.0",
|
||||
"@vitejs/plugin-react": "^4.2.1",
|
||||
"autoprefixer": "^10.4.16",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @medusajs/admin-sdk
|
||||
|
||||
## 2.6.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @medusajs/admin-shared@2.6.0
|
||||
|
||||
## 2.5.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@medusajs/admin-sdk",
|
||||
"description": "SDK for building extension for the Medusa admin dashboard.",
|
||||
"version": "2.5.1",
|
||||
"version": "2.6.0",
|
||||
"author": "Kasper Kristensen <kasper@medusajs.com>",
|
||||
"types": "dist/index.d.ts",
|
||||
"main": "dist/index.js",
|
||||
@@ -24,7 +24,7 @@
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/admin-shared": "^2.5.1",
|
||||
"@medusajs/admin-shared": "^2.6.0",
|
||||
"zod": "3.22.4"
|
||||
},
|
||||
"packageManager": "yarn@3.2.1"
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# @medusajs/admin-shared
|
||||
|
||||
## 2.6.0
|
||||
|
||||
## 2.5.1
|
||||
|
||||
## 2.5.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@medusajs/admin-shared",
|
||||
"description": "Shared code for Medusa admin packages.",
|
||||
"version": "2.5.1",
|
||||
"version": "2.6.0",
|
||||
"author": "Kasper Kristensen <kasper@medusajs.com>",
|
||||
"types": "dist/index.d.ts",
|
||||
"main": "dist/index.js",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @medusajs/admin-vite-plugin
|
||||
|
||||
## 2.6.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @medusajs/admin-shared@2.6.0
|
||||
|
||||
## 2.5.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/admin-vite-plugin",
|
||||
"version": "2.5.1",
|
||||
"version": "2.6.0",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.mjs",
|
||||
"types": "dist/index.d.ts",
|
||||
@@ -40,7 +40,7 @@
|
||||
"@babel/parser": "7.25.6",
|
||||
"@babel/traverse": "7.25.6",
|
||||
"@babel/types": "7.25.6",
|
||||
"@medusajs/admin-shared": "2.5.1",
|
||||
"@medusajs/admin-shared": "2.6.0",
|
||||
"chokidar": "3.5.3",
|
||||
"fdir": "6.1.1",
|
||||
"magic-string": "0.30.5",
|
||||
|
||||
@@ -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