fix: incorrect changeset breaks preview builds (#10173)

This commit is contained in:
Riqwan Thamir
2024-11-20 09:41:40 +00:00
committed by GitHub
parent 3fee17747f
commit 1185be31c4
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
---
"@medusajs/utils": feature
"@medusajs/utils": patch
---
feat: add support for making relationships searchable
feat(utils): add support for making relationships searchable
+1 -1
View File
@@ -82,7 +82,7 @@ jobs:
"type": "section",
"text": {
"type": "plain_text",
"text": "Triggering a release for preview environments failed"
"text": "Triggering a release for preview environments failed for ${{ github.run_id }}"
}
}
]