Release to npm (#282)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Lukasz Ostrowski <lukasz.ostrowski@saleor.io>
This commit is contained in:
parent
e04d6c0252
commit
3afdb4de64
5 changed files with 18 additions and 22 deletions
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@saleor/app-sdk": patch
|
||||
---
|
||||
|
||||
Added export path "@saleor/app-sdk/types". It was accessible but not correctly marked in package.json. Now its added in "exports" field which should fix some bundles and IDEs
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@saleor/app-sdk": patch
|
||||
---
|
||||
|
||||
Bumped semver from 5.7.1 to 5.7.2
|
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
"@saleor/app-sdk": minor
|
||||
---
|
||||
|
||||
Changed the "query" field in the AppManifest webhook to be required. Previously, this field was optional.
|
||||
|
||||
For subscription events, Saleor rejects webhooks without query, so this field was valid only with legacy non-subscription webhooks.
|
||||
|
||||
Now, the query is obligatory.
|
||||
|
||||
Warning: This can be a breaking change for some scenarios where legacy webhooks were used!
|
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -1,5 +1,22 @@
|
|||
# @saleor/app-sdk
|
||||
|
||||
## 0.44.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 3e31b3a: Changed the "query" field in the AppManifest webhook to be required. Previously, this field was optional.
|
||||
|
||||
For subscription events, Saleor rejects webhooks without query, so this field was valid only with legacy non-subscription webhooks.
|
||||
|
||||
Now, the query is obligatory.
|
||||
|
||||
**Warning: This can be a breaking change for some scenarios where legacy webhooks were used!**
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8ff42af: Added export path "@saleor/app-sdk/types". It was accessible but not correctly marked in package.json. Now its added in "exports" field which should fix some bundles and IDEs
|
||||
- e04d6c0: Bumped semver from 5.7.1 to 5.7.2
|
||||
|
||||
## 0.43.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@saleor/app-sdk",
|
||||
"version": "0.43.1",
|
||||
"version": "0.44.0",
|
||||
"description": "SDK for building great Saleor Apps",
|
||||
"scripts": {
|
||||
"prepublishOnly": "pnpm build",
|
||||
|
|
Loading…
Reference in a new issue