Release apps (#842)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Lukasz Ostrowski 2023-08-07 17:02:13 +02:00 committed by GitHub
parent 6a84b4b7e0
commit a951af938e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
34 changed files with 154 additions and 70 deletions

View file

@ -1,8 +0,0 @@
---
"saleor-app-products-feed": minor
---
Changed format of product URLs to Handlebars. Previous format can still be parsed, so this change does not affect existing configurations.
Old format: `http://example.com/{variantId}`
New format: `http://example.com/{{variant.id}}`

View file

@ -1,5 +0,0 @@
---
"saleor-app-products-feed": minor
---
Added item title customization using Handlebars.

View file

@ -1,7 +0,0 @@
---
"saleor-app-products-feed": minor
---
Feed format has been changed to leverage Product Group ID field:
- Product ID: feed items use SKU if available, product variant ID is used otherwise
- Product Group ID: product ID is used for all the items

View file

@ -1,13 +0,0 @@
---
"saleor-app-products-feed": minor
---
Updated pricing attributes according to the Google guidelines.
Was:
- Price: base or discounted price
Now:
- Price: always the base price. Attribute skipped if amount is equal to 0.
- Sale price: discounted price. Attribute skipped if value is the same as base price

View file

@ -1,5 +0,0 @@
---
"saleor-app-products-feed": minor
---
Added configuration for choosing which product attributes should be used for generating Google Product Feed. Supported feed attributes: Brand, Color, Size, Material, Pattern.

View file

@ -1,18 +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/apps-shared": patch
"saleor-app-invoices": patch
"saleor-app-klaviyo": patch
"saleor-app-cms-v2": patch
"saleor-app-search": patch
"@saleor/apps-ui": patch
"saleor-app-slack": patch
"saleor-app-taxes": patch
"saleor-app-crm": patch
---
Updated dependencies: vite, vitest, eslint, prettier, dotenv, turbo, syncpack, changesets, lint staged

View file

@ -1,5 +1,15 @@
# saleor-app-cms-v2 # saleor-app-cms-v2
## 2.1.2
### Patch Changes
- 261957f: Updated dependencies: vite, vitest, eslint, prettier, dotenv, turbo, syncpack, changesets, lint staged
- Updated dependencies [261957f]
- @saleor/react-hook-form-macaw@0.2.3
- @saleor/apps-shared@1.7.6
- @saleor/apps-ui@1.1.6
## 2.1.1 ## 2.1.1
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "saleor-app-cms-v2", "name": "saleor-app-cms-v2",
"version": "2.1.1", "version": "2.1.2",
"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",

View file

@ -1,5 +1,13 @@
# saleor-app-crm # saleor-app-crm
## 1.7.3
### Patch Changes
- 261957f: Updated dependencies: vite, vitest, eslint, prettier, dotenv, turbo, syncpack, changesets, lint staged
- Updated dependencies [261957f]
- @saleor/apps-shared@1.7.6
## 1.7.2 ## 1.7.2
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "saleor-app-crm", "name": "saleor-app-crm",
"version": "1.7.2", "version": "1.7.3",
"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",

View file

@ -1,5 +1,13 @@
# saleor-app-data-importer # saleor-app-data-importer
## 1.9.3
### Patch Changes
- 261957f: Updated dependencies: vite, vitest, eslint, prettier, dotenv, turbo, syncpack, changesets, lint staged
- Updated dependencies [261957f]
- @saleor/apps-shared@1.7.6
## 1.9.2 ## 1.9.2
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "saleor-app-data-importer", "name": "saleor-app-data-importer",
"version": "1.9.2", "version": "1.9.3",
"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",

View file

@ -1,5 +1,15 @@
# saleor-app-emails-and-messages # saleor-app-emails-and-messages
## 1.9.4
### Patch Changes
- 261957f: Updated dependencies: vite, vitest, eslint, prettier, dotenv, turbo, syncpack, changesets, lint staged
- Updated dependencies [261957f]
- @saleor/react-hook-form-macaw@0.2.3
- @saleor/apps-shared@1.7.6
- @saleor/apps-ui@1.1.6
## 1.9.3 ## 1.9.3
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "saleor-app-emails-and-messages", "name": "saleor-app-emails-and-messages",
"version": "1.9.3", "version": "1.9.4",
"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",

View file

@ -1,5 +1,13 @@
# saleor-app-invoices # saleor-app-invoices
## 1.15.3
### Patch Changes
- 261957f: Updated dependencies: vite, vitest, eslint, prettier, dotenv, turbo, syncpack, changesets, lint staged
- Updated dependencies [261957f]
- @saleor/apps-shared@1.7.6
## 1.15.2 ## 1.15.2
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "saleor-app-invoices", "name": "saleor-app-invoices",
"version": "1.15.2", "version": "1.15.3",
"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",

View file

@ -1,5 +1,13 @@
# saleor-app-klaviyo # saleor-app-klaviyo
## 1.8.3
### Patch Changes
- 261957f: Updated dependencies: vite, vitest, eslint, prettier, dotenv, turbo, syncpack, changesets, lint staged
- Updated dependencies [261957f]
- @saleor/apps-shared@1.7.6
## 1.8.2 ## 1.8.2
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "saleor-app-klaviyo", "name": "saleor-app-klaviyo",
"version": "1.8.2", "version": "1.8.3",
"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",

View file

@ -1,5 +1,39 @@
# saleor-app-products-feed # saleor-app-products-feed
## 1.11.0
### Minor Changes
- 6a84b4b: Changed format of product URLs to Handlebars. Previous format can still be parsed, so this change does not affect existing configurations.
Old format: `http://example.com/{variantId}`
New format: `http://example.com/{{variant.id}}`
- 6a84b4b: Added item title customization using Handlebars.
- fc5e639: Feed format has been changed to leverage Product Group ID field:
- Product ID: feed items use SKU if available, product variant ID is used otherwise
- Product Group ID: product ID is used for all the items
- 0b0297e: Updated pricing attributes according to the Google guidelines.
Was:
- Price: base or discounted price
Now:
- Price: always the base price. Attribute skipped if amount is equal to 0.
- Sale price: discounted price. Attribute skipped if value is the same as base price
- aece073: Added configuration for choosing which product attributes should be used for generating Google Product Feed. Supported feed attributes: Brand, Color, Size, Material, Pattern.
### Patch Changes
- 261957f: Updated dependencies: vite, vitest, eslint, prettier, dotenv, turbo, syncpack, changesets, lint staged
- Updated dependencies [261957f]
- @saleor/react-hook-form-macaw@0.2.3
- @saleor/apps-shared@1.7.6
- @saleor/apps-ui@1.1.6
## 1.10.3 ## 1.10.3
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "saleor-app-products-feed", "name": "saleor-app-products-feed",
"version": "1.10.3", "version": "1.11.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",

View file

@ -1,5 +1,15 @@
# saleor-app-search # saleor-app-search
## 1.12.1
### Patch Changes
- 261957f: Updated dependencies: vite, vitest, eslint, prettier, dotenv, turbo, syncpack, changesets, lint staged
- Updated dependencies [261957f]
- @saleor/react-hook-form-macaw@0.2.3
- @saleor/apps-shared@1.7.6
- @saleor/apps-ui@1.1.6
## 1.12.0 ## 1.12.0
### Minor Changes ### Minor Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "saleor-app-search", "name": "saleor-app-search",
"version": "1.12.0", "version": "1.12.1",
"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",

View file

@ -1,5 +1,15 @@
# saleor-app-slack # saleor-app-slack
## 1.8.3
### Patch Changes
- 261957f: Updated dependencies: vite, vitest, eslint, prettier, dotenv, turbo, syncpack, changesets, lint staged
- Updated dependencies [261957f]
- @saleor/react-hook-form-macaw@0.2.3
- @saleor/apps-shared@1.7.6
- @saleor/apps-ui@1.1.6
## 1.8.2 ## 1.8.2
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "saleor-app-slack", "name": "saleor-app-slack",
"version": "1.8.2", "version": "1.8.3",
"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",

View file

@ -1,5 +1,15 @@
# saleor-app-taxes # saleor-app-taxes
## 1.12.1
### Patch Changes
- 261957f: Updated dependencies: vite, vitest, eslint, prettier, dotenv, turbo, syncpack, changesets, lint staged
- Updated dependencies [261957f]
- @saleor/react-hook-form-macaw@0.2.3
- @saleor/apps-shared@1.7.6
- @saleor/apps-ui@1.1.6
## 1.12.0 ## 1.12.0
### Minor Changes ### Minor Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "saleor-app-taxes", "name": "saleor-app-taxes",
"version": "1.12.0", "version": "1.12.1",
"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",

View file

@ -1,5 +1,11 @@
# eslint-config-saleor # eslint-config-saleor
## 0.4.5
### Patch Changes
- 261957f: Updated dependencies: vite, vitest, eslint, prettier, dotenv, turbo, syncpack, changesets, lint staged
## 0.4.4 ## 0.4.4
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "eslint-config-saleor", "name": "eslint-config-saleor",
"version": "0.4.4", "version": "0.4.5",
"devDependencies": { "devDependencies": {
"eslint": "8.46.0", "eslint": "8.46.0",
"eslint-config-next": "13.4.8", "eslint-config-next": "13.4.8",

View file

@ -1,5 +1,11 @@
# @saleor/react-hook-form-macaw # @saleor/react-hook-form-macaw
## 0.2.3
### Patch Changes
- 261957f: Updated dependencies: vite, vitest, eslint, prettier, dotenv, turbo, syncpack, changesets, lint staged
## 0.2.2 ## 0.2.2
### Patch Changes ### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# @saleor/apps-shared # @saleor/apps-shared
## 1.7.6
### Patch Changes
- 261957f: Updated dependencies: vite, vitest, eslint, prettier, dotenv, turbo, syncpack, changesets, lint staged
## 1.7.5 ## 1.7.5
### Patch Changes ### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# @saleor/apps-ui # @saleor/apps-ui
## 1.1.6
### Patch Changes
- 261957f: Updated dependencies: vite, vitest, eslint, prettier, dotenv, turbo, syncpack, changesets, lint staged
## 1.1.5 ## 1.1.5
### Patch Changes ### Patch Changes

View file

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