chore: Release
This commit is contained in:
15
packages/admin/dashboard/CHANGELOG.md
Normal file
15
packages/admin/dashboard/CHANGELOG.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# @medusajs/dashboard
|
||||
|
||||
## 2.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
|
||||
- @medusajs/icons@2.0.0
|
||||
- @medusajs/ui@4.0.0
|
||||
- @medusajs/js-sdk@2.0.0
|
||||
- @medusajs/admin-shared@2.0.0
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/dashboard",
|
||||
"version": "1.0.1",
|
||||
"version": "2.0.0",
|
||||
"scripts": {
|
||||
"generate:static": "node ./scripts/generate-currencies.js && prettier --write ./src/lib/currencies.ts",
|
||||
"dev": "vite",
|
||||
@@ -42,10 +42,10 @@
|
||||
"@dnd-kit/sortable": "^8.0.0",
|
||||
"@hookform/error-message": "^2.0.1",
|
||||
"@hookform/resolvers": "3.4.2",
|
||||
"@medusajs/admin-shared": "1.0.1",
|
||||
"@medusajs/icons": "1.2.1",
|
||||
"@medusajs/js-sdk": "1.0.1",
|
||||
"@medusajs/ui": "3.0.0",
|
||||
"@medusajs/admin-shared": "2.0.0",
|
||||
"@medusajs/icons": "2.0.0",
|
||||
"@medusajs/js-sdk": "2.0.0",
|
||||
"@medusajs/ui": "4.0.0",
|
||||
"@radix-ui/react-collapsible": "1.1.0",
|
||||
"@tanstack/react-query": "^5.28.14",
|
||||
"@tanstack/react-table": "8.20.5",
|
||||
@@ -72,10 +72,10 @@
|
||||
"zod": "3.22.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/admin-shared": "^1.0.1",
|
||||
"@medusajs/admin-vite-plugin": "1.0.1",
|
||||
"@medusajs/types": "1.11.16",
|
||||
"@medusajs/ui-preset": "1.1.3",
|
||||
"@medusajs/admin-shared": "^2.0.0",
|
||||
"@medusajs/admin-vite-plugin": "2.0.0",
|
||||
"@medusajs/types": "2.0.0",
|
||||
"@medusajs/ui-preset": "2.0.0",
|
||||
"@types/node": "^20.11.15",
|
||||
"@types/react": "^18.2.79",
|
||||
"@types/react-dom": "^18.2.25",
|
||||
|
||||
Reference in New Issue
Block a user