Skip to content

Commit

Permalink
Version Packages (#303)
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 Jun 5, 2024
1 parent ec6cb0c commit d0e4862
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/honest-monkeys-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-wasps-dream.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

## 2.10.4

### Patch Changes

- Updated dependencies [cc4021b]
- Updated dependencies [ec6cb0c]
- @aptos-labs/wallet-adapter-core@4.1.3
- @aptos-labs/wallet-adapter-react@3.0.4
- @aptos-labs/wallet-adapter-ant-design@2.4.4
- @aptos-labs/wallet-adapter-mui-design@2.5.4

## 2.10.3

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

## 2.4.4

### Patch Changes

- @aptos-labs/wallet-adapter-react@3.0.4

## 2.4.3

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

## 4.1.3

### Patch Changes

- cc4021b: Add the `local` case to the switch statement that converts a string to a Network.
- ec6cb0c: it bumps @atomrigslab/aptos-wallet-adapter version to fixe redirection issue with Twallet URL

## 4.1.2

### Patch 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": "4.1.2",
"version": "4.1.3",
"description": "Aptos Wallet Adapter Core",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/wallet-adapter-mui-design/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aptos-labs/wallet-adapter-mui-design

## 2.5.4

### Patch Changes

- @aptos-labs/wallet-adapter-react@3.0.4

## 2.5.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-adapter-mui-design/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aptos-labs/wallet-adapter-mui-design",
"version": "2.5.3",
"version": "2.5.4",
"description": "Aptos Wallet Adapter mui design",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
8 changes: 8 additions & 0 deletions packages/wallet-adapter-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aptos-labs/wallet-adapter-react

## 3.0.4

### Patch Changes

- Updated dependencies [cc4021b]
- Updated dependencies [ec6cb0c]
- @aptos-labs/wallet-adapter-core@4.1.3

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

0 comments on commit d0e4862

Please sign in to comment.