Skip to content

Commit

Permalink
Version Packages (MystenLabs#13239)
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]

### Minor Changes

- 47ea5ec: Update keypair signature methods to return bytes as a
base64 encoded string for better compatability

## @mysten/[email protected]

### Patch Changes

-   Updated dependencies [47ea5ec]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

-   Updated dependencies [47ea5ec]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

-   Updated dependencies [47ea5ec]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

-   @mysten/[email protected]
-   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

-   Updated dependencies [47ea5ec]
    -   @mysten/[email protected]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

-   Updated dependencies [47ea5ec]
    -   @mysten/[email protected]
    -   @mysten/[email protected]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

-   Updated dependencies [47ea5ec]
    -   @mysten/[email protected]
    -   @mysten/[email protected]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

-   Updated dependencies [47ea5ec]
    -   @mysten/[email protected]
    -   @mysten/[email protected]
    -   @mysten/[email protected]
    -   @mysten/[email protected]
    -   @mysten/[email protected]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

-   Updated dependencies [47ea5ec]
    -   @mysten/[email protected]
    -   @mysten/[email protected]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

-   Updated dependencies [47ea5ec]
    -   @mysten/[email protected]

## [email protected]

### Patch Changes

-   Updated dependencies [47ea5ec]
    -   @mysten/[email protected]
    -   @mysten/[email protected]
    -   @mysten/[email protected]

## [email protected]

### Patch Changes

-   Updated dependencies [47ea5ec]
    -   @mysten/[email protected]
    -   @mysten/[email protected]

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 Jul 31, 2023
1 parent 32f84e7 commit f6c95c9
Show file tree
Hide file tree
Showing 28 changed files with 119 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/gentle-mugs-hang.md

This file was deleted.

8 changes: 8 additions & 0 deletions dapps/kiosk-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# kiosk-cli

## 1.0.4

### Patch Changes

- Updated dependencies [47ea5ec7c]
- @mysten/sui[email protected]
- @mysten/kiosk@0.4.1

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion dapps/kiosk-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kiosk-cli",
"version": "1.0.3",
"version": "1.0.4",
"main": "index.js",
"private": true,
"type": "module",
Expand Down
9 changes: 9 additions & 0 deletions dapps/kiosk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# kiosk-demo

## 0.0.5

### Patch Changes

- Updated dependencies [47ea5ec7c]
- @mysten/sui[email protected]
- @mysten/kiosk@0.4.1
- @mysten/wallet-kit@0.5.1

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion dapps/kiosk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kiosk-demo",
"private": true,
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
7 changes: 7 additions & 0 deletions sdk/deepbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mysten/deepbook

## 0.3.1

### Patch Changes

- Updated dependencies [47ea5ec7c]
- @mysten/sui[email protected]

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/deepbook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@mysten/deepbook",
"author": "Mysten Labs <[email protected]>",
"description": "Sui Deepbook SDK",
"version": "0.3.0",
"version": "0.3.1",
"license": "Apache-2.0",
"files": [
"dist",
Expand Down
7 changes: 7 additions & 0 deletions sdk/kiosk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mysten/kiosk

## 0.4.1

### Patch Changes

- Updated dependencies [47ea5ec7c]
- @mysten/sui[email protected]

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/kiosk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@mysten/kiosk",
"author": "Mysten Labs <[email protected]>",
"description": "Sui Kiosk library",
"version": "0.4.0",
"version": "0.4.1",
"license": "Apache-2.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions sdk/suins-toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mysten/suins-toolkit

## 0.3.1

### Patch Changes

- Updated dependencies [47ea5ec7c]
- @mysten/sui[email protected]

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/suins-toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@mysten/suins-toolkit",
"author": "Mysten Labs <[email protected]>",
"description": "SuiNS TypeScript SDK",
"version": "0.3.0",
"version": "0.3.1",
"license": "Apache-2.0",
"files": [
"dist",
Expand Down
6 changes: 6 additions & 0 deletions sdk/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mysten/sui.js

## 0.39.0

### Minor Changes

- 47ea5ec7c: Update keypair signature methods to return bytes as a base64 encoded string for better compatability

## 0.38.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Mysten Labs <[email protected]>",
"description": "Sui TypeScript API(Work in Progress)",
"homepage": "https://sui-typescript-docs.vercel.app",
"version": "0.38.0",
"version": "0.39.0",
"license": "Apache-2.0",
"files": [
"CHANGELOG.md",
Expand Down
2 changes: 1 addition & 1 deletion sdk/typescript/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

// This file is generated by genversion.mjs. Do not edit it directly.

export const PACKAGE_VERSION = '0.38.0';
export const PACKAGE_VERSION = '0.39.0';
export const TARGETED_RPC_VERSION = '1.7.0';
7 changes: 7 additions & 0 deletions sdk/wallet-adapter/adapters/all-wallets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mysten/wallet-adapter-all-wallets

## 0.5.14

### Patch Changes

- @mysten/wallet-adapter-unsafe-burner@0.9.1
- @mysten/wallet-adapter-wallet-standard@0.7.14

## 0.5.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/wallet-adapter/adapters/all-wallets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysten/wallet-adapter-all-wallets",
"version": "0.5.13",
"version": "0.5.14",
"description": "Module exporting all integrated wallets for Sui Wallet Adapter",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions sdk/wallet-adapter/adapters/base-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mysten/wallet-adapter-base

## 0.8.1

### Patch Changes

- Updated dependencies [47ea5ec7c]
- @mysten/sui[email protected]
- @mysten/wallet-standard@0.5.14

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/wallet-adapter/adapters/base-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysten/wallet-adapter-base",
"version": "0.8.0",
"version": "0.8.1",
"description": "Base wallet adapter for Sui",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
Expand Down
9 changes: 9 additions & 0 deletions sdk/wallet-adapter/adapters/unsafe-burner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @mysten/wallet-adapter-unsafe-burner

## 0.9.1

### Patch Changes

- Updated dependencies [47ea5ec7c]
- @mysten/sui[email protected]
- @mysten/wallet-adapter-base@0.8.1
- @mysten/wallet-standard@0.5.14

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/wallet-adapter/adapters/unsafe-burner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysten/wallet-adapter-unsafe-burner",
"version": "0.9.0",
"version": "0.9.1",
"description": "",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @mysten/wallet-adapter-wallet-standard

## 0.7.14

### Patch Changes

- Updated dependencies [47ea5ec7c]
- @mysten/sui[email protected]
- @mysten/wallet-adapter-base@0.8.1
- @mysten/wallet-standard@0.5.14

## 0.7.13

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysten/wallet-adapter-wallet-standard",
"version": "0.7.13",
"version": "0.7.14",
"description": "Integration of the Wallet Standard for the Sui Wallet Adapter",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
Expand Down
9 changes: 9 additions & 0 deletions sdk/wallet-adapter/wallet-kit-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @mysten/wallet-kit-core

## 0.4.14

### Patch Changes

- Updated dependencies [47ea5ec7c]
- @mysten/sui[email protected]
- @mysten/wallet-adapter-base@0.8.1
- @mysten/wallet-standard@0.5.14

## 0.4.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/wallet-adapter/wallet-kit-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysten/wallet-kit-core",
"version": "0.4.13",
"version": "0.4.14",
"description": "TODO: Write description",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
Expand Down
12 changes: 12 additions & 0 deletions sdk/wallet-adapter/wallet-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @mysten/wallet-kit

## 0.5.1

### Patch Changes

- Updated dependencies [47ea5ec7c]
- @mysten/sui[email protected]
- @mysten/wallet-adapter-base@0.8.1
- @mysten/wallet-adapter-unsafe-burner@0.9.1
- @mysten/wallet-adapter-wallet-standard@0.7.14
- @mysten/wallet-kit-core@0.4.14
- @mysten/wallet-standard@0.5.14

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/wallet-adapter/wallet-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysten/wallet-kit",
"version": "0.5.0",
"version": "0.5.1",
"description": "TODO: Write description",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
Expand Down
7 changes: 7 additions & 0 deletions sdk/wallet-adapter/wallet-standard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mysten/wallet-standard

## 0.5.14

### Patch Changes

- Updated dependencies [47ea5ec7c]
- @mysten/sui[email protected]

## 0.5.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/wallet-adapter/wallet-standard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysten/wallet-standard",
"version": "0.5.13",
"version": "0.5.14",
"description": "A suite of standard utilities for implementing wallets based on the Wallet Standard.",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
Expand Down

0 comments on commit f6c95c9

Please sign in to comment.