Skip to content

Commit

Permalink
Version Packages (#230)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
0xmaayan and github-actions[bot] authored Jan 8, 2024
1 parent e1e9eb2 commit 5ca9f96
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/happy-kiwis-pull.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/nextjs-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aptos-labs/wallet-adapter-nextjs-example

## 2.4.1

### Patch Changes

- Updated dependencies [e1e9eb2]
- @aptos-labs/wallet-adapter-core@3.4.0
- @aptos-labs/wallet-adapter-react@2.1.6

## 2.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/nextjs-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aptos-labs/wallet-adapter-nextjs-example",
"version": "2.4.0",
"version": "2.4.1",
"private": true,
"license": "Apache-2.0",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/wallet-adapter-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aptos-labs/wallet-adapter-core

## 3.4.0

### Minor Changes

- e1e9eb2: ['Bug fix'] Use current connected wallet to compare to the selected wallet before connecting to a wallet

## 3.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-adapter-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aptos-labs/wallet-adapter-core",
"version": "3.3.0",
"version": "3.4.0",
"description": "Aptos Wallet Adapter Core",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/wallet-adapter-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @aptos-labs/wallet-adapter-react

## 2.1.6

### Patch Changes

- Updated dependencies [e1e9eb2]
- @aptos-labs/wallet-adapter-core@3.4.0

## 2.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-adapter-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aptos-labs/wallet-adapter-react",
"version": "2.1.5",
"version": "2.1.6",
"description": "Aptos Wallet Adapter React Provider",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 5ca9f96

Please sign in to comment.