chore(release): bump versions
This commit is contained in:
parent
9c239e0ae5
commit
9880778650
15 changed files with 52 additions and 39 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@emigrate/plugin-generate-js': minor
|
||||
---
|
||||
|
||||
First version. A simple JavaScript migration file generator.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'emigrate': minor
|
||||
---
|
||||
|
||||
Add template support for the "new" migration command
|
||||
|
|
@ -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.
|
||||
|
|
@ -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-"
|
||||
|
|
@ -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
|
||||
|
|
@ -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)
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@emigrate/plugin-tools': patch
|
||||
---
|
||||
|
||||
Remove double and trailing underscores in sanitized filenames and lower case the result for consistent filenames
|
||||
Loading…
Add table
Add a link
Reference in a new issue