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 18, 2023
1 parent 54256de commit 3803309
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 15 deletions.
12 changes: 0 additions & 12 deletions .changeset/rude-wasps-divide.md

This file was deleted.

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

## 0.0.6

### Patch Changes

- Updated dependencies [fb0ce3485]
- @mysten/dapp-kit@0.6.0

## 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.0.6",
"license": "Apache-2.0",
"files": [
"CHANGELOG.md",
Expand Down
13 changes: 13 additions & 0 deletions sdk/dapp-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @mysten/dapp-kit

## 0.6.0

### Minor Changes

- 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();

## 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/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mysten/sdk-docs

## 1.0.4

### Patch Changes

- Updated dependencies [fb0ce3485]
- @mysten/dapp-kit@0.6.0

## 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

0 comments on commit 3803309

Please sign in to comment.