Skip to content

Commit

Permalink
Version Packages (#446)
Browse files Browse the repository at this point in the history
* Version Packages

* Fix broken lock file

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
0xmaayan and github-actions[bot] authored Nov 7, 2024
1 parent f5ba2f2 commit 05f7be2
Show file tree
Hide file tree
Showing 14 changed files with 50 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/mean-doors-smell.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.4.18

### Patch Changes

- Updated dependencies [f5ba2f2]
- @aptos-labs/wallet-adapter-core@4.20.0
- @aptos-labs/wallet-adapter-react@3.7.4
- @aptos-labs/wallet-adapter-ant-design@3.0.18
- @aptos-labs/wallet-adapter-mui-design@3.0.18

## 3.4.17

### 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.4.17",
"version": "3.4.18",
"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

## 3.0.18

### Patch Changes

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

## 3.0.17

### 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": "3.0.17",
"version": "3.0.18",
"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.20.0

### Minor Changes

- f5ba2f2: Bump `@aptos-connect/wallet-adapter-plugin` to 2.3.2 to support Apple logins

## 4.19.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.19.0",
"version": "4.20.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

## 3.0.18

### Patch Changes

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

## 3.0.17

### 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": "3.0.17",
"version": "3.0.18",
"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.7.4

### Patch Changes

- Updated dependencies [f5ba2f2]
- @aptos-labs/wallet-adapter-core@4.20.0

## 3.7.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.7.3",
"version": "3.7.4",
"description": "Aptos Wallet Adapter React Provider",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/wallet-adapter-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @aptos-labs/wallet-adapter-vue

## 0.3.4

### Patch Changes

- Updated dependencies [f5ba2f2]
- @aptos-labs/wallet-adapter-core@4.20.0

## 0.3.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/wallet-adapter-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aptos-labs/wallet-adapter-vue",
"version": "0.3.3",
"version": "0.3.4",
"description": "Aptos Wallet Adapter Vue Provider",
"license": "Apache-2.0",
"type": "module",
Expand Down Expand Up @@ -43,7 +43,7 @@
"build": "pnpm build:bundle"
},
"dependencies": {
"@aptos-labs/wallet-adapter-core": "4.19.0"
"@aptos-labs/wallet-adapter-core": "4.20.0"
},
"devDependencies": {
"vite": "5.3.6",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 05f7be2

Please sign in to comment.