Skip to content

Commit

Permalink
Version Packages (#182)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed May 5, 2024
1 parent df96ae2 commit 5eb33e5
Show file tree
Hide file tree
Showing 13 changed files with 67 additions and 16 deletions.
10 changes: 0 additions & 10 deletions .changeset/polite-parrots-pump.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/mssql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @sqlfx/mssql

## 0.45.0

### Minor Changes

- [#181](https://github.com/tim-smart/sqlfx/pull/181) [`df96ae2`](https://github.com/tim-smart/sqlfx/commit/df96ae2be3e95e3f3b1931037c763f72fab6ec25) Thanks [@jmatsushita](https://github.com/jmatsushita)! - Upgraded to effect@3.1.2 and @effect/schema@0.66.14

### Patch Changes

- Updated dependencies [[`df96ae2`](https://github.com/tim-smart/sqlfx/commit/df96ae2be3e95e3f3b1931037c763f72fab6ec25)]:
- @sqlfx/sql@0.47.0

## 0.44.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mssql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sqlfx/mssql",
"version": "0.44.1",
"version": "0.45.0",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
11 changes: 11 additions & 0 deletions packages/mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @sqlfx/mysql

## 0.46.0

### Minor Changes

- [#181](https://github.com/tim-smart/sqlfx/pull/181) [`df96ae2`](https://github.com/tim-smart/sqlfx/commit/df96ae2be3e95e3f3b1931037c763f72fab6ec25) Thanks [@jmatsushita](https://github.com/jmatsushita)! - Upgraded to effect@3.1.2 and @effect/schema@0.66.14

### Patch Changes

- Updated dependencies [[`df96ae2`](https://github.com/tim-smart/sqlfx/commit/df96ae2be3e95e3f3b1931037c763f72fab6ec25)]:
- @sqlfx/sql@0.47.0

## 0.45.1

### 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": "@sqlfx/mysql",
"version": "0.45.1",
"version": "0.46.0",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
11 changes: 11 additions & 0 deletions packages/mysql2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @sqlfx/mysql2

## 0.2.0

### Minor Changes

- [#181](https://github.com/tim-smart/sqlfx/pull/181) [`df96ae2`](https://github.com/tim-smart/sqlfx/commit/df96ae2be3e95e3f3b1931037c763f72fab6ec25) Thanks [@jmatsushita](https://github.com/jmatsushita)! - Upgraded to effect@3.1.2 and @effect/schema@0.66.14

### Patch Changes

- Updated dependencies [[`df96ae2`](https://github.com/tim-smart/sqlfx/commit/df96ae2be3e95e3f3b1931037c763f72fab6ec25)]:
- @sqlfx/sql@0.47.0

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mysql2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sqlfx/mysql2",
"version": "0.1.0",
"version": "0.2.0",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
11 changes: 11 additions & 0 deletions packages/pg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @sqlfx/pg

## 0.47.0

### Minor Changes

- [#181](https://github.com/tim-smart/sqlfx/pull/181) [`df96ae2`](https://github.com/tim-smart/sqlfx/commit/df96ae2be3e95e3f3b1931037c763f72fab6ec25) Thanks [@jmatsushita](https://github.com/jmatsushita)! - Upgraded to effect@3.1.2 and @effect/schema@0.66.14

### Patch Changes

- Updated dependencies [[`df96ae2`](https://github.com/tim-smart/sqlfx/commit/df96ae2be3e95e3f3b1931037c763f72fab6ec25)]:
- @sqlfx/sql@0.47.0

## 0.46.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sqlfx/pg",
"version": "0.46.1",
"version": "0.47.0",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
6 changes: 6 additions & 0 deletions packages/sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sqlfx/sql

## 0.47.0

### Minor Changes

- [#181](https://github.com/tim-smart/sqlfx/pull/181) [`df96ae2`](https://github.com/tim-smart/sqlfx/commit/df96ae2be3e95e3f3b1931037c763f72fab6ec25) Thanks [@jmatsushita](https://github.com/jmatsushita)! - Upgraded to effect@3.1.2 and @effect/schema@0.66.14

## 0.46.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sqlfx/sql",
"version": "0.46.1",
"version": "0.47.0",
"description": "",
"publishConfig": {
"access": "public",
Expand Down
11 changes: 11 additions & 0 deletions packages/sqlite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @sqlfx/sqlite

## 0.47.0

### Minor Changes

- [#181](https://github.com/tim-smart/sqlfx/pull/181) [`df96ae2`](https://github.com/tim-smart/sqlfx/commit/df96ae2be3e95e3f3b1931037c763f72fab6ec25) Thanks [@jmatsushita](https://github.com/jmatsushita)! - Upgraded to effect@3.1.2 and @effect/schema@0.66.14

### Patch Changes

- Updated dependencies [[`df96ae2`](https://github.com/tim-smart/sqlfx/commit/df96ae2be3e95e3f3b1931037c763f72fab6ec25)]:
- @sqlfx/sql@0.47.0

## 0.46.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sqlite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sqlfx/sqlite",
"version": "0.46.1",
"version": "0.47.0",
"description": "",
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 5eb33e5

Please sign in to comment.