Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

release: version packages #215

Merged
merged 1 commit into from
May 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/weak-walls-cover.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/bot-kit-pro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @xmtp/bot-kit-pro

## 0.2.10

### Patch Changes

- Updated dependencies [[`fb2a9cd`](https://github.com/xmtp/xmtp-node-js-tools/commit/fb2a9cde0921d15d2f85fb9f6031d881ab5c67b7)]:
- @xmtp/[email protected]

## 0.2.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bot-kit-pro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmtp/bot-kit-pro",
"version": "0.2.9",
"version": "0.2.10",
"description": "A database-backed bot framework for running high reliability XMTP bots",
"main": "dist/src/index.js",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/grpc-api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @xmtp/grpc-api-client

## 0.2.7

### Patch Changes

- [#214](https://github.com/xmtp/xmtp-node-js-tools/pull/214) [`fb2a9cd`](https://github.com/xmtp/xmtp-node-js-tools/commit/fb2a9cde0921d15d2f85fb9f6031d881ab5c67b7) Thanks [@neekolas](https://github.com/neekolas)! - Adjust GRPC keepalive settings

## 0.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc-api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmtp/grpc-api-client",
"version": "0.2.6",
"version": "0.2.7",
"description": "A GRPC-backed API client for Node.js applications",
"main": "dist/src/index.js",
"type": "module",
Expand Down