Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 23, 2023
1 parent e1346b0 commit d8ae223
Show file tree
Hide file tree
Showing 21 changed files with 86 additions and 17 deletions.
6 changes: 0 additions & 6 deletions .changeset/three-ears-arrive.md

This file was deleted.

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

## 0.15.0

### Minor Changes

- [#1251](https://github.com/xataio/client-ts/pull/1251) [`e97d1999`](https://github.com/xataio/client-ts/commit/e97d1999f3c25f149213ceca81958e1674624e05) Thanks [@SferaDev](https://github.com/SferaDev)! - Remove Xata Workers support

### Patch Changes

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

## 0.14.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.14.5",
"version": "0.15.0",
"description": "Xata.io CLI",
"author": "Xata Inc.",
"bin": {
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.28.0

### Minor Changes

- [#1251](https://github.com/xataio/client-ts/pull/1251) [`e97d1999`](https://github.com/xataio/client-ts/commit/e97d1999f3c25f149213ceca81958e1674624e05) Thanks [@SferaDev](https://github.com/SferaDev)! - Remove Xata Workers support

## 0.27.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.27.0",
"version": "0.28.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.28.0

### Patch Changes

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

## 0.27.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.27.0",
"version": "0.28.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.3

### Patch Changes

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

## 1.1.2

### 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.2",
"version": "1.1.3",
"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.3.1",
"@xata.io/client": "^0.27.0",
"@xata.io/client": "^0.28.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.37

### Patch Changes

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

## 0.1.36

### 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.36",
"version": "0.1.37",
"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.36

### Patch Changes

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

## 0.0.35

### 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.35",
"version": "0.0.36",
"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.11

### Patch Changes

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

## 0.0.10

### 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.10",
"version": "0.0.11",
"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.1.11

### Patch Changes

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

## 0.1.10

### 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.10",
"version": "0.1.11",
"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.21

### Patch Changes

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

## 0.1.20

### 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.20",
"version": "0.1.21",
"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.35

### Patch Changes

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

## 0.2.34

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

0 comments on commit d8ae223

Please sign in to comment.