Skip to content

Commit 048a7d2

Browse files
committed
Release tracking (#2630)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Synced from monorepo@f9018a360671ac4b5d35de8035ddabd7127ca332
1 parent cd54a1c commit 048a7d2

3 files changed

Lines changed: 16 additions & 6 deletions

File tree

.sync-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
003eb27457e332d49dbb15612bc8ddd26741688c
1+
f9018a360671ac4b5d35de8035ddabd7127ca332

CHANGELOG.md

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

3+
## 1.4.4
4+
5+
### Patch Changes
6+
7+
- [#2632](https://github.com/xataio/frontend/pull/2632) [`003eb27`](https://github.com/xataio/frontend/commit/003eb27457e332d49dbb15612bc8ddd26741688c) Thanks [@divyenduz](https://github.com/divyenduz)! - run CLI in non interactive mode when running in a sub shell
8+
9+
- [#2629](https://github.com/xataio/frontend/pull/2629) [`1da65b4`](https://github.com/xataio/frontend/commit/1da65b45fc9190b0ae85a8d80fb43e2891fdeab0) Thanks [@divyenduz](https://github.com/divyenduz)! - fix ai mode of clone pii config generation
10+
11+
- [#2631](https://github.com/xataio/frontend/pull/2631) [`dd3da60`](https://github.com/xataio/frontend/commit/dd3da607cce506b5497c04ac07c44774e7954892) Thanks [@divyenduz](https://github.com/divyenduz)! - show cloud providers nicely in CLI prompts
12+
313
## 1.4.3
414

515
### 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.3",
4+
"version": "1.4.4",
55
"private": true,
66
"module": "src/app.ts",
77
"type": "module",
@@ -38,14 +38,14 @@
3838
"zod-config": "1.4.0",
3939
"@xata.io/ai": "0.1.0",
4040
"@xata.io/config": "0.0.1",
41-
"@xata.io/lang": "0.0.1",
4241
"@xata.io/pgroll": "0.9.0",
42+
"@xata.io/lang": "0.0.1",
4343
"@xata.io/pgstream": "0.2.0",
4444
"@xata.io/sql": "0.1.4",
45-
"@xata.io/test-utils": "0.0.1",
46-
"@xata.io/tsconfig": "0.0.1",
45+
"@xata.io/api": "0.1.1",
4746
"@xata.io/utils": "0.1.0",
48-
"@xata.io/api": "0.1.1"
47+
"@xata.io/tsconfig": "0.0.1",
48+
"@xata.io/test-utils": "0.0.1"
4949
},
5050
"scripts": {
5151
"dev": "bun src/bin/cli.ts",

0 commit comments

Comments
 (0)