Skip to content

Commit 1f08e7d

Browse files
committed
Release tracking (#2594)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Synced from monorepo@b5bb1cd59d38134fa2778d5920edc04f82bed8ae
1 parent d7ed4a5 commit 1f08e7d

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-
9d9cbe0cde4425a509b812dc2e7e0d8e54217c8e
1+
b5bb1cd59d38134fa2778d5920edc04f82bed8ae

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.4.0
4+
5+
### Minor Changes
6+
7+
- [#2590](https://github.com/xataio/frontend/pull/2590) [`e43ad59`](https://github.com/xataio/frontend/commit/e43ad599757bae98575cf5d34cd0600bdb808712) Thanks [@SferaDev](https://github.com/SferaDev)! - Add support for logging in with an API key via `xata auth login --api-key <key>`. This is a non-interactive alternative to the browser-based device OAuth flow, and the key is validated before being stored.
8+
39
## 1.3.2
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.2",
4+
"version": "1.4.0",
55
"private": true,
66
"module": "src/app.ts",
77
"type": "module",
@@ -39,13 +39,13 @@
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",
4342
"@xata.io/pgroll": "0.9.0",
43+
"@xata.io/pgstream": "0.2.0",
44+
"@xata.io/lang": "0.0.1",
4445
"@xata.io/sql": "0.1.3",
4546
"@xata.io/test-utils": "0.0.0",
46-
"@xata.io/tsconfig": "0.0.1",
4747
"@xata.io/utils": "0.1.0",
48-
"@xata.io/pgstream": "0.2.0"
48+
"@xata.io/tsconfig": "0.0.1"
4949
},
5050
"scripts": {
5151
"dev": "bun src/bin/cli.ts",

0 commit comments

Comments
 (0)