Skip to content

Commit

Permalink
chore(release): version packages (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
joakimbeng and github-actions[bot] authored Nov 17, 2023
1 parent 59ec16b commit a51192f
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-windows-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-spies-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-comics-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-items-kneel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/purple-rice-crash.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# 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

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emigrate/cli",
"version": "0.3.0",
"version": "0.4.0",
"publishConfig": {
"access": "public"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-generate-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @emigrate/plugin-generate-js

## 0.2.1

### Patch Changes

- Updated dependencies [8f35812]
- @emigrate/plugin-tools@0.3.0

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-generate-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emigrate/plugin-generate-js",
"version": "0.2.0",
"version": "0.2.1",
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-storage-fs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @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

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-storage-fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emigrate/plugin-storage-fs",
"version": "0.1.0",
"version": "0.1.1",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @emigrate/plugin-tools

## 0.3.0

### Minor Changes

- 8f35812: Add support for "reporter" plugins and implement a simple default reporter

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emigrate/plugin-tools",
"version": "0.2.0",
"version": "0.3.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit a51192f

Please sign in to comment.