Skip to content

Commit f65dd9f

Browse files
committed
Release tracking (#2306)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Synced from monorepo@76346eb810bcb64d31e2cacc56cb1f02c896ba25
1 parent b42bc00 commit f65dd9f

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

.sync-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c4edf9f32553f4cfb5d439568d07e9a0b2676c4c
1+
76346eb810bcb64d31e2cacc56cb1f02c896ba25

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# xata-cli
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [#2244](https://github.com/xataio/frontend/pull/2244) [`c4edf9f`](https://github.com/xataio/frontend/commit/c4edf9f32553f4cfb5d439568d07e9a0b2676c4c) Thanks [@kvch](https://github.com/kvch)! - Add a new option for xata branch url to retrieve connection string for poolers
8+
39
## 1.1.5
410

511
### Patch Changes

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "xata-cli",
33
"description": "Xata CLI",
4-
"version": "1.1.5",
4+
"version": "1.2.0",
55
"private": true,
66
"module": "src/app.ts",
77
"type": "module",
@@ -36,15 +36,15 @@
3636
"yaml": "2.8.3",
3737
"zod": "4.3.6",
3838
"zod-config": "1.4.0",
39-
"@xata.io/ai": "0.1.0",
4039
"@xata.io/api": "0.1.0",
4140
"@xata.io/config": "0.0.0",
4241
"@xata.io/lang": "0.0.1",
4342
"@xata.io/pgroll": "0.9.0",
4443
"@xata.io/pgstream": "0.2.0",
45-
"@xata.io/utils": "0.1.0",
4644
"@xata.io/sql": "0.1.3",
47-
"@xata.io/tsconfig": "0.0.1"
45+
"@xata.io/tsconfig": "0.0.1",
46+
"@xata.io/ai": "0.1.0",
47+
"@xata.io/utils": "0.1.0"
4848
},
4949
"scripts": {
5050
"dev": "bun src/bin/cli.ts",

0 commit comments

Comments
 (0)