Skip to content

Commit

Permalink
chore(release): version packages (#31)
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 Dec 12, 2023
1 parent 8cc43a8 commit af360ca
Show file tree
Hide file tree
Showing 17 changed files with 69 additions and 35 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-olives-bathe.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/few-hounds-retire.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/seven-dolls-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-days-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-windows-appear.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/cli

## 0.7.0

### Minor Changes

- bc33e63: Improve error logging in the default reporter so that all "own properties" of errors are logged

### Patch Changes

- a79f8e8: Serialization of errors now happens inside storage plugins because it makes more sense and the types are easier to work with this way
- 5307e87: Only log info about locked migrations in the "up" command, as "list" doesn't do any locking
- Updated dependencies [a79f8e8]
- Updated dependencies [a79f8e8]
- @emigrate/plugin-tools@0.6.0

## 0.6.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.6.0",
"version": "0.7.0",
"publishConfig": {
"access": "public"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @emigrate/mysql

## 0.1.1

### Patch Changes

- a79f8e8: Serialization of errors now happens inside storage plugins because it makes more sense and the types are easier to work with this way
- Updated dependencies [a79f8e8]
- Updated dependencies [a79f8e8]
- @emigrate/plugin-tools@0.6.0

## 0.1.0

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

## 0.2.5

### Patch Changes

- Updated dependencies [a79f8e8]
- Updated dependencies [a79f8e8]
- @emigrate/plugin-tools@0.6.0

## 0.2.4

### Patch 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.4",
"version": "0.2.5",
"publishConfig": {
"access": "public"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/plugin-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @emigrate/plugin-tools

## 0.6.0

### Minor Changes

- a79f8e8: When serializing errors take all "own properties" into account to be able to serialize errors thrown by the `mysql2` package for instance without losing any information

### Patch Changes

- a79f8e8: Serialization of errors now happens inside storage plugins because it makes more sense and the types are easier to work with this way

## 0.5.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.5.0",
"version": "0.6.0",
"publishConfig": {
"access": "public"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/reporter-pino/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @emigrate/reporter-pino

## 0.2.0

### Minor Changes

- 09181f2: Only log the relative file path to the migration instead of the full metadata object

### Patch Changes

- 5307e87: Only log info about locked migrations in the "up" command, as "list" doesn't do any locking
- Updated dependencies [a79f8e8]
- Updated dependencies [a79f8e8]
- @emigrate/plugin-tools@0.6.0

## 0.1.1

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

## 0.3.1

### Patch Changes

- a79f8e8: Serialization of errors now happens inside storage plugins because it makes more sense and the types are easier to work with this way
- Updated dependencies [a79f8e8]
- Updated dependencies [a79f8e8]
- @emigrate/plugin-tools@0.6.0

## 0.3.0

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

0 comments on commit af360ca

Please sign in to comment.