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 Jan 9, 2025
1 parent c755947 commit 41d0f6d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/rude-doors-retire.md

This file was deleted.

7 changes: 7 additions & 0 deletions sdk/kiosk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mysten/kiosk

## 0.10.0

### Minor Changes

- c755947: Update fee calculation to happen via dry runs to improve the display of transactions
within the wallet.

## 0.9.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/kiosk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@mysten/kiosk",
"author": "Mysten Labs <[email protected]>",
"description": "Sui Kiosk library",
"version": "0.9.34",
"version": "0.10.0",
"license": "Apache-2.0",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion sdk/typescript/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
// This file is generated by genversion.mjs. Do not edit it directly.

export const PACKAGE_VERSION = '1.18.0';
export const TARGETED_RPC_VERSION = '1.40.0';
export const TARGETED_RPC_VERSION = '1.41.0';

0 comments on commit 41d0f6d

Please sign in to comment.