Release apps (#487)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Lukasz Ostrowski 2023-05-23 15:08:26 +02:00 committed by GitHub
parent 23b5c70f51
commit 8e0b08523b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
36 changed files with 138 additions and 71 deletions

View file

@ -1,5 +0,0 @@
---
"@saleor/apps-shared": minor
---
Add SaleorCompatibilityValidator util that compares semver version of the app and Saleor's

View file

@ -1,5 +0,0 @@
---
"saleor-app-search": patch
---
Use input component from the shared package.

View file

@ -1,7 +0,0 @@
---
"saleor-app-products-feed": minor
---
Generated feed XML can now be uploaded to the s3 bucket.
Feed generation is now much faster thanks to implemented caching.

View file

@ -1,9 +0,0 @@
---
"saleor-app-taxes": minor
---
Set minimum Saleor version where app can be installed (3.9).
Previously, app could have been installed in any Saleor, but if required taxes APIs were missing, app would crash
Now, Saleor will reject installation if possible. If Saleor can't do it, App will check Saleor version during installation and fail it if version doesn't match

View file

@ -1,5 +0,0 @@
---
"saleor-app-products-feed": patch
---
Product description in the feed is now a plaintext instead of JSON.

View file

@ -1,5 +0,0 @@
---
"@saleor/react-hook-form-macaw": patch
---
Introduction of the library integrating Macaw with the React Hook Forms.

View file

@ -1,5 +0,0 @@
---
"saleor-app-invoices": patch
---
Moved Semver compatibility checking to shared package, removed semver library

View file

@ -1,5 +0,0 @@
---
"@saleor/react-hook-form-macaw": minor
---
Add Select input component

View file

@ -1,7 +0,0 @@
---
"saleor-app-emails-and-messages": minor
"saleor-app-products-feed": minor
"saleor-app-crm": minor
---
Added Sentry config. If Sentry is configured in ENV, it will use default Sentry configuration for Next.js to send errors to the Sentry

View file

@ -1,5 +0,0 @@
---
"saleor-app-taxes": minor
---
Adds `resolveOptionalOrThrow` util that throws when not able to resolve an optional value. Now, when critical values from external APIs are not found, the app will crash instead of falling back to 0s.

View file

@ -1,5 +1,12 @@
# saleor-app-cms
## 1.5.1
### Patch Changes
- Updated dependencies [23b5c70]
- @saleor/apps-shared@1.6.0
## 1.5.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-cms",
"version": "1.5.0",
"version": "1.5.1",
"private": true,
"scripts": {
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,16 @@
# saleor-app-crm
## 1.4.0
### Minor Changes
- 4801803: Added Sentry config. If Sentry is configured in ENV, it will use default Sentry configuration for Next.js to send errors to the Sentry
### Patch Changes
- Updated dependencies [23b5c70]
- @saleor/apps-shared@1.6.0
## 1.3.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-crm",
"version": "1.3.2",
"version": "1.4.0",
"private": true,
"scripts": {
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,12 @@
# saleor-app-data-importer
## 1.7.3
### Patch Changes
- Updated dependencies [23b5c70]
- @saleor/apps-shared@1.6.0
## 1.7.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-data-importer",
"version": "1.7.2",
"version": "1.7.3",
"private": true,
"scripts": {
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,16 @@
# saleor-app-emails-and-messages
## 1.6.0
### Minor Changes
- 4801803: Added Sentry config. If Sentry is configured in ENV, it will use default Sentry configuration for Next.js to send errors to the Sentry
### Patch Changes
- Updated dependencies [23b5c70]
- @saleor/apps-shared@1.6.0
## 1.5.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-emails-and-messages",
"version": "1.5.2",
"version": "1.6.0",
"private": true,
"scripts": {
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,13 @@
# saleor-app-invoices
## 1.13.3
### Patch Changes
- 23b5c70: Moved Semver compatibility checking to shared package, removed semver library
- Updated dependencies [23b5c70]
- @saleor/apps-shared@1.6.0
## 1.13.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-invoices",
"version": "1.13.2",
"version": "1.13.3",
"private": true,
"scripts": {
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,12 @@
# saleor-app-klaviyo
## 1.6.3
### Patch Changes
- Updated dependencies [23b5c70]
- @saleor/apps-shared@1.6.0
## 1.6.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-klaviyo",
"version": "1.6.2",
"version": "1.6.3",
"private": true,
"scripts": {
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,12 @@
# saleor-app-monitoring
## 0.6.3
### Patch Changes
- Updated dependencies [23b5c70]
- @saleor/apps-shared@1.6.0
## 0.6.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-monitoring",
"version": "0.6.2",
"version": "0.6.3",
"private": true,
"scripts": {
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,21 @@
# saleor-app-products-feed
## 1.7.0
### Minor Changes
- 0c8717a: Generated feed XML can now be uploaded to the s3 bucket.
Feed generation is now much faster thanks to implemented caching.
- 4801803: Added Sentry config. If Sentry is configured in ENV, it will use default Sentry configuration for Next.js to send errors to the Sentry
### Patch Changes
- ce8d9de: Product description in the feed is now a plaintext instead of JSON.
- Updated dependencies [23b5c70]
- @saleor/apps-shared@1.6.0
## 1.6.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-products-feed",
"version": "1.6.2",
"version": "1.7.0",
"private": true,
"scripts": {
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,16 @@
# saleor-app-search
## 1.9.1
### Patch Changes
- 590150b: Use input component from the shared package.
- Updated dependencies [23b5c70]
- Updated dependencies [8a339fc]
- Updated dependencies [b36502d]
- @saleor/apps-shared@1.6.0
- @saleor/react-hook-form-macaw@0.1.0
## 1.9.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-search",
"version": "1.9.0",
"version": "1.9.1",
"private": true,
"scripts": {
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,12 @@
# saleor-app-slack
## 1.6.3
### Patch Changes
- Updated dependencies [23b5c70]
- @saleor/apps-shared@1.6.0
## 1.6.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-slack",
"version": "1.6.2",
"version": "1.6.3",
"private": true,
"scripts": {
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1,5 +1,22 @@
# saleor-app-taxes
## 1.7.0
### Minor Changes
- 23b5c70: Set minimum Saleor version where app can be installed (3.9).
Previously, app could have been installed in any Saleor, but if required taxes APIs were missing, app would crash
Now, Saleor will reject installation if possible. If Saleor can't do it, App will check Saleor version during installation and fail it if version doesn't match
- dd799e6: Adds `resolveOptionalOrThrow` util that throws when not able to resolve an optional value. Now, when critical values from external APIs are not found, the app will crash instead of falling back to 0s.
### Patch Changes
- Updated dependencies [23b5c70]
- @saleor/apps-shared@1.6.0
## 1.6.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "saleor-app-taxes",
"version": "1.6.1",
"version": "1.7.0",
"private": true,
"scripts": {
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",

View file

@ -1 +1,11 @@
# @saleor/react-hook-form-macaw
## 0.1.0
### Minor Changes
- b36502d: Add Select input component
### Patch Changes
- 8a339fc: Introduction of the library integrating Macaw with the React Hook Forms.

View file

@ -1,6 +1,6 @@
{
"name": "@saleor/react-hook-form-macaw",
"version": "0.0.1",
"version": "0.1.0",
"devDependencies": {
"@babel/core": "^7.21.8",
"@saleor/macaw-ui": "0.8.0-pre.84",

View file

@ -1,5 +1,11 @@
# @saleor/apps-shared
## 1.6.0
### Minor Changes
- 23b5c70: Add SaleorCompatibilityValidator util that compares semver version of the app and Saleor's
## 1.5.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@saleor/apps-shared",
"version": "1.5.1",
"version": "1.6.0",
"dependencies": {
"pino": "^8.14.1",
"pino-pretty": "^10.0.0",