chore: Version Packages (#4223)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-06-18 13:14:20 +02:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent b779040acb
commit 5d7877ded6
108 changed files with 460 additions and 288 deletions
@@ -1,5 +1,11 @@
# Change Log
## 7.0.1
### Patch Changes
- [#4276](https://github.com/medusajs/medusa/pull/4276) [`afd1b67f1`](https://github.com/medusajs/medusa/commit/afd1b67f1c7de8cf07fd9fcbdde599a37914e9b5) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Use caret range
## 7.0.0
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-restock-notification",
"version": "7.0.0",
"version": "7.0.1",
"main": "index.js",
"repository": {
"type": "git",
@@ -14,7 +14,7 @@
"@babel/core": "^7.7.5",
"@babel/plugin-transform-typescript": "^7.13.0",
"@babel/preset-typescript": "^7.12.7",
"@medusajs/medusa": "^1.12.0",
"@medusajs/medusa": "^1.12.1",
"babel-preset-medusa-package": "^1.1.19",
"cross-env": "^5.2.1",
"jest": "^25.5.4",