chore(release): version packages

This commit is contained in:
github-actions[bot] 2024-02-12 12:48:26 +00:00 committed by Joakim Carlstein
parent 1065322435
commit ae9e8b1b04
10 changed files with 25 additions and 23 deletions

View file

@ -1,5 +0,0 @@
---
'@emigrate/docs': major
---
Rename the URL path "/commands/" to "/cli/" to make it more clear that those pages are the documentation for the CLI. This change is a BREAKING CHANGE because it changes the URL path of the pages.

View file

@ -1,5 +0,0 @@
---
'@emigrate/docs': minor
---
Add a separate page for the Emigrate CLI itself, with all the commands as sub pages

View file

@ -1,5 +0,0 @@
---
'@emigrate/mysql': patch
---
Only unreference connections in a Bun environment as it crashes Node for some reason, without even throwing an error that is

View file

@ -1,5 +0,0 @@
---
'@emigrate/reporter-pino': patch
---
Show correct status for migrations for the "list" and "new" commands

View file

@ -1,5 +1,15 @@
# @emigrate/docs
## 1.0.0
### Major Changes
- 1d33d65: Rename the URL path "/commands/" to "/cli/" to make it more clear that those pages are the documentation for the CLI. This change is a BREAKING CHANGE because it changes the URL path of the pages.
### Minor Changes
- 0c597fd: Add a separate page for the Emigrate CLI itself, with all the commands as sub pages
## 0.4.0
### Minor Changes

View file

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

View file

@ -1,5 +1,11 @@
# @emigrate/mysql
## 0.2.8
### Patch Changes
- 17feb2d: Only unreference connections in a Bun environment as it crashes Node for some reason, without even throwing an error that is
## 0.2.7
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@emigrate/mysql",
"version": "0.2.7",
"version": "0.2.8",
"publishConfig": {
"access": "public",
"provenance": true

View file

@ -1,5 +1,11 @@
# @emigrate/reporter-pino
## 0.6.2
### Patch Changes
- 1065322: Show correct status for migrations for the "list" and "new" commands
## 0.6.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@emigrate/reporter-pino",
"version": "0.6.1",
"version": "0.6.2",
"publishConfig": {
"access": "public",
"provenance": true