Skip to content

Commit a53be07

Browse files
Version Packages (#359)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a95359d commit a53be07

File tree

10 files changed

+39
-15
lines changed

10 files changed

+39
-15
lines changed

.changeset/empty-socks-hunt.md

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

.changeset/grumpy-pears-drive.md

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

packages/agw-client/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @abstract-foundation/agw-client
22

3+
## 1.10.0
4+
5+
### Minor Changes
6+
7+
- 1fafa7c: feat: add EIP-5792 methods to abstract client
8+
- 49cfeda: feat: new improved creataeSession function definitions
9+
310
## 1.9.1
411

512
### Patch Changes

packages/agw-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@abstract-foundation/agw-client",
33
"description": "Abstract Global Wallet Client SDK",
4-
"version": "1.9.1",
4+
"version": "1.10.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/agw-react/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @abstract-foundation/agw-react
22

3+
## 1.10.0
4+
5+
### Minor Changes
6+
7+
- 49cfeda: feat: new improved creataeSession function definitions
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [1fafa7c]
12+
- Updated dependencies [49cfeda]
13+
- @abstract-foundation/agw-client@1.10.0
14+
315
## 1.9.1
416

517
### Patch Changes

packages/agw-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@abstract-foundation/agw-react",
33
"description": "Abstract Global Wallet React Components",
4-
"version": "1.9.1",
4+
"version": "1.10.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/agw-web/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @abstract-foundation/agw-web
22

3+
## 1.9.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1fafa7c]
8+
- Updated dependencies [49cfeda]
9+
- @abstract-foundation/agw-client@1.10.0
10+
311
## 1.9.1
412

513
### Patch Changes

packages/agw-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@abstract-foundation/agw-web",
33
"description": "Abstract Global Wallet for the web (generic EIP-6963 provider)",
4-
"version": "1.9.1",
4+
"version": "1.9.2",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/web3-react-agw/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @abstract-foundation/web3-react-agw
22

3+
## 1.7.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1fafa7c]
8+
- Updated dependencies [49cfeda]
9+
- @abstract-foundation/agw-client@1.10.0
10+
311
## 1.7.9
412

513
### Patch Changes

packages/web3-react-agw/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@abstract-foundation/web3-react-agw",
33
"description": "Abstract Global Wallet for web3-react",
4-
"version": "1.7.9",
4+
"version": "1.7.10",
55
"scripts": {
66
"build": "pnpm run clean && pnpm run build:esm+types && pnpm run build:cjs",
77
"build:esm+types": "tsc --outDir ./dist/esm --declaration --declarationMap --declarationDir ./dist/types && printf '{\"type\":\"module\"}' > ./dist/esm/package.json",

0 commit comments

Comments
 (0)