Skip to content

Commit

Permalink
Version Packages (#19801)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and publish to npm
yourself or [setup this action to publish
automatically](https://github.com/changesets/action#with-publishing). If
you're not ready to do a release yet, that's fine, whenever you add more
changesets to main, this PR will be updated.


# Releases
## @mysten/deepbook-v3@0.10.0

### Minor Changes

-   23c3a3a: DEEP Mainnet Redeploy

## @mysten/create-dapp@0.3.26

### Patch Changes

-   @mysten/dapp-kit@0.14.26

## @mysten/dapp-kit@0.14.26

### Patch Changes

-   Updated dependencies [af39b6a]
    -   @mysten/zksend@0.11.7

## @mysten/graphql-transport@0.2.22

### Patch Changes

- af39b6a: Update to reflect GraphQL schema renaming
TransactionBlockFilter.signAddress to
    .sentAddress.
- 4d63e50: Update GraphQL transport layer to accommodate change in
schema
- 2cddd9d: Update the GraphQL transport to account for the removal of
recvAddress and the
    introduction of affectedAddress.

## @mysten/zksend@0.11.7

### Patch Changes

- af39b6a: Update to reflect GraphQL schema renaming
TransactionBlockFilter.signAddress to
    .sentAddress.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
sui-merge-bot[bot] and github-actions[bot] authored Oct 14, 2024
1 parent 23c3a3a commit 833ca51
Show file tree
Hide file tree
Showing 14 changed files with 41 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-stingrays-collect.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/green-spies-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-stingrays-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-hounds-breathe.md

This file was deleted.

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

## 0.3.26

### Patch Changes

- @mysten/dapp-kit@0.14.26

## 0.3.25

### 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 <build@mystenlabs.com>",
"description": "A CLI for creating new Sui dApps",
"homepage": "https://sdk.mystenlabs.com",
"version": "0.3.25",
"version": "0.3.26",
"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.26

### Patch Changes

- Updated dependencies [af39b6a]
- @mysten/zksend@0.11.7

## 0.14.25

### 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 <build@mystenlabs.com>",
"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.25",
"version": "0.14.26",
"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.10.0

### Minor Changes

- 23c3a3a: DEEP Mainnet Redeploy

## 0.9.0

### Minor 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 <build@mystenlabs.com>",
"description": "Sui Deepbook SDK",
"version": "0.9.0",
"version": "0.10.0",
"license": "Apache-2.0",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down
10 changes: 10 additions & 0 deletions sdk/graphql-transport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @mysten/graphql-transport

## 0.2.22

### Patch Changes

- af39b6a: Update to reflect GraphQL schema renaming TransactionBlockFilter.signAddress to
.sentAddress.
- 4d63e50: Update GraphQL transport layer to accommodate change in schema
- 2cddd9d: Update the GraphQL transport to account for the removal of recvAddress and the
introduction of affectedAddress.

## 0.2.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/graphql-transport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysten/graphql-transport",
"version": "0.2.21",
"version": "0.2.22",
"description": "A GraphQL transport to allow SuiClient to work with RPC 2.0",
"license": "Apache-2.0",
"author": "Mysten Labs <build@mystenlabs.com>",
Expand Down
7 changes: 7 additions & 0 deletions sdk/zksend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mysten/zksend

## 0.11.7

### Patch Changes

- af39b6a: Update to reflect GraphQL schema renaming TransactionBlockFilter.signAddress to
.sentAddress.

## 0.11.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/zksend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysten/zksend",
"version": "0.11.6",
"version": "0.11.7",
"description": "TODO: Write Description",
"license": "Apache-2.0",
"author": "Mysten Labs <build@mystenlabs.com>",
Expand Down

0 comments on commit 833ca51

Please sign in to comment.