Skip to content

Commit ef4a835

Browse files
Version Packages
1 parent 6be5750 commit ef4a835

142 files changed

Lines changed: 833 additions & 304 deletions

File tree

Some content is hidden

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

.changeset/bright-parents-know.md

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

.changeset/early-rice-rule.md

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

.changeset/honest-snails-swim.md

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

.changeset/twelve-bears-wait.md

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

integration-tests/http/CHANGELOG.md

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

3+
## 1.0.17
4+
5+
### Patch Changes
6+
7+
- [#12643](https://github.com/medusajs/medusa/pull/12643) [`f2cb528a5650fe112ca8eeb4bdffc5f0b217338a`](https://github.com/medusajs/medusa/commit/f2cb528a5650fe112ca8eeb4bdffc5f0b217338a) Thanks [@thetutlage](https://github.com/thetutlage)! - feat: wire up direct uploads with local file provider
8+
9+
- Updated dependencies [[`f2cb528a5650fe112ca8eeb4bdffc5f0b217338a`](https://github.com/medusajs/medusa/commit/f2cb528a5650fe112ca8eeb4bdffc5f0b217338a), [`1a7847660890ae84648123567ce8dc4c9a0eca03`](https://github.com/medusajs/medusa/commit/1a7847660890ae84648123567ce8dc4c9a0eca03)]:
10+
- @medusajs/core-flows@2.8.5
11+
- @medusajs/workflow-engine-inmemory@2.8.5
12+
- @medusajs/medusa@2.8.5
13+
- @medusajs/test-utils@2.8.5
14+
- @medusajs/api-key@2.8.5
15+
- @medusajs/auth@2.8.5
16+
- @medusajs/cache-inmemory@2.8.5
17+
- @medusajs/customer@2.8.5
18+
- @medusajs/event-bus-local@2.8.5
19+
- @medusajs/fulfillment@2.8.5
20+
- @medusajs/inventory@2.8.5
21+
- @medusajs/pricing@2.8.5
22+
- @medusajs/product@2.8.5
23+
- @medusajs/promotion@2.8.5
24+
- @medusajs/fulfillment-manual@2.8.5
25+
- @medusajs/region@2.8.5
26+
- @medusajs/stock-location@2.8.5
27+
- @medusajs/store@2.8.5
28+
- @medusajs/tax@2.8.5
29+
- @medusajs/user@2.8.5
30+
- @medusajs/modules-sdk@2.8.5
31+
- @medusajs/utils@2.8.5
32+
333
## 1.0.16
434

535
### 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.16",
3+
"version": "1.0.17",
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+
## 2.8.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f2cb528a5650fe112ca8eeb4bdffc5f0b217338a`](https://github.com/medusajs/medusa/commit/f2cb528a5650fe112ca8eeb4bdffc5f0b217338a), [`ce202968c6f5f1a54238defcd3dbcba6025c32db`](https://github.com/medusajs/medusa/commit/ce202968c6f5f1a54238defcd3dbcba6025c32db)]:
8+
- @medusajs/dashboard@2.8.5
9+
- @medusajs/admin-shared@2.8.5
10+
- @medusajs/admin-vite-plugin@2.8.5
11+
312
## 2.8.4
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.8.4",
3+
"version": "2.8.5",
44
"description": "Bundler for the Medusa admin dashboard.",
55
"author": "Kasper Kristensen <kasper@medusajs.com>",
66
"scripts": {
@@ -18,16 +18,16 @@
1818
"package.json"
1919
],
2020
"devDependencies": {
21-
"@medusajs/types": "2.8.4",
21+
"@medusajs/types": "2.8.5",
2222
"@types/compression": "^1.7.5",
2323
"express": "^4.21.0",
2424
"tsup": "^8.0.1",
2525
"typescript": "^5.3.3"
2626
},
2727
"dependencies": {
28-
"@medusajs/admin-shared": "2.8.4",
29-
"@medusajs/admin-vite-plugin": "2.8.4",
30-
"@medusajs/dashboard": "2.8.4",
28+
"@medusajs/admin-shared": "2.8.5",
29+
"@medusajs/admin-vite-plugin": "2.8.5",
30+
"@medusajs/dashboard": "2.8.5",
3131
"@vitejs/plugin-react": "^4.2.1",
3232
"autoprefixer": "^10.4.16",
3333
"compression": "^1.7.4",

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+
## 2.8.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @medusajs/admin-shared@2.8.5
9+
310
## 2.8.4
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.8.4",
4+
"version": "2.8.5",
55
"author": "Kasper Kristensen <kasper@medusajs.com>",
66
"types": "dist/index.d.ts",
77
"main": "dist/index.js",
@@ -24,7 +24,7 @@
2424
"typescript": "^5.3.3"
2525
},
2626
"dependencies": {
27-
"@medusajs/admin-shared": "2.8.4",
27+
"@medusajs/admin-shared": "2.8.5",
2828
"zod": "3.22.4"
2929
},
3030
"packageManager": "yarn@3.2.1"

0 commit comments

Comments
 (0)