Skip to content

Commit

Permalink
Version Packages (#321)
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 14, 2024
1 parent c1a9f41 commit 76d0e5a
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/two-fireants-bow.md

This file was deleted.

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

## 3.0.3

### Patch Changes

- Updated dependencies [c1a9f41]
- @aptos-labs/wallet-adapter-core@4.5.0
- @aptos-labs/wallet-adapter-react@3.1.1
- @aptos-labs/wallet-adapter-ant-design@2.4.9
- @aptos-labs/wallet-adapter-mui-design@2.5.9

## 3.0.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": "3.0.2",
"version": "3.0.3",
"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.9

### Patch Changes

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

## 2.4.8

### 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.8",
"version": "2.4.9",
"description": "Aptos Wallet Adapter ant-design",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
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

## 4.5.0

### Minor Changes

- c1a9f41: Bumped auto-injected AptosConnect plugin version

## 4.4.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": "4.4.0",
"version": "4.5.0",
"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.9

### Patch Changes

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

## 2.5.8

### 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.8",
"version": "2.5.9",
"description": "Aptos Wallet Adapter mui design",
"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

## 3.1.1

### Patch Changes

- Updated dependencies [c1a9f41]
- @aptos-labs/wallet-adapter-core@4.5.0

## 3.1.0

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

0 comments on commit 76d0e5a

Please sign in to comment.