Skip to content

Commit 0b2eaf8

Browse files
committed
Release tracking (#2676)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Synced from monorepo@5e56b38f2e0a7b920730bdd9e5864a859938d416
1 parent 390cdef commit 0b2eaf8

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-
74533256c8ed6eb6f8a6f079e3c60f31433f9192
1+
5e56b38f2e0a7b920730bdd9e5864a859938d416

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.7
4+
5+
### Patch Changes
6+
7+
- [#2675](https://github.com/xataio/frontend/pull/2675) [`7453325`](https://github.com/xataio/frontend/commit/74533256c8ed6eb6f8a6f079e3c60f31433f9192) Thanks [@kvch](https://github.com/kvch)! - bump pgstream to v1.1.1 and add clone snapshot support for global DB objects (`PGSTREAM_POSTGRES_SNAPSHOT_INCLUDE_GLOBAL_DB_OBJECTS`, off by default)
8+
39
## 1.4.6
410

511
### Patch 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.4.6",
4+
"version": "1.4.7",
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.1",
4141
"@xata.io/config": "0.0.1",
42-
"@xata.io/lang": "0.0.1",
4342
"@xata.io/pgroll": "0.9.0",
4443
"@xata.io/pgstream": "0.2.0",
4544
"@xata.io/sql": "0.1.4",
4645
"@xata.io/test-utils": "0.0.1",
4746
"@xata.io/tsconfig": "0.0.1",
48-
"@xata.io/utils": "0.1.0"
47+
"@xata.io/utils": "0.1.0",
48+
"@xata.io/lang": "0.0.1"
4949
},
5050
"scripts": {
5151
"dev": "bun src/bin/cli.ts",

0 commit comments

Comments
 (0)