chore: Version packages
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# @medusajs/admin-bundler
|
||||
|
||||
## 2.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`a1a1e0e789424546443ce195b95f652d081d7b3b`](https://github.com/medusajs/medusa/commit/a1a1e0e789424546443ce195b95f652d081d7b3b), [`16663ec8132e99bac7fbfe2adda542a5294d2384`](https://github.com/medusajs/medusa/commit/16663ec8132e99bac7fbfe2adda542a5294d2384), [`7e04091b492c1680fdf5321f512e43b90ba09e12`](https://github.com/medusajs/medusa/commit/7e04091b492c1680fdf5321f512e43b90ba09e12), [`559fc6587aa02cd4f8fbc9e97ff1f1ba094a4b1a`](https://github.com/medusajs/medusa/commit/559fc6587aa02cd4f8fbc9e97ff1f1ba094a4b1a), [`c9a66b19afcfcc626f9e2e4531771dc36f66a65e`](https://github.com/medusajs/medusa/commit/c9a66b19afcfcc626f9e2e4531771dc36f66a65e), [`de811879299b2acdb069a195979ac116b890b406`](https://github.com/medusajs/medusa/commit/de811879299b2acdb069a195979ac116b890b406), [`2b455b15a65030492b188a8d510ab72748e6c0ee`](https://github.com/medusajs/medusa/commit/2b455b15a65030492b188a8d510ab72748e6c0ee), [`864f53011b892e1ed0abee2e241b662eccef7e6d`](https://github.com/medusajs/medusa/commit/864f53011b892e1ed0abee2e241b662eccef7e6d)]:
|
||||
- @medusajs/dashboard@2.1.1
|
||||
- @medusajs/admin-shared@2.1.1
|
||||
- @medusajs/admin-vite-plugin@2.1.1
|
||||
|
||||
## 2.1.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/admin-bundler",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.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.1.0",
|
||||
"@medusajs/types": "^2.1.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.1.0",
|
||||
"@medusajs/admin-vite-plugin": "2.1.0",
|
||||
"@medusajs/dashboard": "2.1.0",
|
||||
"@medusajs/admin-shared": "2.1.1",
|
||||
"@medusajs/admin-vite-plugin": "2.1.1",
|
||||
"@medusajs/dashboard": "2.1.1",
|
||||
"@vitejs/plugin-react": "^4.2.1",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"compression": "^1.7.4",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @medusajs/admin-sdk
|
||||
|
||||
## 2.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @medusajs/admin-shared@2.1.1
|
||||
|
||||
## 2.1.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@medusajs/admin-sdk",
|
||||
"description": "SDK for building extension for the Medusa admin dashboard.",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"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.1.0"
|
||||
"@medusajs/admin-shared": "^2.1.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"zod": "^3.22"
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# @medusajs/admin-shared
|
||||
|
||||
## 2.1.1
|
||||
|
||||
## 2.1.0
|
||||
|
||||
## 2.0.7
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@medusajs/admin-shared",
|
||||
"description": "Shared code for Medusa admin packages.",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"author": "Kasper Kristensen <kasper@medusajs.com>",
|
||||
"types": "dist/index.d.ts",
|
||||
"main": "dist/index.js",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @medusajs/admin-vite-plugin
|
||||
|
||||
## 2.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @medusajs/admin-shared@2.1.1
|
||||
|
||||
## 2.1.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/admin-vite-plugin",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.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.1.0",
|
||||
"@medusajs/admin-shared": "2.1.1",
|
||||
"chokidar": "3.5.3",
|
||||
"fdir": "6.1.1",
|
||||
"magic-string": "0.30.5",
|
||||
|
||||
@@ -1,5 +1,31 @@
|
||||
# @medusajs/dashboard
|
||||
|
||||
## 2.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#10386](https://github.com/medusajs/medusa/pull/10386) [`a1a1e0e789424546443ce195b95f652d081d7b3b`](https://github.com/medusajs/medusa/commit/a1a1e0e789424546443ce195b95f652d081d7b3b) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - feat(dashboard,types): Add UI to manage conditional SO prices
|
||||
|
||||
- [#10449](https://github.com/medusajs/medusa/pull/10449) [`16663ec8132e99bac7fbfe2adda542a5294d2384`](https://github.com/medusajs/medusa/commit/16663ec8132e99bac7fbfe2adda542a5294d2384) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard,types): Add missing Metadata form for Region domain and fix types
|
||||
|
||||
- [#10473](https://github.com/medusajs/medusa/pull/10473) [`7e04091b492c1680fdf5321f512e43b90ba09e12`](https://github.com/medusajs/medusa/commit/7e04091b492c1680fdf5321f512e43b90ba09e12) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard): Prevent sending off empty string as handle for product category
|
||||
|
||||
- [#10193](https://github.com/medusajs/medusa/pull/10193) [`559fc6587aa02cd4f8fbc9e97ff1f1ba094a4b1a`](https://github.com/medusajs/medusa/commit/559fc6587aa02cd4f8fbc9e97ff1f1ba094a4b1a) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(): Deleted default sales channel should be prevented
|
||||
|
||||
- [#10481](https://github.com/medusajs/medusa/pull/10481) [`c9a66b19afcfcc626f9e2e4531771dc36f66a65e`](https://github.com/medusajs/medusa/commit/c9a66b19afcfcc626f9e2e4531771dc36f66a65e) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard,ui): Bring ConditionBlock in line with design
|
||||
|
||||
- [#10523](https://github.com/medusajs/medusa/pull/10523) [`de811879299b2acdb069a195979ac116b890b406`](https://github.com/medusajs/medusa/commit/de811879299b2acdb069a195979ac116b890b406) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard): Add FE validation for conditional prices
|
||||
|
||||
- [#10454](https://github.com/medusajs/medusa/pull/10454) [`2b455b15a65030492b188a8d510ab72748e6c0ee`](https://github.com/medusajs/medusa/commit/2b455b15a65030492b188a8d510ab72748e6c0ee) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard): Cleanup unsafe accesses to possibly undefined values in order timeline
|
||||
|
||||
- [#10457](https://github.com/medusajs/medusa/pull/10457) [`864f53011b892e1ed0abee2e241b662eccef7e6d`](https://github.com/medusajs/medusa/commit/864f53011b892e1ed0abee2e241b662eccef7e6d) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard,types): Fix TS errors
|
||||
|
||||
- Updated dependencies [[`c9a66b19afcfcc626f9e2e4531771dc36f66a65e`](https://github.com/medusajs/medusa/commit/c9a66b19afcfcc626f9e2e4531771dc36f66a65e)]:
|
||||
- @medusajs/ui@4.0.2
|
||||
- @medusajs/admin-shared@2.1.1
|
||||
- @medusajs/js-sdk@2.1.1
|
||||
- @medusajs/icons@2.1.1
|
||||
|
||||
## 2.1.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/dashboard",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.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.1.0",
|
||||
"@medusajs/icons": "2.1.0",
|
||||
"@medusajs/js-sdk": "2.1.0",
|
||||
"@medusajs/ui": "4.0.1",
|
||||
"@medusajs/admin-shared": "2.1.1",
|
||||
"@medusajs/icons": "2.1.1",
|
||||
"@medusajs/js-sdk": "2.1.1",
|
||||
"@medusajs/ui": "4.0.2",
|
||||
"@radix-ui/react-collapsible": "1.1.0",
|
||||
"@tanstack/react-query": "^5.28.14",
|
||||
"@tanstack/react-table": "8.20.5",
|
||||
@@ -75,10 +75,10 @@
|
||||
"zod": "3.22.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/admin-shared": "^2.1.0",
|
||||
"@medusajs/admin-vite-plugin": "2.1.0",
|
||||
"@medusajs/types": "2.1.0",
|
||||
"@medusajs/ui-preset": "2.1.0",
|
||||
"@medusajs/admin-shared": "^2.1.1",
|
||||
"@medusajs/admin-vite-plugin": "2.1.1",
|
||||
"@medusajs/types": "2.1.1",
|
||||
"@medusajs/ui-preset": "2.1.1",
|
||||
"@types/node": "^20.11.15",
|
||||
"@types/react": "^18.2.79",
|
||||
"@types/react-dom": "^18.2.25",
|
||||
|
||||
Reference in New Issue
Block a user