Skip to content

Commit

Permalink
Release tracking (#858)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
xata-bot and github-actions[bot] authored Jan 27, 2023
1 parent 19b99f9 commit 5e75e29
Show file tree
Hide file tree
Showing 16 changed files with 56 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-stingrays-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-brooms-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-insects-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-knives-allow.md

This file was deleted.

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

## 0.11.6

### Patch Changes

- [#869](https://github.com/xataio/client-ts/pull/869) [`94edf2ef`](https://github.com/xataio/client-ts/commit/94edf2ef18f7151c1dcc6a88c4d10e885c01607b) Thanks [@richardgill](https://github.com/richardgill)! - default value for strings is not longer set to "undefined" if left empty

- [#860](https://github.com/xataio/client-ts/pull/860) [`19b99f94`](https://github.com/xataio/client-ts/commit/19b99f9427d9337537d9fa982a412fe62015d263) Thanks [@SferaDev](https://github.com/SferaDev)! - Add experimental flag for incremental builds

- Updated dependencies [[`b2a4def4`](https://github.com/xataio/client-ts/commit/b2a4def4baf3eb18cd323895635e0bccb7f876f4), [`379e6144`](https://github.com/xataio/client-ts/commit/379e61446b21e7cbadd7fc59267736c6845ec566)]:
- @xata.io/[email protected]
- @xata.io/[email protected]

## 0.11.5

### 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.11.5",
"version": "0.11.6",
"description": "Xata.io CLI",
"author": "Xata Inc.",
"bin": {
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.22.0

### Minor Changes

- [#852](https://github.com/xataio/client-ts/pull/852) [`b2a4def4`](https://github.com/xataio/client-ts/commit/b2a4def4baf3eb18cd323895635e0bccb7f876f4) Thanks [@SferaDev](https://github.com/SferaDev)! - [BREAKING CHANGE] Reduce column selection depth

### Patch Changes

- [#835](https://github.com/xataio/client-ts/pull/835) [`379e6144`](https://github.com/xataio/client-ts/commit/379e61446b21e7cbadd7fc59267736c6845ec566) Thanks [@SferaDev](https://github.com/SferaDev)! - Add helper methods `toSerializable` and `toString`

## 0.21.6

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

## 0.3.3

### Patch Changes

- Updated dependencies [[`b2a4def4`](https://github.com/xataio/client-ts/commit/b2a4def4baf3eb18cd323895635e0bccb7f876f4), [`379e6144`](https://github.com/xataio/client-ts/commit/379e61446b21e7cbadd7fc59267736c6845ec566)]:
- @xata.io/[email protected]

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/importer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xata.io/importer",
"version": "0.3.2",
"version": "0.3.3",
"description": "Importer for xata.io",
"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.7

### Patch Changes

- Updated dependencies [[`b2a4def4`](https://github.com/xataio/client-ts/commit/b2a4def4baf3eb18cd323895635e0bccb7f876f4), [`379e6144`](https://github.com/xataio/client-ts/commit/379e61446b21e7cbadd7fc59267736c6845ec566)]:
- @xata.io/[email protected]

## 0.1.6

### 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.6",
"version": "0.1.7",
"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.6

### Patch Changes

- Updated dependencies [[`b2a4def4`](https://github.com/xataio/client-ts/commit/b2a4def4baf3eb18cd323895635e0bccb7f876f4), [`379e6144`](https://github.com/xataio/client-ts/commit/379e61446b21e7cbadd7fc59267736c6845ec566)]:
- @xata.io/[email protected]

## 0.0.5

### 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.5",
"version": "0.0.6",
"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.5

### Patch Changes

- Updated dependencies [[`b2a4def4`](https://github.com/xataio/client-ts/commit/b2a4def4baf3eb18cd323895635e0bccb7f876f4), [`379e6144`](https://github.com/xataio/client-ts/commit/379e61446b21e7cbadd7fc59267736c6845ec566)]:
- @xata.io/[email protected]

## 0.2.4

### 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.4",
"version": "0.2.5",
"description": "",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 5e75e29

Please sign in to comment.