chore: Version packages
This commit is contained in:
@@ -1,5 +1,18 @@
|
||||
# @medusajs/admin-bundler
|
||||
|
||||
## 2.4.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#11112](https://github.com/medusajs/medusa/pull/11112) [`57892bee0054eb5f3e9075014b1f6b966dc531db`](https://github.com/medusajs/medusa/commit/57892bee0054eb5f3e9075014b1f6b966dc531db) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-bundler): Optimize tanstack/react-query
|
||||
|
||||
- [#11086](https://github.com/medusajs/medusa/pull/11086) [`b9c469a6d445dfb2f692bc16753c660426a48bdc`](https://github.com/medusajs/medusa/commit/b9c469a6d445dfb2f692bc16753c660426a48bdc) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-bundler): Fix Vite imports to prevent deprecation warnings
|
||||
|
||||
- Updated dependencies [[`d4e042e9ad838cfc3b3c83c342afaf76adb281d2`](https://github.com/medusajs/medusa/commit/d4e042e9ad838cfc3b3c83c342afaf76adb281d2), [`4eecda5466c4b82eadc7447d4de80f0d2663d668`](https://github.com/medusajs/medusa/commit/4eecda5466c4b82eadc7447d4de80f0d2663d668), [`6346836c2d2e9830f60a3e583191555e3f10dd6d`](https://github.com/medusajs/medusa/commit/6346836c2d2e9830f60a3e583191555e3f10dd6d), [`c400719fcc8ae04ba95a15ef9e6f583969e6c0b0`](https://github.com/medusajs/medusa/commit/c400719fcc8ae04ba95a15ef9e6f583969e6c0b0), [`83c91f118621dd39691bad0d672015a3a80d1cce`](https://github.com/medusajs/medusa/commit/83c91f118621dd39691bad0d672015a3a80d1cce), [`5ff45f27a107da48c943a9c502e15555f66d8722`](https://github.com/medusajs/medusa/commit/5ff45f27a107da48c943a9c502e15555f66d8722), [`0bef3202f3393ed35bddb7278d51f95ec314fcba`](https://github.com/medusajs/medusa/commit/0bef3202f3393ed35bddb7278d51f95ec314fcba), [`147c0e5a353b57d3a17db3b572334db58c830b3c`](https://github.com/medusajs/medusa/commit/147c0e5a353b57d3a17db3b572334db58c830b3c)]:
|
||||
- @medusajs/dashboard@2.4.0
|
||||
- @medusajs/admin-shared@2.4.0
|
||||
- @medusajs/admin-vite-plugin@2.4.0
|
||||
|
||||
## 2.3.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/admin-bundler",
|
||||
"version": "2.3.1",
|
||||
"version": "2.4.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.3.1",
|
||||
"@medusajs/types": "~2.4.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.3.1",
|
||||
"@medusajs/admin-vite-plugin": "2.3.1",
|
||||
"@medusajs/dashboard": "2.3.1",
|
||||
"@medusajs/admin-shared": "2.4.0",
|
||||
"@medusajs/admin-vite-plugin": "2.4.0",
|
||||
"@medusajs/dashboard": "2.4.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.4.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @medusajs/admin-shared@2.4.0
|
||||
|
||||
## 2.3.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@medusajs/admin-sdk",
|
||||
"description": "SDK for building extension for the Medusa admin dashboard.",
|
||||
"version": "2.3.1",
|
||||
"version": "2.4.0",
|
||||
"author": "Kasper Kristensen <kasper@medusajs.com>",
|
||||
"types": "dist/index.d.ts",
|
||||
"main": "dist/index.js",
|
||||
@@ -25,7 +25,7 @@
|
||||
"zod": "^3.22"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/admin-shared": "~2.3.1"
|
||||
"@medusajs/admin-shared": "~2.4.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"zod": "^3.22"
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# @medusajs/admin-shared
|
||||
|
||||
## 2.4.0
|
||||
|
||||
## 2.3.1
|
||||
|
||||
## 2.3.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@medusajs/admin-shared",
|
||||
"description": "Shared code for Medusa admin packages.",
|
||||
"version": "2.3.1",
|
||||
"version": "2.4.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.4.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @medusajs/admin-shared@2.4.0
|
||||
|
||||
## 2.3.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/admin-vite-plugin",
|
||||
"version": "2.3.1",
|
||||
"version": "2.4.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.3.1",
|
||||
"@medusajs/admin-shared": "2.4.0",
|
||||
"chokidar": "3.5.3",
|
||||
"fdir": "6.1.1",
|
||||
"magic-string": "0.30.5",
|
||||
|
||||
@@ -1,5 +1,33 @@
|
||||
# @medusajs/dashboard
|
||||
|
||||
## 2.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#10757](https://github.com/medusajs/medusa/pull/10757) [`5ff45f27a107da48c943a9c502e15555f66d8722`](https://github.com/medusajs/medusa/commit/5ff45f27a107da48c943a9c502e15555f66d8722) Thanks [@leosin](https://github.com/leosin)! - Added Simplified Chinese (zhCN) translations to admin dashboard
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#10964](https://github.com/medusajs/medusa/pull/10964) [`d4e042e9ad838cfc3b3c83c342afaf76adb281d2`](https://github.com/medusajs/medusa/commit/d4e042e9ad838cfc3b3c83c342afaf76adb281d2) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard,js-sdk,types): Remove redundant body for markAsDelivered
|
||||
|
||||
- [#11107](https://github.com/medusajs/medusa/pull/11107) [`4eecda5466c4b82eadc7447d4de80f0d2663d668`](https://github.com/medusajs/medusa/commit/4eecda5466c4b82eadc7447d4de80f0d2663d668) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard): Format i18n schema with Prettier
|
||||
|
||||
- [#11058](https://github.com/medusajs/medusa/pull/11058) [`6346836c2d2e9830f60a3e583191555e3f10dd6d`](https://github.com/medusajs/medusa/commit/6346836c2d2e9830f60a3e583191555e3f10dd6d) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - feat(dashboard): Refactor Users table to use the new DataTable block
|
||||
|
||||
- [#11074](https://github.com/medusajs/medusa/pull/11074) [`c400719fcc8ae04ba95a15ef9e6f583969e6c0b0`](https://github.com/medusajs/medusa/commit/c400719fcc8ae04ba95a15ef9e6f583969e6c0b0) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard): Persist variant_rank
|
||||
|
||||
- [#11073](https://github.com/medusajs/medusa/pull/11073) [`83c91f118621dd39691bad0d672015a3a80d1cce`](https://github.com/medusajs/medusa/commit/83c91f118621dd39691bad0d672015a3a80d1cce) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard): Use date util to properly format date in order details view
|
||||
|
||||
- [#10981](https://github.com/medusajs/medusa/pull/10981) [`0bef3202f3393ed35bddb7278d51f95ec314fcba`](https://github.com/medusajs/medusa/commit/0bef3202f3393ed35bddb7278d51f95ec314fcba) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard): Add global errorElement
|
||||
|
||||
- [#10024](https://github.com/medusajs/medusa/pull/10024) [`147c0e5a353b57d3a17db3b572334db58c830b3c`](https://github.com/medusajs/medusa/commit/147c0e5a353b57d3a17db3b572334db58c830b3c) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - feat(ui,dashboard): Add new DataTable block
|
||||
|
||||
- Updated dependencies [[`7feb004600fdbf8bf32b13695fd7f41229d43b52`](https://github.com/medusajs/medusa/commit/7feb004600fdbf8bf32b13695fd7f41229d43b52), [`d4e042e9ad838cfc3b3c83c342afaf76adb281d2`](https://github.com/medusajs/medusa/commit/d4e042e9ad838cfc3b3c83c342afaf76adb281d2), [`147c0e5a353b57d3a17db3b572334db58c830b3c`](https://github.com/medusajs/medusa/commit/147c0e5a353b57d3a17db3b572334db58c830b3c)]:
|
||||
- @medusajs/ui@4.0.4
|
||||
- @medusajs/js-sdk@2.4.0
|
||||
- @medusajs/admin-shared@2.4.0
|
||||
- @medusajs/icons@2.4.0
|
||||
|
||||
## 2.3.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/dashboard",
|
||||
"version": "2.3.1",
|
||||
"version": "2.4.0",
|
||||
"scripts": {
|
||||
"generate:static": "node ./scripts/generate-currencies.js && prettier --write ./src/lib/currencies.ts",
|
||||
"dev": "vite",
|
||||
@@ -45,10 +45,10 @@
|
||||
"@dnd-kit/sortable": "^8.0.0",
|
||||
"@hookform/error-message": "^2.0.1",
|
||||
"@hookform/resolvers": "3.4.2",
|
||||
"@medusajs/admin-shared": "2.3.1",
|
||||
"@medusajs/icons": "2.3.1",
|
||||
"@medusajs/js-sdk": "2.3.1",
|
||||
"@medusajs/ui": "4.0.3",
|
||||
"@medusajs/admin-shared": "2.4.0",
|
||||
"@medusajs/icons": "2.4.0",
|
||||
"@medusajs/js-sdk": "2.4.0",
|
||||
"@medusajs/ui": "4.0.4",
|
||||
"@radix-ui/react-collapsible": "1.1.0",
|
||||
"@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.3.1",
|
||||
"@medusajs/admin-vite-plugin": "2.3.1",
|
||||
"@medusajs/types": "2.3.1",
|
||||
"@medusajs/ui-preset": "2.3.1",
|
||||
"@medusajs/admin-shared": "~2.4.0",
|
||||
"@medusajs/admin-vite-plugin": "2.4.0",
|
||||
"@medusajs/types": "2.4.0",
|
||||
"@medusajs/ui-preset": "2.4.0",
|
||||
"@types/node": "^20.11.15",
|
||||
"@types/react": "^18.2.79",
|
||||
"@types/react-dom": "^18.2.25",
|
||||
|
||||
Reference in New Issue
Block a user