Skip to content

Commit 7ea745c

Browse files
Version Packages (#1272)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b51dafb commit 7ea745c

7 files changed

Lines changed: 36 additions & 14 deletions

File tree

.changeset/icy-dancers-brake.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/source-duckdb/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @flowblade/source-duckdb
22

3+
## 0.25.1
4+
5+
### Patch Changes
6+
7+
- [#1271](https://github.com/belgattitude/flowblade/pull/1271) [`b51dafb`](https://github.com/belgattitude/flowblade/commit/b51dafbf953f233b58929bbd96c91807b4916b63) Thanks [@belgattitude](https://github.com/belgattitude)! - Minimum logtape is now 2.2.2 in peer-deps
8+
9+
```
10+
@logtape/logtape ^2.2.1 → ^2.2.2
11+
```
12+
313
## 0.25.0
414

515
### Minor Changes

packages/source-duckdb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flowblade/source-duckdb",
33
"description": "DuckDB node datasource",
4-
"version": "0.25.0",
4+
"version": "0.25.1",
55
"license": "MIT",
66
"author": {
77
"name": "Vanvelthem Sébastien",

packages/source-kysely/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @flowblade/source-kysely
22

3+
## 1.6.1
4+
5+
### Patch Changes
6+
7+
- [#1271](https://github.com/belgattitude/flowblade/pull/1271) [`b51dafb`](https://github.com/belgattitude/flowblade/commit/b51dafbf953f233b58929bbd96c91807b4916b63) Thanks [@belgattitude](https://github.com/belgattitude)! - Minimum logtape is now 2.2.2 in peer-deps
8+
9+
```
10+
@logtape/logtape ^2.2.1 → ^2.2.2
11+
```
12+
313
## 1.6.0
414

515
### Minor Changes

packages/source-kysely/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flowblade/source-kysely",
33
"description": "Kysely datasource",
4-
"version": "1.6.0",
4+
"version": "1.6.1",
55
"license": "MIT",
66
"author": {
77
"name": "Vanvelthem Sébastien",

packages/sqlduck/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @flowblade/sqlduck
22

3+
## 0.30.1
4+
5+
### Patch Changes
6+
7+
- [#1271](https://github.com/belgattitude/flowblade/pull/1271) [`b51dafb`](https://github.com/belgattitude/flowblade/commit/b51dafbf953f233b58929bbd96c91807b4916b63) Thanks [@belgattitude](https://github.com/belgattitude)! - Minimum logtape is now 2.2.2 in peer-deps
8+
9+
```
10+
@logtape/logtape ^2.2.1 → ^2.2.2
11+
```
12+
13+
- Updated dependencies [[`b51dafb`](https://github.com/belgattitude/flowblade/commit/b51dafbf953f233b58929bbd96c91807b4916b63)]:
14+
- @flowblade/source-duckdb@0.25.1
15+
316
## 0.30.0
417

518
### Minor Changes

packages/sqlduck/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flowblade/sqlduck",
3-
"version": "0.30.0",
3+
"version": "0.30.1",
44
"type": "module",
55
"sideEffects": false,
66
"exports": {

0 commit comments

Comments
 (0)