chore: Release

This commit is contained in:
olivermrbl
2024-10-22 20:43:47 +02:00
parent c3418a2b93
commit 2fbebb60e3
134 changed files with 1309 additions and 590 deletions

View File

@@ -0,0 +1,14 @@
# @medusajs/admin-bundler
## 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/dashboard@2.0.0
- @medusajs/admin-shared@2.0.0
- @medusajs/admin-vite-plugin@2.0.0

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/admin-bundler",
"version": "1.0.1",
"version": "2.0.0",
"description": "Bundler for the Medusa admin dashboard.",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"scripts": {
@@ -18,7 +18,7 @@
"package.json"
],
"devDependencies": {
"@medusajs/types": "^1.11.16",
"@medusajs/types": "^2.0.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": "1.0.1",
"@medusajs/admin-vite-plugin": "1.0.1",
"@medusajs/dashboard": "1.0.1",
"@medusajs/admin-shared": "2.0.0",
"@medusajs/admin-vite-plugin": "2.0.0",
"@medusajs/dashboard": "2.0.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"compression": "^1.7.4",

View File

@@ -0,0 +1,12 @@
# @medusajs/admin-sdk
## 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/admin-shared@2.0.0

View File

@@ -1,7 +1,7 @@
{
"name": "@medusajs/admin-sdk",
"description": "SDK for building extension for the Medusa admin dashboard.",
"version": "1.0.1",
"version": "2.0.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": "^1.0.1"
"@medusajs/admin-shared": "^2.0.0"
},
"peerDependencies": {
"zod": "^3.22"

View File

@@ -0,0 +1,7 @@
# @medusajs/admin-shared
## 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

View File

@@ -1,7 +1,7 @@
{
"name": "@medusajs/admin-shared",
"description": "Shared code for Medusa admin packages.",
"version": "1.0.1",
"version": "2.0.0",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"types": "dist/index.d.ts",
"main": "dist/index.js",

View File

@@ -0,0 +1,12 @@
# @medusajs/admin-vite-plugin
## 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/admin-shared@2.0.0

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/admin-vite-plugin",
"version": "1.0.1",
"version": "2.0.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
@@ -40,7 +40,7 @@
"dependencies": {
"@babel/parser": "7.25.6",
"@babel/traverse": "7.25.6",
"@medusajs/admin-shared": "1.0.1",
"@medusajs/admin-shared": "2.0.0",
"chokidar": "3.5.3",
"fdir": "6.1.1",
"magic-string": "0.30.5",

View 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

View File

@@ -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",