Skip to content

Commit 9296f75

Browse files
committed
Release tracking (#2892)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Synced from monorepo@fc41b629adc9d6822e501b63e7ca50b56423beb0
1 parent 10078c8 commit 9296f75

3 files changed

Lines changed: 14 additions & 6 deletions

File tree

.sync-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e2953b903e8ac75d8d1029f3400721d0f5686289
1+
fc41b629adc9d6822e501b63e7ca50b56423beb0

CHANGELOG.md

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

3+
## 1.5.5
4+
5+
### Patch Changes
6+
7+
- [#2894](https://github.com/xataio/frontend/pull/2894) [`004a83c`](https://github.com/xataio/frontend/commit/004a83cdbc7f4cc0b57e9918ed2b1a59c322de05) Thanks [@SferaDev](https://github.com/SferaDev)! - [CLI]: Describe accepted values and flag conflicts in `--help`
8+
9+
- [#2887](https://github.com/xataio/frontend/pull/2887) [`e2953b9`](https://github.com/xataio/frontend/commit/e2953b903e8ac75d8d1029f3400721d0f5686289) Thanks [@divyenduz](https://github.com/divyenduz)! - Allow `xata clone start` and `xata clone stream` to target a database other than the checked-out database with `--database`.
10+
311
## 1.5.4
412

513
### Patch Changes

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
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.8",
4241
"@xata.io/lang": "0.0.4",
43-
"@xata.io/config": "0.0.9",
4442
"@xata.io/pgroll": "0.9.1",
45-
"@xata.io/sql": "0.2.4",
46-
"@xata.io/tsconfig": "0.0.2",
43+
"@xata.io/config": "0.0.9",
4744
"@xata.io/pgstream": "0.2.3",
48-
"@xata.io/utils": "0.1.3"
45+
"@xata.io/sql": "0.2.4",
46+
"@xata.io/ai": "0.1.1",
47+
"@xata.io/utils": "0.1.3",
48+
"@xata.io/tsconfig": "0.0.2"
4949
},
5050
"scripts": {
5151
"dev": "bun src/bin/cli.ts",

0 commit comments

Comments
 (0)