Skip to content

Commit

Permalink
Version Packages (MystenLabs#13655)
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/bcs@0.7.4

### Patch Changes

- 290c8e6: Fix parsing of hex strings where leading 0s have been
trimmed

## @mysten/deepbook@0.4.2

### Patch Changes

-   @mysten/sui.js@0.41.2

## @mysten/kiosk@0.5.3

### Patch Changes

-   @mysten/sui.js@0.41.2

## @mysten/suins-toolkit@0.3.5

### Patch Changes

-   @mysten/sui.js@0.41.2

## @mysten/sui.js@0.41.2

### Patch Changes

-   Updated dependencies [290c8e6]
    -   @mysten/bcs@0.7.4

## @mysten/wallet-kit-core@0.6.2

### Patch Changes

-   @mysten/sui.js@0.41.2
-   @mysten/wallet-standard@0.7.2

## @mysten/wallet-kit@0.7.2

### Patch Changes

-   @mysten/sui.js@0.41.2
-   @mysten/wallet-kit-core@0.6.2
-   @mysten/wallet-standard@0.7.2

## @mysten/wallet-standard@0.7.2

### Patch Changes

-   @mysten/sui.js@0.41.2

## @mysten/zklogin@0.1.3

### Patch Changes

-   1786c68: Update hashASCIIStr logic and constants
- 8384490: Remove BCS export and introduce new getZkSignature export.
-   35bdbd0: update bcs AddressParams struct
-   1f87936: Move aud to inner hash
-   d89fff4: Expose new randomness function
-   Updated dependencies [290c8e6]
    -   @mysten/bcs@0.7.4
    -   @mysten/sui.js@0.41.2

## kiosk-demo@0.0.9

### Patch Changes

-   @mysten/sui.js@0.41.2
-   @mysten/kiosk@0.5.3
-   @mysten/wallet-kit@0.7.2

## kiosk-cli@1.0.8

### Patch Changes

-   @mysten/sui.js@0.41.2
-   @mysten/kiosk@0.5.3

## @mysten/dapp-kit@0.0.4

### Patch Changes

-   @mysten/sui.js@0.41.2
-   @mysten/wallet-standard@0.7.2

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 Sep 7, 2023
1 parent 290c8e6 commit 000a47b
Show file tree
Hide file tree
Showing 31 changed files with 101 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-snails-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-lemons-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-pumpkins-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-trainers-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-dodos-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-wolves-relate.md

This file was deleted.

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

## 1.0.8

### Patch Changes

- @mysten/sui.js@0.41.2
- @mysten/kiosk@0.5.3

## 1.0.7

### 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.7",
"version": "1.0.8",
"main": "index.js",
"private": true,
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions dapps/kiosk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# kiosk-demo

## 0.0.9

### Patch Changes

- @mysten/sui.js@0.41.2
- @mysten/kiosk@0.5.3
- @mysten/wallet-kit@0.7.2

## 0.0.8

### 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.8",
"version": "0.0.9",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions sdk/bcs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.7.4

### Patch Changes

- 290c8e640: Fix parsing of hex strings where leading 0s have been trimmed

## 0.7.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/bcs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysten/bcs",
"version": "0.7.3",
"version": "0.7.4",
"description": "BCS - Canonical Binary Serialization implementation for JavaScript",
"license": "Apache-2.0",
"author": "Mysten Labs <build@mystenlabs.com>",
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.0.4

### Patch Changes

- @mysten/sui.js@0.41.2
- @mysten/wallet-standard@0.7.2

## 0.0.3

### 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 @@ -4,7 +4,7 @@
"author": "Mysten Labs <build@mystenlabs.com>",
"description": "A collection of React hooks for querying and interacting with the Sui blockchain.",
"homepage": "https://sui-typescript-docs.vercel.app",
"version": "0.0.3",
"version": "0.0.4",
"license": "Apache-2.0",
"files": [
"CHANGELOG.md",
Expand Down
6 changes: 6 additions & 0 deletions sdk/deepbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mysten/deepbook

## 0.4.2

### Patch Changes

- @mysten/sui.js@0.41.2

## 0.4.1

### Patch 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 <build@mystenlabs.com>",
"description": "Sui Deepbook SDK",
"version": "0.4.1",
"version": "0.4.2",
"license": "Apache-2.0",
"files": [
"dist",
Expand Down
6 changes: 6 additions & 0 deletions sdk/kiosk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mysten/kiosk

## 0.5.3

### Patch Changes

- @mysten/sui.js@0.41.2

## 0.5.2

### Patch 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 <build@mystenlabs.com>",
"description": "Sui Kiosk library",
"version": "0.5.2",
"version": "0.5.3",
"license": "Apache-2.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
6 changes: 6 additions & 0 deletions sdk/suins-toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mysten/suins-toolkit

## 0.3.5

### Patch Changes

- @mysten/sui.js@0.41.2

## 0.3.4

### Patch 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 <build@mystenlabs.com>",
"description": "SuiNS TypeScript SDK",
"version": "0.3.4",
"version": "0.3.5",
"license": "Apache-2.0",
"files": [
"dist",
Expand Down
7 changes: 7 additions & 0 deletions sdk/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mysten/sui.js

## 0.41.2

### Patch Changes

- Updated dependencies [290c8e640]
- @mysten/bcs@0.7.4

## 0.41.1

### Patch 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 <build@mystenlabs.com>",
"description": "Sui TypeScript API(Work in Progress)",
"homepage": "https://sui-typescript-docs.vercel.app",
"version": "0.41.1",
"version": "0.41.2",
"license": "Apache-2.0",
"files": [
"CHANGELOG.md",
Expand Down
4 changes: 2 additions & 2 deletions 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.41.1';
export const TARGETED_RPC_VERSION = '1.9.0';
export const PACKAGE_VERSION = '0.41.2';
export const TARGETED_RPC_VERSION = '1.10.0';
7 changes: 7 additions & 0 deletions sdk/wallet-kit/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mysten/wallet-kit-core

## 0.6.2

### Patch Changes

- @mysten/sui.js@0.41.2
- @mysten/wallet-standard@0.7.2

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/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.6.1",
"version": "0.6.2",
"description": "TODO: Write description",
"license": "Apache-2.0",
"author": "Mysten Labs <build@mystenlabs.com>",
Expand Down
8 changes: 8 additions & 0 deletions sdk/wallet-kit/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mysten/wallet-kit

## 0.7.2

### Patch Changes

- @mysten/sui.js@0.41.2
- @mysten/wallet-kit-core@0.6.2
- @mysten/wallet-standard@0.7.2

## 0.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/wallet-kit/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysten/wallet-kit",
"version": "0.7.1",
"version": "0.7.2",
"description": "TODO: Write description",
"license": "Apache-2.0",
"author": "Mysten Labs <build@mystenlabs.com>",
Expand Down
6 changes: 6 additions & 0 deletions sdk/wallet-standard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mysten/wallet-standard

## 0.7.2

### Patch Changes

- @mysten/sui.js@0.41.2

## 0.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/wallet-standard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysten/wallet-standard",
"version": "0.7.1",
"version": "0.7.2",
"description": "A suite of standard utilities for implementing wallets based on the Wallet Standard.",
"license": "Apache-2.0",
"author": "Mysten Labs <build@mystenlabs.com>",
Expand Down
13 changes: 13 additions & 0 deletions sdk/zklogin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @mysten/zklogin

## 0.1.3

### Patch Changes

- 1786c68b5: Update hashASCIIStr logic and constants
- 8384490bb: Remove BCS export and introduce new getZkSignature export.
- 35bdbd00d: update bcs AddressParams struct
- 1f87936fd: Move aud to inner hash
- d89fff405: Expose new randomness function
- Updated dependencies [290c8e640]
- @mysten/bcs@0.7.4
- @mysten/sui.js@0.41.2

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/zklogin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysten/zklogin",
"version": "0.1.2",
"version": "0.1.3",
"description": "Utilities for interacting with zkLogin in Sui",
"license": "Apache-2.0",
"author": "Mysten Labs <build@mystenlabs.com>",
Expand Down

0 comments on commit 000a47b

Please sign in to comment.