chore: Version Packages (#4527)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-07-19 18:00:56 +02:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent 2f283996f8
commit 2a181bc564
42 changed files with 139 additions and 109 deletions
+6
View File
@@ -1,5 +1,11 @@
# Change Log
## 1.0.3
### Patch Changes
- [#4543](https://github.com/medusajs/medusa/pull/4543) [`f32588122`](https://github.com/medusajs/medusa/commit/f32588122733a4dca54d06a53d18e14ad8ed021b) Thanks [@shahednasser](https://github.com/shahednasser)! - fix(create-medusa-app): improved error messages
## 1.0.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "create-medusa-app",
"version": "1.0.2",
"version": "1.0.3",
"description": "Create a Medusa project using a single command.",
"type": "module",
"exports": "./dist/index.js",