Skip to content

Commit

Permalink
Version Packages (#20127)
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

-   02c9e46: Fix exports on the bundled package

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and lxfind committed Nov 4, 2024
1 parent b25f362 commit 55d665b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/good-students-care.md

This file was deleted.

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

## 0.0.3

### Patch Changes

- 02c9e46: Fix exports on the bundled package

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/kms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysten/kms",
"version": "0.0.2",
"version": "0.0.3",
"description": "A collection of KMS signers for various cloud providers",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
Expand Down

0 comments on commit 55d665b

Please sign in to comment.