Skip to content

Commit 1cf308b

Browse files
Version Packages
1 parent a48063e commit 1cf308b

File tree

143 files changed

+837
-309
lines changed

Some content is hidden

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

143 files changed

+837
-309
lines changed

.changeset/cool-nails-provide.md

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

.changeset/pink-baboons-wash.md

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

.changeset/rich-starfishes-decide.md

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

.changeset/serious-seahorses-switch.md

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

.changeset/tiny-carrots-wave.md

Lines changed: 0 additions & 5 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.21
4+
5+
### Patch Changes
6+
7+
- [#12960](https://github.com/medusajs/medusa/pull/12960) [`1bdf602f1c1da181e2839858d2f7e8aea503573a`](https://github.com/medusajs/medusa/commit/1bdf602f1c1da181e2839858d2f7e8aea503573a) Thanks [@scherddel](https://github.com/scherddel)! - This fixes the discount\_ calculation logic and promotion tax inclusiveness calculation
8+
9+
- Updated dependencies [[`9fb5baa912674b6d35492b147e0f22d8f8330a24`](https://github.com/medusajs/medusa/commit/9fb5baa912674b6d35492b147e0f22d8f8330a24), [`1bdf602f1c1da181e2839858d2f7e8aea503573a`](https://github.com/medusajs/medusa/commit/1bdf602f1c1da181e2839858d2f7e8aea503573a), [`75320e744f680afba06d8ad852f169242736fb19`](https://github.com/medusajs/medusa/commit/75320e744f680afba06d8ad852f169242736fb19), [`6e66e36d0814a524440c05a99c849c3d62e48ed3`](https://github.com/medusajs/medusa/commit/6e66e36d0814a524440c05a99c849c3d62e48ed3)]:
10+
- @medusajs/core-flows@2.8.9
11+
- @medusajs/promotion@2.8.9
12+
- @medusajs/utils@2.8.9
13+
- @medusajs/medusa@2.8.9
14+
- @medusajs/modules-sdk@2.8.9
15+
- @medusajs/test-utils@2.8.9
16+
- @medusajs/api-key@2.8.9
17+
- @medusajs/auth@2.8.9
18+
- @medusajs/cache-inmemory@2.8.9
19+
- @medusajs/customer@2.8.9
20+
- @medusajs/event-bus-local@2.8.9
21+
- @medusajs/fulfillment@2.8.9
22+
- @medusajs/inventory@2.8.9
23+
- @medusajs/pricing@2.8.9
24+
- @medusajs/product@2.8.9
25+
- @medusajs/fulfillment-manual@2.8.9
26+
- @medusajs/region@2.8.9
27+
- @medusajs/stock-location@2.8.9
28+
- @medusajs/store@2.8.9
29+
- @medusajs/tax@2.8.9
30+
- @medusajs/user@2.8.9
31+
- @medusajs/workflow-engine-inmemory@2.8.9
32+
333
## 1.0.20
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.20",
3+
"version": "1.0.21",
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.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4da237f615b8cf1dac7935f2faeb97f2c145c62f`](https://github.com/medusajs/medusa/commit/4da237f615b8cf1dac7935f2faeb97f2c145c62f)]:
8+
- @medusajs/dashboard@2.8.9
9+
- @medusajs/admin-shared@2.8.9
10+
- @medusajs/admin-vite-plugin@2.8.9
11+
312
## 2.8.8
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.8",
3+
"version": "2.8.9",
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.8",
21+
"@medusajs/types": "2.8.9",
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.8",
29-
"@medusajs/admin-vite-plugin": "2.8.8",
30-
"@medusajs/dashboard": "2.8.8",
28+
"@medusajs/admin-shared": "2.8.9",
29+
"@medusajs/admin-vite-plugin": "2.8.9",
30+
"@medusajs/dashboard": "2.8.9",
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.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @medusajs/admin-shared@2.8.9
9+
310
## 2.8.8
411

512
### Patch Changes

0 commit comments

Comments
 (0)