Skip to content

Commit 55154af

Browse files
Version Packages
1 parent 00052b9 commit 55154af

File tree

149 files changed

+896
-323
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+896
-323
lines changed

.changeset/upset-mangos-stare.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

integration-tests/http/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# integration-tests-http
22

3+
## 1.0.31
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @medusajs/medusa@3.0.0
9+
- @medusajs/test-utils@3.0.0
10+
- @medusajs/api-key@3.0.0
11+
- @medusajs/auth@3.0.0
12+
- @medusajs/customer@3.0.0
13+
- @medusajs/fulfillment@3.0.0
14+
- @medusajs/inventory@3.0.0
15+
- @medusajs/pricing@3.0.0
16+
- @medusajs/product@3.0.0
17+
- @medusajs/promotion@3.0.0
18+
- @medusajs/region@3.0.0
19+
- @medusajs/stock-location@3.0.0
20+
- @medusajs/store@3.0.0
21+
- @medusajs/tax@3.0.0
22+
- @medusajs/user@3.0.0
23+
- @medusajs/workflow-engine-inmemory@3.0.0
24+
- @medusajs/core-flows@3.0.0
25+
- @medusajs/framework@3.0.0
26+
- @medusajs/modules-sdk@3.0.0
27+
- @medusajs/utils@3.0.0
28+
- @medusajs/cache-inmemory@3.0.0
29+
- @medusajs/event-bus-local@3.0.0
30+
- @medusajs/fulfillment-manual@3.0.0
31+
332
## 1.0.30
433

534
### Patch Changes

integration-tests/http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "integration-tests-http",
3-
"version": "1.0.30",
3+
"version": "1.0.31",
44
"main": "index.js",
55
"license": "MIT",
66
"private": true,

packages/admin/admin-bundler/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @medusajs/admin-bundler
22

3+
## 3.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @medusajs/admin-shared@3.0.0
9+
- @medusajs/admin-vite-plugin@3.0.0
10+
- @medusajs/dashboard@3.0.0
11+
312
## 2.12.0
413

514
### Patch Changes

packages/admin/admin-bundler/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@medusajs/admin-bundler",
3-
"version": "2.12.0",
3+
"version": "3.0.0",
44
"description": "Bundler for the Medusa admin dashboard.",
55
"author": "Kasper Kristensen <[email protected]>",
66
"scripts": {
@@ -18,12 +18,12 @@
1818
"package.json"
1919
],
2020
"devDependencies": {
21-
"@medusajs/types": "2.12.0"
21+
"@medusajs/types": "3.0.0"
2222
},
2323
"dependencies": {
24-
"@medusajs/admin-shared": "2.12.0",
25-
"@medusajs/admin-vite-plugin": "2.12.0",
26-
"@medusajs/dashboard": "2.12.0",
24+
"@medusajs/admin-shared": "3.0.0",
25+
"@medusajs/admin-vite-plugin": "3.0.0",
26+
"@medusajs/dashboard": "3.0.0",
2727
"@vitejs/plugin-react": "^4.2.1",
2828
"autoprefixer": "^10.4.19",
2929
"compression": "^1.8.0",

packages/admin/admin-sdk/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @medusajs/admin-sdk
22

3+
## 3.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @medusajs/admin-shared@3.0.0
9+
310
## 2.12.0
411

512
### Patch Changes

packages/admin/admin-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@medusajs/admin-sdk",
33
"description": "SDK for building extension for the Medusa admin dashboard.",
4-
"version": "2.12.0",
4+
"version": "3.0.0",
55
"author": "Kasper Kristensen <[email protected]>",
66
"types": "dist/index.d.ts",
77
"main": "dist/index.js",
@@ -19,7 +19,7 @@
1919
"build": "yarn run -T tsup"
2020
},
2121
"dependencies": {
22-
"@medusajs/admin-shared": "2.12.0",
22+
"@medusajs/admin-shared": "3.0.0",
2323
"zod": "3.25.76"
2424
},
2525
"packageManager": "[email protected]"

packages/admin/admin-shared/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @medusajs/admin-shared
22

3+
## 3.0.0
4+
35
## 2.12.0
46

57
## 2.11.3

packages/admin/admin-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@medusajs/admin-shared",
33
"description": "Shared code for Medusa admin packages.",
4-
"version": "2.12.0",
4+
"version": "3.0.0",
55
"author": "Kasper Kristensen <[email protected]>",
66
"types": "dist/index.d.ts",
77
"main": "dist/index.js",

packages/admin/admin-vite-plugin/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @medusajs/admin-vite-plugin
22

3+
## 3.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @medusajs/admin-shared@3.0.0
9+
310
## 2.12.0
411

512
### Patch Changes

0 commit comments

Comments
 (0)