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 Sep 21, 2023
1 parent 202049f commit e7c7a8b
Show file tree
Hide file tree
Showing 13 changed files with 51 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/lemon-spies-double.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/polite-kangaroos-rhyme.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.19",
"@medusajs/medusa-oas-cli": "0.2.20",
"cross-env": "^7.0.3",
"execa": "^5.1.1",
"jest": "^27.4.7",
Expand Down
10 changes: 10 additions & 0 deletions packages/medusa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 1.16.2

### Patch Changes

- [#5081](https://github.com/medusajs/medusa/pull/5081) [`202049f8a`](https://github.com/medusajs/medusa/commit/202049f8aa3682df7e545b1c42ab0bdab1c52639) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa, workflows): Create product workflow with Isolated modules + module registration

- Updated dependencies [[`cc4169a94`](https://github.com/medusajs/medusa/commit/cc4169a94c7c5f5bf4d04f7b6e815b409a0a8192), [`202049f8a`](https://github.com/medusajs/medusa/commit/202049f8aa3682df7e545b1c42ab0bdab1c52639)]:
- @medusajs/utils@1.10.2
- @medusajs/workflows@0.2.3

## 1.16.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/medusa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "1.16.1",
"version": "1.16.2",
"description": "Building blocks for digital commerce",
"main": "dist/index.js",
"bin": "./cli.js",
Expand Down Expand Up @@ -50,8 +50,8 @@
"@medusajs/medusa-cli": "^1.3.21",
"@medusajs/modules-sdk": "^1.11.2",
"@medusajs/orchestration": "^0.4.0",
"@medusajs/utils": "^1.10.1",
"@medusajs/workflows": "^0.2.2",
"@medusajs/utils": "^1.10.2",
"@medusajs/workflows": "^0.2.3",
"awilix": "^8.0.0",
"body-parser": "^1.19.0",
"boxen": "^5.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/oas/medusa-oas-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @medusajs/oas-cli

## 0.2.20

### Patch Changes

- Updated dependencies [[`cc4169a94`](https://github.com/medusajs/medusa/commit/cc4169a94c7c5f5bf4d04f7b6e815b409a0a8192), [`202049f8a`](https://github.com/medusajs/medusa/commit/202049f8aa3682df7e545b1c42ab0bdab1c52639)]:
- @medusajs/utils@1.10.2
- @medusajs/medusa@1.16.2

## 0.2.19

### 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.19",
"version": "0.2.20",
"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.16.0",
"@medusajs/medusa": "^1.16.2",
"@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.20

### Patch Changes

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

## 1.0.19

### 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.19",
"version": "1.0.20",
"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.19",
"@medusajs/medusa-oas-cli": "0.2.20",
"execa": "^5.1.1"
}
}
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @medusajs/utils

## 1.10.2

### Patch Changes

- [#5161](https://github.com/medusajs/medusa/pull/5161) [`cc4169a94`](https://github.com/medusajs/medusa/commit/cc4169a94c7c5f5bf4d04f7b6e815b409a0a8192) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(utils): Provide an utils that allows to convert an array of fields to a complete remote query object

## 1.10.1

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

## 0.2.3

### Patch Changes

- [#5081](https://github.com/medusajs/medusa/pull/5081) [`202049f8a`](https://github.com/medusajs/medusa/commit/202049f8aa3682df7e545b1c42ab0bdab1c52639) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa, workflows): Create product workflow with Isolated modules + module registration

- Updated dependencies [[`cc4169a94`](https://github.com/medusajs/medusa/commit/cc4169a94c7c5f5bf4d04f7b6e815b409a0a8192)]:
- @medusajs/utils@1.10.2

## 0.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/workflows/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/workflows",
"version": "0.2.2",
"version": "0.2.3",
"description": "Set of workflows for Medusa",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@medusajs/modules-sdk": "^1.11.0",
"@medusajs/orchestration": "^0.4.0",
"@medusajs/utils": "^1.10.1",
"@medusajs/utils": "^1.10.2",
"awilix": "^8.0.1",
"ulid": "^2.3.0"
},
Expand Down

0 comments on commit e7c7a8b

Please sign in to comment.