Skip to content

Commit

Permalink
Release tracking (#1503)
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 Jul 16, 2024
1 parent 6d6c963 commit 546bb0f
Show file tree
Hide file tree
Showing 27 changed files with 99 additions and 38 deletions.
5 changes: 0 additions & 5 deletions .changeset/long-pens-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-chicken-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-buckets-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-onions-rescue.md

This file was deleted.

15 changes: 15 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @xata.io/cli

## 0.16.0

### Minor Changes

- [#1535](https://github.com/xataio/client-ts/pull/1535) [`40f97d5`](https://github.com/xataio/client-ts/commit/40f97d53091af3d268fe40b4e027245270d42a26) Thanks [@SferaDev](https://github.com/SferaDev)! - Add support for pgroll enabled branches

### Patch Changes

- [#1500](https://github.com/xataio/client-ts/pull/1500) [`389d57d`](https://github.com/xataio/client-ts/commit/389d57d541518657b64f93d6362de9e8455f34f6) Thanks [@xata-bot](https://github.com/xata-bot)! - Update dependencies

- Updated dependencies [[`cc673c9`](https://github.com/xataio/client-ts/commit/cc673c9a7885351082020e360630eab5db78c652)]:
- @xata.io/[email protected]
- @xata.io/[email protected]
- @xata.io/[email protected]

## 0.15.15

### 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.15.15",
"version": "0.16.0",
"description": "Xata.io CLI",
"author": "Xata Inc.",
"bin": {
Expand Down
8 changes: 4 additions & 4 deletions 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.29.5. Please do not edit.
"xataCustom.ts": "// Generated by Xata Codegen 0.30.0. 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.29.5. Please do not edit.
"xataCustom.ts": "// Generated by Xata Codegen 0.30.0. 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.29.5. Please do not edit.
"xataCustom.ts": "// Generated by Xata Codegen 0.30.0. 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.29.5. Please do not edit.
"xataCustom.ts": "// Generated by Xata Codegen 0.30.0. Please do not edit.
import { buildClient } from "@xata.io/client";
import type {
BaseClientOptions,
Expand Down
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.15.15",
"latest": "0.16.0",
"compatibility": [
{
"range": ">=0.0.0"
}
]
},
"@xata.io/client": {
"latest": "0.29.5",
"latest": "0.30.0",
"compatibility": [
{
"range": ">=0.0.0"
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.0

### Minor Changes

- [#1494](https://github.com/xataio/client-ts/pull/1494) [`cc673c9`](https://github.com/xataio/client-ts/commit/cc673c9a7885351082020e360630eab5db78c652) Thanks [@eemmiillyy](https://github.com/eemmiillyy)! - [Breaking] Update `XataApiClient` to use unified parameters

## 0.29.5

### Patch 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.29.5",
"version": "0.30.0",
"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.0

### Patch Changes

- Updated dependencies [[`cc673c9`](https://github.com/xataio/client-ts/commit/cc673c9a7885351082020e360630eab5db78c652)]:
- @xata.io/[email protected]

## 0.29.5

### 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.29.5",
"version": "0.30.0",
"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/importer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @xata.io/importer

## 1.1.6

### Patch Changes

- Updated dependencies [[`cc673c9`](https://github.com/xataio/client-ts/commit/cc673c9a7885351082020e360630eab5db78c652)]:
- @xata.io/[email protected]

## 1.1.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/importer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xata.io/importer",
"version": "1.1.5",
"version": "1.1.6",
"description": "Importer for xata.io",
"type": "module",
"main": "./dist/index.cjs",
Expand Down Expand Up @@ -30,7 +30,7 @@
"homepage": "https://github.com/xataio/client-ts/blob/main/importer/README.md",
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@xata.io/client": "^0.29.5",
"@xata.io/client": "^0.30.0",
"any-date-parser": "^1.5.4",
"json5": "^2.2.3",
"lodash.chunk": "^4.2.0",
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.48

### Patch Changes

- Updated dependencies [[`cc673c9`](https://github.com/xataio/client-ts/commit/cc673c9a7885351082020e360630eab5db78c652)]:
- @xata.io/[email protected]

## 0.1.47

### 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.47",
"version": "0.1.48",
"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.47

### Patch Changes

- Updated dependencies [[`cc673c9`](https://github.com/xataio/client-ts/commit/cc673c9a7885351082020e360630eab5db78c652)]:
- @xata.io/[email protected]

## 0.0.46

### 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.46",
"version": "0.0.47",
"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.23

### Patch Changes

- Updated dependencies [[`cc673c9`](https://github.com/xataio/client-ts/commit/cc673c9a7885351082020e360630eab5db78c652)]:
- @xata.io/[email protected]

## 0.0.22

### 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.22",
"version": "0.0.23",
"description": "",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-client-kysely/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @xata.io/kysely

## 0.2.0

### Minor Changes

- [#1535](https://github.com/xataio/client-ts/pull/1535) [`40f97d5`](https://github.com/xataio/client-ts/commit/40f97d53091af3d268fe40b4e027245270d42a26) Thanks [@SferaDev](https://github.com/SferaDev)! - Improve types

### Patch Changes

- Updated dependencies [[`cc673c9`](https://github.com/xataio/client-ts/commit/cc673c9a7885351082020e360630eab5db78c652)]:
- @xata.io/[email protected]

## 0.1.22

### Patch 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.1.22",
"version": "0.2.0",
"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.32

### Patch Changes

- Updated dependencies [[`cc673c9`](https://github.com/xataio/client-ts/commit/cc673c9a7885351082020e360630eab5db78c652)]:
- @xata.io/[email protected]

## 0.1.31

### 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.31",
"version": "0.1.32",
"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.46

### Patch Changes

- Updated dependencies [[`cc673c9`](https://github.com/xataio/client-ts/commit/cc673c9a7885351082020e360630eab5db78c652)]:
- @xata.io/[email protected]

## 0.2.45

### 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.45",
"version": "0.2.46",
"description": "",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 546bb0f

Please sign in to comment.