Skip to content

Commit ec2ed71

Browse files
Version Packages
1 parent 8c4228f commit ec2ed71

File tree

139 files changed

+817
-284
lines changed

Some content is hidden

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

139 files changed

+817
-284
lines changed

.changeset/odd-apricots-marry.md

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

integration-tests/http/CHANGELOG.md

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

3+
## 1.0.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8c4228fc42e717f9ab72230040e708f606a585b7`](https://github.com/medusajs/medusa/commit/8c4228fc42e717f9ab72230040e708f606a585b7)]:
8+
- @medusajs/core-flows@2.8.8
9+
- @medusajs/medusa@2.8.8
10+
- @medusajs/test-utils@2.8.8
11+
- @medusajs/api-key@2.8.8
12+
- @medusajs/auth@2.8.8
13+
- @medusajs/customer@2.8.8
14+
- @medusajs/fulfillment@2.8.8
15+
- @medusajs/inventory@2.8.8
16+
- @medusajs/pricing@2.8.8
17+
- @medusajs/product@2.8.8
18+
- @medusajs/promotion@2.8.8
19+
- @medusajs/region@2.8.8
20+
- @medusajs/stock-location@2.8.8
21+
- @medusajs/store@2.8.8
22+
- @medusajs/tax@2.8.8
23+
- @medusajs/user@2.8.8
24+
- @medusajs/workflow-engine-inmemory@2.8.8
25+
- @medusajs/modules-sdk@2.8.8
26+
- @medusajs/utils@2.8.8
27+
- @medusajs/cache-inmemory@2.8.8
28+
- @medusajs/event-bus-local@2.8.8
29+
- @medusajs/fulfillment-manual@2.8.8
30+
331
## 1.0.19
432

533
### 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.19",
3+
"version": "1.0.20",
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.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @medusajs/admin-shared@2.8.8
9+
- @medusajs/admin-vite-plugin@2.8.8
10+
- @medusajs/dashboard@2.8.8
11+
312
## 2.8.7
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.7",
3+
"version": "2.8.8",
44
"description": "Bundler for the Medusa admin dashboard.",
55
"author": "Kasper Kristensen <[email protected]>",
66
"scripts": {
@@ -18,16 +18,16 @@
1818
"package.json"
1919
],
2020
"devDependencies": {
21-
"@medusajs/types": "2.8.7",
21+
"@medusajs/types": "2.8.8",
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.7",
29-
"@medusajs/admin-vite-plugin": "2.8.7",
30-
"@medusajs/dashboard": "2.8.7",
28+
"@medusajs/admin-shared": "2.8.8",
29+
"@medusajs/admin-vite-plugin": "2.8.8",
30+
"@medusajs/dashboard": "2.8.8",
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.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @medusajs/admin-shared@2.8.8
9+
310
## 2.8.7
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.7",
4+
"version": "2.8.8",
55
"author": "Kasper Kristensen <[email protected]>",
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.7",
27+
"@medusajs/admin-shared": "2.8.8",
2828
"zod": "3.22.4"
2929
},
3030
"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+
## 2.8.8
4+
35
## 2.8.7
46

57
## 2.8.6

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.8.7",
4+
"version": "2.8.8",
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+
## 2.8.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @medusajs/admin-shared@2.8.8
9+
310
## 2.8.7
411

512
### Patch Changes

0 commit comments

Comments
 (0)