Skip to content
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/funny-lies-kneel.md

This file was deleted.

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

## 0.5.9

### Patch Changes

- Updated dependencies [44d9b4f]
- @mysten/[email protected]

## 0.5.8

### 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": "@mysten/codegen",
"version": "0.5.8",
"version": "0.5.9",
"description": "typescript codegen for sui move",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions packages/create-dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mysten/create-dapp

## 0.5.9

### Patch Changes

- Updated dependencies [44d9b4f]
- @mysten/[email protected]
- @mysten/[email protected]

## 0.5.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Mysten Labs <[email protected]>",
"description": "A CLI for creating new Sui dApps",
"homepage": "https://sdk.mystenlabs.com",
"version": "0.5.8",
"version": "0.5.9",
"license": "Apache-2.0",
"files": [
"CHANGELOG.md",
Expand Down
9 changes: 9 additions & 0 deletions packages/dapp-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @mysten/dapp-kit

## 0.19.8

### Patch Changes

- Updated dependencies [44d9b4f]
- @mysten/[email protected]
- @mysten/[email protected]
- @mysten/[email protected]

## 0.19.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dapp-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Mysten Labs <[email protected]>",
"description": "A collection of React hooks and components for interacting with the Sui blockchain and wallets.",
"homepage": "https://sdk.mystenlabs.com/typescript",
"version": "0.19.7",
"version": "0.19.8",
"license": "Apache-2.0",
"files": [
"CHANGELOG.md",
Expand Down
7 changes: 7 additions & 0 deletions packages/deepbook-v3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mysten/deepbook-v3

## 0.20.1

### Patch Changes

- Updated dependencies [44d9b4f]
- @mysten/[email protected]

## 0.20.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/deepbook-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@mysten/deepbook-v3",
"author": "Mysten Labs <[email protected]>",
"description": "Sui Deepbook SDK",
"version": "0.20.0",
"version": "0.20.1",
"license": "Apache-2.0",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/deepbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mysten/deepbook

## 0.9.9

### Patch Changes

- Updated dependencies [44d9b4f]
- @mysten/[email protected]

## 0.9.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/deepbook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@mysten/deepbook",
"author": "Mysten Labs <[email protected]>",
"description": "Sui Deepbook SDK",
"version": "0.9.8",
"version": "0.9.9",
"license": "Apache-2.0",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/enoki-connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mysten/enoki-connect

## 0.1.9

### Patch Changes

- Updated dependencies [44d9b4f]
- @mysten/[email protected]
- @mysten/[email protected]

## 0.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/enoki-connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysten/enoki-connect",
"version": "0.1.8",
"version": "0.1.9",
"description": "Enoki Connect Wallet-Standard implementation",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
Expand Down
9 changes: 9 additions & 0 deletions packages/enoki/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @mysten/enoki

## 0.12.10

### Patch Changes

- Updated dependencies [44d9b4f]
- @mysten/[email protected]
- @mysten/[email protected]
- @mysten/[email protected]

## 0.12.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/enoki/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysten/enoki",
"version": "0.12.9",
"version": "0.12.10",
"description": "TODO: Description",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
Expand Down
7 changes: 7 additions & 0 deletions packages/kiosk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mysten/kiosk

## 0.14.3

### Patch Changes

- Updated dependencies [44d9b4f]
- @mysten/[email protected]

## 0.14.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/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.14.2",
"version": "0.14.3",
"license": "Apache-2.0",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/mvr-static/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mysten/mvr-static

## 0.2.9

### Patch Changes

- Updated dependencies [44d9b4f]
- @mysten/[email protected]

## 0.2.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mvr-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Mysten Labs <[email protected]>",
"description": "The static generation tool for Move Registry (mvr)",
"homepage": "https://sdk.mystenlabs.com",
"version": "0.2.8",
"version": "0.2.9",
"license": "Apache-2.0",
"files": [
"CHANGELOG.md",
Expand Down
7 changes: 7 additions & 0 deletions packages/payment-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mysten/payment-kit

## 0.0.13

### Patch Changes

- Updated dependencies [44d9b4f]
- @mysten/[email protected]

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/payment-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysten/payment-kit",
"version": "0.0.12",
"version": "0.0.13",
"private": false,
"description": "Sui Payment Kit",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/seal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mysten/seal

## 0.9.3

### Patch Changes

- Updated dependencies [44d9b4f]
- @mysten/[email protected]

## 0.9.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/seal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysten/seal",
"version": "0.9.2",
"version": "0.9.3",
"description": "Seal SDK",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/seal/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// This file is generated by genversion.mjs. Do not edit it directly.

export const PACKAGE_VERSION = '0.9.2';
export const PACKAGE_VERSION = '0.9.3';
7 changes: 7 additions & 0 deletions packages/signers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mysten/signers

## 0.5.9

### Patch Changes

- Updated dependencies [44d9b4f]
- @mysten/[email protected]

## 0.5.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/signers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysten/signers",
"version": "0.5.8",
"version": "0.5.9",
"description": "A collection of signers for various providers",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions packages/slush-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mysten/slush-wallet

## 0.2.9

### Patch Changes

- Updated dependencies [44d9b4f]
- @mysten/[email protected]
- @mysten/[email protected]

## 0.2.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/slush-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysten/slush-wallet",
"version": "0.2.8",
"version": "0.2.9",
"description": "Wallet adapter for Slush web wallet",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
Expand Down
7 changes: 7 additions & 0 deletions packages/suins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mysten/suins

## 0.9.9

### Patch Changes

- Updated dependencies [44d9b4f]
- @mysten/[email protected]

## 0.9.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/suins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@mysten/suins",
"author": "Mysten Labs <[email protected]>",
"description": "SuiNS SDK",
"version": "0.9.8",
"version": "0.9.9",
"license": "Apache-2.0",
"private": false,
"type": "commonjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mysten/sui.js

## 1.44.0

### Minor Changes

- 44d9b4f: Update GraphQL client to use beta schema"

## 1.43.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Mysten Labs <[email protected]>",
"description": "Sui TypeScript API",
"homepage": "https://sdk.mystenlabs.com",
"version": "1.43.2",
"version": "1.44.0",
"license": "Apache-2.0",
"sideEffects": false,
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

// This file is generated by genversion.mjs. Do not edit it directly.

export const PACKAGE_VERSION = '1.43.2';
export const PACKAGE_VERSION = '1.44.0';
export const TARGETED_RPC_VERSION = '1.60.0';
8 changes: 8 additions & 0 deletions packages/wallet-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mysten/wallet-sdk

## 0.0.4

### Patch Changes

- Updated dependencies [44d9b4f]
- @mysten/[email protected]
- @mysten/[email protected]

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysten/wallet-sdk",
"version": "0.0.3",
"version": "0.0.4",
"private": false,
"description": "Utilities for building Sui wallets",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/wallet-standard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mysten/wallet-standard

## 0.19.6

### Patch Changes

- Updated dependencies [44d9b4f]
- @mysten/[email protected]

## 0.19.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-standard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysten/wallet-standard",
"version": "0.19.5",
"version": "0.19.6",
"description": "A suite of standard utilities for implementing wallets based on the Wallet Standard.",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
Expand Down
Loading