Skip to content

Commit

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

-   9ac0a4e: Add extensions to all sdk import paths

## @mysten/[email protected]

### Patch Changes

-   9ac0a4e: Add extensions to all sdk import paths
-   Updated dependencies [9ac0a4e]
    -   @mysten/[email protected]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

-   Updated dependencies [9ac0a4e]
    -   @mysten/[email protected]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

-   9ac0a4e: Add extensions to all sdk import paths
-   Updated dependencies [9ac0a4e]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

-   Updated dependencies [9ac0a4e]
    -   @mysten/[email protected]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

-   9ac0a4e: Add extensions to all sdk import paths
-   Updated dependencies [9ac0a4e]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

-   9ac0a4e: Add extensions to all sdk import paths
-   Updated dependencies [9ac0a4e]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

-   9ac0a4e: Add extensions to all sdk import paths
-   Updated dependencies [9ac0a4e]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

-   9ac0a4e: Add extensions to all sdk import paths
-   Updated dependencies [9ac0a4e]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

-   Updated dependencies [9ac0a4e]
    -   @mysten/[email protected]
    -   @mysten/[email protected]

## @mysten/[email protected]

### Patch Changes

-   Updated dependencies [9ac0a4e]
    -   @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 Jan 6, 2024
1 parent 9ac0a4e commit 682dc2b
Show file tree
Hide file tree
Showing 24 changed files with 99 additions and 24 deletions.
11 changes: 0 additions & 11 deletions .changeset/empty-carrots-kneel.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.10.1

### Patch Changes

- 9ac0a4ec01: Add extensions to all sdk import paths

## 0.10.0

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

## 0.2.1

### Patch Changes

- 9ac0a4ec01: Add extensions to all sdk import paths
- Updated dependencies [9ac0a4ec01]
- @mysten/sui[email protected]
- @mysten/dapp-kit@0.11.1

## 0.2.0

### Minor 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.2.0",
"version": "0.2.1",
"license": "Apache-2.0",
"files": [
"CHANGELOG.md",
Expand Down
8 changes: 8 additions & 0 deletions sdk/dapp-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mysten/dapp-kit

## 0.11.1

### Patch Changes

- Updated dependencies [9ac0a4ec01]
- @mysten/wallet-standard@0.10.1
- @mysten/sui[email protected]

## 0.11.0

### Minor 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://sdk.mystenlabs.com/typescript",
"version": "0.11.0",
"version": "0.11.1",
"license": "Apache-2.0",
"files": [
"CHANGELOG.md",
Expand Down
8 changes: 8 additions & 0 deletions sdk/deepbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mysten/deepbook

## 0.6.1

### Patch Changes

- 9ac0a4ec01: Add extensions to all sdk import paths
- Updated dependencies [9ac0a4ec01]
- @mysten/sui[email protected]

## 0.6.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.6.0",
"version": "0.6.1",
"license": "Apache-2.0",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down
8 changes: 8 additions & 0 deletions sdk/enoki/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mysten/enoki

## 0.1.1

### Patch Changes

- Updated dependencies [9ac0a4ec01]
- @mysten/sui[email protected]
- @mysten/zklogin@0.4.1

## 0.1.0

### Minor 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.1.0",
"version": "0.1.1",
"description": "TODO: Description",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions sdk/kiosk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mysten/kiosk

## 0.8.1

### Patch Changes

- 9ac0a4ec01: Add extensions to all sdk import paths
- Updated dependencies [9ac0a4ec01]
- @mysten/sui[email protected]

## 0.8.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.8.0",
"version": "0.8.1",
"license": "Apache-2.0",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down
8 changes: 8 additions & 0 deletions sdk/suins-toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mysten/suins-toolkit

## 0.4.1

### Patch Changes

- 9ac0a4ec01: Add extensions to all sdk import paths
- Updated dependencies [9ac0a4ec01]
- @mysten/sui[email protected]

## 0.4.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.4.0",
"version": "0.4.1",
"license": "Apache-2.0",
"type": "commonjs",
"main": "./dist/cjs/index.js",
Expand Down
8 changes: 8 additions & 0 deletions sdk/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mysten/sui.js

## 0.49.1

### Patch Changes

- 9ac0a4ec01: Add extensions to all sdk import paths
- Updated dependencies [9ac0a4ec01]
- @mysten/bcs@0.10.1

## 0.49.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://sdk.mystenlabs.com",
"version": "0.49.0",
"version": "0.49.1",
"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.49.0';
export const TARGETED_RPC_VERSION = '1.16.0';
export const PACKAGE_VERSION = '0.49.1';
export const TARGETED_RPC_VERSION = '1.17.0';
8 changes: 8 additions & 0 deletions sdk/wallet-standard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mysten/wallet-standard

## 0.10.1

### Patch Changes

- 9ac0a4ec01: Add extensions to all sdk import paths
- Updated dependencies [9ac0a4ec01]
- @mysten/sui[email protected]

## 0.10.0

### Minor 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.10.0",
"version": "0.10.1",
"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
8 changes: 8 additions & 0 deletions sdk/zklogin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mysten/zklogin

## 0.4.1

### Patch Changes

- Updated dependencies [9ac0a4ec01]
- @mysten/sui[email protected]
- @mysten/bcs@0.10.1

## 0.4.0

### Minor 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.4.0",
"version": "0.4.1",
"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
@@ -1,5 +1,12 @@
# @mysten/zksend

## 0.1.1

### Patch Changes

- Updated dependencies [9ac0a4ec01]
- @mysten/wallet-standard@0.10.1

## 0.1.0

### Minor Changes
Expand Down
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.1.0",
"version": "0.1.1",
"description": "TODO: Write Description",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
Expand Down

0 comments on commit 682dc2b

Please sign in to comment.