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 Sep 26, 2024
1 parent 0d17307 commit 5ec971d
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/good-bears-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-parrots-flow.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.3.23

### Patch Changes

- Updated dependencies [640b757]
- @mysten/dapp-kit@0.14.23

## 0.3.22

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

## 0.14.23

### Patch Changes

- 640b757: Add `getSuiClientQuery` to get the `queryOptions` config for usage with the `QueryClient`
outside of React hooks. Added `useSuiClientSuspenseQuery` to support suspense-based data fetching.

## 0.14.22

### Patch 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://sdk.mystenlabs.com/typescript",
"version": "0.14.22",
"version": "0.14.23",
"license": "Apache-2.0",
"files": [
"CHANGELOG.md",
Expand Down
6 changes: 6 additions & 0 deletions sdk/deepbook-v3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mysten/deepbook-v3

## 0.8.0

### Minor Changes

- 0d17307: Update deepbook sdk

## 0.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/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.7.1",
"version": "0.8.0",
"license": "Apache-2.0",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit 5ec971d

Please sign in to comment.