Skip to content

Commit 4ffbf27

Browse files
Release to npm
1 parent cfca2c3 commit 4ffbf27

File tree

6 files changed

+50
-58
lines changed

6 files changed

+50
-58
lines changed

.changeset/blue-pears-grab.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/eight-eagles-fry.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/famous-news-start.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/some-snakes-begin.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,54 @@
11
# @saleor/app-sdk
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- cfca2c3: Added "options" field to AppExtension types within manifest
8+
- cfca2c3: Added NEW_TAB target and WIDGET target for AppExtension.
9+
10+
[todo see docs](todo)
11+
12+
### Patch Changes
13+
14+
- a61f1cf: Added custom warning for not available Crypto in non-secure environments (it can be used in localhost or https only)
15+
- 3bf4089: Add additional `AppExtensionMount` available in Saleor 3.22:
16+
17+
- "CATEGORY_OVERVIEW_CREATE"
18+
- "CATEGORY_OVERVIEW_MORE_ACTIONS"
19+
- "CATEGORY_DETAILS_MORE_ACTIONS"
20+
- "COLLECTION_OVERVIEW_CREATE"
21+
- "COLLECTION_OVERVIEW_MORE_ACTIONS"
22+
- "COLLECTION_DETAILS_MORE_ACTIONS"
23+
- "GIFT_CARD_OVERVIEW_CREATE"
24+
- "GIFT_CARD_OVERVIEW_MORE_ACTIONS"
25+
- "GIFT_CARD_DETAILS_MORE_ACTIONS"
26+
- "DRAFT_ORDER_DETAILS_MORE_ACTIONS"
27+
- "DRAFT_ORDER_OVERVIEW_CREATE"
28+
- "DRAFT_ORDER_OVERVIEW_MORE_ACTIONS"
29+
- "DISCOUNT_DETAILS_MORE_ACTIONS"
30+
- "DISCOUNT_OVERVIEW_CREATE"
31+
- "DISCOUNT_OVERVIEW_MORE_ACTIONS"
32+
- "VOUCHER_DETAILS_MORE_ACTIONS"
33+
- "VOUCHER_OVERVIEW_CREATE"
34+
- "VOUCHER_OVERVIEW_MORE_ACTIONS"
35+
- "PAGE_DETAILS_MORE_ACTIONS"
36+
- "PAGE_OVERVIEW_CREATE"
37+
- "PAGE_OVERVIEW_MORE_ACTIONS"
38+
- "PAGE_TYPE_OVERVIEW_CREATE"
39+
- "PAGE_TYPE_OVERVIEW_MORE_ACTIONS"
40+
- "PAGE_TYPE_DETAILS_MORE_ACTIONS"
41+
- "MENU_OVERVIEW_CREATE"
42+
- "MENU_OVERVIEW_MORE_ACTIONS"
43+
- "MENU_DETAILS_MORE_ACTIONS"
44+
- "ORDER_DETAILS_WIDGETS"
45+
- "DRAFT_ORDER_DETAILS_WIDGETS"
46+
- "VOUCHER_DETAILS_WIDGETS"
47+
- "PRODUCT_DETAILS_WIDGETS"
48+
- "CUSTOMER_DETAILS_WIDGETS"
49+
- "GIFT_CARD_DETAILS_WIDGETS"
50+
- "COLLECTION_DETAILS_WIDGETS"
51+
352
## 1.0.5
453

554
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saleor/app-sdk",
3-
"version": "1.0.5",
3+
"version": "1.1.0",
44
"description": "SDK for building great Saleor Apps",
55
"scripts": {
66
"prepublishOnly": "pnpm build",

0 commit comments

Comments
 (0)