Release apps (#556)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
d42c79f366
commit
9b65569ec3
55 changed files with 305 additions and 203 deletions
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"saleor-app-taxes": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Redesigned the app's UI with the new version of macaw-ui. Introduced breaking changes in the structure of providers configuration and channels configuration. Added migrations that convert the obsolete configurations to the new format. Added address validation for tax providers.
|
|
|
@ -1,15 +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-klaviyo": minor
|
|
||||||
"saleor-app-search": minor
|
|
||||||
"saleor-app-slack": minor
|
|
||||||
"saleor-app-taxes": minor
|
|
||||||
"saleor-app-cms": minor
|
|
||||||
"saleor-app-crm": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Included dedicated logo and attached it to App's manifest. From Saleor 3.15 the logo will be visible in the Dashboard during and after installation.
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"saleor-app-taxes": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
The update provider configuration views no longer return "invalid credentials" and "invalid address" errors in inappropriate cases. The latter required temporarily disabling the TaxJar address validation, as it currently doesn't work.
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"saleor-app-taxes": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Added fetching tax codes from tax providers and storing the matched combinations of the provider tax codes/Saleor tax classes. The mapped tax codes are then used in the tax calculation process.
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"@saleor/react-hook-form-macaw": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Added a binding for the macaw-ui's Toggle component.
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"saleor-app-products-feed": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Improved helper text in S3 form - region field. Now it should be more explicit that only region code (like "eu-west-1") should be provided.
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"saleor-app-invoices": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Improved error handling in Webhook INVOICE_CREATED. Now Sentry will gather additional breadcrumbs for better debugging. No PII is logged
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"@saleor/apps-ui": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fixed a missing text-decoration on a breadcrumb link.
|
|
|
@ -1,8 +0,0 @@
|
||||||
---
|
|
||||||
"saleor-app-emails-and-messages": patch
|
|
||||||
"saleor-app-invoices": patch
|
|
||||||
"saleor-app-crm": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fixed "Not enough permissions" error during configuration management.
|
|
||||||
|
|
|
@ -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
|
|
||||||
---
|
|
||||||
|
|
||||||
Updated @saleor/app-sdk to 0.40.1
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"saleor-app-products-feed": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Added test-id attributes to several meaningful elements. Now quering in automated tests are more stable
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"saleor-app-slack": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Rewritten UI to use modern macaw UI, instead legacy one with Material UI. There are slight changes in typography and spacings, but no new changes were introduced.
|
|
|
@ -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-app-slack": patch
|
|
||||||
"saleor-app-taxes": patch
|
|
||||||
"saleor-app-cms": patch
|
|
||||||
"saleor-app-crm": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Updated configuration and dependencies of GraphQL client - urql.
|
|
||||||
All applications use now unified config for creating the client. Also unused related packages has been removed.
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"saleor-app-products-feed": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Make Google Categories mapping lazy loaded, so the page loads immediately and forms add with a delay. Previously the page was stuck due to large chunk size
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"saleor-app-emails-and-messages": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Improved descriptions in the events section and API key inputs.
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"saleor-app-klaviyo": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Rewritten app to use @saleor/macaw-ui/next. App should work faster and be visually more aligned with rest of the Dashboard.
|
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
"saleor-app-emails-and-messages": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Added support for new event - Gift Card Sent. The event is available for Saleor version 3.13 and above.
|
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
"saleor-app-emails-and-messages": patch
|
|
||||||
"saleor-app-data-importer": patch
|
|
||||||
"saleor-app-products-feed": patch
|
|
||||||
"saleor-app-invoices": patch
|
|
||||||
"saleor-app-klaviyo": patch
|
|
||||||
"saleor-app-search": patch
|
|
||||||
"saleor-app-slack": patch
|
|
||||||
"saleor-app-taxes": patch
|
|
||||||
"saleor-app-cms": patch
|
|
||||||
"saleor-app-crm": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Updated Sentry package and config. Set Sentry release to match package.json version. Now Sentry will use semver version instead a commit
|
|
|
@ -1,19 +0,0 @@
|
||||||
---
|
|
||||||
"@saleor/react-hook-form-macaw": patch
|
|
||||||
"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 dependencies
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"@saleor/apps-shared": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Added `createGraphQLClient` function to shared package. Can be used to create urql client instance with optional authorization.
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"saleor-app-search": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Regression - Fixed Algolia "index prefix" field to be optional, just like it was before the refcator.
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"saleor-app-monitoring": major
|
|
||||||
---
|
|
||||||
|
|
||||||
Updated App's UI to the new Macaw. Simplified the view and removed unnecessary not-implemented providers.
|
|
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
"saleor-app-emails-and-messages": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Webhooks are no longer created during the app registration. Instead, the app will subscribe events based on it's configuration, after change has been detected.
|
|
||||||
|
|
||||||
This change does not have negative impact on existing app installations - webhooks will be removed during next change of the provider configuration.
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"saleor-app-taxes": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fixed the issue with updating a provider. When updating one of the credentials, the user no longer sees "invalid credentials" error.
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"saleor-app-emails-and-messages": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Events section UI has been updated. All events are displayed now as single table.
|
|
|
@ -1,5 +1,24 @@
|
||||||
# saleor-app-cms
|
# saleor-app-cms
|
||||||
|
|
||||||
|
## 1.6.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 1dead1e: Included dedicated logo and attached it to App's manifest. From Saleor 3.15 the logo will be visible in the Dashboard during and after installation.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 860bac4: Updated @saleor/app-sdk to 0.40.1
|
||||||
|
- a1ad70e: Updated configuration and dependencies of GraphQL client - urql.
|
||||||
|
All applications use now unified config for creating the client. Also unused related packages has been removed.
|
||||||
|
- ec68ed5: Updated Sentry package and config. Set Sentry release to match package.json version. Now Sentry will use semver version instead a commit
|
||||||
|
- cb6ee29: Updated dependencies
|
||||||
|
- Updated dependencies [860bac4]
|
||||||
|
- Updated dependencies [a1ad70e]
|
||||||
|
- Updated dependencies [cb6ee29]
|
||||||
|
- Updated dependencies [a1ad70e]
|
||||||
|
- @saleor/apps-shared@1.7.2
|
||||||
|
|
||||||
## 1.5.4
|
## 1.5.4
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "saleor-app-cms",
|
"name": "saleor-app-cms",
|
||||||
"version": "1.5.4",
|
"version": "1.6.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "pnpm generate && next build",
|
"build": "pnpm generate && next build",
|
||||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||||
|
|
|
@ -1,5 +1,25 @@
|
||||||
# saleor-app-crm
|
# saleor-app-crm
|
||||||
|
|
||||||
|
## 1.6.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 1dead1e: Included dedicated logo and attached it to App's manifest. From Saleor 3.15 the logo will be visible in the Dashboard during and after installation.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 59ff617: Fixed "Not enough permissions" error during configuration management.
|
||||||
|
- 860bac4: Updated @saleor/app-sdk to 0.40.1
|
||||||
|
- a1ad70e: Updated configuration and dependencies of GraphQL client - urql.
|
||||||
|
All applications use now unified config for creating the client. Also unused related packages has been removed.
|
||||||
|
- ec68ed5: Updated Sentry package and config. Set Sentry release to match package.json version. Now Sentry will use semver version instead a commit
|
||||||
|
- cb6ee29: Updated dependencies
|
||||||
|
- Updated dependencies [860bac4]
|
||||||
|
- Updated dependencies [a1ad70e]
|
||||||
|
- Updated dependencies [cb6ee29]
|
||||||
|
- Updated dependencies [a1ad70e]
|
||||||
|
- @saleor/apps-shared@1.7.2
|
||||||
|
|
||||||
## 1.5.2
|
## 1.5.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "saleor-app-crm",
|
"name": "saleor-app-crm",
|
||||||
"version": "1.5.2",
|
"version": "1.6.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "pnpm generate && next build",
|
"build": "pnpm generate && next build",
|
||||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||||
|
|
|
@ -1,5 +1,24 @@
|
||||||
# saleor-app-data-importer
|
# saleor-app-data-importer
|
||||||
|
|
||||||
|
## 1.8.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 1dead1e: Included dedicated logo and attached it to App's manifest. From Saleor 3.15 the logo will be visible in the Dashboard during and after installation.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 860bac4: Updated @saleor/app-sdk to 0.40.1
|
||||||
|
- a1ad70e: Updated configuration and dependencies of GraphQL client - urql.
|
||||||
|
All applications use now unified config for creating the client. Also unused related packages has been removed.
|
||||||
|
- ec68ed5: Updated Sentry package and config. Set Sentry release to match package.json version. Now Sentry will use semver version instead a commit
|
||||||
|
- cb6ee29: Updated dependencies
|
||||||
|
- Updated dependencies [860bac4]
|
||||||
|
- Updated dependencies [a1ad70e]
|
||||||
|
- Updated dependencies [cb6ee29]
|
||||||
|
- Updated dependencies [a1ad70e]
|
||||||
|
- @saleor/apps-shared@1.7.2
|
||||||
|
|
||||||
## 1.7.6
|
## 1.7.6
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "saleor-app-data-importer",
|
"name": "saleor-app-data-importer",
|
||||||
"version": "1.7.6",
|
"version": "1.8.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "pnpm generate && next build",
|
"build": "pnpm generate && next build",
|
||||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||||
|
|
|
@ -1,5 +1,35 @@
|
||||||
# saleor-app-emails-and-messages
|
# saleor-app-emails-and-messages
|
||||||
|
|
||||||
|
## 1.8.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 1dead1e: Included dedicated logo and attached it to App's manifest. From Saleor 3.15 the logo will be visible in the Dashboard during and after installation.
|
||||||
|
- 82dfc3f: Webhooks are no longer created during the app registration. Instead, the app will subscribe events based on it's configuration, after change has been detected.
|
||||||
|
|
||||||
|
This change does not have negative impact on existing app installations - webhooks will be removed during next change of the provider configuration.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 59ff617: Fixed "Not enough permissions" error during configuration management.
|
||||||
|
- 860bac4: Updated @saleor/app-sdk to 0.40.1
|
||||||
|
- a1ad70e: Updated configuration and dependencies of GraphQL client - urql.
|
||||||
|
All applications use now unified config for creating the client. Also unused related packages has been removed.
|
||||||
|
- 00e49ba: Improved descriptions in the events section and API key inputs.
|
||||||
|
- 6250095: Added support for new event - Gift Card Sent. The event is available for Saleor version 3.13 and above.
|
||||||
|
- ec68ed5: Updated Sentry package and config. Set Sentry release to match package.json version. Now Sentry will use semver version instead a commit
|
||||||
|
- cb6ee29: Updated dependencies
|
||||||
|
- 8287075: Events section UI has been updated. All events are displayed now as single table.
|
||||||
|
- Updated dependencies [f96563f]
|
||||||
|
- Updated dependencies [f96563f]
|
||||||
|
- Updated dependencies [860bac4]
|
||||||
|
- Updated dependencies [a1ad70e]
|
||||||
|
- Updated dependencies [cb6ee29]
|
||||||
|
- Updated dependencies [a1ad70e]
|
||||||
|
- @saleor/react-hook-form-macaw@0.2.0
|
||||||
|
- @saleor/apps-ui@1.1.2
|
||||||
|
- @saleor/apps-shared@1.7.2
|
||||||
|
|
||||||
## 1.7.1
|
## 1.7.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "saleor-app-emails-and-messages",
|
"name": "saleor-app-emails-and-messages",
|
||||||
"version": "1.7.1",
|
"version": "1.8.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "pnpm generate && next build",
|
"build": "pnpm generate && next build",
|
||||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||||
|
|
|
@ -1,5 +1,26 @@
|
||||||
# saleor-app-invoices
|
# saleor-app-invoices
|
||||||
|
|
||||||
|
## 1.14.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 1dead1e: Included dedicated logo and attached it to App's manifest. From Saleor 3.15 the logo will be visible in the Dashboard during and after installation.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 8b245c6: Improved error handling in Webhook INVOICE_CREATED. Now Sentry will gather additional breadcrumbs for better debugging. No PII is logged
|
||||||
|
- 59ff617: Fixed "Not enough permissions" error during configuration management.
|
||||||
|
- 860bac4: Updated @saleor/app-sdk to 0.40.1
|
||||||
|
- a1ad70e: Updated configuration and dependencies of GraphQL client - urql.
|
||||||
|
All applications use now unified config for creating the client. Also unused related packages has been removed.
|
||||||
|
- ec68ed5: Updated Sentry package and config. Set Sentry release to match package.json version. Now Sentry will use semver version instead a commit
|
||||||
|
- cb6ee29: Updated dependencies
|
||||||
|
- Updated dependencies [860bac4]
|
||||||
|
- Updated dependencies [a1ad70e]
|
||||||
|
- Updated dependencies [cb6ee29]
|
||||||
|
- Updated dependencies [a1ad70e]
|
||||||
|
- @saleor/apps-shared@1.7.2
|
||||||
|
|
||||||
## 1.13.6
|
## 1.13.6
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "saleor-app-invoices",
|
"name": "saleor-app-invoices",
|
||||||
"version": "1.13.6",
|
"version": "1.14.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "pnpm generate && next build",
|
"build": "pnpm generate && next build",
|
||||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||||
|
|
|
@ -1,5 +1,25 @@
|
||||||
# saleor-app-klaviyo
|
# saleor-app-klaviyo
|
||||||
|
|
||||||
|
## 1.7.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 1dead1e: Included dedicated logo and attached it to App's manifest. From Saleor 3.15 the logo will be visible in the Dashboard during and after installation.
|
||||||
|
- 37e50db: Rewritten app to use @saleor/macaw-ui/next. App should work faster and be visually more aligned with rest of the Dashboard.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 860bac4: Updated @saleor/app-sdk to 0.40.1
|
||||||
|
- a1ad70e: Updated configuration and dependencies of GraphQL client - urql.
|
||||||
|
All applications use now unified config for creating the client. Also unused related packages has been removed.
|
||||||
|
- ec68ed5: Updated Sentry package and config. Set Sentry release to match package.json version. Now Sentry will use semver version instead a commit
|
||||||
|
- cb6ee29: Updated dependencies
|
||||||
|
- Updated dependencies [860bac4]
|
||||||
|
- Updated dependencies [a1ad70e]
|
||||||
|
- Updated dependencies [cb6ee29]
|
||||||
|
- Updated dependencies [a1ad70e]
|
||||||
|
- @saleor/apps-shared@1.7.2
|
||||||
|
|
||||||
## 1.6.6
|
## 1.6.6
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "saleor-app-klaviyo",
|
"name": "saleor-app-klaviyo",
|
||||||
"version": "1.6.6",
|
"version": "1.7.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "pnpm generate && next build",
|
"build": "pnpm generate && next build",
|
||||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||||
|
|
|
@ -1,5 +1,31 @@
|
||||||
# saleor-app-monitoring
|
# saleor-app-monitoring
|
||||||
|
|
||||||
|
## 1.0.0
|
||||||
|
|
||||||
|
### Major Changes
|
||||||
|
|
||||||
|
- 3bd7e3f: Updated App's UI to the new Macaw. Simplified the view and removed unnecessary not-implemented providers.
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 1dead1e: Included dedicated logo and attached it to App's manifest. From Saleor 3.15 the logo will be visible in the Dashboard during and after installation.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 860bac4: Updated @saleor/app-sdk to 0.40.1
|
||||||
|
- a1ad70e: Updated configuration and dependencies of GraphQL client - urql.
|
||||||
|
All applications use now unified config for creating the client. Also unused related packages has been removed.
|
||||||
|
- cb6ee29: Updated dependencies
|
||||||
|
- Updated dependencies [f96563f]
|
||||||
|
- Updated dependencies [f96563f]
|
||||||
|
- Updated dependencies [860bac4]
|
||||||
|
- Updated dependencies [a1ad70e]
|
||||||
|
- Updated dependencies [cb6ee29]
|
||||||
|
- Updated dependencies [a1ad70e]
|
||||||
|
- @saleor/react-hook-form-macaw@0.2.0
|
||||||
|
- @saleor/apps-ui@1.1.2
|
||||||
|
- @saleor/apps-shared@1.7.2
|
||||||
|
|
||||||
## 0.6.6
|
## 0.6.6
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "saleor-app-monitoring",
|
"name": "saleor-app-monitoring",
|
||||||
"version": "0.6.6",
|
"version": "1.0.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "pnpm generate && next build",
|
"build": "pnpm generate && next build",
|
||||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||||
|
|
|
@ -1,5 +1,31 @@
|
||||||
# saleor-app-products-feed
|
# saleor-app-products-feed
|
||||||
|
|
||||||
|
## 1.9.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 1dead1e: Included dedicated logo and attached it to App's manifest. From Saleor 3.15 the logo will be visible in the Dashboard during and after installation.
|
||||||
|
- 3462cc3: Improved helper text in S3 form - region field. Now it should be more explicit that only region code (like "eu-west-1") should be provided.
|
||||||
|
- e4497b9: Added test-id attributes to several meaningful elements. Now quering in automated tests are more stable
|
||||||
|
- e4497b9: Make Google Categories mapping lazy loaded, so the page loads immediately and forms add with a delay. Previously the page was stuck due to large chunk size
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 860bac4: Updated @saleor/app-sdk to 0.40.1
|
||||||
|
- a1ad70e: Updated configuration and dependencies of GraphQL client - urql.
|
||||||
|
All applications use now unified config for creating the client. Also unused related packages has been removed.
|
||||||
|
- ec68ed5: Updated Sentry package and config. Set Sentry release to match package.json version. Now Sentry will use semver version instead a commit
|
||||||
|
- cb6ee29: Updated dependencies
|
||||||
|
- Updated dependencies [f96563f]
|
||||||
|
- Updated dependencies [f96563f]
|
||||||
|
- Updated dependencies [860bac4]
|
||||||
|
- Updated dependencies [a1ad70e]
|
||||||
|
- Updated dependencies [cb6ee29]
|
||||||
|
- Updated dependencies [a1ad70e]
|
||||||
|
- @saleor/react-hook-form-macaw@0.2.0
|
||||||
|
- @saleor/apps-ui@1.1.2
|
||||||
|
- @saleor/apps-shared@1.7.2
|
||||||
|
|
||||||
## 1.8.1
|
## 1.8.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "saleor-app-products-feed",
|
"name": "saleor-app-products-feed",
|
||||||
"version": "1.8.1",
|
"version": "1.9.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "pnpm generate && next build",
|
"build": "pnpm generate && next build",
|
||||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||||
|
|
|
@ -1,5 +1,29 @@
|
||||||
# saleor-app-search
|
# saleor-app-search
|
||||||
|
|
||||||
|
## 1.10.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 1dead1e: Included dedicated logo and attached it to App's manifest. From Saleor 3.15 the logo will be visible in the Dashboard during and after installation.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 860bac4: Updated @saleor/app-sdk to 0.40.1
|
||||||
|
- a1ad70e: Updated configuration and dependencies of GraphQL client - urql.
|
||||||
|
All applications use now unified config for creating the client. Also unused related packages has been removed.
|
||||||
|
- ec68ed5: Updated Sentry package and config. Set Sentry release to match package.json version. Now Sentry will use semver version instead a commit
|
||||||
|
- cb6ee29: Updated dependencies
|
||||||
|
- cce3c1e: Regression - Fixed Algolia "index prefix" field to be optional, just like it was before the refcator.
|
||||||
|
- Updated dependencies [f96563f]
|
||||||
|
- Updated dependencies [f96563f]
|
||||||
|
- Updated dependencies [860bac4]
|
||||||
|
- Updated dependencies [a1ad70e]
|
||||||
|
- Updated dependencies [cb6ee29]
|
||||||
|
- Updated dependencies [a1ad70e]
|
||||||
|
- @saleor/react-hook-form-macaw@0.2.0
|
||||||
|
- @saleor/apps-ui@1.1.2
|
||||||
|
- @saleor/apps-shared@1.7.2
|
||||||
|
|
||||||
## 1.9.4
|
## 1.9.4
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "saleor-app-search",
|
"name": "saleor-app-search",
|
||||||
"version": "1.9.4",
|
"version": "1.10.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "pnpm generate && next build",
|
"build": "pnpm generate && next build",
|
||||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||||
|
|
|
@ -1,5 +1,29 @@
|
||||||
# saleor-app-slack
|
# saleor-app-slack
|
||||||
|
|
||||||
|
## 1.7.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 1dead1e: Included dedicated logo and attached it to App's manifest. From Saleor 3.15 the logo will be visible in the Dashboard during and after installation.
|
||||||
|
- 57fea91: Rewritten UI to use modern macaw UI, instead legacy one with Material UI. There are slight changes in typography and spacings, but no new changes were introduced.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 860bac4: Updated @saleor/app-sdk to 0.40.1
|
||||||
|
- a1ad70e: Updated configuration and dependencies of GraphQL client - urql.
|
||||||
|
All applications use now unified config for creating the client. Also unused related packages has been removed.
|
||||||
|
- ec68ed5: Updated Sentry package and config. Set Sentry release to match package.json version. Now Sentry will use semver version instead a commit
|
||||||
|
- cb6ee29: Updated dependencies
|
||||||
|
- Updated dependencies [f96563f]
|
||||||
|
- Updated dependencies [f96563f]
|
||||||
|
- Updated dependencies [860bac4]
|
||||||
|
- Updated dependencies [a1ad70e]
|
||||||
|
- Updated dependencies [cb6ee29]
|
||||||
|
- Updated dependencies [a1ad70e]
|
||||||
|
- @saleor/react-hook-form-macaw@0.2.0
|
||||||
|
- @saleor/apps-ui@1.1.2
|
||||||
|
- @saleor/apps-shared@1.7.2
|
||||||
|
|
||||||
## 1.6.6
|
## 1.6.6
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "saleor-app-slack",
|
"name": "saleor-app-slack",
|
||||||
"version": "1.6.6",
|
"version": "1.7.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "pnpm generate && next build",
|
"build": "pnpm generate && next build",
|
||||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||||
|
|
|
@ -1,5 +1,32 @@
|
||||||
# saleor-app-taxes
|
# saleor-app-taxes
|
||||||
|
|
||||||
|
## 1.9.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- f96563f: Redesigned the app's UI with the new version of macaw-ui. Introduced breaking changes in the structure of providers configuration and channels configuration. Added migrations that convert the obsolete configurations to the new format. Added address validation for tax providers.
|
||||||
|
- 1dead1e: Included dedicated logo and attached it to App's manifest. From Saleor 3.15 the logo will be visible in the Dashboard during and after installation.
|
||||||
|
- 09e0799: Added fetching tax codes from tax providers and storing the matched combinations of the provider tax codes/Saleor tax classes. The mapped tax codes are then used in the tax calculation process.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- c4be200: The update provider configuration views no longer return "invalid credentials" and "invalid address" errors in inappropriate cases. The latter required temporarily disabling the TaxJar address validation, as it currently doesn't work.
|
||||||
|
- 860bac4: Updated @saleor/app-sdk to 0.40.1
|
||||||
|
- a1ad70e: Updated configuration and dependencies of GraphQL client - urql.
|
||||||
|
All applications use now unified config for creating the client. Also unused related packages has been removed.
|
||||||
|
- ec68ed5: Updated Sentry package and config. Set Sentry release to match package.json version. Now Sentry will use semver version instead a commit
|
||||||
|
- cb6ee29: Updated dependencies
|
||||||
|
- e239fbb: Fixed the issue with updating a provider. When updating one of the credentials, the user no longer sees "invalid credentials" error.
|
||||||
|
- Updated dependencies [f96563f]
|
||||||
|
- Updated dependencies [f96563f]
|
||||||
|
- Updated dependencies [860bac4]
|
||||||
|
- Updated dependencies [a1ad70e]
|
||||||
|
- Updated dependencies [cb6ee29]
|
||||||
|
- Updated dependencies [a1ad70e]
|
||||||
|
- @saleor/react-hook-form-macaw@0.2.0
|
||||||
|
- @saleor/apps-ui@1.1.2
|
||||||
|
- @saleor/apps-shared@1.7.2
|
||||||
|
|
||||||
## 1.8.2
|
## 1.8.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "saleor-app-taxes",
|
"name": "saleor-app-taxes",
|
||||||
"version": "1.8.2",
|
"version": "1.9.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "pnpm generate && next build",
|
"build": "pnpm generate && next build",
|
||||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# eslint-config-saleor
|
# eslint-config-saleor
|
||||||
|
|
||||||
|
## 0.4.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- cb6ee29: Updated dependencies
|
||||||
|
|
||||||
## 0.4.1
|
## 0.4.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "eslint-config-saleor",
|
"name": "eslint-config-saleor",
|
||||||
"version": "0.4.1",
|
"version": "0.4.2",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "8.42.0",
|
"eslint": "8.42.0",
|
||||||
"eslint-config-next": "13.3.4",
|
"eslint-config-next": "13.3.4",
|
||||||
|
|
|
@ -1,5 +1,15 @@
|
||||||
# @saleor/react-hook-form-macaw
|
# @saleor/react-hook-form-macaw
|
||||||
|
|
||||||
|
## 0.2.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- f96563f: Added a binding for the macaw-ui's Toggle component.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- cb6ee29: Updated dependencies
|
||||||
|
|
||||||
## 0.1.2
|
## 0.1.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@saleor/react-hook-form-macaw",
|
"name": "@saleor/react-hook-form-macaw",
|
||||||
"version": "0.1.2",
|
"version": "0.2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build-storybook": "storybook build",
|
"build-storybook": "storybook build",
|
||||||
"lint:fix": "eslint --fix .",
|
"lint:fix": "eslint --fix .",
|
||||||
|
|
|
@ -1,5 +1,15 @@
|
||||||
# @saleor/apps-shared
|
# @saleor/apps-shared
|
||||||
|
|
||||||
|
## 1.7.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 860bac4: Updated @saleor/app-sdk to 0.40.1
|
||||||
|
- a1ad70e: Updated configuration and dependencies of GraphQL client - urql.
|
||||||
|
All applications use now unified config for creating the client. Also unused related packages has been removed.
|
||||||
|
- cb6ee29: Updated dependencies
|
||||||
|
- a1ad70e: Added `createGraphQLClient` function to shared package. Can be used to create urql client instance with optional authorization.
|
||||||
|
|
||||||
## 1.7.1
|
## 1.7.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@saleor/apps-shared",
|
"name": "@saleor/apps-shared",
|
||||||
"version": "1.7.1",
|
"version": "1.7.2",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint:fix": "eslint --fix ."
|
"lint:fix": "eslint --fix ."
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,5 +1,13 @@
|
||||||
# @saleor/apps-ui
|
# @saleor/apps-ui
|
||||||
|
|
||||||
|
## 1.1.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- f96563f: Fixed a missing text-decoration on a breadcrumb link.
|
||||||
|
- 860bac4: Updated @saleor/app-sdk to 0.40.1
|
||||||
|
- cb6ee29: Updated dependencies
|
||||||
|
|
||||||
## 1.1.1
|
## 1.1.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@saleor/apps-ui",
|
"name": "@saleor/apps-ui",
|
||||||
"version": "1.1.1",
|
"version": "1.1.2",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint:fix": "eslint --fix ."
|
"lint:fix": "eslint --fix ."
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue