Skip to content

Commit 92c1564

Browse files
Version Packages
1 parent a00bba5 commit 92c1564

File tree

150 files changed

+901
-330
lines changed

Some content is hidden

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

150 files changed

+901
-330
lines changed

.changeset/dull-pots-dream.md

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

.changeset/tender-clocks-talk.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.32
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9f7846ae0babbad39947a1f33d236bff8b5098d0`](https://github.com/medusajs/medusa/commit/9f7846ae0babbad39947a1f33d236bff8b5098d0), [`5b7e3c0e7649a3a61b0a4fe796f37e5f7fbe9a3a`](https://github.com/medusajs/medusa/commit/5b7e3c0e7649a3a61b0a4fe796f37e5f7fbe9a3a)]:
8+
- @medusajs/framework@2.12.2
9+
- @medusajs/medusa@2.12.2
10+
- @medusajs/core-flows@2.12.2
11+
- @medusajs/test-utils@2.12.2
12+
- @medusajs/api-key@2.12.2
13+
- @medusajs/auth@2.12.2
14+
- @medusajs/cache-inmemory@2.12.2
15+
- @medusajs/customer@2.12.2
16+
- @medusajs/event-bus-local@2.12.2
17+
- @medusajs/event-bus-redis@2.12.2
18+
- @medusajs/fulfillment@2.12.2
19+
- @medusajs/inventory@2.12.2
20+
- @medusajs/pricing@2.12.2
21+
- @medusajs/product@2.12.2
22+
- @medusajs/promotion@2.12.2
23+
- @medusajs/fulfillment-manual@2.12.2
24+
- @medusajs/region@2.12.2
25+
- @medusajs/stock-location@2.12.2
26+
- @medusajs/store@2.12.2
27+
- @medusajs/tax@2.12.2
28+
- @medusajs/user@2.12.2
29+
- @medusajs/workflow-engine-inmemory@2.12.2
30+
- @medusajs/modules-sdk@2.12.2
31+
- @medusajs/utils@2.12.2
32+
333
## 1.0.31
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.31",
3+
"version": "1.0.32",
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.12.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @medusajs/admin-shared@2.12.2
9+
- @medusajs/admin-vite-plugin@2.12.2
10+
- @medusajs/dashboard@2.12.2
11+
312
## 2.12.1
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.1",
3+
"version": "2.12.2",
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.1"
21+
"@medusajs/types": "2.12.2"
2222
},
2323
"dependencies": {
24-
"@medusajs/admin-shared": "2.12.1",
25-
"@medusajs/admin-vite-plugin": "2.12.1",
26-
"@medusajs/dashboard": "2.12.1",
24+
"@medusajs/admin-shared": "2.12.2",
25+
"@medusajs/admin-vite-plugin": "2.12.2",
26+
"@medusajs/dashboard": "2.12.2",
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+
## 2.12.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @medusajs/admin-shared@2.12.2
9+
310
## 2.12.1
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.1",
4+
"version": "2.12.2",
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.1",
22+
"@medusajs/admin-shared": "2.12.2",
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+
## 2.12.2
4+
35
## 2.12.1
46

57
## 2.12.0

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.1",
4+
"version": "2.12.2",
55
"author": "Kasper Kristensen <[email protected]>",
66
"types": "dist/index.d.ts",
77
"main": "dist/index.js",

0 commit comments

Comments
 (0)