Skip to content

Commit

Permalink
Version Packages (#167)
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
github-actions[bot] and github-actions[bot] authored Jan 12, 2025
1 parent d64523c commit 856b586
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/nine-parrots-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-pears-run.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/agw-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @abstract-foundation/agw-client

## 0.1.8

### Patch Changes

- d64523c: Use gas estimation from zks_estimateFee instead of making a separate call for eth_estimateGas
- 46fd96b: Fix getSmartAccountAddressFromInitialSigner to throw if initial signer is undefined

## 0.1.7

### Patch Changes
Expand Down
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": "0.1.7",
"version": "0.1.8",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/agw-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @abstract-foundation/agw-react

## 0.1.10

### Patch Changes

- Updated dependencies [d64523c]
- Updated dependencies [46fd96b]
- @abstract-foundation/agw-client@0.1.8

## 0.1.9

### 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": "0.1.9",
"version": "0.1.10",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/web3-react-agw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @abstract-foundation/web3-react-agw

## 0.1.8

### Patch Changes

- Updated dependencies [d64523c]
- Updated dependencies [46fd96b]
- @abstract-foundation/agw-client@0.1.8

## 0.1.7

### 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": "0.1.7",
"version": "0.1.8",
"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 856b586

Please sign in to comment.