Skip to content

Commit

Permalink
Version Packages (#256)
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 Apr 15, 2024
1 parent 41f9485 commit 5ea35e6
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/tasty-humans-love.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

## 2.6.3

### Patch Changes

- Updated dependencies [41f9485]
- @aptos-labs/wallet-adapter-ant-design@2.2.0
- @aptos-labs/wallet-adapter-mui-design@2.3.0
- @aptos-labs/wallet-adapter-core@3.10.0
- @aptos-labs/wallet-adapter-react@2.3.1

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

## 2.2.0

### Minor Changes

- 41f9485: Implement GA4

### Patch Changes

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

## 2.1.0

### Minor 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.1.0",
"version": "2.2.0",
"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

## 3.10.0

### Minor Changes

- 41f9485: Implement GA4

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

## 2.3.0

### Minor Changes

- 41f9485: Implement GA4

### Patch Changes

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

## 2.2.0

### Minor 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.2.0",
"version": "2.3.0",
"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

## 2.3.1

### Patch Changes

- Updated dependencies [41f9485]
- @aptos-labs/wallet-adapter-core@3.10.0

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

0 comments on commit 5ea35e6

Please sign in to comment.