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 May 10, 2024
1 parent 45e2228 commit 92172c0
Show file tree
Hide file tree
Showing 57 changed files with 304 additions and 197 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-badgers-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-timers-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-zebras-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-fireants-share.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/healthy-shirts-lick.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/honest-zoos-play.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/large-dots-beg.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/moody-days-drive.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nine-brooms-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-candles-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-tigers-mate.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/quick-beans-share.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/real-rabbits-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-apples-serve.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shiny-pianos-hammer.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/silver-lemons-fly.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slimy-cobras-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-elephants-switch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/strong-rabbits-exercise.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/wise-zebras-shave.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/witty-waves-wink.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cli/create-medusa-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.2.9

### Patch Changes

- [#7253](https://github.com/medusajs/medusa/pull/7253) [`e7a35283678474b93364dac44da125bbf973aea0`](https://github.com/medusajs/medusa/commit/e7a35283678474b93364dac44da125bbf973aea0) Thanks [@shahednasser](https://github.com/shahednasser)! - fix(create-medusa-app): don't open browser to admin if v2 option is passed

## 1.2.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/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.8",
"version": "1.2.9",
"description": "Create a Medusa project using a single command.",
"type": "module",
"exports": "./dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/medusa-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 1.3.23

### Patch Changes

- [#7211](https://github.com/medusajs/medusa/pull/7211) [`5bc780a64626a89f42a46723a7bc84a41ca3d953`](https://github.com/medusajs/medusa/commit/5bc780a64626a89f42a46723a7bc84a41ca3d953) Thanks [@shahednasser](https://github.com/shahednasser)! - feat(medusa-cli): added v2 flag

- Updated dependencies [[`0430e63b0bc1b3ed9c13bb6514b22474676e9509`](https://github.com/medusajs/medusa/commit/0430e63b0bc1b3ed9c13bb6514b22474676e9509), [`144e09e852a5be625d1e325b70f9255aa36369a5`](https://github.com/medusajs/medusa/commit/144e09e852a5be625d1e325b70f9255aa36369a5), [`45e2228a07fef92c68e0ac3a209554f7e02b5773`](https://github.com/medusajs/medusa/commit/45e2228a07fef92c68e0ac3a209554f7e02b5773), [`a736e728b8a527119bc9ac331878a030a1e8a2f0`](https://github.com/medusajs/medusa/commit/a736e728b8a527119bc9ac331878a030a1e8a2f0), [`5228b14ca94d3a73e1af519fc0c1b12fcaefd462`](https://github.com/medusajs/medusa/commit/5228b14ca94d3a73e1af519fc0c1b12fcaefd462), [`9d3f49531493b4cf73def5a10a57ff0d432cc6db`](https://github.com/medusajs/medusa/commit/9d3f49531493b4cf73def5a10a57ff0d432cc6db)]:
- @medusajs/utils@1.12.0

## 1.3.22

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/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.22",
"version": "1.3.23",
"description": "Command Line interface for Medusa Commerce",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@medusajs/utils": "^1.11.2",
"@medusajs/utils": "^1.12.0",
"axios": "^0.21.4",
"chalk": "^4.0.0",
"configstore": "5.0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/oas/medusa-oas-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @medusajs/oas-cli

## 0.3.3

### Patch Changes

- [#7245](https://github.com/medusajs/medusa/pull/7245) [`651b953db79c9002c7f502fbbeee44319670ff74`](https://github.com/medusajs/medusa/commit/651b953db79c9002c7f502fbbeee44319670ff74) Thanks [@shahednasser](https://github.com/shahednasser)! - fix(medusa-oas-cli, oas-github-ci): updated paths to docs directories following monorepo reorganization

- Updated dependencies [[`67944dcc92eabca61e433ba6c3a1e8df79637402`](https://github.com/medusajs/medusa/commit/67944dcc92eabca61e433ba6c3a1e8df79637402), [`ea872cbda93cbcb7a6d6a30491c7efc03f7661ed`](https://github.com/medusajs/medusa/commit/ea872cbda93cbcb7a6d6a30491c7efc03f7661ed), [`c71a06c87f1ff5949b601857a7bfdd6962c0c669`](https://github.com/medusajs/medusa/commit/c71a06c87f1ff5949b601857a7bfdd6962c0c669), [`6da2964998c12bd9bcf8536e2c6fc25fab76e84a`](https://github.com/medusajs/medusa/commit/6da2964998c12bd9bcf8536e2c6fc25fab76e84a), [`f1294156505f94bfdcbe8c621f39d1655ed5314d`](https://github.com/medusajs/medusa/commit/f1294156505f94bfdcbe8c621f39d1655ed5314d), [`0430e63b0bc1b3ed9c13bb6514b22474676e9509`](https://github.com/medusajs/medusa/commit/0430e63b0bc1b3ed9c13bb6514b22474676e9509), [`144e09e852a5be625d1e325b70f9255aa36369a5`](https://github.com/medusajs/medusa/commit/144e09e852a5be625d1e325b70f9255aa36369a5), [`45e2228a07fef92c68e0ac3a209554f7e02b5773`](https://github.com/medusajs/medusa/commit/45e2228a07fef92c68e0ac3a209554f7e02b5773), [`a736e728b8a527119bc9ac331878a030a1e8a2f0`](https://github.com/medusajs/medusa/commit/a736e728b8a527119bc9ac331878a030a1e8a2f0), [`c32a31e1394609845a5f202b1684d70fea019dc9`](https://github.com/medusajs/medusa/commit/c32a31e1394609845a5f202b1684d70fea019dc9), [`9a14aeebcfb6b064b16c2bde5dcab23aa9be0152`](https://github.com/medusajs/medusa/commit/9a14aeebcfb6b064b16c2bde5dcab23aa9be0152), [`5443c69794d77a086fbbdc68b9beaca4c8c6334e`](https://github.com/medusajs/medusa/commit/5443c69794d77a086fbbdc68b9beaca4c8c6334e), [`5228b14ca94d3a73e1af519fc0c1b12fcaefd462`](https://github.com/medusajs/medusa/commit/5228b14ca94d3a73e1af519fc0c1b12fcaefd462), [`9d3f49531493b4cf73def5a10a57ff0d432cc6db`](https://github.com/medusajs/medusa/commit/9d3f49531493b4cf73def5a10a57ff0d432cc6db)]:
- @medusajs/medusa@1.20.6
- @medusajs/types@1.12.0
- @medusajs/utils@1.12.0

## 0.3.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/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.3.2",
"version": "0.3.3",
"description": "OAS CLI",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -35,10 +35,10 @@
"medusa-oas": "ts-node src/index.ts"
},
"dependencies": {
"@medusajs/medusa": "^1.20.4",
"@medusajs/medusa": "^1.20.6",
"@medusajs/openapi-typescript-codegen": "^0.2.1",
"@medusajs/types": "^1.11.15",
"@medusajs/utils": "^1.11.8",
"@medusajs/types": "^1.12.0",
"@medusajs/utils": "^1.12.0",
"@readme/json-schema-ref-parser": "^1.2.0",
"@readme/openapi-parser": "^2.4.0",
"@redocly/cli": "^1.7.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/oas/oas-github-ci/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @medusajs/oas-github-ci

## 1.0.28

### Patch Changes

- [#7245](https://github.com/medusajs/medusa/pull/7245) [`651b953db79c9002c7f502fbbeee44319670ff74`](https://github.com/medusajs/medusa/commit/651b953db79c9002c7f502fbbeee44319670ff74) Thanks [@shahednasser](https://github.com/shahednasser)! - fix(medusa-oas-cli, oas-github-ci): updated paths to docs directories following monorepo reorganization

- Updated dependencies [[`651b953db79c9002c7f502fbbeee44319670ff74`](https://github.com/medusajs/medusa/commit/651b953db79c9002c7f502fbbeee44319670ff74)]:
- @medusajs/medusa-oas-cli@0.3.3

## 1.0.27

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/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.27",
"version": "1.0.28",
"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.3.2",
"@medusajs/medusa-oas-cli": "0.3.3",
"execa": "^5.1.1"
}
}
21 changes: 21 additions & 0 deletions packages/core/core-flows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @medusajs/core-flows

## 0.0.10

### Patch Changes

- [#7201](https://github.com/medusajs/medusa/pull/7201) [`f1294156505f94bfdcbe8c621f39d1655ed5314d`](https://github.com/medusajs/medusa/commit/f1294156505f94bfdcbe8c621f39d1655ed5314d) Thanks [@riqwan](https://github.com/riqwan)! - feat(medusa,core-flows,types): added a basic endpoint for complete cart

- [#7248](https://github.com/medusajs/medusa/pull/7248) [`0430e63b0bc1b3ed9c13bb6514b22474676e9509`](https://github.com/medusajs/medusa/commit/0430e63b0bc1b3ed9c13bb6514b22474676e9509) Thanks [@riqwan](https://github.com/riqwan)! - feat(core-flows,typers,utils,medusa): add payment auth step to complete cart workflow

- [#7230](https://github.com/medusajs/medusa/pull/7230) [`520867b074c9b1b77ad78388d6d326058c7d8195`](https://github.com/medusajs/medusa/commit/520867b074c9b1b77ad78388d6d326058c7d8195) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(fulfillment, core-flows): Apply correct address and context + cleanup

- [#7277](https://github.com/medusajs/medusa/pull/7277) [`9a14aeebcfb6b064b16c2bde5dcab23aa9be0152`](https://github.com/medusajs/medusa/commit/9a14aeebcfb6b064b16c2bde5dcab23aa9be0152) Thanks [@riqwan](https://github.com/riqwan)! - feat(core-flows,types,medusa): API to add promotions to campaign

- [#7250](https://github.com/medusajs/medusa/pull/7250) [`5228b14ca94d3a73e1af519fc0c1b12fcaefd462`](https://github.com/medusajs/medusa/commit/5228b14ca94d3a73e1af519fc0c1b12fcaefd462) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Create stock reservation on complete cart flow

- [#7169](https://github.com/medusajs/medusa/pull/7169) [`9d3f49531493b4cf73def5a10a57ff0d432cc6db`](https://github.com/medusajs/medusa/commit/9d3f49531493b4cf73def5a10a57ff0d432cc6db) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Fulfillment - shipping options with context

- Updated dependencies [[`7a351eef09f769e1e28e6f136438fa30f607f34b`](https://github.com/medusajs/medusa/commit/7a351eef09f769e1e28e6f136438fa30f607f34b), [`0430e63b0bc1b3ed9c13bb6514b22474676e9509`](https://github.com/medusajs/medusa/commit/0430e63b0bc1b3ed9c13bb6514b22474676e9509), [`144e09e852a5be625d1e325b70f9255aa36369a5`](https://github.com/medusajs/medusa/commit/144e09e852a5be625d1e325b70f9255aa36369a5), [`45e2228a07fef92c68e0ac3a209554f7e02b5773`](https://github.com/medusajs/medusa/commit/45e2228a07fef92c68e0ac3a209554f7e02b5773), [`a736e728b8a527119bc9ac331878a030a1e8a2f0`](https://github.com/medusajs/medusa/commit/a736e728b8a527119bc9ac331878a030a1e8a2f0), [`39c3f6d92a9f77b8befdde2693bd8a215080f90e`](https://github.com/medusajs/medusa/commit/39c3f6d92a9f77b8befdde2693bd8a215080f90e), [`5228b14ca94d3a73e1af519fc0c1b12fcaefd462`](https://github.com/medusajs/medusa/commit/5228b14ca94d3a73e1af519fc0c1b12fcaefd462), [`9d3f49531493b4cf73def5a10a57ff0d432cc6db`](https://github.com/medusajs/medusa/commit/9d3f49531493b4cf73def5a10a57ff0d432cc6db)]:
- @medusajs/workflows-sdk@0.1.7
- @medusajs/utils@1.12.0
- @medusajs/modules-sdk@1.13.0

## 0.0.9

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/core/core-flows/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/core-flows",
"version": "0.0.9",
"version": "0.0.10",
"description": "Set of workflow definitions for Medusa",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -21,18 +21,18 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "^1.11.16",
"@medusajs/types": "^1.12.0",
"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.11",
"@medusajs/modules-sdk": "^1.13.0",
"@medusajs/orchestration": "^0.5.7",
"@medusajs/utils": "^1.11.9",
"@medusajs/workflows-sdk": "^0.1.6",
"@medusajs/utils": "^1.12.0",
"@medusajs/workflows-sdk": "^0.1.7",
"awilix": "^8.0.1",
"ulid": "^2.3.0"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/core/modules-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @medusajs/modules-sdk

## 1.13.0

### Minor Changes

- [#7282](https://github.com/medusajs/medusa/pull/7282) [`144e09e852a5be625d1e325b70f9255aa36369a5`](https://github.com/medusajs/medusa/commit/144e09e852a5be625d1e325b70f9255aa36369a5) Thanks [@sradevski](https://github.com/sradevski)! - Add basic implementation of a notification module

### Patch Changes

- [#7225](https://github.com/medusajs/medusa/pull/7225) [`39c3f6d92a9f77b8befdde2693bd8a215080f90e`](https://github.com/medusajs/medusa/commit/39c3f6d92a9f77b8befdde2693bd8a215080f90e) Thanks [@fPolic](https://github.com/fPolic)! - Default MedusaApp schema scalar

- Updated dependencies [[`6da2964998c12bd9bcf8536e2c6fc25fab76e84a`](https://github.com/medusajs/medusa/commit/6da2964998c12bd9bcf8536e2c6fc25fab76e84a), [`f1294156505f94bfdcbe8c621f39d1655ed5314d`](https://github.com/medusajs/medusa/commit/f1294156505f94bfdcbe8c621f39d1655ed5314d), [`0430e63b0bc1b3ed9c13bb6514b22474676e9509`](https://github.com/medusajs/medusa/commit/0430e63b0bc1b3ed9c13bb6514b22474676e9509), [`144e09e852a5be625d1e325b70f9255aa36369a5`](https://github.com/medusajs/medusa/commit/144e09e852a5be625d1e325b70f9255aa36369a5), [`45e2228a07fef92c68e0ac3a209554f7e02b5773`](https://github.com/medusajs/medusa/commit/45e2228a07fef92c68e0ac3a209554f7e02b5773), [`a736e728b8a527119bc9ac331878a030a1e8a2f0`](https://github.com/medusajs/medusa/commit/a736e728b8a527119bc9ac331878a030a1e8a2f0), [`c32a31e1394609845a5f202b1684d70fea019dc9`](https://github.com/medusajs/medusa/commit/c32a31e1394609845a5f202b1684d70fea019dc9), [`9a14aeebcfb6b064b16c2bde5dcab23aa9be0152`](https://github.com/medusajs/medusa/commit/9a14aeebcfb6b064b16c2bde5dcab23aa9be0152), [`5228b14ca94d3a73e1af519fc0c1b12fcaefd462`](https://github.com/medusajs/medusa/commit/5228b14ca94d3a73e1af519fc0c1b12fcaefd462), [`9d3f49531493b4cf73def5a10a57ff0d432cc6db`](https://github.com/medusajs/medusa/commit/9d3f49531493b4cf73def5a10a57ff0d432cc6db)]:
- @medusajs/types@1.12.0
- @medusajs/utils@1.12.0

## 1.12.11

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/core/modules-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/modules-sdk",
"version": "1.12.11",
"version": "1.13.0",
"description": "SDK for medusa modules",
"main": "dist/index.js",
"repository": {
Expand Down Expand Up @@ -30,8 +30,8 @@
"@graphql-tools/merge": "^9.0.0",
"@graphql-tools/schema": "^10.0.0",
"@medusajs/orchestration": "^0.5.7",
"@medusajs/types": "^1.11.16",
"@medusajs/utils": "^1.11.9",
"@medusajs/types": "^1.12.0",
"@medusajs/utils": "^1.12.0",
"awilix": "^8.0.0",
"graphql": "^16.6.0",
"knex": "2.4.2",
Expand Down
Loading

0 comments on commit 92172c0

Please sign in to comment.