chore(release): version packages

This commit is contained in:
github-actions[bot] 2024-01-22 10:30:34 +00:00 committed by Joakim Carlstein
parent a4da353d5a
commit e58ea23ed9
22 changed files with 82 additions and 29 deletions

View file

@ -1,5 +0,0 @@
---
'@emigrate/docs': minor
---
Document the --abort-respite CLI option and the corresponding abortRespite config

View file

@ -1,5 +0,0 @@
---
'@emigrate/types': minor
---
Add type for onAbort Reporter method

View file

@ -1,5 +0,0 @@
---
'@emigrate/reporter-pino': minor
---
Handle the new onAbort method

View file

@ -1,5 +0,0 @@
---
'@emigrate/cli': minor
---
Handle process interruptions gracefully, e.g. due to receiving a SIGINT or SIGTERM signal. If a migration is currently running when the process is about to shutdown it will have a maximum of 10 more seconds to finish before being deserted (there's no way to cancel a promise sadly, and many database queries are not easy to abort either). The 10 second respite length can be customized using the --abort-respite CLI option or the abortRespite config.

View file

@ -1,5 +1,11 @@
# @emigrate/docs
## 0.2.0
### Minor Changes
- a4da353: Document the --abort-respite CLI option and the corresponding abortRespite config
## 0.1.0
### Minor Changes

View file

@ -2,7 +2,7 @@
"name": "@emigrate/docs",
"private": true,
"type": "module",
"version": "0.1.0",
"version": "0.2.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",

View file

@ -1,5 +1,17 @@
# @emigrate/cli
## 0.16.0
### Minor Changes
- a4da353: Handle process interruptions gracefully, e.g. due to receiving a SIGINT or SIGTERM signal. If a migration is currently running when the process is about to shutdown it will have a maximum of 10 more seconds to finish before being deserted (there's no way to cancel a promise sadly, and many database queries are not easy to abort either). The 10 second respite length can be customized using the --abort-respite CLI option or the abortRespite config.
### Patch Changes
- Updated dependencies [ce15648]
- @emigrate/types@0.11.0
- @emigrate/plugin-tools@0.9.4
## 0.15.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@emigrate/cli",
"version": "0.15.0",
"version": "0.16.0",
"publishConfig": {
"access": "public"
},

View file

@ -1,5 +1,13 @@
# @emigrate/mysql
## 0.2.4
### Patch Changes
- Updated dependencies [ce15648]
- @emigrate/types@0.11.0
- @emigrate/plugin-tools@0.9.4
## 0.2.3
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@emigrate/mysql",
"version": "0.2.3",
"version": "0.2.4",
"publishConfig": {
"access": "public"
},

View file

@ -1,5 +1,13 @@
# @emigrate/plugin-generate-js
## 0.3.4
### Patch Changes
- Updated dependencies [ce15648]
- @emigrate/types@0.11.0
- @emigrate/plugin-tools@0.9.4
## 0.3.3
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@emigrate/plugin-generate-js",
"version": "0.3.3",
"version": "0.3.4",
"publishConfig": {
"access": "public"
},

View file

@ -1,5 +1,12 @@
# @emigrate/plugin-tools
## 0.9.4
### Patch Changes
- Updated dependencies [ce15648]
- @emigrate/types@0.11.0
## 0.9.3
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@emigrate/plugin-tools",
"version": "0.9.3",
"version": "0.9.4",
"publishConfig": {
"access": "public"
},

View file

@ -1,5 +1,13 @@
# @emigrate/postgres
## 0.2.4
### Patch Changes
- Updated dependencies [ce15648]
- @emigrate/types@0.11.0
- @emigrate/plugin-tools@0.9.4
## 0.2.3
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@emigrate/postgres",
"version": "0.2.3",
"version": "0.2.4",
"publishConfig": {
"access": "public"
},

View file

@ -1,5 +1,16 @@
# @emigrate/reporter-pino
## 0.5.0
### Minor Changes
- a4da353: Handle the new onAbort method
### Patch Changes
- Updated dependencies [ce15648]
- @emigrate/types@0.11.0
## 0.4.3
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@emigrate/reporter-pino",
"version": "0.4.3",
"version": "0.5.0",
"publishConfig": {
"access": "public"
},

View file

@ -1,5 +1,12 @@
# @emigrate/storage-fs
## 0.4.4
### Patch Changes
- Updated dependencies [ce15648]
- @emigrate/types@0.11.0
## 0.4.3
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@emigrate/storage-fs",
"version": "0.4.3",
"version": "0.4.4",
"publishConfig": {
"access": "public"
},

View file

@ -1,5 +1,11 @@
# @emigrate/types
## 0.11.0
### Minor Changes
- ce15648: Add type for onAbort Reporter method
## 0.10.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@emigrate/types",
"version": "0.10.0",
"version": "0.11.0",
"publishConfig": {
"access": "public"
},