Skip to content

Commit

Permalink
Version Packages (#80)
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] committed Feb 6, 2023
1 parent e03f79c commit 50c20b3
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/light-ads-tan.md

This file was deleted.

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

## 0.4.0

### Minor Changes

- e03f79c: Update Blocto and Martian package version and fix a minor autoConnect bug

### Patch Changes

- Updated dependencies [e03f79c]
- @aptos-labs/wallet-adapter-react@0.2.4

## 0.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": "0.3.0",
"version": "0.4.0",
"private": true,
"license": "Apache-2.0",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/wallet-adapter-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aptos-labs/wallet-adapter-react

## 0.2.4

### Patch Changes

- e03f79c: Update Blocto and Martian package version and fix a minor autoConnect bug

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

0 comments on commit 50c20b3

Please sign in to comment.