Skip to content

Commit

Permalink
chore: Version Packages (#4020)
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 May 9, 2023
1 parent aa74ebb commit a8f4305
Show file tree
Hide file tree
Showing 63 changed files with 277 additions and 142 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-cougars-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-ducks-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-poems-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-beans-know.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/itchy-ligers-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-ways-fry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/new-jokes-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-plants-mate.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sour-feet-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-fishes-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-ways-leave.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.4",
"@medusajs/event-bus-local": "1.9.1",
"@medusajs/medusa": "1.10.0",
"@medusajs/cache-inmemory": "1.8.5",
"@medusajs/event-bus-local": "1.9.2",
"@medusajs/medusa": "1.10.1",
"faker": "^5.5.3",
"medusa-interfaces": "1.3.7",
"typeorm": "npm:@medusajs/[email protected]"
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.4",
"@medusajs/event-bus-local": "1.9.1",
"@medusajs/medusa": "1.10.0",
"@medusajs/cache-inmemory": "1.8.5",
"@medusajs/event-bus-local": "1.9.2",
"@medusajs/medusa": "1.10.1",
"faker": "^5.5.3",
"medusa-fulfillment-webshipper": "1.3.9",
"medusa-interfaces": "1.3.7",
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.10.0",
"@medusajs/medusa": "1.10.1",
"medusa-interfaces": "1.3.7",
"typeorm": "npm:@medusajs/[email protected]"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/admin-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @medusajs/admin-ui

## 1.8.5

### Patch Changes

- [#4049](https://github.com/medusajs/medusa/pull/4049) [`aa74ebb18`](https://github.com/medusajs/medusa/commit/aa74ebb181617f7373e61f3e18cf0f614912985a) Thanks [@riqwan](https://github.com/riqwan)! - fix(admin-ui): ensure that sales channel names are always an array

- [#4041](https://github.com/medusajs/medusa/pull/4041) [`353fc94e4`](https://github.com/medusajs/medusa/commit/353fc94e4f4da45262214446281e8951f23709e7) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(admin-ui): toggle manage inventory

- [#4050](https://github.com/medusajs/medusa/pull/4050) [`282953759`](https://github.com/medusajs/medusa/commit/282953759280eeed27615df0342ab00e43b79793) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): Make download path respect **BASE** in UploadModal.

- Updated dependencies []:
- [email protected]

## 1.8.4

### 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.4",
"version": "1.8.5",
"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": "7.0.0",
"medusa-react": "7.0.1",
"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.10.0",
"@medusajs/types": "1.8.4",
"@medusajs/medusa": "1.10.1",
"@medusajs/types": "1.8.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
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

## 4.0.1

### Patch Changes

- Updated dependencies [[`aa74ebb18`](https://github.com/medusajs/medusa/commit/aa74ebb181617f7373e61f3e18cf0f614912985a), [`353fc94e4`](https://github.com/medusajs/medusa/commit/353fc94e4f4da45262214446281e8951f23709e7), [`282953759`](https://github.com/medusajs/medusa/commit/282953759280eeed27615df0342ab00e43b79793), [`3d6bcaaf6`](https://github.com/medusajs/medusa/commit/3d6bcaaf65b3a43dfb251460d73e448870b5105f), [`7fd22ecb4`](https://github.com/medusajs/medusa/commit/7fd22ecb4d5190e92c6750a9fbf2d8534bb9f4ab), [`bd53adb23`](https://github.com/medusajs/medusa/commit/bd53adb238a64640533698fbccb98a39a0346590), [`1ea57c3a6`](https://github.com/medusajs/medusa/commit/1ea57c3a69a5377a8dd0821df819743ded4a222b), [`0c58ead6d`](https://github.com/medusajs/medusa/commit/0c58ead6d869f5605cbd2b8aca129984b7493bcf), [`cff54d732`](https://github.com/medusajs/medusa/commit/cff54d73253a4c2d16a174a28f0f5d31c94bcebd), [`a8e73942e`](https://github.com/medusajs/medusa/commit/a8e73942e69662ca673ccc4300e270ff6ab523d1), [`ff37cd190`](https://github.com/medusajs/medusa/commit/ff37cd190fa455f4ba4f76cfb4d641b1611cc32e)]:
- @medusajs/admin-ui@1.8.5
- @medusajs/medusa@1.10.1

## 4.0.0

### 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": "4.0.0",
"version": "4.0.1",
"bin": {
"medusa-admin": "./bin/medusa-admin.js"
},
Expand All @@ -26,7 +26,7 @@
"directory": "packages/admin"
},
"dependencies": {
"@medusajs/admin-ui": "1.8.4",
"@medusajs/admin-ui": "1.8.5",
"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.10.0"
"@medusajs/medusa": "1.10.1"
},
"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.5

### Patch Changes

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

## 1.8.4

### 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.4",
"version": "1.8.5",
"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.4",
"@medusajs/types": "1.8.5",
"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.4"
"@medusajs/modules-sdk": "1.8.5"
}
}
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.5

### Patch Changes

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

## 1.8.4

### 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.4",
"version": "1.8.5",
"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.4",
"@medusajs/types": "1.8.5",
"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.4",
"@medusajs/modules-sdk": "1.8.5",
"awilix": "^8.0.0",
"ioredis": "^5.3.1"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/event-bus-local/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @medusajs/event-bus-local

## 1.9.2

### Patch Changes

- Updated dependencies [[`1ea57c3a6`](https://github.com/medusajs/medusa/commit/1ea57c3a69a5377a8dd0821df819743ded4a222b)]:
- @medusajs/utils@1.8.4
- @medusajs/modules-sdk@1.8.5

## 1.9.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.9.1",
"version": "1.9.2",
"description": "Local Event Bus Module for Medusa",
"main": "dist/index.js",
"files": [
Expand All @@ -17,7 +17,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "1.8.4",
"@medusajs/types": "1.8.5",
"cross-env": "^5.2.1",
"jest": "^25.5.2",
"ts-jest": "^25.5.1",
Expand All @@ -30,7 +30,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@medusajs/modules-sdk": "1.8.4",
"@medusajs/utils": "1.8.3"
"@medusajs/modules-sdk": "1.8.5",
"@medusajs/utils": "1.8.4"
}
}
8 changes: 8 additions & 0 deletions packages/event-bus-redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @medusajs/event-bus-redis

## 1.8.5

### Patch Changes

- Updated dependencies [[`1ea57c3a6`](https://github.com/medusajs/medusa/commit/1ea57c3a69a5377a8dd0821df819743ded4a222b)]:
- @medusajs/utils@1.8.4
- @medusajs/modules-sdk@1.8.5

## 1.8.4

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.4",
"version": "1.8.5",
"description": "Redis Event Bus Module for Medusa",
"main": "dist/index.js",
"files": [
Expand All @@ -17,7 +17,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "1.8.4",
"@medusajs/types": "1.8.5",
"cross-env": "^5.2.1",
"jest": "^25.5.2",
"medusa-test-utils": "^1.1.40",
Expand All @@ -31,8 +31,8 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@medusajs/modules-sdk": "1.8.4",
"@medusajs/utils": "1.8.3",
"@medusajs/modules-sdk": "1.8.5",
"@medusajs/utils": "1.8.4",
"awilix": "^8.0.0",
"bullmq": "^3.5.6",
"ioredis": "^5.2.5"
Expand Down
6 changes: 6 additions & 0 deletions packages/generated/client-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @medusajs/client-types

## 0.2.1

### Patch Changes

- [#3971](https://github.com/medusajs/medusa/pull/3971) [`7fd22ecb4`](https://github.com/medusajs/medusa/commit/7fd22ecb4d5190e92c6750a9fbf2d8534bb9f4ab) Thanks [@pKorsholm](https://github.com/pKorsholm)! - Feat(client-types, inventory, medusa, types): add `title`, `thumbnail` and `description to inventory item and `description` to reservation item.

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/generated/client-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/client-types",
"version": "0.2.0",
"version": "0.2.1",
"description": "Client types for Medusa Commerce Rest API",
"main": "dist/index.js",
"files": [
Expand All @@ -24,7 +24,7 @@
"url": "https://github.com/medusajs/medusa/issues"
},
"devDependencies": {
"@medusajs/medusa-oas-cli": "0.2.4",
"@medusajs/medusa-oas-cli": "0.2.5",
"cross-env": "^7.0.3",
"execa": "^5.1.1",
"jest": "^27.4.7",
Expand Down
10 changes: 10 additions & 0 deletions packages/inventory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @medusajs/inventory

## 1.8.5

### Patch Changes

- [#3971](https://github.com/medusajs/medusa/pull/3971) [`7fd22ecb4`](https://github.com/medusajs/medusa/commit/7fd22ecb4d5190e92c6750a9fbf2d8534bb9f4ab) Thanks [@pKorsholm](https://github.com/pKorsholm)! - Feat(client-types, inventory, medusa, types): add `title`, `thumbnail` and `description to inventory item and `description` to reservation item.

- Updated dependencies [[`1ea57c3a6`](https://github.com/medusajs/medusa/commit/1ea57c3a69a5377a8dd0821df819743ded4a222b)]:
- @medusajs/utils@1.8.4
- @medusajs/modules-sdk@1.8.5

## 1.8.4

### Patch Changes
Expand Down
Loading

0 comments on commit a8f4305

Please sign in to comment.