Skip to content

Commit

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

- fce0a08: Deprecate the bcs.generic helper. This helper causes
typescript performance issues, and the generated generics can't be
exported

## @mysten/[email protected]

### Minor Changes

- cdcfa76: Add a new client method for retrieving epoch metrics
(suix_getEpochMetrics)

### Patch Changes

-   Updated dependencies [fce0a08]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

-   Updated dependencies [2ae1a6a]
-   Updated dependencies [b30fecb]
-   Updated dependencies [cdcfa76]
    -   @mysten/[email protected]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

- 2ae1a6a: Early return on `useAutoConnectWallet` to improve account
switching performance
-   b30fecb: Fix missing export of useSuiClientQueries
-   Updated dependencies [cdcfa76]
    -   @mysten/[email protected]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

-   Updated dependencies [cdcfa76]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

-   dd48544: Update to new two-step API
-   Updated dependencies [cdcfa76]
    -   @mysten/[email protected]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

-   Updated dependencies [cdcfa76]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

-   Updated dependencies [cdcfa76]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

-   Updated dependencies [cdcfa76]
    -   @mysten/[email protected]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

-   Updated dependencies [cdcfa76]
    -   @mysten/[email protected]
    -   @mysten/[email protected]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

-   Updated dependencies [cdcfa76]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

-   Updated dependencies [cdcfa76]
-   Updated dependencies [fce0a08]
    -   @mysten/[email protected]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

-   @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 Dec 6, 2023
1 parent b30fecb commit b4c7e4a
Show file tree
Hide file tree
Showing 32 changed files with 122 additions and 40 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-cobras-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-cycles-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-tables-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-wasps-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-cows-approve.md

This file was deleted.

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.9.0

### Minor Changes

- fce0a08d0f: Deprecate the bcs.generic helper. This helper causes typescript performance issues, and the generated generics can't be exported

## 0.8.1

### 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.8.1",
"version": "0.9.0",
"description": "BCS - Canonical Binary Serialization implementation for JavaScript",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
Expand Down
10 changes: 10 additions & 0 deletions sdk/create-dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @mysten/create-dapp

## 0.1.7

### Patch Changes

- Updated dependencies [2ae1a6a108]
- Updated dependencies [b30fecbbca]
- Updated dependencies [cdcfa76c43]
- @mysten/dapp-kit@0.10.2
- @mysten/sui[email protected]

## 0.1.6

### 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://sui-typescript-docs.vercel.app",
"version": "0.1.6",
"version": "0.1.7",
"license": "Apache-2.0",
"files": [
"CHANGELOG.md",
Expand Down
10 changes: 10 additions & 0 deletions sdk/dapp-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @mysten/dapp-kit

## 0.10.2

### Patch Changes

- 2ae1a6a108: Early return on `useAutoConnectWallet` to improve account switching performance
- b30fecbbca: Fix missing export of useSuiClientQueries
- Updated dependencies [cdcfa76c43]
- @mysten/sui[email protected]
- @mysten/wallet-standard@0.8.11

## 0.10.1

### 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 <[email protected]>",
"description": "A collection of React hooks and components for interacting with the Sui blockchain and wallets.",
"homepage": "https://sui-typescript-docs.vercel.app/typescript",
"version": "0.10.1",
"version": "0.10.2",
"license": "Apache-2.0",
"files": [
"CHANGELOG.md",
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.5.11

### Patch Changes

- Updated dependencies [cdcfa76c43]
- @mysten/sui[email protected]

## 0.5.10

### 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 <[email protected]>",
"description": "Sui Deepbook SDK",
"version": "0.5.10",
"version": "0.5.11",
"license": "Apache-2.0",
"files": [
"dist",
Expand Down
9 changes: 9 additions & 0 deletions sdk/enoki/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @mysten/enoki

## 0.0.7

### Patch Changes

- dd485449a7: Update to new two-step API
- Updated dependencies [cdcfa76c43]
- @mysten/sui[email protected]
- @mysten/zklogin@0.3.9

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/enoki/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysten/enoki",
"version": "0.0.6",
"version": "0.0.7",
"description": "TODO: Description",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
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.7.12

### Patch Changes

- Updated dependencies [cdcfa76c43]
- @mysten/sui[email protected]

## 0.7.11

### 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 <[email protected]>",
"description": "Sui Kiosk library",
"version": "0.7.11",
"version": "0.7.12",
"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.17

### Patch Changes

- Updated dependencies [cdcfa76c43]
- @mysten/sui[email protected]

## 0.3.16

### 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 <[email protected]>",
"description": "SuiNS TypeScript SDK",
"version": "0.3.16",
"version": "0.3.17",
"license": "Apache-2.0",
"files": [
"dist",
Expand Down
11 changes: 11 additions & 0 deletions sdk/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @mysten/sui.js

## 0.48.0

### Minor Changes

- cdcfa76c43: Add a new client method for retrieving epoch metrics (suix_getEpochMetrics)

### Patch Changes

- Updated dependencies [fce0a08d0f]
- @mysten/bcs@0.9.0

## 0.47.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.47.0",
"version": "0.48.0",
"license": "Apache-2.0",
"sideEffects": false,
"files": [
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.47.0';
export const TARGETED_RPC_VERSION = '1.15.0';
export const PACKAGE_VERSION = '0.48.0';
export const TARGETED_RPC_VERSION = '1.16.0';
8 changes: 8 additions & 0 deletions sdk/wallet-kit/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mysten/wallet-kit-core

## 0.6.14

### Patch Changes

- Updated dependencies [cdcfa76c43]
- @mysten/sui[email protected]
- @mysten/wallet-standard@0.8.11

## 0.6.13

### 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.13",
"version": "0.6.14",
"description": "TODO: Write description",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
Expand Down
9 changes: 9 additions & 0 deletions sdk/wallet-kit/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @mysten/wallet-kit

## 0.8.6

### Patch Changes

- Updated dependencies [cdcfa76c43]
- @mysten/sui[email protected]
- @mysten/wallet-kit-core@0.6.14
- @mysten/wallet-standard@0.8.11

## 0.8.5

### 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.8.5",
"version": "0.8.6",
"description": "TODO: Write description",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
Expand Down
7 changes: 7 additions & 0 deletions sdk/wallet-standard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mysten/wallet-standard

## 0.8.11

### Patch Changes

- Updated dependencies [cdcfa76c43]
- @mysten/sui[email protected]

## 0.8.10

### 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.8.10",
"version": "0.8.11",
"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
9 changes: 9 additions & 0 deletions sdk/zklogin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @mysten/zklogin

## 0.3.9

### Patch Changes

- Updated dependencies [cdcfa76c43]
- Updated dependencies [fce0a08d0f]
- @mysten/sui[email protected]
- @mysten/bcs@0.9.0

## 0.3.8

### 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.3.8",
"version": "0.3.9",
"description": "Utilities for interacting with zkLogin in Sui",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
Expand Down
7 changes: 7 additions & 0 deletions sdk/zksend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @mysten/zksend

## 0.0.2

### Patch Changes

- @mysten/wallet-standard@0.8.11
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.0.1",
"version": "0.0.2",
"description": "TODO: Write Description",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
Expand Down

0 comments on commit b4c7e4a

Please sign in to comment.