chore(release): version packages

This commit is contained in:
github-actions[bot] 2023-12-19 13:35:30 +00:00 committed by Joakim Carlstein
parent beb6cf7719
commit e67ce0de1e
15 changed files with 56 additions and 17 deletions

View file

@ -1,10 +0,0 @@
---
'@emigrate/plugin-generate-js': patch
'@emigrate/reporter-pino': patch
'@emigrate/plugin-tools': patch
'@emigrate/storage-fs': patch
'@emigrate/postgres': patch
'@emigrate/mysql': patch
---
Don't use the `bun` key in `exports` as that would mean we have to include both built files and source files in each package, which is a bit wasteful. Maybe reconsider in the future if we can package only source files.

View file

@ -1,5 +1,12 @@
# @emigrate/cli
## 0.11.1
### Patch Changes
- Updated dependencies [3a8b06b]
- @emigrate/plugin-tools@0.9.1
## 0.11.0
### Minor Changes

View file

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

View file

@ -1,5 +1,13 @@
# @emigrate/mysql
## 0.2.1
### Patch Changes
- 3a8b06b: Don't use the `bun` key in `exports` as that would mean we have to include both built files and source files in each package, which is a bit wasteful. Maybe reconsider in the future if we can package only source files.
- Updated dependencies [3a8b06b]
- @emigrate/plugin-tools@0.9.1
## 0.2.0
### Minor Changes

View file

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

View file

@ -1,5 +1,13 @@
# @emigrate/plugin-generate-js
## 0.3.1
### Patch Changes
- 3a8b06b: Don't use the `bun` key in `exports` as that would mean we have to include both built files and source files in each package, which is a bit wasteful. Maybe reconsider in the future if we can package only source files.
- Updated dependencies [3a8b06b]
- @emigrate/plugin-tools@0.9.1
## 0.3.0
### Minor Changes

View file

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

View file

@ -1,5 +1,11 @@
# @emigrate/plugin-tools
## 0.9.1
### Patch Changes
- 3a8b06b: Don't use the `bun` key in `exports` as that would mean we have to include both built files and source files in each package, which is a bit wasteful. Maybe reconsider in the future if we can package only source files.
## 0.9.0
### Minor Changes

View file

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

View file

@ -1,5 +1,13 @@
# @emigrate/postgres
## 0.2.1
### Patch Changes
- 3a8b06b: Don't use the `bun` key in `exports` as that would mean we have to include both built files and source files in each package, which is a bit wasteful. Maybe reconsider in the future if we can package only source files.
- Updated dependencies [3a8b06b]
- @emigrate/plugin-tools@0.9.1
## 0.2.0
### Minor Changes

View file

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

View file

@ -1,5 +1,11 @@
# @emigrate/reporter-pino
## 0.4.1
### Patch Changes
- 3a8b06b: Don't use the `bun` key in `exports` as that would mean we have to include both built files and source files in each package, which is a bit wasteful. Maybe reconsider in the future if we can package only source files.
## 0.4.0
### Minor Changes

View file

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

View file

@ -1,5 +1,11 @@
# @emigrate/storage-fs
## 0.4.1
### Patch Changes
- 3a8b06b: Don't use the `bun` key in `exports` as that would mean we have to include both built files and source files in each package, which is a bit wasteful. Maybe reconsider in the future if we can package only source files.
## 0.4.0
### Minor Changes

View file

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