chore(release): bump versions

This commit is contained in:
Joakim Carlstein 2023-11-10 10:55:42 +01:00
parent 9c239e0ae5
commit 9880778650
15 changed files with 52 additions and 39 deletions

View file

@ -1,5 +0,0 @@
---
'@emigrate/plugin-generate-js': minor
---
First version. A simple JavaScript migration file generator.

View file

@ -1,5 +0,0 @@
---
'emigrate': minor
---
Add template support for the "new" migration command

View file

@ -1,5 +0,0 @@
---
'@emigrate/tsconfig': major
---
First release and it's considered stable as it has been in use in other projects for a while.

View file

@ -1,5 +0,0 @@
---
'emigrate': minor
---
Automatically prefix plugin names when loading them if necessary. I.e. when specifying only "--plugin generate-js" Emigrate will load the @emigrate/plugin-generate-js plugin. It has a priority order that is: 1. the provided plugin name as is, 2. the name prefixed with "@emigrate/plugin-", 3. the name prefixed with "emigrate-plugin-"

View file

@ -1,5 +0,0 @@
---
'@emigrate/plugin-tools': minor
---
First version of the @emigrate/plugin-tools package which contains some nice to have utilities when building and using Emigrate plugins

View file

@ -1,5 +0,0 @@
---
'@emigrate/plugin-tools': minor
---
Use import-from-esm to resolve plugins relative to the current working directory and add a convenient plugin loader helper (loadPlugin)

View file

@ -1,5 +0,0 @@
---
'@emigrate/plugin-tools': patch
---
Remove double and trailing underscores in sanitized filenames and lower case the result for consistent filenames