Release apps (#473)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
99c307d1cb
commit
f76d8fe8da
38 changed files with 145 additions and 86 deletions
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@saleor/apps-ui": minor
|
||||
---
|
||||
|
||||
Added SemanticChip component that wraps MacawUI Chip with semantic variants: error, warning, success & default
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@saleor/apps-ui": minor
|
||||
---
|
||||
|
||||
Adds shared Breadcrumbs component. Each breadcrumbs item can be rendered with or without the href. The last item is automatically rendered without the href and with distinct styles.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"saleor-app-search": patch
|
||||
---
|
||||
|
||||
Fixed how TextLink is displayed - added missing space between spans
|
|
@ -1,16 +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 dep @saleor/app-sdk to 0.38.0
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"saleor-app-cms": minor
|
||||
---
|
||||
|
||||
Added additional debug logs for "ping" endpoint. In case of failed connection, logs can be checked for details. Endpoint also will return error to the frontend
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@saleor/apps-ui": minor
|
||||
---
|
||||
|
||||
Added TextLink component that can work with Next router and AppBridge.dispatch
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"saleor-app-search": minor
|
||||
---
|
||||
|
||||
Replaced custom Chip implementation with SemanticChip from shared package
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"saleor-app-search": minor
|
||||
---
|
||||
|
||||
Use TextLink component from shared package
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"saleor-app-products-feed": patch
|
||||
---
|
||||
|
||||
Query for the product details run now in paralell to speed up overall feed generation
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"saleor-app-taxes": patch
|
||||
---
|
||||
|
||||
Fix returning 0 for line price if Avatax returns isItemTaxable: false. This happens in, f.e., certain states in the US where there is no sales tax. After the fix, the app will fall back to the original line price.
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
"saleor-app-crm": patch
|
||||
"saleor-app-invoices": patch
|
||||
"saleor-app-search": patch
|
||||
---
|
||||
|
||||
Update @saleor/app-sdk to 0.8.0-pre.84
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@saleor/apps-ui": patch
|
||||
---
|
||||
|
||||
Fixed TextLink color and style
|
|
@ -1,5 +1,17 @@
|
|||
# saleor-app-cms
|
||||
|
||||
## 1.5.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 7c9a9a2: Added additional debug logs for "ping" endpoint. In case of failed connection, logs can be checked for details. Endpoint also will return error to the frontend
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- c406318: Updated dep @saleor/app-sdk to 0.38.0
|
||||
- Updated dependencies [c406318]
|
||||
- @saleor/apps-shared@1.5.1
|
||||
|
||||
## 1.4.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "saleor-app-cms",
|
||||
"version": "1.4.1",
|
||||
"version": "1.5.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||
|
|
|
@ -1,5 +1,14 @@
|
|||
# saleor-app-crm
|
||||
|
||||
## 1.3.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- c406318: Updated dep @saleor/app-sdk to 0.38.0
|
||||
- 403bcf8: Update @saleor/app-sdk to 0.8.0-pre.84
|
||||
- Updated dependencies [c406318]
|
||||
- @saleor/apps-shared@1.5.1
|
||||
|
||||
## 1.3.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "saleor-app-crm",
|
||||
"version": "1.3.1",
|
||||
"version": "1.3.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# saleor-app-data-importer
|
||||
|
||||
## 1.7.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- c406318: Updated dep @saleor/app-sdk to 0.38.0
|
||||
- Updated dependencies [c406318]
|
||||
- @saleor/apps-shared@1.5.1
|
||||
|
||||
## 1.7.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "saleor-app-data-importer",
|
||||
"version": "1.7.1",
|
||||
"version": "1.7.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# saleor-app-emails-and-messages
|
||||
|
||||
## 1.5.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- c406318: Updated dep @saleor/app-sdk to 0.38.0
|
||||
- Updated dependencies [c406318]
|
||||
- @saleor/apps-shared@1.5.1
|
||||
|
||||
## 1.5.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "saleor-app-emails-and-messages",
|
||||
"version": "1.5.1",
|
||||
"version": "1.5.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||
|
|
|
@ -1,5 +1,14 @@
|
|||
# saleor-app-invoices
|
||||
|
||||
## 1.13.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- c406318: Updated dep @saleor/app-sdk to 0.38.0
|
||||
- 403bcf8: Update @saleor/app-sdk to 0.8.0-pre.84
|
||||
- Updated dependencies [c406318]
|
||||
- @saleor/apps-shared@1.5.1
|
||||
|
||||
## 1.13.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "saleor-app-invoices",
|
||||
"version": "1.13.0",
|
||||
"version": "1.13.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# saleor-app-klaviyo
|
||||
|
||||
## 1.6.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- c406318: Updated dep @saleor/app-sdk to 0.38.0
|
||||
- Updated dependencies [c406318]
|
||||
- @saleor/apps-shared@1.5.1
|
||||
|
||||
## 1.6.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "saleor-app-klaviyo",
|
||||
"version": "1.6.1",
|
||||
"version": "1.6.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# saleor-app-monitoring
|
||||
|
||||
## 0.6.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- c406318: Updated dep @saleor/app-sdk to 0.38.0
|
||||
- Updated dependencies [c406318]
|
||||
- @saleor/apps-shared@1.5.1
|
||||
|
||||
## 0.6.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "saleor-app-monitoring",
|
||||
"version": "0.6.1",
|
||||
"version": "0.6.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||
|
|
|
@ -1,5 +1,14 @@
|
|||
# saleor-app-products-feed
|
||||
|
||||
## 1.6.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- c406318: Updated dep @saleor/app-sdk to 0.38.0
|
||||
- 2de2a40: Query for the product details run now in paralell to speed up overall feed generation
|
||||
- Updated dependencies [c406318]
|
||||
- @saleor/apps-shared@1.5.1
|
||||
|
||||
## 1.6.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "saleor-app-products-feed",
|
||||
"version": "1.6.1",
|
||||
"version": "1.6.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||
|
|
|
@ -1,5 +1,25 @@
|
|||
# saleor-app-search
|
||||
|
||||
## 1.9.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 24615cf: Replaced custom Chip implementation with SemanticChip from shared package
|
||||
- e751459: Use TextLink component from shared package
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- f9ca488: Fixed how TextLink is displayed - added missing space between spans
|
||||
- c406318: Updated dep @saleor/app-sdk to 0.38.0
|
||||
- 403bcf8: Update @saleor/app-sdk to 0.8.0-pre.84
|
||||
- Updated dependencies [24615cf]
|
||||
- Updated dependencies [ba7c3de]
|
||||
- Updated dependencies [c406318]
|
||||
- Updated dependencies [e751459]
|
||||
- Updated dependencies [f9ca488]
|
||||
- @saleor/apps-ui@1.1.0
|
||||
- @saleor/apps-shared@1.5.1
|
||||
|
||||
## 1.8.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "saleor-app-search",
|
||||
"version": "1.8.1",
|
||||
"version": "1.9.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# saleor-app-slack
|
||||
|
||||
## 1.6.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- c406318: Updated dep @saleor/app-sdk to 0.38.0
|
||||
- Updated dependencies [c406318]
|
||||
- @saleor/apps-shared@1.5.1
|
||||
|
||||
## 1.6.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "saleor-app-slack",
|
||||
"version": "1.6.1",
|
||||
"version": "1.6.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||
|
|
|
@ -1,5 +1,19 @@
|
|||
# saleor-app-taxes
|
||||
|
||||
## 1.6.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- c406318: Updated dep @saleor/app-sdk to 0.38.0
|
||||
- 51134a5: Fix returning 0 for line price if Avatax returns isItemTaxable: false. This happens in, f.e., certain states in the US where there is no sales tax. After the fix, the app will fall back to the original line price.
|
||||
- Updated dependencies [24615cf]
|
||||
- Updated dependencies [ba7c3de]
|
||||
- Updated dependencies [c406318]
|
||||
- Updated dependencies [e751459]
|
||||
- Updated dependencies [f9ca488]
|
||||
- @saleor/apps-ui@1.1.0
|
||||
- @saleor/apps-shared@1.5.1
|
||||
|
||||
## 1.6.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "saleor-app-taxes",
|
||||
"version": "1.6.0",
|
||||
"version": "1.6.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @saleor/apps-shared
|
||||
|
||||
## 1.5.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- c406318: Updated dep @saleor/app-sdk to 0.38.0
|
||||
|
||||
## 1.5.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@saleor/apps-shared",
|
||||
"version": "1.5.0",
|
||||
"version": "1.5.1",
|
||||
"dependencies": {
|
||||
"pino": "^8.14.1",
|
||||
"pino-pretty": "^10.0.0"
|
||||
|
|
13
packages/ui/CHANGELOG.md
Normal file
13
packages/ui/CHANGELOG.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# @saleor/apps-ui
|
||||
|
||||
## 1.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 24615cf: Added SemanticChip component that wraps MacawUI Chip with semantic variants: error, warning, success & default
|
||||
- ba7c3de: Adds shared Breadcrumbs component. Each breadcrumbs item can be rendered with or without the href. The last item is automatically rendered without the href and with distinct styles.
|
||||
- e751459: Added TextLink component that can work with Next router and AppBridge.dispatch
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- f9ca488: Fixed TextLink color and style
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@saleor/apps-ui",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"devDependencies": {
|
||||
"@saleor/macaw-ui": "0.8.0-pre.84",
|
||||
"@types/react": "^18.0.27",
|
||||
|
|
Loading…
Reference in a new issue