Skip to content

Commit 64734af

Browse files
committed
Release tracking (#2592)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Synced from monorepo@1e65c38d8a31e7dc7119ad1218e84055aea169eb
1 parent 730f7c1 commit 64734af

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-
6d4a51fda60af2ecd68f9cf062a4e08020b49c33
1+
1e65c38d8a31e7dc7119ad1218e84055aea169eb

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.3.2
4+
5+
### Patch Changes
6+
7+
- [#2591](https://github.com/xataio/frontend/pull/2591) [`0be09e1`](https://github.com/xataio/frontend/commit/0be09e187d10c22aaffbb7cc0396dfef8ca86a32) Thanks [@divyenduz](https://github.com/divyenduz)! - add xata branch logs command
8+
39
## 1.3.1
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.3.1",
4+
"version": "1.3.2",
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/api": "0.1.0",
41-
"@xata.io/lang": "0.0.1",
4241
"@xata.io/config": "0.0.0",
42+
"@xata.io/lang": "0.0.1",
4343
"@xata.io/pgroll": "0.9.0",
44-
"@xata.io/pgstream": "0.2.0",
4544
"@xata.io/sql": "0.1.3",
4645
"@xata.io/test-utils": "0.0.0",
4746
"@xata.io/tsconfig": "0.0.1",
48-
"@xata.io/utils": "0.1.0"
47+
"@xata.io/utils": "0.1.0",
48+
"@xata.io/pgstream": "0.2.0"
4949
},
5050
"scripts": {
5151
"dev": "bun src/bin/cli.ts",

0 commit comments

Comments
 (0)