Release apps (#107)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
21f0a60f07
commit
e43d5634a7
9 changed files with 22 additions and 18 deletions
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"saleor-app-invoices": patch
|
||||
---
|
||||
|
||||
Link local eslint config to package json
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"saleor-app-search": major
|
||||
---
|
||||
|
||||
Include Search app to apps
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"eslint-config-saleor": minor
|
||||
---
|
||||
|
||||
Disable next/babel setting in shared eslint config
|
|
@ -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
|
||||
|
|
|
@ -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
7
apps/search/CHANGELOG.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# saleor-app-search
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- 21f0a60: Include Search app to apps
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "eslint-config-saleor",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue