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 Oct 26, 2023
1 parent 850c3b2 commit b55c4da
Show file tree
Hide file tree
Showing 28 changed files with 120 additions and 45 deletions.
6 changes: 0 additions & 6 deletions .changeset/khaki-monkeys-thank.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/rude-wasps-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-readers-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-cups-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-maps-exercise.md

This file was deleted.

16 changes: 16 additions & 0 deletions sdk/create-dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @mysten/create-dapp

## 0.1.0

### Minor Changes

- d4d9c9218: Upgrade dapp-kit and the scaffold applications to react-query v5

### Patch Changes

- Updated dependencies [d4d9c9218]
- Updated dependencies [fb0ce3485]
- Updated dependencies [09c103002]
- Updated dependencies [e0578094b]
- Updated dependencies [b9afb5567]
- @mysten/dapp-kit@0.6.0
- @mysten/sui[email protected]

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/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://sui-typescript-docs.vercel.app",
"version": "0.0.5",
"version": "0.1.0",
"license": "Apache-2.0",
"files": [
"CHANGELOG.md",
Expand Down
22 changes: 22 additions & 0 deletions sdk/dapp-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @mysten/dapp-kit

## 0.6.0

### Minor Changes

- d4d9c9218: Upgrade dapp-kit and the scaffold applications to react-query v5
- fb0ce3485: Add global connection status info and change the hook interface of `useCurrentWallet` to
return an object to encapsulate connection info together. To migrate:

Before:
const currentWallet = useCurrentWallet();

After:
const { currentWallet } = useCurrentWallet();

### Patch Changes

- 09c103002: fix pagination in useSuiClientInfiniteQuery
- e0578094b: Fix typing of data for useSuiClientInfiniteQuery
- Updated dependencies [b9afb5567]
- @mysten/sui[email protected]
- @mysten/wallet-standard@0.8.6

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/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://sui-typescript-docs.vercel.app/typescript",
"version": "0.5.0",
"version": "0.6.0",
"license": "Apache-2.0",
"files": [
"CHANGELOG.md",
Expand Down
7 changes: 7 additions & 0 deletions sdk/deepbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mysten/deepbook

## 0.5.6

### Patch Changes

- Updated dependencies [b9afb5567]
- @mysten/sui[email protected]

## 0.5.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/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.5.5",
"version": "0.5.6",
"license": "Apache-2.0",
"files": [
"dist",
Expand Down
12 changes: 12 additions & 0 deletions sdk/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @mysten/sdk-docs

## 1.0.4

### Patch Changes

- Updated dependencies [d4d9c9218]
- Updated dependencies [fb0ce3485]
- Updated dependencies [09c103002]
- Updated dependencies [e0578094b]
- Updated dependencies [b9afb5567]
- @mysten/dapp-kit@0.6.0
- @mysten/sui[email protected]

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysten/sdk-docs",
"version": "1.0.3",
"version": "1.0.4",
"private": true,
"description": "Docs for @mysten npm packages",
"main": "index.js",
Expand Down
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.7.7

### Patch Changes

- Updated dependencies [b9afb5567]
- @mysten/sui[email protected]

## 0.7.6

### 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.7.6",
"version": "0.7.7",
"license": "Apache-2.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions sdk/suins-toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mysten/suins-toolkit

## 0.3.12

### Patch Changes

- Updated dependencies [b9afb5567]
- @mysten/sui[email protected]

## 0.3.11

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

## 0.45.0

### Minor Changes

- b9afb5567: adds "transfer to object" (receivingRef) support

## 0.44.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/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(Work in Progress)",
"homepage": "https://sui-typescript-docs.vercel.app",
"version": "0.44.0",
"version": "0.45.0",
"license": "Apache-2.0",
"sideEffects": false,
"files": [
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 @@ -3,5 +3,5 @@

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

export const PACKAGE_VERSION = '0.44.0';
export const PACKAGE_VERSION = '0.45.0';
export const TARGETED_RPC_VERSION = '1.13.0';
8 changes: 8 additions & 0 deletions sdk/wallet-kit/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mysten/wallet-kit-core

## 0.6.9

### Patch Changes

- Updated dependencies [b9afb5567]
- @mysten/sui[email protected]
- @mysten/wallet-standard@0.8.6

## 0.6.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/wallet-kit/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysten/wallet-kit-core",
"version": "0.6.8",
"version": "0.6.9",
"description": "TODO: Write description",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
Expand Down
9 changes: 9 additions & 0 deletions sdk/wallet-kit/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @mysten/wallet-kit

## 0.8.1

### Patch Changes

- Updated dependencies [b9afb5567]
- @mysten/sui[email protected]
- @mysten/wallet-kit-core@0.6.9
- @mysten/wallet-standard@0.8.6

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/wallet-kit/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysten/wallet-kit",
"version": "0.8.0",
"version": "0.8.1",
"description": "TODO: Write description",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
Expand Down
7 changes: 7 additions & 0 deletions sdk/wallet-standard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mysten/wallet-standard

## 0.8.6

### Patch Changes

- Updated dependencies [b9afb5567]
- @mysten/sui[email protected]

## 0.8.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/wallet-standard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysten/wallet-standard",
"version": "0.8.5",
"version": "0.8.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
7 changes: 7 additions & 0 deletions sdk/zklogin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mysten/zklogin

## 0.3.3

### Patch Changes

- Updated dependencies [b9afb5567]
- @mysten/sui[email protected]

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/zklogin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysten/zklogin",
"version": "0.3.2",
"version": "0.3.3",
"description": "Utilities for interacting with zkLogin in Sui",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
Expand Down

0 comments on commit b55c4da

Please sign in to comment.