Skip to content

Commit

Permalink
Merge pull request #72 from aptos-labs/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jillxuu authored Feb 1, 2023
2 parents 624c969 + 580a987 commit 7391fae
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/green-countries-lick.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.3.0

### Minor Changes

- f62830b: Add MUI framework design package to the wallet adapter with updated nextjs example

### Patch Changes

- Updated dependencies [f62830b]
- @aptos-labs/wallet-adapter-mui-design@0.1.0

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

## 0.1.0

### Minor Changes

- f62830b: Add MUI framework design package to the wallet adapter with updated nextjs example
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": "0.0.2",
"version": "0.1.0",
"description": "Aptos Wallet Adapter mui design",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 7391fae

Please sign in to comment.