Skip to content

Commit 7627ce7

Browse files
committed
Release tracking (#2261)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Synced from monorepo@43f22067695302d1d7700a4fa83634378075b3e2
1 parent 7e9a659 commit 7627ce7

3 files changed

Lines changed: 20 additions & 8 deletions

File tree

.sync-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4a1fc6eab88ec73e82f9574bc2dedccb4888745e
1+
43f22067695302d1d7700a4fa83634378075b3e2

CHANGELOG.md

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

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c34be69`](https://github.com/xataio/frontend/commit/c34be699fb81b2e199a3e5ea1ca38431560c4c87)]:
8+
- @xata.io/pgstream@0.2.0
9+
- @xata.io/pgroll@0.9.0
10+
- @xata.io/utils@0.1.0
11+
- @xata.io/ai@0.1.0
12+
- @xata.io/sql@0.1.3
13+
- @xata.io/config@0.0.0
14+
315
## 1.1.1
416

517
### Patch Changes

package.json

Lines changed: 7 additions & 7 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.1.1",
4+
"version": "1.1.2",
55
"private": true,
66
"module": "src/app.ts",
77
"type": "module",
@@ -35,15 +35,15 @@
3535
"yaml": "2.8.3",
3636
"zod": "4.3.6",
3737
"zod-config": "1.4.0",
38-
"@xata.io/ai": "0.0.0",
39-
"@xata.io/api": "0.1.0",
4038
"@xata.io/config": "0.0.0",
4139
"@xata.io/lang": "0.0.1",
42-
"@xata.io/pgroll": "0.8.0",
43-
"@xata.io/pgstream": "0.1.0",
44-
"@xata.io/sql": "0.1.2",
40+
"@xata.io/pgroll": "0.9.0",
41+
"@xata.io/ai": "0.1.0",
42+
"@xata.io/pgstream": "0.2.0",
43+
"@xata.io/sql": "0.1.3",
4544
"@xata.io/tsconfig": "0.0.1",
46-
"@xata.io/utils": "0.0.0"
45+
"@xata.io/api": "0.1.0",
46+
"@xata.io/utils": "0.1.0"
4747
},
4848
"scripts": {
4949
"dev": "bun src/bin/cli.ts",

0 commit comments

Comments
 (0)