Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 4, 2023
1 parent 0b4e7ef commit acfef00
Show file tree
Hide file tree
Showing 35 changed files with 178 additions and 86 deletions.
6 changes: 0 additions & 6 deletions .changeset/calm-spiders-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-peas-draw.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/plenty-bugs-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-snails-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-boats-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-apricots-itch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/witty-hats-applaud.md

This file was deleted.

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.20",
"@medusajs/medusa-oas-cli": "0.2.21",
"cross-env": "^7.0.3",
"execa": "^5.1.1",
"jest": "^27.4.7",
Expand Down
12 changes: 12 additions & 0 deletions packages/inventory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @medusajs/inventory

## 1.11.0

### Minor Changes

- [#5242](https://github.com/medusajs/medusa/pull/5242) [`130cbc1f4`](https://github.com/medusajs/medusa/commit/130cbc1f437af211b6d05f80128d90138abcd38d) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Modules exporting schema with entities and fields

### Patch Changes

- Updated dependencies [[`eeceec791`](https://github.com/medusajs/medusa/commit/eeceec791c141996cf7fd06555afb6e738b52840), [`130cbc1f4`](https://github.com/medusajs/medusa/commit/130cbc1f437af211b6d05f80128d90138abcd38d), [`cb569c2df`](https://github.com/medusajs/medusa/commit/cb569c2dfe2d83e1ff72a49f2331450a83b73325)]:
- @medusajs/utils@1.10.3
- @medusajs/modules-sdk@1.12.0

## 1.10.0

### Minor 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.10.0",
"version": "1.11.0",
"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.0",
"@medusajs/types": "^1.11.3",
"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.10.0",
"@medusajs/utils": "^1.10.0",
"@medusajs/modules-sdk": "^1.12.0",
"@medusajs/utils": "^1.10.3",
"awilix": "^8.0.0",
"typeorm": "^0.3.16"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/link-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @medusajs/link-modules

## 0.2.0

### Minor Changes

- [#5242](https://github.com/medusajs/medusa/pull/5242) [`130cbc1f4`](https://github.com/medusajs/medusa/commit/130cbc1f437af211b6d05f80128d90138abcd38d) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Modules exporting schema with entities and fields

### Patch Changes

- Updated dependencies [[`eeceec791`](https://github.com/medusajs/medusa/commit/eeceec791c141996cf7fd06555afb6e738b52840), [`130cbc1f4`](https://github.com/medusajs/medusa/commit/130cbc1f437af211b6d05f80128d90138abcd38d), [`cb569c2df`](https://github.com/medusajs/medusa/commit/cb569c2dfe2d83e1ff72a49f2331450a83b73325), [`c5703a476`](https://github.com/medusajs/medusa/commit/c5703a4765a55da697885438cf3089d923669f21)]:
- @medusajs/utils@1.10.3
- @medusajs/modules-sdk@1.12.0
- @medusajs/types@1.11.3

## 0.1.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/link-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/link-modules",
"version": "0.1.1",
"version": "0.2.0",
"description": "Medusa Default Link Modules Package and Definitions",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -36,9 +36,9 @@
"typescript": "^5.1.6"
},
"dependencies": {
"@medusajs/modules-sdk": "^1.11.0",
"@medusajs/types": "^1.11.1",
"@medusajs/utils": "^1.10.1",
"@medusajs/modules-sdk": "^1.12.0",
"@medusajs/types": "^1.11.3",
"@medusajs/utils": "^1.10.3",
"@mikro-orm/core": "5.7.12",
"@mikro-orm/postgresql": "5.7.12",
"awilix": "^8.0.0"
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.0",
"@medusajs/medusa": "^1.17.1",
"@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.0",
"@medusajs/medusa": "^1.17.1",
"@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.0",
"@medusajs/medusa": "^1.17.1",
"@medusajs/types": "workspace:^",
"cross-env": "^5.2.1",
"jest": "^25.5.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/medusa-plugin-restock-notification/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 7.0.3

### Patch Changes

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

## 7.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/medusa-plugin-restock-notification/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-restock-notification",
"version": "7.0.2",
"version": "7.0.3",
"main": "index.js",
"repository": {
"type": "git",
Expand All @@ -14,7 +14,7 @@
"@babel/core": "^7.7.5",
"@babel/plugin-transform-typescript": "^7.13.0",
"@babel/preset-typescript": "^7.12.7",
"@medusajs/medusa": "^1.14.0",
"@medusajs/medusa": "^1.17.1",
"babel-preset-medusa-package": "^1.1.19",
"cross-env": "^5.2.1",
"jest": "^25.5.4",
Expand Down
15 changes: 15 additions & 0 deletions packages/medusa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 1.17.1

### Patch Changes

- [#5275](https://github.com/medusajs/medusa/pull/5275) [`90e24c593`](https://github.com/medusajs/medusa/commit/90e24c593f66276e8e93734e067f4e8c877f6001) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(medusa): update unit_price for line-items with quantity pricing when merging on create

- [#5242](https://github.com/medusajs/medusa/pull/5242) [`130cbc1f4`](https://github.com/medusajs/medusa/commit/130cbc1f437af211b6d05f80128d90138abcd38d) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Modules exporting schema with entities and fields

- [#5279](https://github.com/medusajs/medusa/pull/5279) [`f9264c479`](https://github.com/medusajs/medusa/commit/f9264c479e2628911bd3d753c99c141f97335fba) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): Accept invite should not require first/last name

- Updated dependencies [[`eeceec791`](https://github.com/medusajs/medusa/commit/eeceec791c141996cf7fd06555afb6e738b52840), [`130cbc1f4`](https://github.com/medusajs/medusa/commit/130cbc1f437af211b6d05f80128d90138abcd38d), [`cb569c2df`](https://github.com/medusajs/medusa/commit/cb569c2dfe2d83e1ff72a49f2331450a83b73325)]:
- @medusajs/utils@1.10.3
- @medusajs/modules-sdk@1.12.0
- @medusajs/link-modules@0.2.0

## 1.17.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/medusa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "1.17.0",
"version": "1.17.1",
"description": "Building blocks for digital commerce",
"main": "dist/index.js",
"bin": "./cli.js",
Expand All @@ -19,7 +19,7 @@
"author": "Sebastian Rindom",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "^1.11.2",
"@medusajs/types": "^1.11.3",
"@types/express": "^4.17.17",
"@types/ioredis": "^4.28.10",
"@types/jsonwebtoken": "^8.5.9",
Expand Down Expand Up @@ -47,11 +47,11 @@
"typeorm": "^0.3.16"
},
"dependencies": {
"@medusajs/link-modules": "^0.1.1",
"@medusajs/link-modules": "^0.2.0",
"@medusajs/medusa-cli": "^1.3.21",
"@medusajs/modules-sdk": "^1.11.3",
"@medusajs/modules-sdk": "^1.12.0",
"@medusajs/orchestration": "^0.4.1",
"@medusajs/utils": "^1.10.2",
"@medusajs/utils": "^1.10.3",
"@medusajs/workflows": "^0.2.3",
"awilix": "^8.0.0",
"body-parser": "^1.19.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/modules-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @medusajs/modules-sdk

## 1.12.0

### Minor Changes

- [#5242](https://github.com/medusajs/medusa/pull/5242) [`130cbc1f4`](https://github.com/medusajs/medusa/commit/130cbc1f437af211b6d05f80128d90138abcd38d) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Modules exporting schema with entities and fields

### Patch Changes

- [#5216](https://github.com/medusajs/medusa/pull/5216) [`eeceec791`](https://github.com/medusajs/medusa/commit/eeceec791c141996cf7fd06555afb6e738b52840) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(utils): Convert remote query object to string array of fields and relations from GQL schema

- Updated dependencies [[`eeceec791`](https://github.com/medusajs/medusa/commit/eeceec791c141996cf7fd06555afb6e738b52840), [`130cbc1f4`](https://github.com/medusajs/medusa/commit/130cbc1f437af211b6d05f80128d90138abcd38d), [`cb569c2df`](https://github.com/medusajs/medusa/commit/cb569c2dfe2d83e1ff72a49f2331450a83b73325), [`c5703a476`](https://github.com/medusajs/medusa/commit/c5703a4765a55da697885438cf3089d923669f21)]:
- @medusajs/utils@1.10.3
- @medusajs/types@1.11.3

## 1.11.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/modules-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/modules-sdk",
"version": "1.11.3",
"version": "1.12.0",
"description": "SDK for medusa modules",
"main": "dist/index.js",
"repository": {
Expand All @@ -27,8 +27,8 @@
"@graphql-tools/merge": "^9.0.0",
"@graphql-tools/schema": "^10.0.0",
"@medusajs/orchestration": "^0.4.1",
"@medusajs/types": "^1.11.2",
"@medusajs/utils": "^1.10.2",
"@medusajs/types": "^1.11.3",
"@medusajs/utils": "^1.10.3",
"awilix": "^8.0.0",
"knex": "2.4.2",
"pg": "^8.11.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/oas/medusa-oas-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @medusajs/oas-cli

## 0.2.21

### Patch Changes

- Updated dependencies [[`eeceec791`](https://github.com/medusajs/medusa/commit/eeceec791c141996cf7fd06555afb6e738b52840), [`90e24c593`](https://github.com/medusajs/medusa/commit/90e24c593f66276e8e93734e067f4e8c877f6001), [`130cbc1f4`](https://github.com/medusajs/medusa/commit/130cbc1f437af211b6d05f80128d90138abcd38d), [`f9264c479`](https://github.com/medusajs/medusa/commit/f9264c479e2628911bd3d753c99c141f97335fba), [`cb569c2df`](https://github.com/medusajs/medusa/commit/cb569c2dfe2d83e1ff72a49f2331450a83b73325), [`c5703a476`](https://github.com/medusajs/medusa/commit/c5703a4765a55da697885438cf3089d923669f21)]:
- @medusajs/utils@1.10.3
- @medusajs/medusa@1.17.1
- @medusajs/types@1.11.3

## 0.2.20

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/oas/medusa-oas-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa-oas-cli",
"version": "0.2.20",
"version": "0.2.21",
"description": "OAS CLI",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"medusa-oas": "ts-node src/index.ts"
},
"dependencies": {
"@medusajs/medusa": "^1.17.0",
"@medusajs/medusa": "^1.17.1",
"@medusajs/openapi-typescript-codegen": "^0.2.1",
"@medusajs/types": "workspace:^",
"@medusajs/utils": "workspace:^",
Expand Down
7 changes: 7 additions & 0 deletions packages/oas/oas-github-ci/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @medusajs/oas-github-ci

## 1.0.21

### Patch Changes

- Updated dependencies []:
- @medusajs/medusa-oas-cli@0.2.21

## 1.0.20

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/oas/oas-github-ci/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/oas-github-ci",
"version": "1.0.20",
"version": "1.0.21",
"description": "OAS Github CI",
"main": "scripts/build-openapi.js",
"files": [
Expand All @@ -21,7 +21,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@medusajs/medusa-oas-cli": "0.2.20",
"@medusajs/medusa-oas-cli": "0.2.21",
"execa": "^5.1.1"
}
}
15 changes: 15 additions & 0 deletions packages/pricing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @medusajs/pricing

## 0.1.0

### Minor Changes

- [#5242](https://github.com/medusajs/medusa/pull/5242) [`130cbc1f4`](https://github.com/medusajs/medusa/commit/130cbc1f437af211b6d05f80128d90138abcd38d) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Modules exporting schema with entities and fields

### Patch Changes

- [#5237](https://github.com/medusajs/medusa/pull/5237) [`c5703a476`](https://github.com/medusajs/medusa/commit/c5703a4765a55da697885438cf3089d923669f21) Thanks [@riqwan](https://github.com/riqwan)! - feat(pricing,types): addPrice and removePricremoveRules APIs

- Updated dependencies [[`eeceec791`](https://github.com/medusajs/medusa/commit/eeceec791c141996cf7fd06555afb6e738b52840), [`130cbc1f4`](https://github.com/medusajs/medusa/commit/130cbc1f437af211b6d05f80128d90138abcd38d), [`cb569c2df`](https://github.com/medusajs/medusa/commit/cb569c2dfe2d83e1ff72a49f2331450a83b73325), [`c5703a476`](https://github.com/medusajs/medusa/commit/c5703a4765a55da697885438cf3089d923669f21)]:
- @medusajs/utils@1.10.3
- @medusajs/modules-sdk@1.12.0
- @medusajs/types@1.11.3

## 0.0.4

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/pricing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/pricing",
"version": "0.0.4",
"version": "0.1.0",
"description": "Medusa Pricing module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -47,9 +47,9 @@
"typescript": "^5.1.6"
},
"dependencies": {
"@medusajs/modules-sdk": "^1.11.3",
"@medusajs/types": "^1.11.2",
"@medusajs/utils": "^1.10.2",
"@medusajs/modules-sdk": "^1.12.0",
"@medusajs/types": "^1.11.3",
"@medusajs/utils": "^1.10.3",
"@mikro-orm/core": "5.7.12",
"@mikro-orm/migrations": "5.7.12",
"@mikro-orm/postgresql": "5.7.12",
Expand Down
Loading

0 comments on commit acfef00

Please sign in to comment.