Skip to content

Commit

Permalink
Release to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 6, 2025
1 parent 4fa8271 commit 7bf15be
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 45 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-eggs-decide.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/fresh-onions-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-queens-roll.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/kind-zoos-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-tools-change.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sixty-taxis-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-socks-tease.md

This file was deleted.

29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# @saleor/app-sdk

## 1.0.0

### Major Changes

- 51caa77: Removed deprecated fields fields and methods in `/handlers`:

- `SaleorAsyncWebhook` and `SaleorSyncWebhook` - removed `asyncEvent` and `subscriptionQueryAst`
- Removed `processSaleorWebhook` and `processProtectedHandler` methods
- Some types were moved from `/next` to `/shared`

- c956220: Breaking change: SDK will no longer check `saleor-domain` header when validating Saleor requests, instead it will check `saleor-api-url` header.

### Minor Changes

- 4fa8271: Added handlers for Web API: Request and Response

### Patch Changes

- 003b1ca: Added `author` and `license` fields to `pacakge.json`
- 003b1ca: Updated project license: it previously used BSD 3-Clause for code and Creative Commons Attribution 4.0 International License for artwork.
Since this project doesn't include any artwork, Creative Commons license was removed.

Updated `license` field in `package.json`: It incorrectly stated `ISC` license instead of `BSD-3-Clause`.

- 51caa77: Removed `/middlewares`, you should use `/handlers` instead.
- 51caa77: Added abstract `PlatformAdapterInterface` and `ActionHandlerInterface` to enable cross-framework handler implementations.

Next.js handlers were rewritten to use the new interface.

## 0.52.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saleor/app-sdk",
"version": "0.52.0",
"version": "1.0.0",
"description": "SDK for building great Saleor Apps",
"scripts": {
"prepublishOnly": "pnpm build",
Expand Down

0 comments on commit 7bf15be

Please sign in to comment.