Release apps (#487)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
23b5c70f51
commit
8e0b08523b
36 changed files with 138 additions and 71 deletions
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@saleor/apps-shared": minor
|
||||
---
|
||||
|
||||
Add SaleorCompatibilityValidator util that compares semver version of the app and Saleor's
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"saleor-app-search": patch
|
||||
---
|
||||
|
||||
Use input component from the shared package.
|
|
@ -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.
|
|
@ -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
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"saleor-app-products-feed": patch
|
||||
---
|
||||
|
||||
Product description in the feed is now a plaintext instead of JSON.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@saleor/react-hook-form-macaw": patch
|
||||
---
|
||||
|
||||
Introduction of the library integrating Macaw with the React Hook Forms.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"saleor-app-invoices": patch
|
||||
---
|
||||
|
||||
Moved Semver compatibility checking to shared package, removed semver library
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@saleor/react-hook-form-macaw": minor
|
||||
---
|
||||
|
||||
Add Select input component
|
|
@ -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
|
|
@ -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.
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue