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 3, 2024
1 parent c41e90f commit 3cb0d7a
Show file tree
Hide file tree
Showing 27 changed files with 133 additions and 65 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.

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

This file was deleted.

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

This file was deleted.

12 changes: 12 additions & 0 deletions packages/core-flows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @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

- [#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-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
9 changes: 9 additions & 0 deletions packages/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/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
13 changes: 13 additions & 0 deletions packages/medusa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# 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

- 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), [`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
12 changes: 12 additions & 0 deletions packages/modules/fulfillment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @medusajs/fulfillment

## 0.1.3

### Patch Changes

- [#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), [`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/link-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @medusajs/link-modules

## 0.2.12

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

## 0.2.11

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/modules/link-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/link-modules",
"version": "0.2.11",
"version": "0.2.12",
"description": "Medusa Default Link Modules Package and Definitions",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -40,8 +40,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/postgresql": "5.9.7",
"awilix": "^8.0.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/modules/pricing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @medusajs/pricing

## 0.1.13

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

## 0.1.12

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/modules/pricing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/pricing",
"version": "0.1.12",
"version": "0.1.13",
"description": "Medusa Pricing module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -49,8 +49,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
8 changes: 8 additions & 0 deletions packages/modules/promotion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @medusajs/promotion

## 0.0.5

### Patch Changes

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

## 0.0.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/modules/promotion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/promotion",
"version": "0.0.4",
"version": "0.0.5",
"description": "Medusa Promotion module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -49,8 +49,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
8 changes: 8 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @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

- [#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/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/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), [`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/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/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
Loading

0 comments on commit 3cb0d7a

Please sign in to comment.