Skip to content

Commit 1f63086

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

4 files changed

Lines changed: 42 additions & 32 deletions

File tree

.sync-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fd5e19dfaa8ca7f1f1e1e625bf9b8e0d159eca97
1+
b4a7637ecb57362407e337b5fc3daa5d29f24dce

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.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`fd5e19d`](https://github.com/xataio/frontend/commit/fd5e19dfaa8ca7f1f1e1e625bf9b8e0d159eca97)]:
8+
- @xata.io/api@0.1.4
9+
- @xata.io/sql@0.1.7
10+
- @xata.io/ai@0.1.1
11+
- @xata.io/config@0.0.4
12+
313
## 1.4.18
414

515
### Patch Changes

package.json

Lines changed: 8 additions & 8 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.18",
4+
"version": "1.4.19",
55
"private": true,
66
"module": "src/app.ts",
77
"type": "module",
@@ -10,7 +10,7 @@
1010
"@types/bun": "1.3.14",
1111
"@types/node": "26.1.1",
1212
"@types/treeify": "1.0.3",
13-
"@xata.io/test-utils": "0.0.4"
13+
"@xata.io/test-utils": "0.0.5"
1414
},
1515
"peerDependencies": {
1616
"typescript": "6.0.x"
@@ -37,15 +37,15 @@
3737
"yaml": "2.9.0",
3838
"zod": "4.4.3",
3939
"zod-config": "1.4.0",
40+
"@xata.io/config": "0.0.4",
41+
"@xata.io/api": "0.1.4",
4042
"@xata.io/ai": "0.1.1",
41-
"@xata.io/api": "0.1.3",
42-
"@xata.io/config": "0.0.3",
43-
"@xata.io/pgroll": "0.9.1",
4443
"@xata.io/lang": "0.0.3",
44+
"@xata.io/pgroll": "0.9.1",
4545
"@xata.io/pgstream": "0.2.1",
46-
"@xata.io/sql": "0.1.6",
47-
"@xata.io/utils": "0.1.2",
48-
"@xata.io/tsconfig": "0.0.2"
46+
"@xata.io/sql": "0.1.7",
47+
"@xata.io/tsconfig": "0.0.2",
48+
"@xata.io/utils": "0.1.2"
4949
},
5050
"scripts": {
5151
"dev": "bun src/bin/cli.ts",

pnpm-lock.yaml

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)