chore(release): version packages

This commit is contained in:
github-actions[bot] 2023-12-19 13:06:28 +00:00 committed by Joakim Carlstein
parent ce6946cac4
commit 747f9dbddb
17 changed files with 95 additions and 20 deletions

View file

@ -1,12 +0,0 @@
---
'@emigrate/plugin-generate-js': minor
'@emigrate/reporter-pino': minor
'@emigrate/plugin-tools': minor
'@emigrate/storage-fs': minor
'@emigrate/postgres': minor
'@emigrate/mysql': minor
'@emigrate/types': minor
'@emigrate/cli': minor
---
Emigrate supports Bun, make use of the `bun` key in package.json `exports`

View file

@ -1,5 +1,17 @@
# @emigrate/cli
## 0.11.0
### Minor Changes
- ce6946c: Emigrate supports Bun, make use of the `bun` key in package.json `exports`
### Patch Changes
- Updated dependencies [ce6946c]
- @emigrate/plugin-tools@0.9.0
- @emigrate/types@0.9.0
## 0.10.0
### Minor Changes

View file

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

View file

@ -1,5 +1,17 @@
# @emigrate/mysql
## 0.2.0
### Minor Changes
- ce6946c: Emigrate supports Bun, make use of the `bun` key in package.json `exports`
### Patch Changes
- Updated dependencies [ce6946c]
- @emigrate/plugin-tools@0.9.0
- @emigrate/types@0.9.0
## 0.1.3
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@emigrate/mysql",
"version": "0.1.3",
"version": "0.2.0",
"publishConfig": {
"access": "public"
},

View file

@ -1,5 +1,17 @@
# @emigrate/plugin-generate-js
## 0.3.0
### Minor Changes
- ce6946c: Emigrate supports Bun, make use of the `bun` key in package.json `exports`
### Patch Changes
- Updated dependencies [ce6946c]
- @emigrate/plugin-tools@0.9.0
- @emigrate/types@0.9.0
## 0.2.7
### Patch Changes

View file

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

View file

@ -1,5 +1,16 @@
# @emigrate/plugin-tools
## 0.9.0
### Minor Changes
- ce6946c: Emigrate supports Bun, make use of the `bun` key in package.json `exports`
### Patch Changes
- Updated dependencies [ce6946c]
- @emigrate/types@0.9.0
## 0.8.0
### Minor Changes

View file

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

View file

@ -1,5 +1,17 @@
# @emigrate/postgres
## 0.2.0
### Minor Changes
- ce6946c: Emigrate supports Bun, make use of the `bun` key in package.json `exports`
### Patch Changes
- Updated dependencies [ce6946c]
- @emigrate/plugin-tools@0.9.0
- @emigrate/types@0.9.0
## 0.1.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@emigrate/postgres",
"version": "0.1.0",
"version": "0.2.0",
"publishConfig": {
"access": "public"
},

View file

@ -1,5 +1,16 @@
# @emigrate/reporter-pino
## 0.4.0
### Minor Changes
- ce6946c: Emigrate supports Bun, make use of the `bun` key in package.json `exports`
### Patch Changes
- Updated dependencies [ce6946c]
- @emigrate/types@0.9.0
## 0.3.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@emigrate/reporter-pino",
"version": "0.3.1",
"version": "0.4.0",
"publishConfig": {
"access": "public"
},

View file

@ -1,5 +1,16 @@
# @emigrate/storage-fs
## 0.4.0
### Minor Changes
- ce6946c: Emigrate supports Bun, make use of the `bun` key in package.json `exports`
### Patch Changes
- Updated dependencies [ce6946c]
- @emigrate/types@0.9.0
## 0.3.3
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@emigrate/storage-fs",
"version": "0.3.3",
"version": "0.4.0",
"publishConfig": {
"access": "public"
},

View file

@ -1,5 +1,11 @@
# @emigrate/types
## 0.9.0
### Minor Changes
- ce6946c: Emigrate supports Bun, make use of the `bun` key in package.json `exports`
## 0.8.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@emigrate/types",
"version": "0.8.0",
"version": "0.9.0",
"publishConfig": {
"access": "public"
},