chore(release): version packages
This commit is contained in:
parent
543b7f6f77
commit
f720aae83d
20 changed files with 81 additions and 26 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@emigrate/cli': patch
|
||||
---
|
||||
|
||||
Use setTimeout/setInterval from "node:timers" so that .unref() correctly works with Bun
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
---
|
||||
'@emigrate/reporter-pino': patch
|
||||
'@emigrate/plugin-tools': patch
|
||||
'@emigrate/storage-fs': patch
|
||||
'@emigrate/postgres': patch
|
||||
'@emigrate/tsconfig': patch
|
||||
'@emigrate/mysql': patch
|
||||
'@emigrate/types': patch
|
||||
'@emigrate/cli': patch
|
||||
---
|
||||
|
||||
Enable NPM provenance
|
||||
|
|
@ -1,5 +1,15 @@
|
|||
# @emigrate/cli
|
||||
|
||||
## 0.17.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 543b7f6: Use setTimeout/setInterval from "node:timers" so that .unref() correctly works with Bun
|
||||
- db656c2: Enable NPM provenance
|
||||
- Updated dependencies [db656c2]
|
||||
- @emigrate/plugin-tools@0.9.6
|
||||
- @emigrate/types@0.12.1
|
||||
|
||||
## 0.17.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@emigrate/cli",
|
||||
"version": "0.17.0",
|
||||
"version": "0.17.1",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"provenance": true
|
||||
|
|
|
|||
|
|
@ -1,5 +1,14 @@
|
|||
# @emigrate/mysql
|
||||
|
||||
## 0.2.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- db656c2: Enable NPM provenance
|
||||
- Updated dependencies [db656c2]
|
||||
- @emigrate/plugin-tools@0.9.6
|
||||
- @emigrate/types@0.12.1
|
||||
|
||||
## 0.2.5
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@emigrate/mysql",
|
||||
"version": "0.2.5",
|
||||
"version": "0.2.6",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"provenance": true
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# @emigrate/plugin-generate-js
|
||||
|
||||
## 0.3.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [db656c2]
|
||||
- @emigrate/plugin-tools@0.9.6
|
||||
- @emigrate/types@0.12.1
|
||||
|
||||
## 0.3.5
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@emigrate/plugin-generate-js",
|
||||
"version": "0.3.5",
|
||||
"version": "0.3.6",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# @emigrate/plugin-tools
|
||||
|
||||
## 0.9.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- db656c2: Enable NPM provenance
|
||||
- Updated dependencies [db656c2]
|
||||
- @emigrate/types@0.12.1
|
||||
|
||||
## 0.9.5
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@emigrate/plugin-tools",
|
||||
"version": "0.9.5",
|
||||
"version": "0.9.6",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"provenance": true
|
||||
|
|
|
|||
|
|
@ -1,5 +1,14 @@
|
|||
# @emigrate/postgres
|
||||
|
||||
## 0.2.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- db656c2: Enable NPM provenance
|
||||
- Updated dependencies [db656c2]
|
||||
- @emigrate/plugin-tools@0.9.6
|
||||
- @emigrate/types@0.12.1
|
||||
|
||||
## 0.2.5
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@emigrate/postgres",
|
||||
"version": "0.2.5",
|
||||
"version": "0.2.6",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"provenance": true
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# @emigrate/reporter-pino
|
||||
|
||||
## 0.6.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- db656c2: Enable NPM provenance
|
||||
- Updated dependencies [db656c2]
|
||||
- @emigrate/types@0.12.1
|
||||
|
||||
## 0.6.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@emigrate/reporter-pino",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"provenance": true
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# @emigrate/storage-fs
|
||||
|
||||
## 0.4.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- db656c2: Enable NPM provenance
|
||||
- Updated dependencies [db656c2]
|
||||
- @emigrate/types@0.12.1
|
||||
|
||||
## 0.4.5
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@emigrate/storage-fs",
|
||||
"version": "0.4.5",
|
||||
"version": "0.4.6",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"provenance": true
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# @emigrate/tsconfig
|
||||
|
||||
## 1.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- db656c2: Enable NPM provenance
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@emigrate/tsconfig",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"provenance": true
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# @emigrate/types
|
||||
|
||||
## 0.12.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- db656c2: Enable NPM provenance
|
||||
|
||||
## 0.12.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@emigrate/types",
|
||||
"version": "0.12.0",
|
||||
"version": "0.12.1",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"provenance": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue