Skip to content

Commit

Permalink
Release tracking (#1576)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Rico <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Alexis Rico <[email protected]>
  • Loading branch information
3 people authored Sep 12, 2024
1 parent 6fd71f1 commit fc78ef4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/honest-goats-drop.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/tsc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: ['next', 'beta', 'latest', '5.3.3', '5.2.2', '5.1.6', '5.0.4', '4.9.5', '4.8.4', '4.7.4']
target: ['next', 'beta', 'latest', '5.6.2', '5.5.4', '5.4.5', '5.3.3', '5.2.2', '5.1.6', '5.0.4']

steps:
- name: 🛑 Cancel Previous Runs
Expand Down
6 changes: 6 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @xata.io/cli

## 0.16.4

### Patch Changes

- [#1572](https://github.com/xataio/client-ts/pull/1572) [`6fd71f1`](https://github.com/xataio/client-ts/commit/6fd71f1fd8f50c79f60cedfefd61115a44c4f91c) Thanks [@SferaDev](https://github.com/SferaDev)! - Tag new release

## 0.16.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xata.io/cli",
"version": "0.16.3",
"version": "0.16.4",
"description": "Xata.io CLI",
"author": "Xata Inc.",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion compatibility.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"@xata.io/cli": {
"latest": "0.16.3",
"latest": "0.16.4",
"compatibility": [
{
"range": ">=0.0.0"
Expand Down

0 comments on commit fc78ef4

Please sign in to comment.