chore: Version Packages (#5880)

This commit is contained in:
github-actions[bot]
2024-01-09 18:41:35 +01:00
committed by GitHub
parent 97fd67bdd3
commit 47272bf2b9
81 changed files with 403 additions and 310 deletions
+7
View File
@@ -1,5 +1,12 @@
# Change Log
## 1.2.6
### Patch Changes
- [#5983](https://github.com/medusajs/medusa/pull/5983) [`f86877586`](https://github.com/medusajs/medusa/commit/f86877586147ecedbf7f56a1c57f37ef0c33286c) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(create-medusa-app,medusa-core-utils): Use NodeJS.Timeout instead of NodeJS.Timer as the latter was deprecated in v14.
chore(icons): Update icons to latest version.
## 1.2.5
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "create-medusa-app",
"version": "1.2.5",
"version": "1.2.6",
"description": "Create a Medusa project using a single command.",
"type": "module",
"exports": "./dist/index.js",