Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/changeset-release/main' into vnext
Browse files Browse the repository at this point in the history
# Conflicts:
#	packages/agw-client/package.json
#	packages/agw-react/package.json
#	packages/web3-react-agw/CHANGELOG.md
#	packages/web3-react-agw/package.json
  • Loading branch information
coffeexcoin committed Jan 22, 2025
2 parents bdf93a0 + 15e2d9e commit 523d2c6
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .changeset/thin-icons-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-icons-repeat.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/agw-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@abstract-foundation/agw-client",
"description": "Abstract Global Wallet Client SDK",
"version": "1.1.0-beta.1",
"version": "1.1.0-beta.2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
13 changes: 13 additions & 0 deletions packages/agw-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @abstract-foundation/agw-react

## 1.1.0

### Minor Changes

- 63547e1: Fix typing for wallet extension

### Patch Changes

- 51baf98: fix: Update wagmi connector to prefer chain object from config instead of defaultChains
- Updated dependencies [3d379e7]
- Updated dependencies [b9758fc]
- @abstract-foundation/agw-client@1.1.0

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agw-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@abstract-foundation/agw-react",
"description": "Abstract Global Wallet React Components",
"version": "1.0.2-beta.1",
"version": "1.1.0-beta.2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
6 changes: 5 additions & 1 deletion packages/web3-react-agw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# @abstract-foundation/web3-react-agw

## 1.0.2
## 1.1.0

### Minor Changes

- 63547e1: Fix typing for wallet extension

### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/web3-react-agw/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@abstract-foundation/web3-react-agw",
"description": "Abstract Global Wallet for web3-react",
"version": "1.0.2-beta.1",
"version": "1.1.0-beta.2",
"scripts": {
"build": "pnpm run clean && pnpm run build:esm+types && pnpm run build:cjs",
"build:esm+types": "tsc --outDir ./dist/esm --declaration --declarationMap --declarationDir ./dist/types && printf '{\"type\":\"module\"}' > ./dist/esm/package.json",
Expand Down

0 comments on commit 523d2c6

Please sign in to comment.