Skip to content

Commit

Permalink
Merge pull request #516 from xataio/changeset-release/main
Browse files Browse the repository at this point in the history
Release tracking
  • Loading branch information
SferaDev authored Aug 9, 2022
2 parents 6f311d5 + 4816179 commit 43ed7a0
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-mice-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-melons-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-plums-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-birds-tickle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/seven-queens-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-pans-fetch.md

This file was deleted.

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

## 0.9.0

### Minor Changes

- [#514](https://github.com/xataio/client-ts/pull/514) [`2b3aee5`](https://github.com/xataio/client-ts/commit/2b3aee5e83223401936457374e10e11f339e2a36) Thanks [@gimenete](https://github.com/gimenete)! - Ask to introduce workspace/db/branch name to confirm deletions

* [#511](https://github.com/xataio/client-ts/pull/511) [`0fdfec7`](https://github.com/xataio/client-ts/commit/0fdfec7a463948054a51026f728e0fa4a5112d98) Thanks [@gimenete](https://github.com/gimenete)! - Add xata status command

### Patch Changes

- [#525](https://github.com/xataio/client-ts/pull/525) [`5f0f2c2`](https://github.com/xataio/client-ts/commit/5f0f2c2bb42da360e810f0a61ce360f8f8b07a04) Thanks [@xata-bot](https://github.com/xata-bot)! - Update dependencies

- Updated dependencies [[`e33d8fb`](https://github.com/xataio/client-ts/commit/e33d8fbca264d3ab1597ed698d5e79484dcba8a3), [`a3b1044`](https://github.com/xataio/client-ts/commit/a3b1044038c4ae73b4aacaa112818e69b7d380e1), [`5f0f2c2`](https://github.com/xataio/client-ts/commit/5f0f2c2bb42da360e810f0a61ce360f8f8b07a04), [`370a2e0`](https://github.com/xataio/client-ts/commit/370a2e0ae94f2ad714ad5bdefb3e0fb4d99f88c5)]:
- @xata.io/[email protected]
- @xata.io/[email protected]

## 0.8.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xata.io/cli",
"version": "0.8.1",
"version": "0.9.0",
"description": "Xata.io CLI",
"author": "Xata Inc.",
"bin": {
Expand Down Expand Up @@ -33,8 +33,8 @@
"@rollup/plugin-virtual": "^2.1.0",
"@types/ini": "^1.3.31",
"@types/prompts": "^2.0.14",
"@xata.io/client": "^0.16.0",
"@xata.io/codegen": "^0.15.0",
"@xata.io/client": "^0.16.1",
"@xata.io/codegen": "^0.16.1",
"@xata.io/importer": "^0.2.5",
"ansi-regex": "^6.0.1",
"babel-plugin-module-extension-resolver": "^1.0.0-rc.2",
Expand Down
10 changes: 10 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @xata.io/client

## 0.16.1

### Patch Changes

- [#531](https://github.com/xataio/client-ts/pull/531) [`e33d8fb`](https://github.com/xataio/client-ts/commit/e33d8fbca264d3ab1597ed698d5e79484dcba8a3) Thanks [@xata-bot](https://github.com/xata-bot)! - Add new method to list database metadata in the API client

* [#524](https://github.com/xataio/client-ts/pull/524) [`a3b1044`](https://github.com/xataio/client-ts/commit/a3b1044038c4ae73b4aacaa112818e69b7d380e1) Thanks [@SferaDev](https://github.com/SferaDev)! - Expose internal config information

- [#525](https://github.com/xataio/client-ts/pull/525) [`5f0f2c2`](https://github.com/xataio/client-ts/commit/5f0f2c2bb42da360e810f0a61ce360f8f8b07a04) Thanks [@xata-bot](https://github.com/xata-bot)! - Update dependencies

## 0.16.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.16.0",
"version": "0.16.1",
"description": "Xata.io SDK for TypeScript and JavaScript",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @xata.io/codegen

## 0.16.1

### Patch Changes

- [#530](https://github.com/xataio/client-ts/pull/530) [`370a2e0`](https://github.com/xataio/client-ts/commit/370a2e0ae94f2ad714ad5bdefb3e0fb4d99f88c5) Thanks [@gimenete](https://github.com/gimenete)! - Codegen from now on will add a comment with the version of the codegen used

## 0.15.0

### Minor 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.15.0",
"version": "0.16.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

0 comments on commit 43ed7a0

Please sign in to comment.