Release apps (#357) - 2023-04-13
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
246b94360e
commit
51ec11ef41
29 changed files with 105 additions and 55 deletions
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"saleor-app-crm": minor
|
||||
---
|
||||
|
||||
Added dark mode and automatic color synchronization with Dashboard
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"saleor-app-search": minor
|
||||
---
|
||||
|
||||
Removed search index preview page. It can be easily accessed at Algolia itself.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"saleor-app-search": patch
|
||||
---
|
||||
|
||||
Update Next and Sentry
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"saleor-app-cms": patch
|
||||
---
|
||||
|
||||
Provider configurations UI fixes
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"saleor-app-cms": minor
|
||||
---
|
||||
|
||||
Redesigned the app to better match new Dashboard
|
|
@ -1,14 +0,0 @@
|
|||
---
|
||||
"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-app-klaviyo": patch
|
||||
"saleor-app-search": patch
|
||||
"saleor-app-slack": patch
|
||||
"saleor-app-taxes": patch
|
||||
"saleor-app-cms": patch
|
||||
---
|
||||
|
||||
Replace "export default" with named exports
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"eslint-config-saleor": minor
|
||||
---
|
||||
|
||||
Added "no-default-export" eslint rule (except Next.js page)
|
|
@ -1,5 +1,17 @@
|
|||
# saleor-app-cms
|
||||
|
||||
## 1.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 1da5163: Redesigned the app to better match new Dashboard
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 246b943: Provider configurations UI fixes
|
||||
- eca52ad: Replace "export default" with named exports
|
||||
- @saleor/apps-shared@1.3.0
|
||||
|
||||
## 1.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "saleor-app-cms",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||
|
|
11
apps/crm/CHANGELOG.md
Normal file
11
apps/crm/CHANGELOG.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# saleor-app-crm
|
||||
|
||||
## 1.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 8cf2193: Added dark mode and automatic color synchronization with Dashboard
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @saleor/apps-shared@1.3.0
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "saleor-app-crm",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
# saleor-app-data-importer
|
||||
|
||||
## 1.5.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- eca52ad: Replace "export default" with named exports
|
||||
- @saleor/apps-shared@1.3.0
|
||||
|
||||
## 1.5.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "saleor-app-data-importer",
|
||||
"version": "1.5.0",
|
||||
"version": "1.5.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
# saleor-app-emails-and-messages
|
||||
|
||||
## 1.3.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- eca52ad: Replace "export default" with named exports
|
||||
- @saleor/apps-shared@1.3.0
|
||||
|
||||
## 1.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "saleor-app-emails-and-messages",
|
||||
"version": "1.3.0",
|
||||
"version": "1.3.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
# saleor-app-klaviyo
|
||||
|
||||
## 1.4.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- eca52ad: Replace "export default" with named exports
|
||||
- @saleor/apps-shared@1.3.0
|
||||
|
||||
## 1.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "saleor-app-klaviyo",
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@7.18.1",
|
||||
"scripts": {
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
# saleor-app-monitoring
|
||||
|
||||
## 0.4.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- eca52ad: Replace "export default" with named exports
|
||||
- @saleor/apps-shared@1.3.0
|
||||
|
||||
## 0.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "saleor-app-monitoring",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
# saleor-app-products-feed
|
||||
|
||||
## 1.4.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- eca52ad: Replace "export default" with named exports
|
||||
- @saleor/apps-shared@1.3.0
|
||||
|
||||
## 1.4.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "saleor-app-products-feed",
|
||||
"version": "1.4.2",
|
||||
"version": "1.4.3",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||
|
|
|
@ -1,5 +1,17 @@
|
|||
# saleor-app-search
|
||||
|
||||
## 1.5.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- eca52ad: Removed search index preview page. It can be easily accessed at Algolia itself.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- eca52ad: Update Next and Sentry
|
||||
- eca52ad: Replace "export default" with named exports
|
||||
- @saleor/apps-shared@1.3.0
|
||||
|
||||
## 1.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "saleor-app-search",
|
||||
"version": "1.4.0",
|
||||
"version": "1.5.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
# saleor-app-slack
|
||||
|
||||
## 1.4.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- eca52ad: Replace "export default" with named exports
|
||||
- @saleor/apps-shared@1.3.0
|
||||
|
||||
## 1.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "saleor-app-slack",
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
# saleor-app-taxes
|
||||
|
||||
## 1.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- eca52ad: Replace "export default" with named exports
|
||||
- @saleor/apps-shared@1.3.0
|
||||
|
||||
## 1.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "saleor-app-taxes",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
||||
|
|
|
@ -1,5 +1,15 @@
|
|||
# eslint-config-saleor
|
||||
|
||||
## 0.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- eca52ad: Added "no-default-export" eslint rule (except Next.js page)
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- eca52ad: Replace "export default" with named exports
|
||||
|
||||
## 0.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "eslint-config-saleor",
|
||||
"version": "0.2.1",
|
||||
"version": "0.3.0",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue