chore: Version Packages (#4364)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-06-20 11:50:33 +02:00
committed by GitHub
parent 6d5da9166f
commit 8db03619b5
3 changed files with 7 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
---
"create-medusa-app": patch
---
feat(create-medusa-app): support admin onboarding experience

View File

@@ -1,5 +1,11 @@
# Change Log
## 1.0.1
### Patch Changes
- [#4339](https://github.com/medusajs/medusa/pull/4339) [`6d5da9166`](https://github.com/medusajs/medusa/commit/6d5da9166f609017f92c8c4c34c8eeca53699e3d) Thanks [@shahednasser](https://github.com/shahednasser)! - feat(create-medusa-app): support admin onboarding experience
## 1.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "create-medusa-app",
"version": "1.0.0",
"version": "1.0.1",
"description": "Create a Medusa project using a single command.",
"type": "module",
"exports": "./dist/index.js",