Skip to content

Commit 74704d2

Browse files
Version Packages (#765)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6b8f03d commit 74704d2

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/yummy-lands-kiss.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/deepbook-v3/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @mysten/deepbook-v3
22

3+
## 0.26.1
4+
5+
### Patch Changes
6+
7+
- 6b8f03d: LZWBTC coin
8+
39
## 0.26.0
410

511
### Minor Changes

packages/deepbook-v3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@mysten/deepbook-v3",
33
"author": "Mysten Labs <[email protected]>",
44
"description": "Sui Deepbook SDK",
5-
"version": "0.26.0",
5+
"version": "0.26.1",
66
"license": "Apache-2.0",
77
"type": "commonjs",
88
"main": "./dist/cjs/index.js",

packages/typescript/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
// This file is generated by genversion.mjs. Do not edit it directly.
55

66
export const PACKAGE_VERSION = '1.45.2';
7-
export const TARGETED_RPC_VERSION = '1.63.0';
7+
export const TARGETED_RPC_VERSION = '1.64.0';

0 commit comments

Comments
 (0)