chore: Version packages

This commit is contained in:
olivermrbl
2025-02-24 11:36:46 +01:00
parent a9e2ef6c20
commit 3f7470022c
163 changed files with 615 additions and 407 deletions
+11
View File
@@ -1,5 +1,16 @@
# @medusajs/admin-bundler
## 2.5.1
### Patch Changes
- [#11414](https://github.com/medusajs/medusa/pull/11414) [`47edd01deec79b394552cea349f1e41b7b88723b`](https://github.com/medusajs/medusa/commit/47edd01deec79b394552cea349f1e41b7b88723b) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-vite-plugin,admin-bundler,ui,icons,dashboard,framework,types): Update Vite dependencies
- Updated dependencies [[`3b69f5a105de675fda014c8b76cd511a841716c4`](https://github.com/medusajs/medusa/commit/3b69f5a105de675fda014c8b76cd511a841716c4), [`06cc658246687309291121f09205801e18537463`](https://github.com/medusajs/medusa/commit/06cc658246687309291121f09205801e18537463), [`a88f6576bd06522f86fb2f8bd4b49f94bd4017c1`](https://github.com/medusajs/medusa/commit/a88f6576bd06522f86fb2f8bd4b49f94bd4017c1), [`b53ea77658aa4f17b41bf52c9f51c5b7a425556b`](https://github.com/medusajs/medusa/commit/b53ea77658aa4f17b41bf52c9f51c5b7a425556b), [`0307304dc679bc1533e5826e0bb726f7895a0615`](https://github.com/medusajs/medusa/commit/0307304dc679bc1533e5826e0bb726f7895a0615), [`03b8bda1ba31fa835ea6e8bba07160d4495039ef`](https://github.com/medusajs/medusa/commit/03b8bda1ba31fa835ea6e8bba07160d4495039ef), [`47edd01deec79b394552cea349f1e41b7b88723b`](https://github.com/medusajs/medusa/commit/47edd01deec79b394552cea349f1e41b7b88723b)]:
- @medusajs/dashboard@2.5.1
- @medusajs/admin-vite-plugin@2.5.1
- @medusajs/admin-shared@2.5.1
## 2.5.0
### Patch Changes
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/admin-bundler",
"version": "2.5.0",
"version": "2.5.1",
"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.0",
"@medusajs/types": "^2.5.1",
"@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.0",
"@medusajs/admin-vite-plugin": "2.5.0",
"@medusajs/dashboard": "2.5.0",
"@medusajs/admin-shared": "2.5.1",
"@medusajs/admin-vite-plugin": "2.5.1",
"@medusajs/dashboard": "2.5.1",
"@rollup/plugin-node-resolve": "^16.0.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
+9
View File
@@ -1,5 +1,14 @@
# @medusajs/admin-sdk
## 2.5.1
### Patch Changes
- [#11413](https://github.com/medusajs/medusa/pull/11413) [`a039dd6932c3c5581b3ee0ebba1eb8413912ec43`](https://github.com/medusajs/medusa/commit/a039dd6932c3c5581b3ee0ebba1eb8413912ec43) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - chore(admin-sdk): Pin zod in admin-sdk
- Updated dependencies []:
- @medusajs/admin-shared@2.5.1
## 2.5.0
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@medusajs/admin-sdk",
"description": "SDK for building extension for the Medusa admin dashboard.",
"version": "2.5.0",
"version": "2.5.1",
"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.0",
"@medusajs/admin-shared": "^2.5.1",
"zod": "3.22.4"
},
"packageManager": "yarn@3.2.1"
+2
View File
@@ -1,5 +1,7 @@
# @medusajs/admin-shared
## 2.5.1
## 2.5.0
## 2.4.0
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@medusajs/admin-shared",
"description": "Shared code for Medusa admin packages.",
"version": "2.5.0",
"version": "2.5.1",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"types": "dist/index.d.ts",
"main": "dist/index.js",
@@ -1,5 +1,16 @@
# @medusajs/admin-vite-plugin
## 2.5.1
### Patch Changes
- [#11305](https://github.com/medusajs/medusa/pull/11305) [`a88f6576bd06522f86fb2f8bd4b49f94bd4017c1`](https://github.com/medusajs/medusa/commit/a88f6576bd06522f86fb2f8bd4b49f94bd4017c1) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - feat(dashboard,admin-vite-plugin): Add support for parallel routes
- [#11414](https://github.com/medusajs/medusa/pull/11414) [`47edd01deec79b394552cea349f1e41b7b88723b`](https://github.com/medusajs/medusa/commit/47edd01deec79b394552cea349f1e41b7b88723b) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-vite-plugin,admin-bundler,ui,icons,dashboard,framework,types): Update Vite dependencies
- Updated dependencies []:
- @medusajs/admin-shared@2.5.1
## 2.5.0
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/admin-vite-plugin",
"version": "2.5.0",
"version": "2.5.1",
"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.0",
"@medusajs/admin-shared": "2.5.1",
"chokidar": "3.5.3",
"fdir": "6.1.1",
"magic-string": "0.30.5",
+24
View File
@@ -1,5 +1,29 @@
# @medusajs/dashboard
## 2.5.1
### Patch Changes
- [#11466](https://github.com/medusajs/medusa/pull/11466) [`3b69f5a105de675fda014c8b76cd511a841716c4`](https://github.com/medusajs/medusa/commit/3b69f5a105de675fda014c8b76cd511a841716c4) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard): Properly delete metadata keys, and fix number parsing
- [#11488](https://github.com/medusajs/medusa/pull/11488) [`06cc658246687309291121f09205801e18537463`](https://github.com/medusajs/medusa/commit/06cc658246687309291121f09205801e18537463) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard): Allow using the Enter key in product create Textarea
- [#11305](https://github.com/medusajs/medusa/pull/11305) [`a88f6576bd06522f86fb2f8bd4b49f94bd4017c1`](https://github.com/medusajs/medusa/commit/a88f6576bd06522f86fb2f8bd4b49f94bd4017c1) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - feat(dashboard,admin-vite-plugin): Add support for parallel routes
- [#11462](https://github.com/medusajs/medusa/pull/11462) [`b53ea77658aa4f17b41bf52c9f51c5b7a425556b`](https://github.com/medusajs/medusa/commit/b53ea77658aa4f17b41bf52c9f51c5b7a425556b) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - feat(ui,dashboard): Move InlineTip to UI package
- [#11532](https://github.com/medusajs/medusa/pull/11532) [`0307304dc679bc1533e5826e0bb726f7895a0615`](https://github.com/medusajs/medusa/commit/0307304dc679bc1533e5826e0bb726f7895a0615) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(dashboard): Prevent overfetching data
- [#11366](https://github.com/medusajs/medusa/pull/11366) [`03b8bda1ba31fa835ea6e8bba07160d4495039ef`](https://github.com/medusajs/medusa/commit/03b8bda1ba31fa835ea6e8bba07160d4495039ef) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard): Fix size of buttons and use Link to navigate
- [#11414](https://github.com/medusajs/medusa/pull/11414) [`47edd01deec79b394552cea349f1e41b7b88723b`](https://github.com/medusajs/medusa/commit/47edd01deec79b394552cea349f1e41b7b88723b) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-vite-plugin,admin-bundler,ui,icons,dashboard,framework,types): Update Vite dependencies
- Updated dependencies [[`32ad13813bc267a04ea95d34a479efa5309b3051`](https://github.com/medusajs/medusa/commit/32ad13813bc267a04ea95d34a479efa5309b3051), [`38a57b1ddcaabeba78dba626b7ec7985df107d07`](https://github.com/medusajs/medusa/commit/38a57b1ddcaabeba78dba626b7ec7985df107d07), [`b53ea77658aa4f17b41bf52c9f51c5b7a425556b`](https://github.com/medusajs/medusa/commit/b53ea77658aa4f17b41bf52c9f51c5b7a425556b), [`3b4997840e624ef8da1a75744b4bfb5c5a371f7c`](https://github.com/medusajs/medusa/commit/3b4997840e624ef8da1a75744b4bfb5c5a371f7c), [`f00e6bf660ab96b9d41bc3d424c8d78c54eaa8e7`](https://github.com/medusajs/medusa/commit/f00e6bf660ab96b9d41bc3d424c8d78c54eaa8e7), [`47edd01deec79b394552cea349f1e41b7b88723b`](https://github.com/medusajs/medusa/commit/47edd01deec79b394552cea349f1e41b7b88723b)]:
- @medusajs/js-sdk@2.5.1
- @medusajs/ui@4.0.6
- @medusajs/icons@2.5.1
- @medusajs/admin-shared@2.5.1
## 2.5.0
### Patch Changes
+9 -9
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/dashboard",
"version": "2.5.0",
"version": "2.5.1",
"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.5.0",
"@medusajs/icons": "^2.5.0",
"@medusajs/js-sdk": "^2.5.0",
"@medusajs/ui": "~4.0.5",
"@medusajs/admin-shared": "^2.5.1",
"@medusajs/icons": "^2.5.1",
"@medusajs/js-sdk": "^2.5.1",
"@medusajs/ui": "~4.0.6",
"@tanstack/react-query": "5.64.2",
"@tanstack/react-table": "8.20.5",
"@tanstack/react-virtual": "^3.8.3",
@@ -75,10 +75,10 @@
"zod": "3.22.4"
},
"devDependencies": {
"@medusajs/admin-shared": "^2.5.0",
"@medusajs/admin-vite-plugin": "^2.5.0",
"@medusajs/types": "^2.5.0",
"@medusajs/ui-preset": "^2.5.0",
"@medusajs/admin-shared": "^2.5.1",
"@medusajs/admin-vite-plugin": "^2.5.1",
"@medusajs/types": "^2.5.1",
"@medusajs/ui-preset": "^2.5.1",
"@types/node": "^20.11.15",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",