Release apps (#556)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Lukasz Ostrowski 2023-06-28 15:17:54 +02:00 committed by GitHub
parent d42c79f366
commit 9b65569ec3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
55 changed files with 305 additions and 203 deletions

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +0,0 @@
---
"@saleor/react-hook-form-macaw": minor
---
Added a binding for the macaw-ui's Toggle component.

View file

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

View file

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

View file

@ -1,5 +0,0 @@
---
"@saleor/apps-ui": patch
---
Fixed a missing text-decoration on a breadcrumb link.

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +0,0 @@
---
"saleor-app-emails-and-messages": patch
---
Improved descriptions in the events section and API key inputs.

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +0,0 @@
---
"saleor-app-search": patch
---
Regression - Fixed Algolia "index prefix" field to be optional, just like it was before the refcator.

View file

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

View file

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

View file

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

View file

@ -1,5 +0,0 @@
---
"saleor-app-emails-and-messages": patch
---
Events section UI has been updated. All events are displayed now as single table.

View file

@ -1,5 +1,24 @@
# 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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-cms",
"version": "1.5.4",
"version": "1.6.0",
"scripts": {
"build": "pnpm generate && next build",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,25 @@
# 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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-crm",
"version": "1.5.2",
"version": "1.6.0",
"scripts": {
"build": "pnpm generate && next build",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,24 @@
# 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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-data-importer",
"version": "1.7.6",
"version": "1.8.0",
"scripts": {
"build": "pnpm generate && next build",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,35 @@
# 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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-emails-and-messages",
"version": "1.7.1",
"version": "1.8.0",
"scripts": {
"build": "pnpm generate && next build",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,26 @@
# 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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-invoices",
"version": "1.13.6",
"version": "1.14.0",
"scripts": {
"build": "pnpm generate && next build",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,25 @@
# 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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-klaviyo",
"version": "1.6.6",
"version": "1.7.0",
"scripts": {
"build": "pnpm generate && next build",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,31 @@
# 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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-monitoring",
"version": "0.6.6",
"version": "1.0.0",
"scripts": {
"build": "pnpm generate && next build",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,31 @@
# 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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-products-feed",
"version": "1.8.1",
"version": "1.9.0",
"scripts": {
"build": "pnpm generate && next build",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,29 @@
# 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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-search",
"version": "1.9.4",
"version": "1.10.0",
"scripts": {
"build": "pnpm generate && next build",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,29 @@
# 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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-slack",
"version": "1.6.6",
"version": "1.7.0",
"scripts": {
"build": "pnpm generate && next build",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,32 @@
# 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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-taxes",
"version": "1.8.2",
"version": "1.9.0",
"scripts": {
"build": "pnpm generate && next build",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,11 @@
# eslint-config-saleor
## 0.4.2
### Patch Changes
- cb6ee29: Updated dependencies
## 0.4.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "eslint-config-saleor",
"version": "0.4.1",
"version": "0.4.2",
"devDependencies": {
"eslint": "8.42.0",
"eslint-config-next": "13.3.4",

View file

@ -1,5 +1,15 @@
# @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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@saleor/react-hook-form-macaw",
"version": "0.1.2",
"version": "0.2.0",
"scripts": {
"build-storybook": "storybook build",
"lint:fix": "eslint --fix .",

View file

@ -1,5 +1,15 @@
# @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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@saleor/apps-shared",
"version": "1.7.1",
"version": "1.7.2",
"scripts": {
"lint:fix": "eslint --fix ."
},

View file

@ -1,5 +1,13 @@
# @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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@saleor/apps-ui",
"version": "1.1.1",
"version": "1.1.2",
"scripts": {
"lint:fix": "eslint --fix ."
},