Skip to content

Commit

Permalink
chore: Version Packages (medusajs#3942)
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 4, 2023
1 parent 4401104 commit 6b2bcc1
Show file tree
Hide file tree
Showing 64 changed files with 282 additions and 153 deletions.
8 changes: 0 additions & 8 deletions .changeset/calm-eggs-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-turtles-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-moles-lie.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/good-parents-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-carpets-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-seas-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-fans-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-wombats-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-tips-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-steaks-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-cameras-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-owls-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-bananas-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.3",
"@medusajs/event-bus-local": "1.9.0",
"@medusajs/medusa": "1.9.0",
"@medusajs/cache-inmemory": "1.8.4",
"@medusajs/event-bus-local": "1.9.1",
"@medusajs/medusa": "1.10.0",
"faker": "^5.5.3",
"medusa-interfaces": "1.3.7",
"typeorm": "npm:@medusajs/typeorm@0.3.16-next.0"
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.3",
"@medusajs/event-bus-local": "1.9.0",
"@medusajs/medusa": "1.9.0",
"@medusajs/cache-inmemory": "1.8.4",
"@medusajs/event-bus-local": "1.9.1",
"@medusajs/medusa": "1.10.0",
"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.9.0",
"@medusajs/medusa": "1.10.0",
"medusa-interfaces": "1.3.7",
"typeorm": "npm:@medusajs/typeorm@0.3.16-next.0"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/admin-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @medusajs/admin-ui

## 1.8.4

### Patch Changes

- [#3955](https://github.com/medusajs/medusa/pull/3955) [`4c5c4fd9b`](https://github.com/medusajs/medusa/commit/4c5c4fd9b3941ee27e6c8166377fd8e8f1b7ad51) Thanks [@pKorsholm](https://github.com/pKorsholm)! - Feat(admin-ui): add metadata controls for stock locations

- [#3950](https://github.com/medusajs/medusa/pull/3950) [`0c30d05cf`](https://github.com/medusajs/medusa/commit/0c30d05cf3805515086dc589a0332b59b6df045f) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(admin-ui): allocation status for cancelled and archived orders

- [#3999](https://github.com/medusajs/medusa/pull/3999) [`a7adb8fbf`](https://github.com/medusajs/medusa/commit/a7adb8fbf4f6a0708e590848ec6c315ff7eb05cf) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): Pins version of `react-router-dom` as upgrade to 6.11.0 broke navigation in nested routes

- [#3989](https://github.com/medusajs/medusa/pull/3989) [`596566a51`](https://github.com/medusajs/medusa/commit/596566a51061ba868ffd2306658f01030e52316f) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): fixes an issue where navigating to tax settings would append the basename multiple times. Removes `react-helmet` for `react-helmet-async` to get rid off error caused by unsafe sideeffects"

- Updated dependencies []:
- medusa-react@7.0.0

## 1.8.3

### 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 <kasper@medusajs.com>",
"license": "MIT",
"version": "1.8.3",
"version": "1.8.4",
"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": "6.0.0",
"medusa-react": "7.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.9.0",
"@medusajs/types": "1.8.3",
"@medusajs/medusa": "1.10.0",
"@medusajs/types": "1.8.4",
"@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.0

### Patch Changes

- Updated dependencies [[`0e488e71b`](https://github.com/medusajs/medusa/commit/0e488e71b186f7d08b18c4c6ba409ef3cadb8152), [`4c5c4fd9b`](https://github.com/medusajs/medusa/commit/4c5c4fd9b3941ee27e6c8166377fd8e8f1b7ad51), [`538c9874b`](https://github.com/medusajs/medusa/commit/538c9874ba18c1352284089a789d4a90652bc795), [`d539c6fee`](https://github.com/medusajs/medusa/commit/d539c6feeba8ee431f9a655b6cd4e9102cba2b25), [`b7a782639`](https://github.com/medusajs/medusa/commit/b7a7826394ecd621ca80e6d4ce445ea1c26804ac), [`983872319`](https://github.com/medusajs/medusa/commit/98387231927e9872f54c9e72597576f3273de506), [`284f1eed9`](https://github.com/medusajs/medusa/commit/284f1eed9a9fc7272df3fccdb162ea93750999de), [`0c30d05cf`](https://github.com/medusajs/medusa/commit/0c30d05cf3805515086dc589a0332b59b6df045f), [`4e8045a0a`](https://github.com/medusajs/medusa/commit/4e8045a0ac44b1541ee3cd846079f55d3e0dc957), [`d2443d83e`](https://github.com/medusajs/medusa/commit/d2443d83e60fee3c3f28b762d66378c3f07f1b5f), [`a7adb8fbf`](https://github.com/medusajs/medusa/commit/a7adb8fbf4f6a0708e590848ec6c315ff7eb05cf), [`596566a51`](https://github.com/medusajs/medusa/commit/596566a51061ba868ffd2306658f01030e52316f), [`8b93bae8f`](https://github.com/medusajs/medusa/commit/8b93bae8f8ad1f6eb43931a7ba03bfa691475eca)]:
- @medusajs/medusa@1.10.0
- @medusajs/admin-ui@1.8.4

## 3.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": "3.0.0",
"version": "4.0.0",
"bin": {
"medusa-admin": "./bin/medusa-admin.js"
},
Expand All @@ -26,7 +26,7 @@
"directory": "packages/admin"
},
"dependencies": {
"@medusajs/admin-ui": "1.8.3",
"@medusajs/admin-ui": "1.8.4",
"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.9.0"
"@medusajs/medusa": "1.10.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.4

### Patch Changes

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

## 1.8.3

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

### Patch Changes

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

## 1.8.3

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

## 1.9.1

### Patch Changes

- [#4002](https://github.com/medusajs/medusa/pull/4002) [`0e488e71b`](https://github.com/medusajs/medusa/commit/0e488e71b186f7d08b18c4c6ba409ef3cadb8152) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa, event-bus-redis, event-bus-local): Revert retrieveSubscribers as the wildcard prevent us from filtering

- Updated dependencies [[`0e488e71b`](https://github.com/medusajs/medusa/commit/0e488e71b186f7d08b18c4c6ba409ef3cadb8152), [`d539c6fee`](https://github.com/medusajs/medusa/commit/d539c6feeba8ee431f9a655b6cd4e9102cba2b25)]:
- @medusajs/utils@1.8.3
- @medusajs/modules-sdk@1.8.4

## 1.9.0

### Minor 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.0",
"version": "1.9.1",
"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.3",
"@medusajs/types": "1.8.4",
"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.3",
"@medusajs/utils": "1.8.2"
"@medusajs/modules-sdk": "1.8.4",
"@medusajs/utils": "1.8.3"
}
}
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.4

### Patch Changes

- Updated dependencies [[`0e488e71b`](https://github.com/medusajs/medusa/commit/0e488e71b186f7d08b18c4c6ba409ef3cadb8152), [`d539c6fee`](https://github.com/medusajs/medusa/commit/d539c6feeba8ee431f9a655b6cd4e9102cba2b25)]:
- @medusajs/utils@1.8.3
- @medusajs/modules-sdk@1.8.4

## 1.8.3

### 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.3",
"version": "1.8.4",
"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.3",
"@medusajs/types": "1.8.4",
"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.3",
"@medusajs/utils": "1.8.2",
"@medusajs/modules-sdk": "1.8.4",
"@medusajs/utils": "1.8.3",
"awilix": "^8.0.0",
"bullmq": "^3.5.6",
"ioredis": "^5.2.5"
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.3",
"@medusajs/medusa-oas-cli": "0.2.4",
"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.4

### Patch Changes

- [#3981](https://github.com/medusajs/medusa/pull/3981) [`d539c6fee`](https://github.com/medusajs/medusa/commit/d539c6feeba8ee431f9a655b6cd4e9102cba2b25) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Bump Typeorm to Medusa fork

- Updated dependencies [[`0e488e71b`](https://github.com/medusajs/medusa/commit/0e488e71b186f7d08b18c4c6ba409ef3cadb8152), [`d539c6fee`](https://github.com/medusajs/medusa/commit/d539c6feeba8ee431f9a655b6cd4e9102cba2b25)]:
- @medusajs/utils@1.8.3
- @medusajs/modules-sdk@1.8.4

## 1.8.3

### Patch Changes
Expand Down
Loading

0 comments on commit 6b2bcc1

Please sign in to comment.