Skip to content

Commit de1b5cb

Browse files
committed
Release tracking (#2321)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Synced from monorepo@b871e352ad6771ee1511dab8cb4664dc4b406832
1 parent 545245d commit de1b5cb

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

.sync-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b02004d4e9213e498a6c0fc2aa9df1b3a52720f2
1+
b871e352ad6771ee1511dab8cb4664dc4b406832

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.1
4+
5+
### Patch Changes
6+
7+
- [#2319](https://github.com/xataio/frontend/pull/2319) [`abf8f7b`](https://github.com/xataio/frontend/commit/abf8f7b089b6c55e6ba278675a574a735bc680b1) Thanks [@divyenduz](https://github.com/divyenduz)! - When CLI is running inside an agent context, make it not-interactive.
8+
39
## 1.2.0
410

511
### Minor Changes

package.json

Lines changed: 3 additions & 3 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.2.0",
4+
"version": "1.2.1",
55
"private": true,
66
"module": "src/app.ts",
77
"type": "module",
@@ -39,12 +39,12 @@
3939
"@xata.io/ai": "0.1.0",
4040
"@xata.io/api": "0.1.0",
4141
"@xata.io/config": "0.0.0",
42+
"@xata.io/lang": "0.0.1",
4243
"@xata.io/pgroll": "0.9.0",
43-
"@xata.io/sql": "0.1.3",
4444
"@xata.io/pgstream": "0.2.0",
4545
"@xata.io/tsconfig": "0.0.1",
4646
"@xata.io/utils": "0.1.0",
47-
"@xata.io/lang": "0.0.1"
47+
"@xata.io/sql": "0.1.3"
4848
},
4949
"scripts": {
5050
"dev": "bun src/bin/cli.ts",

0 commit comments

Comments
 (0)