Skip to content

Commit

Permalink
beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
coffeexcoin committed Jan 29, 2025
1 parent 10faf2d commit c6585e3
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"mode": "pre",
"tag": "beta",
"initialVersions": {
"@abstract-foundation/agw-client": "1.3.0",
"@abstract-foundation/agw-react": "1.4.3",
"@abstract-foundation/web3-react-agw": "1.3.0"
},
"changesets": ["rotten-rivers-cry", "weak-maps-arrive"]
}
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

## 1.4.0-beta.0

### Minor Changes

- e2a658a: Update sendTransaction flows to use custom paymaster handler if passed in
- 4c4badc: Add paymaster handler functions for sending transactions

## 1.3.0

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

## 1.5.0-beta.0

### Minor Changes

- e2a658a: Update sendTransaction flows to use custom paymaster handler if passed in

### Patch Changes

- Updated dependencies [e2a658a]
- Updated dependencies [4c4badc]
- @abstract-foundation/agw-client@1.4.0-next.0

## 1.4.3

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

## 1.4.0-beta.0

### Minor Changes

- e2a658a: Update sendTransaction flows to use custom paymaster handler if passed in

### Patch Changes

- Updated dependencies [e2a658a]
- Updated dependencies [4c4badc]
- @abstract-foundation/agw-client@1.4.0-next.0

## 1.3.0

### Minor 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.3.0",
"version": "1.4.0-beta.0",
"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 c6585e3

Please sign in to comment.