Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .changeset/fair-tips-ring.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/stale-sloths-serve.md

This file was deleted.

12 changes: 12 additions & 0 deletions wallet-adapter/packages/adapters/all-wallets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @mysten/wallet-adapter-all-wallets

## 0.0.1

### Patch Changes

- e1d39d62: Update build process for wallet adapters to expose ES modules as well as CommonJS builds.
- b9ee5c22: Add changesets to manage release for wallet adapters.
- Updated dependencies [e1d39d62]
- Updated dependencies [b9ee5c22]
- @mysten/[email protected]
- @mysten/[email protected]
2 changes: 1 addition & 1 deletion wallet-adapter/packages/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.0.0",
"version": "0.0.1",
"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 wallet-adapter/packages/adapters/base-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @mysten/wallet-adapter-base

## 0.0.1

### Patch Changes

- e1d39d62: Update build process for wallet adapters to expose ES modules as well as CommonJS builds.
- b9ee5c22: Add changesets to manage release for wallet adapters.
2 changes: 1 addition & 1 deletion wallet-adapter/packages/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.0.0",
"version": "0.0.1",
"description": "Base wallet adapter for Sui",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
Expand Down
11 changes: 11 additions & 0 deletions wallet-adapter/packages/adapters/mock-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @mysten/wallet-adapter-mock-wallet

## 0.0.1

### Patch Changes

- e1d39d62: Update build process for wallet adapters to expose ES modules as well as CommonJS builds.
- b9ee5c22: Add changesets to manage release for wallet adapters.
- Updated dependencies [e1d39d62]
- Updated dependencies [b9ee5c22]
- @mysten/[email protected]
2 changes: 1 addition & 1 deletion wallet-adapter/packages/adapters/mock-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysten/wallet-adapter-mock-wallet",
"version": "0.0.0",
"version": "0.0.1",
"description": "",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
Expand Down
11 changes: 11 additions & 0 deletions wallet-adapter/packages/adapters/sui-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @mysten/wallet-adapter-sui-wallet

## 0.0.1

### Patch Changes

- e1d39d62: Update build process for wallet adapters to expose ES modules as well as CommonJS builds.
- b9ee5c22: Add changesets to manage release for wallet adapters.
- Updated dependencies [e1d39d62]
- Updated dependencies [b9ee5c22]
- @mysten/[email protected]
2 changes: 1 addition & 1 deletion wallet-adapter/packages/adapters/sui-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysten/wallet-adapter-sui-wallet",
"version": "0.0.0",
"version": "0.0.1",
"description": "Integration of Sui Wallet into the Sui Wallet Adapter",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
Expand Down
11 changes: 11 additions & 0 deletions wallet-adapter/packages/react-providers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @mysten/wallet-adapter-react

## 0.0.1

### Patch Changes

- e1d39d62: Update build process for wallet adapters to expose ES modules as well as CommonJS builds.
- b9ee5c22: Add changesets to manage release for wallet adapters.
- Updated dependencies [e1d39d62]
- Updated dependencies [b9ee5c22]
- @mysten/[email protected]
2 changes: 1 addition & 1 deletion wallet-adapter/packages/react-providers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysten/wallet-adapter-react",
"version": "0.0.0",
"version": "0.0.1",
"description": "React interface for Sui Wallet Adapter",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
Expand Down
11 changes: 11 additions & 0 deletions wallet-adapter/packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @mysten/wallet-adapter-react-ui

## 0.0.1

### Patch Changes

- e1d39d62: Update build process for wallet adapters to expose ES modules as well as CommonJS builds.
- b9ee5c22: Add changesets to manage release for wallet adapters.
- Updated dependencies [e1d39d62]
- Updated dependencies [b9ee5c22]
- @mysten/[email protected]
2 changes: 1 addition & 1 deletion wallet-adapter/packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysten/wallet-adapter-react-ui",
"version": "0.0.0",
"version": "0.0.1",
"description": "UI for the Sui Wallet Adapter",
"license": "Apache-2.0",
"author": "Mysten Labs <[email protected]>",
Expand Down