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] committed Jun 27, 2024
1 parent d779286 commit b0e2d3f
Show file tree
Hide file tree
Showing 15 changed files with 62 additions and 17 deletions.
10 changes: 0 additions & 10 deletions .changeset/purple-garlics-perform.md

This file was deleted.

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

## 0.18.4

### Patch Changes

- d779286: Upgrade TypeScript to v5.5 and enable [isolatedDeclarations](https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/#isolated-declarations)
- Updated dependencies [d779286]
- @emigrate/plugin-tools@0.9.8
- @emigrate/types@0.12.2

## 0.18.3

### Patch 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.18.3",
"version": "0.18.4",
"publishConfig": {
"access": "public",
"provenance": true
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.3.3

### Patch Changes

- d779286: Upgrade TypeScript to v5.5 and enable [isolatedDeclarations](https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/#isolated-declarations)
- Updated dependencies [d779286]
- @emigrate/plugin-tools@0.9.8
- @emigrate/types@0.12.2

## 0.3.2

### 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.3.2",
"version": "0.3.3",
"publishConfig": {
"access": "public",
"provenance": true
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.3.8

### Patch Changes

- Updated dependencies [d779286]
- @emigrate/plugin-tools@0.9.8
- @emigrate/types@0.12.2

## 0.3.7

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

## 0.9.8

### Patch Changes

- d779286: Upgrade TypeScript to v5.5 and enable [isolatedDeclarations](https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/#isolated-declarations)
- @emigrate/types@0.12.2

## 0.9.7

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

## 0.3.2

### Patch Changes

- d779286: Upgrade TypeScript to v5.5 and enable [isolatedDeclarations](https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/#isolated-declarations)
- Updated dependencies [d779286]
- @emigrate/plugin-tools@0.9.8
- @emigrate/types@0.12.2

## 0.3.1

### 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.3.1",
"version": "0.3.2",
"publishConfig": {
"access": "public",
"provenance": true
Expand Down
7 changes: 7 additions & 0 deletions packages/reporter-pino/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @emigrate/reporter-pino

## 0.6.5

### Patch Changes

- d779286: Upgrade TypeScript to v5.5 and enable [isolatedDeclarations](https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/#isolated-declarations)
- @emigrate/types@0.12.2

## 0.6.4

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

## 1.0.3

### Patch Changes

- d779286: Upgrade TypeScript to v5.5 and enable [isolatedDeclarations](https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/#isolated-declarations)

## 1.0.2

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

0 comments on commit b0e2d3f

Please sign in to comment.