Skip to content

Commit

Permalink
Version Packages (#238)
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 Feb 12, 2024
1 parent 8ebd4c7 commit 1470bb9
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/selfish-bottles-speak.md

This file was deleted.

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

## 2.5.0

### Minor Changes

- 8ebd4c7: Upgrade Aptos ts sdk version to 1.6.0

### Patch Changes

- Updated dependencies [8ebd4c7]
- @aptos-labs/wallet-adapter-core@3.6.0
- @aptos-labs/wallet-adapter-react@2.1.8

## 2.4.2

### Patch 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.3",
"version": "2.5.0",
"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.6.0

### Minor Changes

- 8ebd4c7: Upgrade Aptos ts sdk version to 1.6.0

## 3.5.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.5.0",
"version": "3.6.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.8

### Patch Changes

- Updated dependencies [8ebd4c7]
- @aptos-labs/wallet-adapter-core@3.6.0

## 2.1.7

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

0 comments on commit 1470bb9

Please sign in to comment.