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 6, 2024
1 parent be16c7c commit a48b8c2
Show file tree
Hide file tree
Showing 32 changed files with 157 additions and 87 deletions.
5 changes: 0 additions & 5 deletions .changeset/gentle-zebras-poke.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/honest-zoos-play.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.

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.

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

This file was deleted.

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

This file was deleted.

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) [`5bc780a64`](https://github.com/medusajs/medusa/commit/5bc780a64626a89f42a46723a7bc84a41ca3d953) Thanks [@shahednasser](https://github.com/shahednasser)! - feat(medusa-cli): added v2 flag

- Updated dependencies [[`9d3f49531`](https://github.com/medusajs/medusa/commit/9d3f49531493b4cf73def5a10a57ff0d432cc6db)]:
- @medusajs/utils@1.11.10

## 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.11.10",
"axios": "^0.21.4",
"chalk": "^4.0.0",
"configstore": "5.0.1",
Expand Down
14 changes: 14 additions & 0 deletions packages/core/core-flows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @medusajs/core-flows

## 0.0.10

### Patch Changes

- [#7201](https://github.com/medusajs/medusa/pull/7201) [`f12941565`](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

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

- [#7169](https://github.com/medusajs/medusa/pull/7169) [`9d3f49531`](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 [[`7a351eef0`](https://github.com/medusajs/medusa/commit/7a351eef09f769e1e28e6f136438fa30f607f34b), [`9d3f49531`](https://github.com/medusajs/medusa/commit/9d3f49531493b4cf73def5a10a57ff0d432cc6db)]:
- @medusajs/workflows-sdk@0.1.7
- @medusajs/utils@1.11.10

## 0.0.9

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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,7 +21,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "^1.11.16",
"@medusajs/types": "^1.11.17",
"cross-env": "^5.2.1",
"jest": "^29.6.3",
"rimraf": "^5.0.1",
Expand All @@ -31,8 +31,8 @@
"dependencies": {
"@medusajs/modules-sdk": "^1.12.11",
"@medusajs/orchestration": "^0.5.7",
"@medusajs/utils": "^1.11.9",
"@medusajs/workflows-sdk": "^0.1.6",
"@medusajs/utils": "^1.11.10",
"@medusajs/workflows-sdk": "^0.1.7",
"awilix": "^8.0.1",
"ulid": "^2.3.0"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/core/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @medusajs/types

## 1.11.17

### Patch Changes

- [#7201](https://github.com/medusajs/medusa/pull/7201) [`f12941565`](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

- [#7209](https://github.com/medusajs/medusa/pull/7209) [`c32a31e13`](https://github.com/medusajs/medusa/commit/c32a31e1394609845a5f202b1684d70fea019dc9) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Check stock to create reservation and support backorder

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

## 1.11.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/types",
"version": "1.11.16",
"version": "1.11.17",
"description": "Medusa Types definition",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/core/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @medusajs/utils

## 1.11.10

### Patch Changes

- [#7169](https://github.com/medusajs/medusa/pull/7169) [`9d3f49531`](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 [[`f12941565`](https://github.com/medusajs/medusa/commit/f1294156505f94bfdcbe8c621f39d1655ed5314d), [`c32a31e13`](https://github.com/medusajs/medusa/commit/c32a31e1394609845a5f202b1684d70fea019dc9), [`9d3f49531`](https://github.com/medusajs/medusa/commit/9d3f49531493b4cf73def5a10a57ff0d432cc6db)]:
- @medusajs/types@1.11.17

## 1.11.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/utils",
"version": "1.11.9",
"version": "1.11.10",
"description": "Medusa utilities functions shared by Medusa core and Modules",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"typescript": "^5.1.6"
},
"dependencies": {
"@medusajs/types": "^1.11.16",
"@medusajs/types": "^1.11.17",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",
"@mikro-orm/postgresql": "5.9.7",
Expand Down
9 changes: 9 additions & 0 deletions packages/core/workflows-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @medusajs/workflows-sdk

## 0.1.7

### Patch Changes

- [#7183](https://github.com/medusajs/medusa/pull/7183) [`7a351eef0`](https://github.com/medusajs/medusa/commit/7a351eef09f769e1e28e6f136438fa30f607f34b) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(workflows-sdk): Execute workflows as step in other workflows

- Updated dependencies [[`9d3f49531`](https://github.com/medusajs/medusa/commit/9d3f49531493b4cf73def5a10a57ff0d432cc6db)]:
- @medusajs/utils@1.11.10

## 0.1.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/core/workflows-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/workflows-sdk",
"version": "0.1.6",
"version": "0.1.7",
"description": "Set of workflows tooling for Medusa",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "^1.11.16",
"@medusajs/types": "^1.11.17",
"cross-env": "^5.2.1",
"jest": "^29.6.3",
"rimraf": "^5.0.1",
Expand All @@ -31,7 +31,7 @@
"dependencies": {
"@medusajs/modules-sdk": "^1.12.11",
"@medusajs/orchestration": "^0.5.7",
"@medusajs/utils": "^1.11.9",
"@medusajs/utils": "^1.11.10",
"awilix": "^8.0.1",
"ulid": "^2.3.0"
},
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.20.6

### Patch Changes

- [#7201](https://github.com/medusajs/medusa/pull/7201) [`f12941565`](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

- [#7243](https://github.com/medusajs/medusa/pull/7243) [`5443c6979`](https://github.com/medusajs/medusa/commit/5443c69794d77a086fbbdc68b9beaca4c8c6334e) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - feat(link-module): Order Product link

- Updated dependencies [[`7a351eef0`](https://github.com/medusajs/medusa/commit/7a351eef09f769e1e28e6f136438fa30f607f34b), [`f12941565`](https://github.com/medusajs/medusa/commit/f1294156505f94bfdcbe8c621f39d1655ed5314d), [`5bc780a64`](https://github.com/medusajs/medusa/commit/5bc780a64626a89f42a46723a7bc84a41ca3d953), [`520867b07`](https://github.com/medusajs/medusa/commit/520867b074c9b1b77ad78388d6d326058c7d8195), [`5443c6979`](https://github.com/medusajs/medusa/commit/5443c69794d77a086fbbdc68b9beaca4c8c6334e), [`9d3f49531`](https://github.com/medusajs/medusa/commit/9d3f49531493b4cf73def5a10a57ff0d432cc6db)]:
- @medusajs/workflows-sdk@0.1.7
- @medusajs/core-flows@0.0.10
- @medusajs/medusa-cli@1.3.23
- @medusajs/link-modules@0.2.12
- @medusajs/utils@1.11.10

## 1.20.5

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/medusa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "1.20.5",
"version": "1.20.6",
"description": "Building blocks for digital commerce",
"main": "dist/index.js",
"bin": "./cli.js",
Expand All @@ -22,7 +22,7 @@
"author": "Sebastian Rindom",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "^1.11.16",
"@medusajs/types": "^1.11.17",
"@swc/core": "^1.4.8",
"@swc/jest": "^0.2.36",
"@types/express": "^4.17.17",
Expand Down Expand Up @@ -53,13 +53,13 @@
"typeorm": "^0.3.16"
},
"dependencies": {
"@medusajs/core-flows": "^0.0.9",
"@medusajs/link-modules": "^0.2.11",
"@medusajs/medusa-cli": "^1.3.22",
"@medusajs/core-flows": "^0.0.10",
"@medusajs/link-modules": "^0.2.12",
"@medusajs/medusa-cli": "^1.3.23",
"@medusajs/modules-sdk": "^1.12.11",
"@medusajs/orchestration": "^0.5.7",
"@medusajs/utils": "^1.11.9",
"@medusajs/workflows-sdk": "^0.1.6",
"@medusajs/utils": "^1.11.10",
"@medusajs/workflows-sdk": "^0.1.7",
"awilix": "^8.0.0",
"body-parser": "^1.19.0",
"boxen": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/cart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"@medusajs/modules-sdk": "^1.12.11",
"@medusajs/utils": "^1.11.9",
"@medusajs/utils": "^1.11.10",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",
"@mikro-orm/postgresql": "5.9.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/customer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"@medusajs/modules-sdk": "^1.12.11",
"@medusajs/utils": "^1.11.9",
"@medusajs/utils": "^1.11.10",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",
"@mikro-orm/postgresql": "5.9.7",
Expand Down
14 changes: 14 additions & 0 deletions packages/modules/fulfillment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @medusajs/fulfillment

## 0.1.3

### Patch Changes

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

- [#7204](https://github.com/medusajs/medusa/pull/7204) [`25b0ccc60`](https://github.com/medusajs/medusa/commit/25b0ccc60a979f1a0145277d06690a04850b2da7) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(fulfillment): Update shipping options rules

- [#7169](https://github.com/medusajs/medusa/pull/7169) [`9d3f49531`](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 [[`f12941565`](https://github.com/medusajs/medusa/commit/f1294156505f94bfdcbe8c621f39d1655ed5314d), [`c32a31e13`](https://github.com/medusajs/medusa/commit/c32a31e1394609845a5f202b1684d70fea019dc9), [`9d3f49531`](https://github.com/medusajs/medusa/commit/9d3f49531493b4cf73def5a10a57ff0d432cc6db)]:
- @medusajs/types@1.11.17
- @medusajs/utils@1.11.10

## 0.1.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/modules/fulfillment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/fulfillment",
"version": "0.1.2",
"version": "0.1.3",
"description": "Medusa Fulfillment module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -50,8 +50,8 @@
},
"dependencies": {
"@medusajs/modules-sdk": "^1.12.11",
"@medusajs/types": "^1.11.16",
"@medusajs/utils": "^1.11.9",
"@medusajs/types": "^1.11.17",
"@medusajs/utils": "^1.11.10",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",
"@mikro-orm/postgresql": "5.9.7",
Expand Down
10 changes: 10 additions & 0 deletions packages/modules/inventory-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @medusajs/inventory-next

## 0.0.4

### Patch Changes

- [#7209](https://github.com/medusajs/medusa/pull/7209) [`c32a31e13`](https://github.com/medusajs/medusa/commit/c32a31e1394609845a5f202b1684d70fea019dc9) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Check stock to create reservation and support backorder

- Updated dependencies [[`f12941565`](https://github.com/medusajs/medusa/commit/f1294156505f94bfdcbe8c621f39d1655ed5314d), [`c32a31e13`](https://github.com/medusajs/medusa/commit/c32a31e1394609845a5f202b1684d70fea019dc9), [`9d3f49531`](https://github.com/medusajs/medusa/commit/9d3f49531493b4cf73def5a10a57ff0d432cc6db)]:
- @medusajs/types@1.11.17
- @medusajs/utils@1.11.10

## 0.0.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/modules/inventory-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/inventory-next",
"version": "0.0.3",
"version": "0.0.4",
"description": "Inventory Module for Medusa",
"main": "dist/index.js",
"repository": {
Expand All @@ -20,7 +20,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "^1.11.15",
"@medusajs/types": "^1.11.17",
"@mikro-orm/cli": "5.9.7",
"cross-env": "^5.2.1",
"jest": "^29.6.3",
Expand All @@ -33,8 +33,8 @@
},
"dependencies": {
"@medusajs/modules-sdk": "^1.12.10",
"@medusajs/types": "^1.11.15",
"@medusajs/utils": "^1.11.8",
"@medusajs/types": "^1.11.17",
"@medusajs/utils": "^1.11.10",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",
"@mikro-orm/postgresql": "5.9.7",
Expand Down
Loading

0 comments on commit a48b8c2

Please sign in to comment.