Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #121

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/big-chefs-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/breezy-suns-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-otters-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-coins-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-seals-teach.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/rich-dragons-roll.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/short-countries-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-hornets-scream.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tough-cups-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-worms-kneel.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/admin-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @medusajs/admin-ui

## 2.1.7

### Patch Changes

- [#5566](https://github.com/medusajs/medusa/pull/5566) [`d7e188722`](https://github.com/medusajs/medusa/commit/d7e1887221467929175e7c69b3064dc7e6c967d8) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): Fixes an issue where using the bulk editor with comma as the decimal separator would convert the input to NaN

- [#5530](https://github.com/medusajs/medusa/pull/5530) [`8e48be58e`](https://github.com/medusajs/medusa/commit/8e48be58efe9bfffd0f3f5af098ef2a4cefc4b2d) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): Fixes an issue where regions were not scrollable in tax settings view, also adds a IntersectionObserver to ensure that we load all regions as the user scrolls. The current implementation was capped at loading 20 regions.

- [#5535](https://github.com/medusajs/medusa/pull/5535) [`f7e982988`](https://github.com/medusajs/medusa/commit/f7e98298815b0ffb4ce1b6d2d2e1f26ca5e01049) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): Fix issue were Price List domain would fetch all products on initial load"

## 2.1.6

### 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": "2.1.6",
"version": "2.1.7",
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa.git",
Expand Down Expand Up @@ -117,8 +117,8 @@
},
"devDependencies": {
"@babel/types": "7.22.5",
"@medusajs/medusa": "^1.17.3",
"@medusajs/types": "^1.11.5",
"@medusajs/medusa": "^1.17.4",
"@medusajs/types": "^1.11.6",
"@types/pluralize": "^0.0.29",
"@types/react": "^18.0.27",
"@types/react-datepicker": "^4.10.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @medusajs/admin

## 7.1.7

### Patch Changes

- [`ca411e54e`](https://github.com/medusajs/medusa/commit/ca411e54eb600e1eef05dbbb378d8e06d9b33ad0) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Add missing changeset

- Updated dependencies [[`d7e188722`](https://github.com/medusajs/medusa/commit/d7e1887221467929175e7c69b3064dc7e6c967d8), [`8e48be58e`](https://github.com/medusajs/medusa/commit/8e48be58efe9bfffd0f3f5af098ef2a4cefc4b2d), [`f7e982988`](https://github.com/medusajs/medusa/commit/f7e98298815b0ffb4ce1b6d2d2e1f26ca5e01049)]:
- @medusajs/[email protected]

## 7.1.6

### 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": "7.1.6",
"version": "7.1.7",
"bin": {
"medusa-admin": "./bin/medusa-admin.js"
},
Expand All @@ -27,7 +27,7 @@
"directory": "packages/admin"
},
"dependencies": {
"@medusajs/admin-ui": "^2.1.6",
"@medusajs/admin-ui": "^2.1.7",
"@rollup/plugin-alias": "5.0.0",
"@rollup/plugin-commonjs": "24.1.0",
"@rollup/plugin-json": "6.0.0",
Expand All @@ -49,7 +49,7 @@
"@medusajs/medusa": "^1.14.0"
},
"devDependencies": {
"@medusajs/medusa": "^1.17.3",
"@medusajs/medusa": "^1.17.4",
"@types/express": "^4.17.13",
"typescript": "^4.9.3"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/cache-inmemory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @medusajs/cache-inmemory

## 1.8.10

### Patch Changes

- [#5511](https://github.com/medusajs/medusa/pull/5511) [`80fe362f3`](https://github.com/medusajs/medusa/commit/80fe362f33cba69e52418b57e2e2d476923fc510) Thanks [@adrien2p](https://github.com/adrien2p)! - Integration tests fixes and ignore ttl 0 on cache modules

- Updated dependencies [[`154c9b43b`](https://github.com/medusajs/medusa/commit/154c9b43bde1fdff562aba9da8a79af2660b29b3)]:
- @medusajs/[email protected]

## 1.8.9

### 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.9",
"version": "1.8.10",
"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.11.5",
"@medusajs/types": "^1.11.6",
"cross-env": "^5.2.1",
"jest": "^29.6.3",
"rimraf": "^5.0.1",
Expand All @@ -31,6 +31,6 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@medusajs/modules-sdk": "^1.12.2"
"@medusajs/modules-sdk": "^1.12.3"
}
}
11 changes: 11 additions & 0 deletions packages/cache-redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @medusajs/cache-redis

## 2.0.0

### Major Changes

- [#5511](https://github.com/medusajs/medusa/pull/5511) [`80fe362f3`](https://github.com/medusajs/medusa/commit/80fe362f33cba69e52418b57e2e2d476923fc510) Thanks [@adrien2p](https://github.com/adrien2p)! - Integration tests fixes and ignore ttl 0 on cache modules

### Patch Changes

- Updated dependencies [[`154c9b43b`](https://github.com/medusajs/medusa/commit/154c9b43bde1fdff562aba9da8a79af2660b29b3)]:
- @medusajs/[email protected]

## 1.8.9

### 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.9",
"version": "2.0.0",
"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.11.5",
"@medusajs/types": "^1.11.6",
"cross-env": "^5.2.1",
"jest": "^29.6.3",
"rimraf": "^5.0.1",
Expand All @@ -31,7 +31,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@medusajs/modules-sdk": "^1.12.2",
"@medusajs/modules-sdk": "^1.12.3",
"awilix": "^8.0.0",
"ioredis": "^5.3.1"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/create-medusa-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.2.5

### Patch Changes

- [#5547](https://github.com/medusajs/medusa/pull/5547) [`09ab1d1be`](https://github.com/medusajs/medusa/commit/09ab1d1be6ec0c50e3fcc828c740265debd2222b) Thanks [@egormkn](https://github.com/egormkn)! - feat(create-medusa-app): print error message for failed database connection

## 1.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-medusa-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-medusa-app",
"version": "1.2.4",
"version": "1.2.5",
"description": "Create a Medusa project using a single command.",
"type": "module",
"exports": "./dist/index.js",
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.23",
"@medusajs/medusa-oas-cli": "0.2.24",
"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.11.3

### Patch Changes

- [#5543](https://github.com/medusajs/medusa/pull/5543) [`f90ba0208`](https://github.com/medusajs/medusa/commit/f90ba02087778d8131aed3a59a6dc9c8ca3c95f4) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(utils): Introduce promiseAll util

- Updated dependencies [[`154c9b43b`](https://github.com/medusajs/medusa/commit/154c9b43bde1fdff562aba9da8a79af2660b29b3)]:
- @medusajs/[email protected]
- @medusajs/[email protected]

## 1.11.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/inventory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/inventory",
"version": "1.11.2",
"version": "1.11.3",
"description": "Inventory Module for Medusa",
"main": "dist/index.js",
"repository": {
Expand All @@ -17,16 +17,16 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "^1.11.5",
"@medusajs/types": "^1.11.6",
"cross-env": "^5.2.1",
"jest": "^29.6.3",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
},
"dependencies": {
"@medusajs/modules-sdk": "^1.12.2",
"@medusajs/utils": "^1.10.4",
"@medusajs/modules-sdk": "^1.12.3",
"@medusajs/utils": "^1.10.5",
"awilix": "^8.0.0",
"typeorm": "^0.3.16"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/medusa-file-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/medusa": "^1.17.3",
"@medusajs/medusa": "^1.17.4",
"@medusajs/types": "workspace:^",
"cross-env": "^5.2.1",
"jest": "^25.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/medusa-file-minio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Edin Skeja",
"license": "MIT",
"devDependencies": {
"@medusajs/medusa": "^1.17.3",
"@medusajs/medusa": "^1.17.4",
"@medusajs/types": "workspace:^",
"cross-env": "^5.2.1",
"jest": "^25.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/medusa-file-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Sebastian Mateos Nicolajsen",
"license": "MIT",
"devDependencies": {
"@medusajs/medusa": "^1.17.3",
"@medusajs/medusa": "^1.17.4",
"@medusajs/types": "workspace:^",
"cross-env": "^5.2.1",
"jest": "^25.5.4",
Expand Down
9 changes: 9 additions & 0 deletions packages/medusa-fulfillment-webshipper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 1.4.1

### Patch Changes

- [#5543](https://github.com/medusajs/medusa/pull/5543) [`f90ba0208`](https://github.com/medusajs/medusa/commit/f90ba02087778d8131aed3a59a6dc9c8ca3c95f4) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(utils): Introduce promiseAll util

- Updated dependencies [[`154c9b43b`](https://github.com/medusajs/medusa/commit/154c9b43bde1fdff562aba9da8a79af2660b29b3)]:
- @medusajs/[email protected]

## 1.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/medusa-fulfillment-webshipper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medusa-fulfillment-webshipper",
"version": "1.4.0",
"version": "1.4.1",
"description": "Webshipper Fulfillment provider for Medusa",
"main": "index.js",
"repository": {
Expand All @@ -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.15.1",
"@medusajs/medusa": "^1.17.4",
"client-sessions": "^0.8.0",
"cross-env": "^5.2.1",
"jest": "^25.5.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/medusa-payment-stripe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 6.0.6

### Patch Changes

- [#5470](https://github.com/medusajs/medusa/pull/5470) [`e4ce2f4e0`](https://github.com/medusajs/medusa/commit/e4ce2f4e07a0c02103c17e16d3a12dbba6053b0e) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(medusa-payment-stripe): Add missing dev/peer dependency on react table

## 6.0.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/medusa-payment-stripe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medusa-payment-stripe",
"version": "6.0.5",
"version": "6.0.6",
"description": "Stripe Payment provider for Medusa Commerce",
"main": "dist/index.js",
"repository": {
Expand All @@ -20,8 +20,8 @@
"watch": "tsc --watch"
},
"devDependencies": {
"@medusajs/admin": "^7.1.3",
"@medusajs/medusa": "^1.17.0",
"@medusajs/admin": "^7.1.7",
"@medusajs/medusa": "^1.17.4",
"@tanstack/react-table": "^8.7.9",
"@types/stripe": "^8.0.417",
"awilix": "^8.0.1",
Expand Down
Loading