diff --git a/.changeset/long-pens-matter.md b/.changeset/long-pens-matter.md deleted file mode 100644 index 6c130598c..000000000 --- a/.changeset/long-pens-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xata.io/kysely': minor ---- - -Improve types diff --git a/.changeset/mean-chicken-begin.md b/.changeset/mean-chicken-begin.md deleted file mode 100644 index 9842a7d91..000000000 --- a/.changeset/mean-chicken-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xata.io/cli': minor ---- - -Add support for pgroll enabled branches diff --git a/.changeset/quick-buckets-confess.md b/.changeset/quick-buckets-confess.md deleted file mode 100644 index 47b1268cc..000000000 --- a/.changeset/quick-buckets-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xata.io/client': minor ---- - -[Breaking] Update `XataApiClient` to use unified parameters diff --git a/.changeset/strange-onions-rescue.md b/.changeset/strange-onions-rescue.md deleted file mode 100644 index 0abd22c0e..000000000 --- a/.changeset/strange-onions-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xata.io/cli': patch ---- - -Update dependencies diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index dd1f02c07..00c20c0ae 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -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/client@0.30.0 + - @xata.io/codegen@0.30.0 + - @xata.io/importer@1.1.6 + ## 0.15.15 ### Patch Changes diff --git a/cli/package.json b/cli/package.json index 5bcbe8c8c..b54d30d3c 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@xata.io/cli", - "version": "0.15.15", + "version": "0.16.0", "description": "Xata.io CLI", "author": "Xata Inc.", "bin": { diff --git a/cli/src/commands/init/index.test.ts b/cli/src/commands/init/index.test.ts index b5f96e69f..1d14f8f3e 100644 --- a/cli/src/commands/init/index.test.ts +++ b/cli/src/commands/init/index.test.ts @@ -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, @@ -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, @@ -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, @@ -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, diff --git a/compatibility.json b/compatibility.json index 2b3333001..5f8d476ec 100644 --- a/compatibility.json +++ b/compatibility.json @@ -1,6 +1,6 @@ { "@xata.io/cli": { - "latest": "0.15.15", + "latest": "0.16.0", "compatibility": [ { "range": ">=0.0.0" @@ -8,7 +8,7 @@ ] }, "@xata.io/client": { - "latest": "0.29.5", + "latest": "0.30.0", "compatibility": [ { "range": ">=0.0.0" diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 09ceb05c1..3fa43af17 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -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 diff --git a/packages/client/package.json b/packages/client/package.json index 2f50128bb..d32b0aa01 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -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", diff --git a/packages/codegen/CHANGELOG.md b/packages/codegen/CHANGELOG.md index 728d39b1b..7a9a5a8ab 100644 --- a/packages/codegen/CHANGELOG.md +++ b/packages/codegen/CHANGELOG.md @@ -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/client@0.30.0 + ## 0.29.5 ### Patch Changes diff --git a/packages/codegen/package.json b/packages/codegen/package.json index 13c6fb5da..f21045ce3 100644 --- a/packages/codegen/package.json +++ b/packages/codegen/package.json @@ -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", diff --git a/packages/importer/CHANGELOG.md b/packages/importer/CHANGELOG.md index 9c3503da2..1b4cd8a44 100644 --- a/packages/importer/CHANGELOG.md +++ b/packages/importer/CHANGELOG.md @@ -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/client@0.30.0 + ## 1.1.5 ### Patch Changes diff --git a/packages/importer/package.json b/packages/importer/package.json index f51827c42..79ef441f3 100644 --- a/packages/importer/package.json +++ b/packages/importer/package.json @@ -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", @@ -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", diff --git a/packages/plugin-client-cache/CHANGELOG.md b/packages/plugin-client-cache/CHANGELOG.md index e438c9e16..4a53728da 100644 --- a/packages/plugin-client-cache/CHANGELOG.md +++ b/packages/plugin-client-cache/CHANGELOG.md @@ -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/client@0.30.0 + ## 0.1.47 ### Patch Changes diff --git a/packages/plugin-client-cache/package.json b/packages/plugin-client-cache/package.json index 6245afd16..ddca3091d 100644 --- a/packages/plugin-client-cache/package.json +++ b/packages/plugin-client-cache/package.json @@ -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", diff --git a/packages/plugin-client-cloudflare/CHANGELOG.md b/packages/plugin-client-cloudflare/CHANGELOG.md index 3a3df74fa..7d68f411f 100644 --- a/packages/plugin-client-cloudflare/CHANGELOG.md +++ b/packages/plugin-client-cloudflare/CHANGELOG.md @@ -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/client@0.30.0 + ## 0.0.46 ### Patch Changes diff --git a/packages/plugin-client-cloudflare/package.json b/packages/plugin-client-cloudflare/package.json index 078d9f89a..c037d0fc1 100644 --- a/packages/plugin-client-cloudflare/package.json +++ b/packages/plugin-client-cloudflare/package.json @@ -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", diff --git a/packages/plugin-client-drizzle/CHANGELOG.md b/packages/plugin-client-drizzle/CHANGELOG.md index 138761694..32a1e2b1d 100644 --- a/packages/plugin-client-drizzle/CHANGELOG.md +++ b/packages/plugin-client-drizzle/CHANGELOG.md @@ -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/client@0.30.0 + ## 0.0.22 ### Patch Changes diff --git a/packages/plugin-client-drizzle/package.json b/packages/plugin-client-drizzle/package.json index 0954b7ec0..4a45e3724 100644 --- a/packages/plugin-client-drizzle/package.json +++ b/packages/plugin-client-drizzle/package.json @@ -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", diff --git a/packages/plugin-client-kysely/CHANGELOG.md b/packages/plugin-client-kysely/CHANGELOG.md index 01e371502..02e1d38f7 100644 --- a/packages/plugin-client-kysely/CHANGELOG.md +++ b/packages/plugin-client-kysely/CHANGELOG.md @@ -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/client@0.30.0 + ## 0.1.22 ### Patch Changes diff --git a/packages/plugin-client-kysely/package.json b/packages/plugin-client-kysely/package.json index b665652f3..d13bcde2d 100644 --- a/packages/plugin-client-kysely/package.json +++ b/packages/plugin-client-kysely/package.json @@ -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", diff --git a/packages/plugin-client-netlify/CHANGELOG.md b/packages/plugin-client-netlify/CHANGELOG.md index 31506b650..d1728cad1 100644 --- a/packages/plugin-client-netlify/CHANGELOG.md +++ b/packages/plugin-client-netlify/CHANGELOG.md @@ -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/client@0.30.0 + ## 0.1.31 ### Patch Changes diff --git a/packages/plugin-client-netlify/package.json b/packages/plugin-client-netlify/package.json index f734210f0..78adea3d5 100644 --- a/packages/plugin-client-netlify/package.json +++ b/packages/plugin-client-netlify/package.json @@ -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", diff --git a/packages/plugin-client-opentelemetry/CHANGELOG.md b/packages/plugin-client-opentelemetry/CHANGELOG.md index 8d4e9c4aa..171cfdd65 100644 --- a/packages/plugin-client-opentelemetry/CHANGELOG.md +++ b/packages/plugin-client-opentelemetry/CHANGELOG.md @@ -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/client@0.30.0 + ## 0.2.45 ### Patch Changes diff --git a/packages/plugin-client-opentelemetry/package.json b/packages/plugin-client-opentelemetry/package.json index 09bb41ec4..db30a543e 100644 --- a/packages/plugin-client-opentelemetry/package.json +++ b/packages/plugin-client-opentelemetry/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 54aaab39a..19bf7a4dd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -359,7 +359,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@xata.io/client': - specifier: ^0.29.5 + specifier: ^0.30.0 version: link:../client any-date-parser: specifier: ^1.5.4