Skip to content

Commit

Permalink
Version Packages (#2839)
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] authored May 24, 2024
1 parent bf66289 commit 5d981b4
Show file tree
Hide file tree
Showing 15 changed files with 49 additions and 18 deletions.
11 changes: 0 additions & 11 deletions .changeset/large-flies-repair.md

This file was deleted.

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

## 0.3.1

### Patch Changes

- [#2838](https://github.com/Effect-TS/effect/pull/2838) [`bf66289`](https://github.com/Effect-TS/effect/commit/bf662893dca07351b249e4ec1d1a9d0108d6f9e1) Thanks @tim-smart! - allow additional span attributes to be passed to sql clients

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sql-mssql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/sql-mssql",
"version": "0.3.0",
"version": "0.3.1",
"type": "module",
"license": "MIT",
"description": "A Microsoft SQL Server toolkit for Effect",
Expand Down
6 changes: 6 additions & 0 deletions packages/sql-mysql2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @effect/sql-mysql2

## 0.3.1

### Patch Changes

- [#2838](https://github.com/Effect-TS/effect/pull/2838) [`bf66289`](https://github.com/Effect-TS/effect/commit/bf662893dca07351b249e4ec1d1a9d0108d6f9e1) Thanks @tim-smart! - allow additional span attributes to be passed to sql clients

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sql-mysql2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/sql-mysql2",
"version": "0.3.0",
"version": "0.3.1",
"type": "module",
"license": "MIT",
"description": "A MySQL toolkit for Effect",
Expand Down
6 changes: 6 additions & 0 deletions packages/sql-pg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @effect/sql-pg

## 0.3.1

### Patch Changes

- [#2838](https://github.com/Effect-TS/effect/pull/2838) [`bf66289`](https://github.com/Effect-TS/effect/commit/bf662893dca07351b249e4ec1d1a9d0108d6f9e1) Thanks @tim-smart! - allow additional span attributes to be passed to sql clients

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sql-pg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/sql-pg",
"version": "0.3.0",
"version": "0.3.1",
"type": "module",
"license": "MIT",
"description": "A PostgreSQL toolkit for Effect",
Expand Down
6 changes: 6 additions & 0 deletions packages/sql-sqlite-bun/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @effect/sql-sqlite-bun

## 0.3.1

### Patch Changes

- [#2838](https://github.com/Effect-TS/effect/pull/2838) [`bf66289`](https://github.com/Effect-TS/effect/commit/bf662893dca07351b249e4ec1d1a9d0108d6f9e1) Thanks @tim-smart! - allow additional span attributes to be passed to sql clients

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sql-sqlite-bun/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/sql-sqlite-bun",
"version": "0.3.0",
"version": "0.3.1",
"type": "module",
"license": "MIT",
"description": "A SQLite toolkit for Effect",
Expand Down
6 changes: 6 additions & 0 deletions packages/sql-sqlite-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @effect/sql-sqlite-node

## 0.3.1

### Patch Changes

- [#2838](https://github.com/Effect-TS/effect/pull/2838) [`bf66289`](https://github.com/Effect-TS/effect/commit/bf662893dca07351b249e4ec1d1a9d0108d6f9e1) Thanks @tim-smart! - allow additional span attributes to be passed to sql clients

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sql-sqlite-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/sql-sqlite-node",
"version": "0.3.0",
"version": "0.3.1",
"type": "module",
"license": "MIT",
"description": "A SQLite toolkit for Effect",
Expand Down
6 changes: 6 additions & 0 deletions packages/sql-sqlite-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @effect/sql-sqlite-react-native

## 0.4.1

### Patch Changes

- [#2838](https://github.com/Effect-TS/effect/pull/2838) [`bf66289`](https://github.com/Effect-TS/effect/commit/bf662893dca07351b249e4ec1d1a9d0108d6f9e1) Thanks @tim-smart! - allow additional span attributes to be passed to sql clients

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sql-sqlite-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/sql-sqlite-react-native",
"version": "0.4.0",
"version": "0.4.1",
"type": "module",
"license": "MIT",
"description": "A SQLite toolkit for Effect",
Expand Down
6 changes: 6 additions & 0 deletions packages/sql-sqlite-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @effect/sql-sqlite-wasm

## 0.2.19

### Patch Changes

- [#2838](https://github.com/Effect-TS/effect/pull/2838) [`bf66289`](https://github.com/Effect-TS/effect/commit/bf662893dca07351b249e4ec1d1a9d0108d6f9e1) Thanks @tim-smart! - allow additional span attributes to be passed to sql clients

## 0.2.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sql-sqlite-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect/sql-sqlite-wasm",
"version": "0.2.18",
"version": "0.2.19",
"type": "module",
"license": "MIT",
"description": "A SQLite toolkit for Effect",
Expand Down

0 comments on commit 5d981b4

Please sign in to comment.