chore(release): version packages (#13)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Joakim Carlstein 2023-11-17 12:58:19 +01:00 committed by GitHub
parent 59ec16b87b
commit a51192f730
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 39 additions and 30 deletions

View file

@ -1,5 +0,0 @@
---
'@emigrate/plugin-storage-fs': patch
---
Throw a more descriptive error when a file lock couldn't be acquired

View file

@ -1,5 +0,0 @@
---
'@emigrate/cli': minor
---
Make the dry run mode work for the "up" command using the "--dry" CLI option

View file

@ -1,5 +0,0 @@
---
'@emigrate/cli': minor
---
Improve the default reporter with good looking output that has colors and animations. In non-interactive environments the animations are not used (this includes CI environments).

View file

@ -1,5 +0,0 @@
---
'@emigrate/cli': minor
---
Improve the "up" command flow and the usage of reporters, handle migration errors and automatic skipping of migrations.

View file

@ -1,6 +0,0 @@
---
'@emigrate/plugin-tools': minor
'@emigrate/cli': minor
---
Add support for "reporter" plugins and implement a simple default reporter

View file

@ -1,5 +1,19 @@
# emigrate # emigrate
## 0.4.0
### Minor Changes
- 59ec16b: Make the dry run mode work for the "up" command using the "--dry" CLI option
- 59ec16b: Improve the default reporter with good looking output that has colors and animations. In non-interactive environments the animations are not used (this includes CI environments).
- 59ec16b: Improve the "up" command flow and the usage of reporters, handle migration errors and automatic skipping of migrations.
- 8f35812: Add support for "reporter" plugins and implement a simple default reporter
### Patch Changes
- Updated dependencies [8f35812]
- @emigrate/plugin-tools@0.3.0
## 0.3.0 ## 0.3.0
### Minor Changes ### Minor Changes

View file

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

View file

@ -1,5 +1,12 @@
# @emigrate/plugin-generate-js # @emigrate/plugin-generate-js
## 0.2.1
### Patch Changes
- Updated dependencies [8f35812]
- @emigrate/plugin-tools@0.3.0
## 0.2.0 ## 0.2.0
### Minor Changes ### Minor Changes

View file

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

View file

@ -1,5 +1,13 @@
# @emigrate/plugin-storage-fs # @emigrate/plugin-storage-fs
## 0.1.1
### Patch Changes
- e5eec7c: Throw a more descriptive error when a file lock couldn't be acquired
- Updated dependencies [8f35812]
- @emigrate/plugin-tools@0.3.0
## 0.1.0 ## 0.1.0
### Minor Changes ### Minor Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@emigrate/plugin-storage-fs", "name": "@emigrate/plugin-storage-fs",
"version": "0.1.0", "version": "0.1.1",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },

View file

@ -1,5 +1,11 @@
# @emigrate/plugin-tools # @emigrate/plugin-tools
## 0.3.0
### Minor Changes
- 8f35812: Add support for "reporter" plugins and implement a simple default reporter
## 0.2.0 ## 0.2.0
### Minor Changes ### Minor Changes

View file

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