Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #222

Merged
merged 1 commit into from
Dec 18, 2023
Merged
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
5 changes: 0 additions & 5 deletions .changeset/many-numbers-punch.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.3.1

### Patch Changes

- Updated dependencies [3f38c51]
- @aptos-labs/wallet-adapter-core@3.2.1
- @aptos-labs/wallet-adapter-react@2.1.4

## 2.3.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.3.0",
"version": "2.3.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.2.1

### Patch Changes

- 3f38c51: Return false from areBCSArguments function if array is empty

## 3.2.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.2.0",
"version": "3.2.1",
"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.4

### Patch Changes

- Updated dependencies [3f38c51]
- @aptos-labs/wallet-adapter-core@3.2.1

## 2.1.3

### 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.3",
"version": "2.1.4",
"description": "Aptos Wallet Adapter React Provider",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
Loading