Skip to content

Commit

Permalink
chore(release): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and joakimbeng committed May 29, 2024
1 parent 4442604 commit f300f14
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/seven-wasps-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-beds-fetch.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @emigrate/mysql

## 0.3.0

### Minor Changes

- 4442604: Automatically create the database if it doesn't exist, and the user have the permissions to do so

### Patch Changes

- aef2d7c: Avoid "CREATE TABLE IF NOT EXISTS" as it's too locking in a clustered database when running it concurrently

## 0.2.8

### Patch 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.2.8",
"version": "0.3.0",
"publishConfig": {
"access": "public",
"provenance": true
Expand Down
6 changes: 6 additions & 0 deletions packages/postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @emigrate/postgres

## 0.3.0

### Minor Changes

- 4442604: Automatically create the database if it doesn't exist, and the user have the permissions to do so

## 0.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postgres/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emigrate/postgres",
"version": "0.2.6",
"version": "0.3.0",
"publishConfig": {
"access": "public",
"provenance": true
Expand Down

0 comments on commit f300f14

Please sign in to comment.