Skip to content

Commit

Permalink
chore: Release (#3856)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 26, 2023
1 parent 4f448fb commit b41b630
Show file tree
Hide file tree
Showing 80 changed files with 419 additions and 442 deletions.
6 changes: 0 additions & 6 deletions .changeset/chilly-carpets-explode.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dull-trainers-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-feet-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-carrots-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-pugs-live.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/kind-singers-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-pears-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-sloths-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-foxes-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-peas-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-cats-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-apricots-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-monkeys-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-pans-rhyme.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/silent-garlics-kiss.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/silver-wombats-camp.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/slimy-bees-eat.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/small-crabs-clean.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sour-jobs-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-poets-rule.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/wet-teachers-compete.md

This file was deleted.

6 changes: 3 additions & 3 deletions integration-tests/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"build": "babel src -d dist --extensions \".ts,.js\""
},
"dependencies": {
"@medusajs/cache-inmemory": "1.8.2",
"@medusajs/event-bus-local": "1.8.2",
"@medusajs/medusa": "1.8.2",
"@medusajs/cache-inmemory": "1.8.3",
"@medusajs/event-bus-local": "1.9.0",
"@medusajs/medusa": "1.9.0",
"faker": "^5.5.3",
"medusa-interfaces": "1.3.7",
"typeorm": "^0.3.14"
Expand Down
8 changes: 4 additions & 4 deletions integration-tests/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"build": "babel src -d dist --extensions \".ts,.js\""
},
"dependencies": {
"@medusajs/cache-inmemory": "1.8.2",
"@medusajs/event-bus-local": "1.8.2",
"@medusajs/medusa": "1.8.2",
"@medusajs/cache-inmemory": "1.8.3",
"@medusajs/event-bus-local": "1.9.0",
"@medusajs/medusa": "1.9.0",
"faker": "^5.5.3",
"medusa-fulfillment-webshipper": "1.3.8",
"medusa-fulfillment-webshipper": "1.3.9",
"medusa-interfaces": "1.3.7",
"medusa-plugin-sendgrid": "1.3.9",
"typeorm": "^0.3.14"
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/repositories/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test:integration": "jest --silent=false --runInBand --bail --detectOpenHandles --forceExit"
},
"dependencies": {
"@medusajs/medusa": "1.8.2",
"@medusajs/medusa": "1.9.0",
"medusa-interfaces": "1.3.7",
"typeorm": "^0.3.14"
},
Expand Down
19 changes: 19 additions & 0 deletions packages/admin-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @medusajs/admin-ui

## 1.8.3

### Patch Changes

- [#3753](https://github.com/medusajs/medusa/pull/3753) [`ba45a316a`](https://github.com/medusajs/medusa/commit/ba45a316a7638cc003599900d0088e5a5aeb51c8) Thanks [@StephixOne](https://github.com/StephixOne)! - feat(admin): Implement allocations on draft orders

- [#3895](https://github.com/medusajs/medusa/pull/3895) [`88a224e42`](https://github.com/medusajs/medusa/commit/88a224e42a490fd7fae29677c463740b89ad9b27) Thanks [@fPolic](https://github.com/fPolic)! - fix(admin): display correct items in the timeline after OE

- [`d302db239`](https://github.com/medusajs/medusa/commit/d302db23975227527e5632110d67c2ac299317b3) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(admin): add guard for null variant in inventory overview

- [#3886](https://github.com/medusajs/medusa/pull/3886) [`5fdccf5e3`](https://github.com/medusajs/medusa/commit/5fdccf5e3256b5e515c3d9a8ba9eaf60b2ce7ad3) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin-ui): Check for undefined categories

- [#3897](https://github.com/medusajs/medusa/pull/3897) [`0be681657`](https://github.com/medusajs/medusa/commit/0be6816578f5cac6f22ddea267fc4c066727b0ae) Thanks [@olivermrbl](https://github.com/olivermrbl)! - feat(admin-ui): Add Sales Channel filter

- [#3883](https://github.com/medusajs/medusa/pull/3883) [`966ddd2f1`](https://github.com/medusajs/medusa/commit/966ddd2f1648d5d3c1c68094f488f307e3186d92) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(inventory): Minor fixes to upserting inventory items

- Updated dependencies []:
- [email protected]

## 1.8.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@medusajs/admin-ui",
"author": "Kasper Kristensen <[email protected]>",
"license": "MIT",
"version": "1.8.2",
"version": "1.8.3",
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa.git",
Expand Down Expand Up @@ -49,7 +49,7 @@
"copy-to-clipboard": "^3.3.1",
"emoji-picker-react": "^4.4.3",
"framer-motion": "^9.1.6",
"medusa-react": "5.0.2",
"medusa-react": "6.0.0",
"moment": "^2.29.4",
"pluralize": "^8.0.0",
"postcss": "^8.4.21",
Expand Down Expand Up @@ -79,8 +79,8 @@
"vite": "^4.1.4"
},
"devDependencies": {
"@medusajs/medusa": "1.8.2",
"@medusajs/types": "1.8.2",
"@medusajs/medusa": "1.9.0",
"@medusajs/types": "1.8.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
Expand Down
14 changes: 14 additions & 0 deletions packages/admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @medusajs/admin

## 3.0.0

### Patch Changes

- [#3886](https://github.com/medusajs/medusa/pull/3886) [`5fdccf5e3`](https://github.com/medusajs/medusa/commit/5fdccf5e3256b5e515c3d9a8ba9eaf60b2ce7ad3) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin-ui): Check for undefined categories

- [#3897](https://github.com/medusajs/medusa/pull/3897) [`0be681657`](https://github.com/medusajs/medusa/commit/0be6816578f5cac6f22ddea267fc4c066727b0ae) Thanks [@olivermrbl](https://github.com/olivermrbl)! - feat(admin-ui): Add Sales Channel filter

- [#3883](https://github.com/medusajs/medusa/pull/3883) [`966ddd2f1`](https://github.com/medusajs/medusa/commit/966ddd2f1648d5d3c1c68094f488f307e3186d92) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(inventory): Minor fixes to upserting inventory items

- Updated dependencies [[`440f900af`](https://github.com/medusajs/medusa/commit/440f900af03dd0af29c9b16f01576d3eff45cd04), [`366b12fce`](https://github.com/medusajs/medusa/commit/366b12fcea679551c55baaeeaaf41bbddf04b972), [`ba45a316a`](https://github.com/medusajs/medusa/commit/ba45a316a7638cc003599900d0088e5a5aeb51c8), [`7e213f210`](https://github.com/medusajs/medusa/commit/7e213f2106ed76449fbdfa6eda5594b59522443a), [`d2826872f`](https://github.com/medusajs/medusa/commit/d2826872fe487a027b677aeb43704f761a6b4e80), [`88a224e42`](https://github.com/medusajs/medusa/commit/88a224e42a490fd7fae29677c463740b89ad9b27), [`0d0e9bf20`](https://github.com/medusajs/medusa/commit/0d0e9bf2069718ac54684efbe4d449942bb2ef32), [`2be144ff0`](https://github.com/medusajs/medusa/commit/2be144ff05e852a3541a9a972942cfc15ef3bd38), [`935abeae6`](https://github.com/medusajs/medusa/commit/935abeae68012a93d820789c743941c3c1a1b802), [`d302db239`](https://github.com/medusajs/medusa/commit/d302db23975227527e5632110d67c2ac299317b3), [`3a77e8a88`](https://github.com/medusajs/medusa/commit/3a77e8a88fd327aca579bcd09d767d9315a04d7f), [`5fdccf5e3`](https://github.com/medusajs/medusa/commit/5fdccf5e3256b5e515c3d9a8ba9eaf60b2ce7ad3), [`0be681657`](https://github.com/medusajs/medusa/commit/0be6816578f5cac6f22ddea267fc4c066727b0ae), [`af710f1b4`](https://github.com/medusajs/medusa/commit/af710f1b48a4545a5064029a557013af34c4c100), [`491566df6`](https://github.com/medusajs/medusa/commit/491566df6b7ced35f655f810961422945e10ecd0), [`966ddd2f1`](https://github.com/medusajs/medusa/commit/966ddd2f1648d5d3c1c68094f488f307e3186d92), [`3b3236cc0`](https://github.com/medusajs/medusa/commit/3b3236cc01fc8b7448c1bdbad066a19c2c3de2c3), [`4a8562743`](https://github.com/medusajs/medusa/commit/4a8562743569f5bbb7bd0894b025a74725726529)]:
- @medusajs/medusa@1.9.0
- @medusajs/admin-ui@1.8.3

## 2.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/admin",
"version": "2.0.2",
"version": "3.0.0",
"bin": {
"medusa-admin": "./bin/medusa-admin.js"
},
Expand All @@ -26,7 +26,7 @@
"directory": "packages/admin"
},
"dependencies": {
"@medusajs/admin-ui": "1.8.2",
"@medusajs/admin-ui": "1.8.3",
"commander": "^10.0.0",
"dotenv": "^16.0.3",
"express": "^4.17.1",
Expand All @@ -37,7 +37,7 @@
"ts-dedent": "^2.2.0"
},
"peerDependencies": {
"@medusajs/medusa": "1.8.2"
"@medusajs/medusa": "1.9.0"
},
"devDependencies": {
"@types/express": "^4.17.13",
Expand Down
7 changes: 7 additions & 0 deletions packages/cache-inmemory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @medusajs/cache-inmemory

## 1.8.3

### Patch Changes

- Updated dependencies []:
- @medusajs/modules-sdk@1.8.3

## 1.8.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cache-inmemory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/cache-inmemory",
"version": "1.8.2",
"version": "1.8.3",
"description": "In-memory Cache Module for Medusa",
"main": "dist/index.js",
"repository": {
Expand All @@ -17,7 +17,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "1.8.2",
"@medusajs/types": "1.8.3",
"cross-env": "^5.2.1",
"jest": "^25.5.4",
"ts-jest": "^25.5.1",
Expand All @@ -30,6 +30,6 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@medusajs/modules-sdk": "1.8.2"
"@medusajs/modules-sdk": "1.8.3"
}
}
7 changes: 7 additions & 0 deletions packages/cache-redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @medusajs/cache-redis

## 1.8.3

### Patch Changes

- Updated dependencies []:
- @medusajs/modules-sdk@1.8.3

## 1.8.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cache-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/cache-redis",
"version": "1.8.2",
"version": "1.8.3",
"description": "Redis Cache Module for Medusa",
"main": "dist/index.js",
"repository": {
Expand All @@ -17,7 +17,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "1.8.2",
"@medusajs/types": "1.8.3",
"cross-env": "^5.2.1",
"jest": "^25.5.4",
"ts-jest": "^25.5.1",
Expand All @@ -30,7 +30,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@medusajs/modules-sdk": "1.8.2",
"@medusajs/modules-sdk": "1.8.3",
"awilix": "^8.0.0",
"ioredis": "^5.3.1"
}
Expand Down
12 changes: 12 additions & 0 deletions packages/event-bus-local/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @medusajs/event-bus-local

## 1.9.0

### Minor Changes

- [#3835](https://github.com/medusajs/medusa/pull/3835) [`af710f1b4`](https://github.com/medusajs/medusa/commit/af710f1b48a4545a5064029a557013af34c4c100) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): Bulk create variant and pass transaction to the inventory service context methods

### Patch Changes

- Updated dependencies [[`af710f1b4`](https://github.com/medusajs/medusa/commit/af710f1b48a4545a5064029a557013af34c4c100), [`491566df6`](https://github.com/medusajs/medusa/commit/491566df6b7ced35f655f810961422945e10ecd0)]:
- @medusajs/utils@1.8.2
- @medusajs/modules-sdk@1.8.3

## 1.8.2

### Patch Changes
Expand Down
Loading

0 comments on commit b41b630

Please sign in to comment.