Skip to content

Commit

Permalink
Release tracking (#1605)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Rico <sferadev@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Alexis Rico <sferadev@gmail.com>
  • Loading branch information
3 people authored Oct 1, 2024
1 parent 8fe6fbf commit 8497f35
Show file tree
Hide file tree
Showing 21 changed files with 78 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/sharp-snails-wonder.md

This file was deleted.

4 changes: 2 additions & 2 deletions compatibility.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"@xata.io/cli": {
"latest": "0.16.10",
"latest": "0.16.11",
"compatibility": [
{
"range": ">=0.0.0"
}
]
},
"@xata.io/client": {
"latest": "0.30.0",
"latest": "0.30.1",
"compatibility": [
{
"range": ">=0.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @xata.io/cli

## 0.16.11

### Patch Changes

- Updated dependencies [[`8fe6fbf`](https://github.com/xataio/client-ts/commit/8fe6fbf3e6f0983723d770c942a5a202eee6fb8f)]:
- @xata.io/client@0.30.1
- @xata.io/codegen@0.30.1

## 0.16.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xata.io/cli",
"version": "0.16.10",
"version": "0.16.11",
"description": "Xata.io CLI",
"author": "Xata Inc.",
"bin": {
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/src/commands/init/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ describe('xata init', () => {
}",
"package.json": "{"name":"test","version":"1.0.0"}",
"readme.md": "",
"xataCustom.ts": "// Generated by Xata Codegen 0.30.0. Please do not edit.
"xataCustom.ts": "// Generated by Xata Codegen 0.30.1. Please do not edit.
import { buildClient } from "@xata.io/client";
import type {
BaseClientOptions,
Expand Down Expand Up @@ -242,7 +242,7 @@ describe('xata init', () => {
}
}",
"readme.md": "",
"xataCustom.ts": "// Generated by Xata Codegen 0.30.0. Please do not edit.
"xataCustom.ts": "// Generated by Xata Codegen 0.30.1. Please do not edit.
import { buildClient } from "@xata.io/client";
import type {
BaseClientOptions,
Expand Down Expand Up @@ -319,7 +319,7 @@ describe('xata init', () => {
}
}",
"readme.md": "",
"xataCustom.ts": "// Generated by Xata Codegen 0.30.0. Please do not edit.
"xataCustom.ts": "// Generated by Xata Codegen 0.30.1. Please do not edit.
import { buildClient } from "npm:@xata.io/client@latest";
import type {
BaseClientOptions,
Expand Down Expand Up @@ -400,7 +400,7 @@ describe('xata init', () => {
"package.json": "{"name":"test","version":"1.0.0"}",
"pnpm-lock.yaml": "lockfileVersion: '6.0'",
"readme.md": "",
"xataCustom.ts": "// Generated by Xata Codegen 0.30.0. Please do not edit.
"xataCustom.ts": "// Generated by Xata Codegen 0.30.1. Please do not edit.
import { buildClient } from "@xata.io/client";
import type {
BaseClientOptions,
Expand Down
6 changes: 6 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @xata.io/client

## 0.30.1

### Patch Changes

- [#1604](https://github.com/xataio/client-ts/pull/1604) [`8fe6fbf`](https://github.com/xataio/client-ts/commit/8fe6fbf3e6f0983723d770c942a5a202eee6fb8f) Thanks [@SferaDev](https://github.com/SferaDev)! - Update dependencies

## 0.30.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xata.io/client",
"version": "0.30.0",
"version": "0.30.1",
"description": "Xata.io SDK for TypeScript and JavaScript",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @xata.io/codegen

## 0.30.1

### Patch Changes

- Updated dependencies [[`8fe6fbf`](https://github.com/xataio/client-ts/commit/8fe6fbf3e6f0983723d770c942a5a202eee6fb8f)]:
- @xata.io/client@0.30.1

## 0.30.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xata.io/codegen",
"version": "0.30.0",
"version": "0.30.1",
"description": "Generates types based on a Xata.io database schema. Meant to be used with @xata.io/client",
"type": "module",
"main": "./dist/index.cjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-client-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @xata.io/plugin-client-cache

## 0.1.49

### Patch Changes

- Updated dependencies [[`8fe6fbf`](https://github.com/xataio/client-ts/commit/8fe6fbf3e6f0983723d770c942a5a202eee6fb8f)]:
- @xata.io/client@0.30.1

## 0.1.48

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-client-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xata.io/plugin-client-cache",
"version": "0.1.48",
"version": "0.1.49",
"description": "",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-client-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @xata.io/plugin-client-cloudflare

## 0.0.48

### Patch Changes

- Updated dependencies [[`8fe6fbf`](https://github.com/xataio/client-ts/commit/8fe6fbf3e6f0983723d770c942a5a202eee6fb8f)]:
- @xata.io/client@0.30.1

## 0.0.47

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-client-cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xata.io/plugin-client-cloudflare",
"version": "0.0.47",
"version": "0.0.48",
"description": "",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-client-drizzle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @xata.io/drizzle

## 0.0.24

### Patch Changes

- Updated dependencies [[`8fe6fbf`](https://github.com/xataio/client-ts/commit/8fe6fbf3e6f0983723d770c942a5a202eee6fb8f)]:
- @xata.io/client@0.30.1

## 0.0.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-client-drizzle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xata.io/drizzle",
"version": "0.0.23",
"version": "0.0.24",
"description": "",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-client-kysely/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @xata.io/kysely

## 0.2.1

### Patch Changes

- Updated dependencies [[`8fe6fbf`](https://github.com/xataio/client-ts/commit/8fe6fbf3e6f0983723d770c942a5a202eee6fb8f)]:
- @xata.io/client@0.30.1

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-client-kysely/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xata.io/kysely",
"version": "0.2.0",
"version": "0.2.1",
"description": "",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-client-netlify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @xata.io/netlify

## 0.1.33

### Patch Changes

- Updated dependencies [[`8fe6fbf`](https://github.com/xataio/client-ts/commit/8fe6fbf3e6f0983723d770c942a5a202eee6fb8f)]:
- @xata.io/client@0.30.1

## 0.1.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-client-netlify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xata.io/netlify",
"version": "0.1.32",
"version": "0.1.33",
"description": "",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-client-opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @xata.io/plugin-client-opentelemetry

## 0.2.47

### Patch Changes

- Updated dependencies [[`8fe6fbf`](https://github.com/xataio/client-ts/commit/8fe6fbf3e6f0983723d770c942a5a202eee6fb8f)]:
- @xata.io/client@0.30.1

## 0.2.46

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-client-opentelemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xata.io/plugin-client-opentelemetry",
"version": "0.2.46",
"version": "0.2.47",
"description": "",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 8497f35

Please sign in to comment.