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:
github-actions[bot] 2023-09-07 12:37:30 +02:00 committed by GitHub
parent e04d6c0252
commit 3afdb4de64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 18 additions and 22 deletions

View file

@ -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

View file

@ -1,5 +0,0 @@
---
"@saleor/app-sdk": patch
---
Bumped semver from 5.7.1 to 5.7.2

View file

@ -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!

View file

@ -1,5 +1,22 @@
# @saleor/app-sdk # @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 ## 0.43.1
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@saleor/app-sdk", "name": "@saleor/app-sdk",
"version": "0.43.1", "version": "0.44.0",
"description": "SDK for building great Saleor Apps", "description": "SDK for building great Saleor Apps",
"scripts": { "scripts": {
"prepublishOnly": "pnpm build", "prepublishOnly": "pnpm build",