From 4162b63a40407472d8f6252504eee297193c164d Mon Sep 17 00:00:00 2001 From: Lukasz Ostrowski Date: Mon, 10 Jul 2023 11:38:52 +0200 Subject: [PATCH] Release apps (#690) Co-authored-by: github-actions[bot] --- .changeset/chilled-kiwis-type.md | 14 ------------ .changeset/healthy-bobcats-confess.md | 6 ------ .changeset/light-rocks-count.md | 5 ----- .changeset/neat-queens-draw.md | 18 ---------------- .changeset/popular-clouds-play.md | 7 ------ .changeset/rare-spiders-argue.md | 5 ----- .changeset/three-timers-glow.md | 17 --------------- .changeset/tough-dingos-rule.md | 5 ----- .changeset/witty-plants-stare.md | 5 ----- .changeset/yellow-badgers-promise.md | 14 ------------ apps/cms/CHANGELOG.md | 15 +++++++++++++ apps/cms/package.json | 2 +- apps/crm/CHANGELOG.md | 15 +++++++++++++ apps/crm/package.json | 2 +- apps/data-importer/CHANGELOG.md | 15 +++++++++++++ apps/data-importer/package.json | 2 +- apps/emails-and-messages/CHANGELOG.md | 25 ++++++++++++++++++++++ apps/emails-and-messages/package.json | 2 +- apps/invoices/CHANGELOG.md | 15 +++++++++++++ apps/invoices/package.json | 2 +- apps/klaviyo/CHANGELOG.md | 14 ++++++++++++ apps/klaviyo/package.json | 2 +- apps/monitoring/CHANGELOG.md | 16 ++++++++++++++ apps/monitoring/package.json | 2 +- apps/products-feed/CHANGELOG.md | 17 +++++++++++++++ apps/products-feed/package.json | 2 +- apps/search/CHANGELOG.md | 17 +++++++++++++++ apps/search/package.json | 2 +- apps/slack/CHANGELOG.md | 17 +++++++++++++++ apps/slack/package.json | 2 +- apps/taxes/CHANGELOG.md | 18 ++++++++++++++++ apps/taxes/package.json | 2 +- packages/eslint-config-saleor/CHANGELOG.md | 6 ++++++ packages/eslint-config-saleor/package.json | 2 +- packages/shared/CHANGELOG.md | 7 ++++++ packages/shared/package.json | 2 +- packages/ui/CHANGELOG.md | 7 ++++++ packages/ui/package.json | 2 +- 38 files changed, 218 insertions(+), 110 deletions(-) delete mode 100644 .changeset/chilled-kiwis-type.md delete mode 100644 .changeset/healthy-bobcats-confess.md delete mode 100644 .changeset/light-rocks-count.md delete mode 100644 .changeset/neat-queens-draw.md delete mode 100644 .changeset/popular-clouds-play.md delete mode 100644 .changeset/rare-spiders-argue.md delete mode 100644 .changeset/three-timers-glow.md delete mode 100644 .changeset/tough-dingos-rule.md delete mode 100644 .changeset/witty-plants-stare.md delete mode 100644 .changeset/yellow-badgers-promise.md diff --git a/.changeset/chilled-kiwis-type.md b/.changeset/chilled-kiwis-type.md deleted file mode 100644 index 9b784e7..0000000 --- a/.changeset/chilled-kiwis-type.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"saleor-app-emails-and-messages": minor -"saleor-app-data-importer": minor -"saleor-app-products-feed": minor -"saleor-app-invoices": minor -"saleor-app-klaviyo": minor -"saleor-app-search": minor -"saleor-app-slack": minor -"saleor-app-taxes": minor -"saleor-app-cms": minor -"saleor-app-crm": minor ---- - -Filled "about" field in App Manifest. Dashboard will display it in app details page now. diff --git a/.changeset/healthy-bobcats-confess.md b/.changeset/healthy-bobcats-confess.md deleted file mode 100644 index 5ffbb3f..0000000 --- a/.changeset/healthy-bobcats-confess.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"saleor-app-emails-and-messages": patch ---- - -Added `metadata` and `privateMetadata` to email payloads. - diff --git a/.changeset/light-rocks-count.md b/.changeset/light-rocks-count.md deleted file mode 100644 index 73db36b..0000000 --- a/.changeset/light-rocks-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-app-taxes": minor ---- - -Added the usage of stored tax code combinations in the create order webhook flow. This doesn't effect the tax calculation, but makes sure the mapped product line has the correct tax code. diff --git a/.changeset/neat-queens-draw.md b/.changeset/neat-queens-draw.md deleted file mode 100644 index 4f2926f..0000000 --- a/.changeset/neat-queens-draw.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -"eslint-config-saleor": patch -"saleor-app-emails-and-messages": patch -"saleor-app-data-importer": patch -"saleor-app-products-feed": patch -"saleor-app-monitoring": patch -"@saleor/apps-shared": patch -"saleor-app-invoices": patch -"saleor-app-klaviyo": patch -"saleor-app-search": patch -"@saleor/apps-ui": patch -"saleor-app-slack": patch -"saleor-app-taxes": patch -"saleor-app-cms": patch -"saleor-app-crm": patch ---- - -Updated Next.js to 13.4.8 diff --git a/.changeset/popular-clouds-play.md b/.changeset/popular-clouds-play.md deleted file mode 100644 index c36ea74..0000000 --- a/.changeset/popular-clouds-play.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"saleor-app-emails-and-messages": patch ---- - -Manage gift card permission is now required to enable gift cards event. - -Added message to interface for users with missing permission or Saleor version without the support for this event. diff --git a/.changeset/rare-spiders-argue.md b/.changeset/rare-spiders-argue.md deleted file mode 100644 index ea71b6f..0000000 --- a/.changeset/rare-spiders-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-app-emails-and-messages": patch ---- - -Added validation for Sendgrid events form. Enabling event without a template is no longer allowed to avoid misconfiguration and undelivered emails. diff --git a/.changeset/three-timers-glow.md b/.changeset/three-timers-glow.md deleted file mode 100644 index 6f19ccd..0000000 --- a/.changeset/three-timers-glow.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -"saleor-app-emails-and-messages": patch -"saleor-app-data-importer": patch -"saleor-app-products-feed": patch -"saleor-app-monitoring": patch -"@saleor/apps-shared": patch -"saleor-app-invoices": patch -"saleor-app-klaviyo": patch -"saleor-app-search": patch -"@saleor/apps-ui": patch -"saleor-app-slack": patch -"saleor-app-taxes": patch -"saleor-app-cms": patch -"saleor-app-crm": patch ---- - -Update @saleor/app-sdk to 0.41.0 diff --git a/.changeset/tough-dingos-rule.md b/.changeset/tough-dingos-rule.md deleted file mode 100644 index da5633e..0000000 --- a/.changeset/tough-dingos-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-app-emails-and-messages": patch ---- - -Fixed issue with SMTP provider not sending emails on some ports. diff --git a/.changeset/witty-plants-stare.md b/.changeset/witty-plants-stare.md deleted file mode 100644 index 7c0ae29..0000000 --- a/.changeset/witty-plants-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-app-emails-and-messages": patch ---- - -Changed formatting in the debugging logs to be more concise. diff --git a/.changeset/yellow-badgers-promise.md b/.changeset/yellow-badgers-promise.md deleted file mode 100644 index 79f3b98..0000000 --- a/.changeset/yellow-badgers-promise.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"saleor-app-emails-and-messages": minor -"saleor-app-data-importer": minor -"saleor-app-products-feed": minor -"saleor-app-monitoring": minor -"saleor-app-invoices": minor -"saleor-app-search": minor -"saleor-app-slack": minor -"saleor-app-taxes": minor -"saleor-app-cms": minor -"saleor-app-crm": minor ---- - -Added additional ENV variables (see each app's .env.example), that can overwrite app base URL. This change allows easy apps development using Docker diff --git a/apps/cms/CHANGELOG.md b/apps/cms/CHANGELOG.md index 00b9008..11c975d 100644 --- a/apps/cms/CHANGELOG.md +++ b/apps/cms/CHANGELOG.md @@ -1,5 +1,20 @@ # saleor-app-cms +## 1.7.0 + +### Minor Changes + +- a1f083c: Filled "about" field in App Manifest. Dashboard will display it in app details page now. +- 47102ba: Added additional ENV variables (see each app's .env.example), that can overwrite app base URL. This change allows easy apps development using Docker + +### Patch Changes + +- 2d77bca: Updated Next.js to 13.4.8 +- 6299e06: Update @saleor/app-sdk to 0.41.0 +- Updated dependencies [2d77bca] +- Updated dependencies [6299e06] + - @saleor/apps-shared@1.7.3 + ## 1.6.0 ### Minor Changes diff --git a/apps/cms/package.json b/apps/cms/package.json index b4328cd..2032f77 100644 --- a/apps/cms/package.json +++ b/apps/cms/package.json @@ -1,6 +1,6 @@ { "name": "saleor-app-cms", - "version": "1.6.0", + "version": "1.7.0", "scripts": { "build": "pnpm generate && next build", "dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev", diff --git a/apps/crm/CHANGELOG.md b/apps/crm/CHANGELOG.md index 0897821..c4ea9a9 100644 --- a/apps/crm/CHANGELOG.md +++ b/apps/crm/CHANGELOG.md @@ -1,5 +1,20 @@ # saleor-app-crm +## 1.7.0 + +### Minor Changes + +- a1f083c: Filled "about" field in App Manifest. Dashboard will display it in app details page now. +- 47102ba: Added additional ENV variables (see each app's .env.example), that can overwrite app base URL. This change allows easy apps development using Docker + +### Patch Changes + +- 2d77bca: Updated Next.js to 13.4.8 +- 6299e06: Update @saleor/app-sdk to 0.41.0 +- Updated dependencies [2d77bca] +- Updated dependencies [6299e06] + - @saleor/apps-shared@1.7.3 + ## 1.6.0 ### Minor Changes diff --git a/apps/crm/package.json b/apps/crm/package.json index 0fb6def..0d2b79f 100644 --- a/apps/crm/package.json +++ b/apps/crm/package.json @@ -1,6 +1,6 @@ { "name": "saleor-app-crm", - "version": "1.6.0", + "version": "1.7.0", "scripts": { "build": "pnpm generate && next build", "dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev", diff --git a/apps/data-importer/CHANGELOG.md b/apps/data-importer/CHANGELOG.md index 55c0961..568e699 100644 --- a/apps/data-importer/CHANGELOG.md +++ b/apps/data-importer/CHANGELOG.md @@ -1,5 +1,20 @@ # saleor-app-data-importer +## 1.9.0 + +### Minor Changes + +- a1f083c: Filled "about" field in App Manifest. Dashboard will display it in app details page now. +- 47102ba: Added additional ENV variables (see each app's .env.example), that can overwrite app base URL. This change allows easy apps development using Docker + +### Patch Changes + +- 2d77bca: Updated Next.js to 13.4.8 +- 6299e06: Update @saleor/app-sdk to 0.41.0 +- Updated dependencies [2d77bca] +- Updated dependencies [6299e06] + - @saleor/apps-shared@1.7.3 + ## 1.8.0 ### Minor Changes diff --git a/apps/data-importer/package.json b/apps/data-importer/package.json index 2c4b5e4..f703553 100644 --- a/apps/data-importer/package.json +++ b/apps/data-importer/package.json @@ -1,6 +1,6 @@ { "name": "saleor-app-data-importer", - "version": "1.8.0", + "version": "1.9.0", "scripts": { "build": "pnpm generate && next build", "dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev", diff --git a/apps/emails-and-messages/CHANGELOG.md b/apps/emails-and-messages/CHANGELOG.md index 78c1766..941d7d4 100644 --- a/apps/emails-and-messages/CHANGELOG.md +++ b/apps/emails-and-messages/CHANGELOG.md @@ -1,5 +1,30 @@ # saleor-app-emails-and-messages +## 1.9.0 + +### Minor Changes + +- a1f083c: Filled "about" field in App Manifest. Dashboard will display it in app details page now. +- 47102ba: Added additional ENV variables (see each app's .env.example), that can overwrite app base URL. This change allows easy apps development using Docker + +### Patch Changes + +- d4089ab: Added `metadata` and `privateMetadata` to email payloads. +- 2d77bca: Updated Next.js to 13.4.8 +- be4e7d2: Manage gift card permission is now required to enable gift cards event. + + Added message to interface for users with missing permission or Saleor version without the support for this event. + +- e1980aa: Added validation for Sendgrid events form. Enabling event without a template is no longer allowed to avoid misconfiguration and undelivered emails. +- 6299e06: Update @saleor/app-sdk to 0.41.0 +- bda814b: Fixed issue with SMTP provider not sending emails on some ports. +- 78670ce: Changed formatting in the debugging logs to be more concise. +- Updated dependencies [2d77bca] +- Updated dependencies [6299e06] + - @saleor/apps-shared@1.7.3 + - @saleor/apps-ui@1.1.3 + - @saleor/react-hook-form-macaw@0.2.0 + ## 1.8.0 ### Minor Changes diff --git a/apps/emails-and-messages/package.json b/apps/emails-and-messages/package.json index d2525d6..f2bbb8c 100644 --- a/apps/emails-and-messages/package.json +++ b/apps/emails-and-messages/package.json @@ -1,6 +1,6 @@ { "name": "saleor-app-emails-and-messages", - "version": "1.8.0", + "version": "1.9.0", "scripts": { "build": "pnpm generate && next build", "dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev", diff --git a/apps/invoices/CHANGELOG.md b/apps/invoices/CHANGELOG.md index 362074e..b514ad8 100644 --- a/apps/invoices/CHANGELOG.md +++ b/apps/invoices/CHANGELOG.md @@ -1,5 +1,20 @@ # saleor-app-invoices +## 1.15.0 + +### Minor Changes + +- a1f083c: Filled "about" field in App Manifest. Dashboard will display it in app details page now. +- 47102ba: Added additional ENV variables (see each app's .env.example), that can overwrite app base URL. This change allows easy apps development using Docker + +### Patch Changes + +- 2d77bca: Updated Next.js to 13.4.8 +- 6299e06: Update @saleor/app-sdk to 0.41.0 +- Updated dependencies [2d77bca] +- Updated dependencies [6299e06] + - @saleor/apps-shared@1.7.3 + ## 1.14.0 ### Minor Changes diff --git a/apps/invoices/package.json b/apps/invoices/package.json index c7486cc..83b0833 100644 --- a/apps/invoices/package.json +++ b/apps/invoices/package.json @@ -1,6 +1,6 @@ { "name": "saleor-app-invoices", - "version": "1.14.0", + "version": "1.15.0", "scripts": { "build": "pnpm generate && next build", "dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev", diff --git a/apps/klaviyo/CHANGELOG.md b/apps/klaviyo/CHANGELOG.md index ebfee6c..488c4ba 100644 --- a/apps/klaviyo/CHANGELOG.md +++ b/apps/klaviyo/CHANGELOG.md @@ -1,5 +1,19 @@ # saleor-app-klaviyo +## 1.8.0 + +### Minor Changes + +- a1f083c: Filled "about" field in App Manifest. Dashboard will display it in app details page now. + +### Patch Changes + +- 2d77bca: Updated Next.js to 13.4.8 +- 6299e06: Update @saleor/app-sdk to 0.41.0 +- Updated dependencies [2d77bca] +- Updated dependencies [6299e06] + - @saleor/apps-shared@1.7.3 + ## 1.7.1 ### Patch Changes diff --git a/apps/klaviyo/package.json b/apps/klaviyo/package.json index 57427c1..f0287c1 100644 --- a/apps/klaviyo/package.json +++ b/apps/klaviyo/package.json @@ -1,6 +1,6 @@ { "name": "saleor-app-klaviyo", - "version": "1.7.1", + "version": "1.8.0", "scripts": { "build": "pnpm generate && next build", "dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev", diff --git a/apps/monitoring/CHANGELOG.md b/apps/monitoring/CHANGELOG.md index c57c534..d4fae46 100644 --- a/apps/monitoring/CHANGELOG.md +++ b/apps/monitoring/CHANGELOG.md @@ -1,5 +1,21 @@ # saleor-app-monitoring +## 1.1.0 + +### Minor Changes + +- 47102ba: Added additional ENV variables (see each app's .env.example), that can overwrite app base URL. This change allows easy apps development using Docker + +### Patch Changes + +- 2d77bca: Updated Next.js to 13.4.8 +- 6299e06: Update @saleor/app-sdk to 0.41.0 +- Updated dependencies [2d77bca] +- Updated dependencies [6299e06] + - @saleor/apps-shared@1.7.3 + - @saleor/apps-ui@1.1.3 + - @saleor/react-hook-form-macaw@0.2.0 + ## 1.0.0 ### Major Changes diff --git a/apps/monitoring/package.json b/apps/monitoring/package.json index 2bc92f9..ccd25b2 100644 --- a/apps/monitoring/package.json +++ b/apps/monitoring/package.json @@ -1,6 +1,6 @@ { "name": "saleor-app-monitoring", - "version": "1.0.0", + "version": "1.1.0", "scripts": { "build": "pnpm generate && next build", "dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev", diff --git a/apps/products-feed/CHANGELOG.md b/apps/products-feed/CHANGELOG.md index 96504fb..afe1673 100644 --- a/apps/products-feed/CHANGELOG.md +++ b/apps/products-feed/CHANGELOG.md @@ -1,5 +1,22 @@ # saleor-app-products-feed +## 1.10.0 + +### Minor Changes + +- a1f083c: Filled "about" field in App Manifest. Dashboard will display it in app details page now. +- 47102ba: Added additional ENV variables (see each app's .env.example), that can overwrite app base URL. This change allows easy apps development using Docker + +### Patch Changes + +- 2d77bca: Updated Next.js to 13.4.8 +- 6299e06: Update @saleor/app-sdk to 0.41.0 +- Updated dependencies [2d77bca] +- Updated dependencies [6299e06] + - @saleor/apps-shared@1.7.3 + - @saleor/apps-ui@1.1.3 + - @saleor/react-hook-form-macaw@0.2.0 + ## 1.9.0 ### Minor Changes diff --git a/apps/products-feed/package.json b/apps/products-feed/package.json index 16f6921..1a3f78b 100644 --- a/apps/products-feed/package.json +++ b/apps/products-feed/package.json @@ -1,6 +1,6 @@ { "name": "saleor-app-products-feed", - "version": "1.9.0", + "version": "1.10.0", "scripts": { "build": "pnpm generate && next build", "dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev", diff --git a/apps/search/CHANGELOG.md b/apps/search/CHANGELOG.md index 16dedcc..afa2260 100644 --- a/apps/search/CHANGELOG.md +++ b/apps/search/CHANGELOG.md @@ -1,5 +1,22 @@ # saleor-app-search +## 1.11.0 + +### Minor Changes + +- a1f083c: Filled "about" field in App Manifest. Dashboard will display it in app details page now. +- 47102ba: Added additional ENV variables (see each app's .env.example), that can overwrite app base URL. This change allows easy apps development using Docker + +### Patch Changes + +- 2d77bca: Updated Next.js to 13.4.8 +- 6299e06: Update @saleor/app-sdk to 0.41.0 +- Updated dependencies [2d77bca] +- Updated dependencies [6299e06] + - @saleor/apps-shared@1.7.3 + - @saleor/apps-ui@1.1.3 + - @saleor/react-hook-form-macaw@0.2.0 + ## 1.10.0 ### Minor Changes diff --git a/apps/search/package.json b/apps/search/package.json index ef0c845..792fbc9 100644 --- a/apps/search/package.json +++ b/apps/search/package.json @@ -1,6 +1,6 @@ { "name": "saleor-app-search", - "version": "1.10.0", + "version": "1.11.0", "scripts": { "build": "pnpm generate && next build", "dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev", diff --git a/apps/slack/CHANGELOG.md b/apps/slack/CHANGELOG.md index c5e1c5a..2ee1337 100644 --- a/apps/slack/CHANGELOG.md +++ b/apps/slack/CHANGELOG.md @@ -1,5 +1,22 @@ # saleor-app-slack +## 1.8.0 + +### Minor Changes + +- a1f083c: Filled "about" field in App Manifest. Dashboard will display it in app details page now. +- 47102ba: Added additional ENV variables (see each app's .env.example), that can overwrite app base URL. This change allows easy apps development using Docker + +### Patch Changes + +- 2d77bca: Updated Next.js to 13.4.8 +- 6299e06: Update @saleor/app-sdk to 0.41.0 +- Updated dependencies [2d77bca] +- Updated dependencies [6299e06] + - @saleor/apps-shared@1.7.3 + - @saleor/apps-ui@1.1.3 + - @saleor/react-hook-form-macaw@0.2.0 + ## 1.7.0 ### Minor Changes diff --git a/apps/slack/package.json b/apps/slack/package.json index 524c192..17a7e96 100644 --- a/apps/slack/package.json +++ b/apps/slack/package.json @@ -1,6 +1,6 @@ { "name": "saleor-app-slack", - "version": "1.7.0", + "version": "1.8.0", "scripts": { "build": "pnpm generate && next build", "dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev", diff --git a/apps/taxes/CHANGELOG.md b/apps/taxes/CHANGELOG.md index a25febd..5563991 100644 --- a/apps/taxes/CHANGELOG.md +++ b/apps/taxes/CHANGELOG.md @@ -1,5 +1,23 @@ # saleor-app-taxes +## 1.10.0 + +### Minor Changes + +- a1f083c: Filled "about" field in App Manifest. Dashboard will display it in app details page now. +- d2b21cc: Added the usage of stored tax code combinations in the create order webhook flow. This doesn't effect the tax calculation, but makes sure the mapped product line has the correct tax code. +- 47102ba: Added additional ENV variables (see each app's .env.example), that can overwrite app base URL. This change allows easy apps development using Docker + +### Patch Changes + +- 2d77bca: Updated Next.js to 13.4.8 +- 6299e06: Update @saleor/app-sdk to 0.41.0 +- Updated dependencies [2d77bca] +- Updated dependencies [6299e06] + - @saleor/apps-shared@1.7.3 + - @saleor/apps-ui@1.1.3 + - @saleor/react-hook-form-macaw@0.2.0 + ## 1.9.0 ### Minor Changes diff --git a/apps/taxes/package.json b/apps/taxes/package.json index 89fc91c..9ad99c1 100644 --- a/apps/taxes/package.json +++ b/apps/taxes/package.json @@ -1,6 +1,6 @@ { "name": "saleor-app-taxes", - "version": "1.9.0", + "version": "1.10.0", "scripts": { "build": "pnpm generate && next build", "dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev", diff --git a/packages/eslint-config-saleor/CHANGELOG.md b/packages/eslint-config-saleor/CHANGELOG.md index faee6b0..023d685 100644 --- a/packages/eslint-config-saleor/CHANGELOG.md +++ b/packages/eslint-config-saleor/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-config-saleor +## 0.4.3 + +### Patch Changes + +- 2d77bca: Updated Next.js to 13.4.8 + ## 0.4.2 ### Patch Changes diff --git a/packages/eslint-config-saleor/package.json b/packages/eslint-config-saleor/package.json index 67574b5..fca7e87 100644 --- a/packages/eslint-config-saleor/package.json +++ b/packages/eslint-config-saleor/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-saleor", - "version": "0.4.2", + "version": "0.4.3", "devDependencies": { "eslint": "8.42.0", "eslint-config-next": "13.4.8", diff --git a/packages/shared/CHANGELOG.md b/packages/shared/CHANGELOG.md index 75118fc..bb05855 100644 --- a/packages/shared/CHANGELOG.md +++ b/packages/shared/CHANGELOG.md @@ -1,5 +1,12 @@ # @saleor/apps-shared +## 1.7.3 + +### Patch Changes + +- 2d77bca: Updated Next.js to 13.4.8 +- 6299e06: Update @saleor/app-sdk to 0.41.0 + ## 1.7.2 ### Patch Changes diff --git a/packages/shared/package.json b/packages/shared/package.json index 73a8552..481895f 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@saleor/apps-shared", - "version": "1.7.2", + "version": "1.7.3", "scripts": { "lint:fix": "eslint --fix ." }, diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 4b288fc..5021f7d 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,12 @@ # @saleor/apps-ui +## 1.1.3 + +### Patch Changes + +- 2d77bca: Updated Next.js to 13.4.8 +- 6299e06: Update @saleor/app-sdk to 0.41.0 + ## 1.1.2 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index e6237fb..1de9a43 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@saleor/apps-ui", - "version": "1.1.2", + "version": "1.1.3", "scripts": { "lint:fix": "eslint --fix ." },