Skip to content

Commit 31f4970

Browse files
committed
Release tracking (#2805)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Synced from monorepo@274335f4ac2a1d4235a71739f376b54c126be5ca
1 parent f8839d9 commit 31f4970

4 files changed

Lines changed: 161 additions & 147 deletions

File tree

.sync-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
02654e8a64eb45b4260cb6ed0d8967e9508677d2
1+
274335f4ac2a1d4235a71739f376b54c126be5ca

CHANGELOG.md

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

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- [#2792](https://github.com/xataio/frontend/pull/2792) [`02654e8`](https://github.com/xataio/frontend/commit/02654e8a64eb45b4260cb6ed0d8967e9508677d2) Thanks [@SferaDev](https://github.com/SferaDev)! - Read branch connection strings from the credentials endpoint instead of the deprecated `connectionString` field on branch metadata. API keys used with the CLI now need the `credentials:read` scope.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`02654e8`](https://github.com/xataio/frontend/commit/02654e8a64eb45b4260cb6ed0d8967e9508677d2)]:
12+
- @xata.io/sql@0.2.0
13+
- @xata.io/ai@0.1.1
14+
- @xata.io/config@0.0.5
15+
316
## 1.4.19
417

518
### Patch Changes

package.json

Lines changed: 5 additions & 5 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.4.19",
4+
"version": "1.5.0",
55
"private": true,
66
"module": "src/app.ts",
77
"type": "module",
@@ -10,7 +10,7 @@
1010
"@types/bun": "1.3.14",
1111
"@types/node": "26.1.1",
1212
"@types/treeify": "1.0.3",
13-
"@xata.io/test-utils": "0.0.5"
13+
"@xata.io/test-utils": "0.0.6"
1414
},
1515
"peerDependencies": {
1616
"typescript": "6.0.x"
@@ -37,13 +37,13 @@
3737
"yaml": "2.9.0",
3838
"zod": "4.4.3",
3939
"zod-config": "1.4.0",
40-
"@xata.io/ai": "0.1.1",
4140
"@xata.io/api": "0.1.4",
42-
"@xata.io/config": "0.0.4",
41+
"@xata.io/config": "0.0.5",
42+
"@xata.io/ai": "0.1.1",
4343
"@xata.io/lang": "0.0.3",
4444
"@xata.io/pgroll": "0.9.1",
4545
"@xata.io/pgstream": "0.2.1",
46-
"@xata.io/sql": "0.1.7",
46+
"@xata.io/sql": "0.2.0",
4747
"@xata.io/tsconfig": "0.0.2",
4848
"@xata.io/utils": "0.1.2"
4949
},

0 commit comments

Comments
 (0)