Skip to content

Commit

Permalink
Version Packages (#20163)
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/[email protected]

### Patch Changes

- 325955b: Fixes issue regarding refetching object data too soon after
executing transactions

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 Nov 4, 2024
1 parent ad884f9 commit d95d734
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/tall-years-buy.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.30

### Patch Changes

- 325955b: Fixes issue regarding refetching object data too soon after executing transactions

## 0.3.29

### 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.29",
"version": "0.3.30",
"license": "Apache-2.0",
"files": [
"CHANGELOG.md",
Expand Down

0 comments on commit d95d734

Please sign in to comment.