Skip to content

Commit

Permalink
chore(release): v1.8.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
olivermrbl committed Mar 29, 2023
1 parent 693015f commit 15a43c1
Show file tree
Hide file tree
Showing 46 changed files with 244 additions and 100 deletions.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"eight-wasps-buy",
"eight-wasps-juggle",
"eleven-cycles-mate",
"empty-comics-call",
"empty-melons-eat",
"fair-hats-hammer",
"fair-melons-run",
Expand All @@ -96,10 +97,13 @@
"mean-ligers-fry",
"mighty-ads-fold",
"neat-days-brush",
"neat-frogs-collect",
"neat-lamps-repeat",
"new-cherries-knock",
"new-pans-explain",
"nice-dryers-search",
"nine-planes-kneel",
"ninety-crews-develop",
"odd-bikes-dance",
"old-planes-cross",
"olive-days-jog",
Expand Down
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.0-rc.1",
"@medusajs/event-bus-local": "1.8.0-rc.2",
"@medusajs/medusa": "1.8.0-rc.2",
"@medusajs/cache-inmemory": "1.8.0-rc.2",
"@medusajs/event-bus-local": "1.8.0-rc.3",
"@medusajs/medusa": "1.8.0-rc.3",
"faker": "^5.5.3",
"medusa-interfaces": "1.3.7-rc.0",
"typeorm": "^0.3.11"
Expand Down
6 changes: 3 additions & 3 deletions integration-tests/plugins/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.0-rc.1",
"@medusajs/event-bus-local": "1.8.0-rc.2",
"@medusajs/medusa": "1.8.0-rc.2",
"@medusajs/cache-inmemory": "1.8.0-rc.2",
"@medusajs/event-bus-local": "1.8.0-rc.3",
"@medusajs/medusa": "1.8.0-rc.3",
"faker": "^5.5.3",
"medusa-fulfillment-webshipper": "1.3.8-rc.1",
"medusa-interfaces": "1.3.7-rc.0",
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": "jest --silent=false --runInBand --bail --detectOpenHandles --forceExit"
},
"dependencies": {
"@medusajs/medusa": "1.8.0-rc.2",
"@medusajs/medusa": "1.8.0-rc.3",
"medusa-interfaces": "1.3.7-rc.0",
"typeorm": "^0.3.11"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/admin-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @medusajs/admin-ui

## 0.0.1-rc.3

### Patch Changes

- Updated dependencies []:
- [email protected]

## 0.0.1-rc.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "0.0.1-rc.2",
"version": "0.0.1-rc.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.0-rc.2",
"medusa-react": "5.0.0-rc.3",
"moment": "^2.29.4",
"pluralize": "^8.0.0",
"postcss": "^8.4.21",
Expand Down Expand Up @@ -79,7 +79,7 @@
"vite": "^4.1.4"
},
"devDependencies": {
"@medusajs/medusa": "1.8.0-rc.2",
"@medusajs/medusa": "1.8.0-rc.3",
"@medusajs/types": "0.0.2-rc.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @medusajs/admin

## 1.0.0-rc.3

### Patch Changes

- Updated dependencies [[`0695ff642`](https://github.com/medusajs/medusa/commit/0695ff642b5836e7c28d40118aafe7a769023d5a), [`693015fde`](https://github.com/medusajs/medusa/commit/693015fde3218d67fb9c07eebeaea9950bf3f1f1)]:
- @medusajs/medusa@1.8.0-rc.3
- @medusajs/admin-ui@0.0.1-rc.3

## 1.0.0-rc.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": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"bin": {
"medusa-admin": "./bin/medusa-admin.js"
},
Expand All @@ -26,7 +26,7 @@
"directory": "packages/admin"
},
"dependencies": {
"@medusajs/admin-ui": "0.0.1-rc.2",
"@medusajs/admin-ui": "0.0.1-rc.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.0-rc.2"
"@medusajs/medusa": "1.8.0-rc.3"
},
"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.0-rc.2

### Patch Changes

- Updated dependencies [[`55e94d0b4`](https://github.com/medusajs/medusa/commit/55e94d0b45776776639d3970d4264b8f5c5385dd)]:
- @medusajs/modules-sdk@0.1.0-rc.3

## 1.8.0-rc.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.0-rc.1",
"version": "1.8.0-rc.2",
"description": "In-memory Cache Module for Medusa",
"main": "dist/index.js",
"repository": {
Expand Down Expand Up @@ -31,6 +31,6 @@
"test:unit": "jest --passWithNoTests"
},
"dependencies": {
"@medusajs/modules-sdk": "0.1.0-rc.2"
"@medusajs/modules-sdk": "0.1.0-rc.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.0-rc.2

### Patch Changes

- Updated dependencies [[`55e94d0b4`](https://github.com/medusajs/medusa/commit/55e94d0b45776776639d3970d4264b8f5c5385dd)]:
- @medusajs/modules-sdk@0.1.0-rc.3

## 1.8.0-rc.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.0-rc.1",
"version": "1.8.0-rc.2",
"description": "Redis Cache Module for Medusa",
"main": "dist/index.js",
"repository": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"test:unit": "jest --passWithNoTests"
},
"dependencies": {
"@medusajs/modules-sdk": "0.1.0-rc.2",
"@medusajs/modules-sdk": "0.1.0-rc.3",
"awilix": "^8.0.0",
"ioredis": "^5.3.1"
}
Expand Down
7 changes: 7 additions & 0 deletions packages/event-bus-local/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @medusajs/event-bus-local

## 1.8.0-rc.3

### Patch Changes

- Updated dependencies [[`55e94d0b4`](https://github.com/medusajs/medusa/commit/55e94d0b45776776639d3970d4264b8f5c5385dd)]:
- @medusajs/modules-sdk@0.1.0-rc.3

## 1.8.0-rc.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/event-bus-local/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/event-bus-local",
"version": "1.8.0-rc.2",
"version": "1.8.0-rc.3",
"description": "Local Event Bus Module for Medusa",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"test:unit": "jest --passWithNoTests"
},
"dependencies": {
"@medusajs/modules-sdk": "0.1.0-rc.2",
"@medusajs/modules-sdk": "0.1.0-rc.3",
"@medusajs/utils": "0.0.2-rc.1"
}
}
7 changes: 7 additions & 0 deletions packages/event-bus-redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @medusajs/event-bus-redis

## 1.8.0-rc.3

### Patch Changes

- Updated dependencies [[`55e94d0b4`](https://github.com/medusajs/medusa/commit/55e94d0b45776776639d3970d4264b8f5c5385dd)]:
- @medusajs/modules-sdk@0.1.0-rc.3

## 1.8.0-rc.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/event-bus-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/event-bus-redis",
"version": "1.8.0-rc.2",
"version": "1.8.0-rc.3",
"description": "Redis Event Bus Module for Medusa",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"test:unit": "jest --passWithNoTests"
},
"dependencies": {
"@medusajs/modules-sdk": "0.1.0-rc.2",
"@medusajs/modules-sdk": "0.1.0-rc.3",
"@medusajs/utils": "0.0.2-rc.1",
"awilix": "^8.0.0",
"bullmq": "^3.5.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/generated/client-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"url": "https://github.com/medusajs/medusa/issues"
},
"devDependencies": {
"@medusajs/medusa-oas-cli": "0.2.0-rc.2",
"@medusajs/medusa-oas-cli": "0.2.0-rc.3",
"cross-env": "^7.0.3",
"execa": "^5.1.1",
"jest": "^27.4.7",
Expand Down
9 changes: 8 additions & 1 deletion packages/inventory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @medusajs/inventory

## 1.8.0-rc.3

### Patch Changes

- Updated dependencies [[`55e94d0b4`](https://github.com/medusajs/medusa/commit/55e94d0b45776776639d3970d4264b8f5c5385dd)]:
- @medusajs/modules-sdk@0.1.0-rc.3

## 1.8.0-rc.2

### Patch Changes
Expand Down Expand Up @@ -148,4 +155,4 @@

- Updated dependencies [[`9dbccd9ca`](https://github.com/medusajs/medusa/commit/9dbccd9ca78b8b66f9a21947bb863622e7ff326b), [`542daeead`](https://github.com/medusajs/medusa/commit/542daeeadd78d939f5144c690e8907374da6d085), [`8c08d0031`](https://github.com/medusajs/medusa/commit/8c08d003198b94c00f8428a51c0e79d2ca9d1dc7), [`017538883`](https://github.com/medusajs/medusa/commit/017538883588792e1ff37abcab0fd2872c9af932), [`b2839e2e4`](https://github.com/medusajs/medusa/commit/b2839e2e4dc0d9344fa2ac8d4d16b796def4c56d), [`76d175231`](https://github.com/medusajs/medusa/commit/76d17523105d3860028a90a45b6038a64040e5ce), [`9e3beaf53`](https://github.com/medusajs/medusa/commit/9e3beaf5319dc785cf84b856cfcc8193df90c3a4), [`7d4b8b9cc`](https://github.com/medusajs/medusa/commit/7d4b8b9cc59672d01cdf0c6f331bc3d1eeec9bee), [`aab163bab`](https://github.com/medusajs/medusa/commit/aab163babb91759a05b852d34c299cdfac96d800), [`a0c4cfe0f`](https://github.com/medusajs/medusa/commit/a0c4cfe0f74cf30c45956c32c2fb22bf833bea68), [`27a29ef24`](https://github.com/medusajs/medusa/commit/27a29ef24e5ea1ba2bc0be8ecb7dd747d4c7c65b), [`aef842123`](https://github.com/medusajs/medusa/commit/aef8421235d8fff68d7d4f8b73f77484073311a5), [`1dc79590b`](https://github.com/medusajs/medusa/commit/1dc79590b3539af09dbc8fbf931d9b5ee225fb0d), [`9c4647383`](https://github.com/medusajs/medusa/commit/9c4647383ebf0a183ccc566636bcf7af06409060), [`a0c4cfe0f`](https://github.com/medusajs/medusa/commit/a0c4cfe0f74cf30c45956c32c2fb22bf833bea68), [`b80124d32`](https://github.com/medusajs/medusa/commit/b80124d32d950790c2a01b49e8c34d562b1d57f4), [`cb1ec0076`](https://github.com/medusajs/medusa/commit/cb1ec0076b4fd932c686d6027e8b060ceded3a64), [`142c8aa70`](https://github.com/medusajs/medusa/commit/142c8aa70f583d9b11a6add2b8f988e9ba4cf979), [`1547dd814`](https://github.com/medusajs/medusa/commit/1547dd8143889fc30045fc3d0241de8e69acb76e), [`d2c692aa9`](https://github.com/medusajs/medusa/commit/d2c692aa96ea89c053f9a694a9ae6dba77e89b14), [`150696de9`](https://github.com/medusajs/medusa/commit/150696de99fc852c5d72a746f168b6f62b2086ed), [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2), [`b3e4be720`](https://github.com/medusajs/medusa/commit/b3e4be72087d0b528c3cce322edf9325b855c8ae)]:
- @medusajs/medusa@1.7.4
- [email protected]
- [email protected]
4 changes: 2 additions & 2 deletions packages/inventory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/inventory",
"version": "1.8.0-rc.2",
"version": "1.8.0-rc.3",
"description": "Inventory Module for Medusa",
"main": "dist/index.js",
"repository": {
Expand All @@ -24,7 +24,7 @@
"typescript": "^4.4.4"
},
"dependencies": {
"@medusajs/modules-sdk": "0.1.0-rc.2",
"@medusajs/modules-sdk": "0.1.0-rc.3",
"@medusajs/utils": "0.0.2-rc.1",
"awilix": "^8.0.0",
"typeorm": "^0.3.11"
Expand Down
6 changes: 6 additions & 0 deletions packages/medusa-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.3.9-rc.1

### Patch Changes

- [#3603](https://github.com/medusajs/medusa/pull/3603) [`cd54c7dca`](https://github.com/medusajs/medusa/commit/cd54c7dca9f7444dd2bfa91b4e3e3359dc6658cf) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(medusa-cli): Add direct dependency of `semver`

## 1.3.9-rc.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/medusa-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa-cli",
"version": "1.3.9-rc.0",
"version": "1.3.9-rc.1",
"description": "Command Line interface for Medusa Commerce",
"main": "dist/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/medusa-fulfillment-webshipper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.7.5",
"@babel/runtime": "^7.9.6",
"@medusajs/medusa": "1.8.0-rc.2",
"@medusajs/medusa": "1.8.0-rc.3",
"client-sessions": "^0.8.0",
"cross-env": "^5.2.1",
"jest": "^25.5.4",
Expand Down
7 changes: 7 additions & 0 deletions packages/medusa-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.0.0-rc.3

### Patch Changes

- Updated dependencies [[`0695ff642`](https://github.com/medusajs/medusa/commit/0695ff642b5836e7c28d40118aafe7a769023d5a), [`693015fde`](https://github.com/medusajs/medusa/commit/693015fde3218d67fb9c07eebeaea9950bf3f1f1)]:
- @medusajs/medusa@1.8.0-rc.3

## 2.0.0-rc.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/medusa-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa-js",
"version": "2.0.0-rc.2",
"version": "2.0.0-rc.3",
"description": "Client for Medusa Commerce Rest API",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -32,7 +32,7 @@
"uuid": "^9.0.0"
},
"peerDependencies": {
"@medusajs/medusa": "1.8.0-rc.2"
"@medusajs/medusa": "1.8.0-rc.3"
},
"repository": {
"type": "git",
Expand All @@ -43,7 +43,7 @@
"url": "https://github.com/medusajs/medusa/issues"
},
"devDependencies": {
"@medusajs/medusa": "1.8.0-rc.2",
"@medusajs/medusa": "1.8.0-rc.3",
"@types/uuid": "^9.0.0",
"cross-env": "^7.0.3",
"jest": "^27.4.7",
Expand Down
7 changes: 7 additions & 0 deletions packages/medusa-payment-paypal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.0.0-rc.3

### Patch Changes

- Updated dependencies [[`0695ff642`](https://github.com/medusajs/medusa/commit/0695ff642b5836e7c28d40118aafe7a769023d5a), [`693015fde`](https://github.com/medusajs/medusa/commit/693015fde3218d67fb9c07eebeaea9950bf3f1f1)]:
- @medusajs/medusa@1.8.0-rc.3

## 1.3.0-rc.2

### Patch Changes
Expand Down
Loading

0 comments on commit 15a43c1

Please sign in to comment.