Release apps (#107)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-02-08 13:00:17 +01:00 committed by GitHub
parent 21f0a60f07
commit e43d5634a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 22 additions and 18 deletions

View file

@ -1,5 +0,0 @@
---
"saleor-app-invoices": patch
---
Link local eslint config to package json

View file

@ -1,5 +0,0 @@
---
"saleor-app-search": major
---
Include Search app to apps

View file

@ -1,5 +0,0 @@
---
"eslint-config-saleor": minor
---
Disable next/babel setting in shared eslint config

View file

@ -1,5 +1,11 @@
# saleor-app-invoices
## 1.1.1
### Patch Changes
- 21f0a60: Link local eslint config to package json
## 1.1.0
### Minor Changes

View file

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

7
apps/search/CHANGELOG.md Normal file
View file

@ -0,0 +1,7 @@
# saleor-app-search
## 1.0.0
### Major Changes
- 21f0a60: Include Search app to apps

View file

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

View file

@ -1,5 +1,11 @@
# eslint-config-saleor
## 0.2.0
### Minor Changes
- d13ece4: Disable next/babel setting in shared eslint config
## 0.1.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "eslint-config-saleor",
"version": "0.1.0",
"version": "0.2.0",
"main": "index.js",
"license": "MIT",
"dependencies": {