Skip to content

Commit b8d68bc

Browse files
chore: version packages
1 parent 3e6ef85 commit b8d68bc

54 files changed

Lines changed: 316 additions & 73 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/dark-nights-unite.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/fluffy-streets-smoke.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/upset-fans-attack.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

.changeset/upset-points-attack.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

apps/pay-test-exchange/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# pay-test-exchange
22

3+
## 0.1.7
4+
5+
### Patch Changes
6+
7+
- [#4923](https://github.com/reown-com/appkit/pull/4923) [`b6adfdc`](https://github.com/reown-com/appkit/commit/b6adfdc1713daefb63393d9fa3a2cb2e31ba00e2) Thanks [@github-actions](https://github.com/apps/github-actions)! - Fixed an issue where Solana token-2022 token transfers failed because the send flow used legacy transfer instructions
8+
39
## 0.1.6
410

511
### Patch Changes

apps/pay-test-exchange/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pay-test-exchange",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack --port 4001",

packages/adapters/bitcoin/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @reown/appkit-adapter-bitcoin
22

3+
## 1.8.2
4+
5+
### Patch Changes
6+
7+
- [#4923](https://github.com/reown-com/appkit/pull/4923) [`b6adfdc`](https://github.com/reown-com/appkit/commit/b6adfdc1713daefb63393d9fa3a2cb2e31ba00e2) Thanks [@github-actions](https://github.com/apps/github-actions)! - Fixed an issue where Solana token-2022 token transfers failed because the send flow used legacy transfer instructions
8+
9+
- Updated dependencies [[`d412fdb`](https://github.com/reown-com/appkit/commit/d412fdbe4a10583844fc19fa5dae364a7e92a9ca), [`b6adfdc`](https://github.com/reown-com/appkit/commit/b6adfdc1713daefb63393d9fa3a2cb2e31ba00e2)]:
10+
- @reown/appkit-controllers@1.8.2
11+
- @reown/appkit@1.8.2
12+
- @reown/appkit-utils@1.8.2
13+
- @reown/appkit-common@1.8.2
14+
- @reown/appkit-polyfills@1.8.2
15+
316
## 1.8.1
417

518
### Patch Changes

packages/adapters/bitcoin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reown/appkit-adapter-bitcoin",
3-
"version": "1.8.1",
3+
"version": "1.8.2",
44
"sideEffects": false,
55
"type": "module",
66
"main": "./dist/esm/exports/index.js",

packages/adapters/ethers/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @reown/appkit-adapter-ethers
22

3+
## 1.8.2
4+
5+
### Patch Changes
6+
7+
- [#4923](https://github.com/reown-com/appkit/pull/4923) [`b6adfdc`](https://github.com/reown-com/appkit/commit/b6adfdc1713daefb63393d9fa3a2cb2e31ba00e2) Thanks [@github-actions](https://github.com/apps/github-actions)! - Fixed an issue where Solana token-2022 token transfers failed because the send flow used legacy transfer instructions
8+
9+
- Updated dependencies [[`2f67cb8`](https://github.com/reown-com/appkit/commit/2f67cb800e99c09a85e89ba7f6dc38486305120a), [`d412fdb`](https://github.com/reown-com/appkit/commit/d412fdbe4a10583844fc19fa5dae364a7e92a9ca), [`b6adfdc`](https://github.com/reown-com/appkit/commit/b6adfdc1713daefb63393d9fa3a2cb2e31ba00e2), [`7fab812`](https://github.com/reown-com/appkit/commit/7fab812a0e796d52332fc38cdbd57ea020d46713)]:
10+
- @reown/appkit-scaffold-ui@1.8.2
11+
- @reown/appkit-controllers@1.8.2
12+
- @reown/appkit@1.8.2
13+
- @reown/appkit-utils@1.8.2
14+
- @reown/appkit-common@1.8.2
15+
- @reown/appkit-polyfills@1.8.2
16+
- @reown/appkit-wallet@1.8.2
17+
318
## 1.8.1
419

520
### Patch Changes

packages/adapters/ethers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reown/appkit-adapter-ethers",
3-
"version": "1.8.1",
3+
"version": "1.8.2",
44
"sideEffects": false,
55
"type": "module",
66
"main": "./dist/esm/src/index.js",

0 commit comments

Comments
 (0)