Skip to content

Commit

Permalink
Version Packages (#156)
Browse files Browse the repository at this point in the history
* Version Packages

* Version agw-react

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Coffee☕️ <[email protected]>
  • Loading branch information
3 people authored Jan 2, 2025
1 parent 5e15f01 commit aa24751
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/slimy-paws-rescue.md

This file was deleted.

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

## 0.1.5

### Patch Changes

- 5e15f01: Add new valid chain id

## 0.1.4

### 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.4",
"version": "0.1.5",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions 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.6",
"version": "0.1.7",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -63,7 +63,7 @@
"package.json"
],
"peerDependencies": {
"@abstract-foundation/agw-client": "^0.1.4",
"@abstract-foundation/agw-client": "^0.1.5",
"@privy-io/cross-app-connect": "^0.1.2",
"@privy-io/react-auth": "^1.97.0",
"@tanstack/react-query": "^5",
Expand Down
7 changes: 7 additions & 0 deletions packages/web3-react-agw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @abstract-foundation/web3-react-agw

## 0.1.5

### Patch Changes

- Updated dependencies [5e15f01]
- @abstract-foundation/agw-client@0.1.5

## 0.1.4

### 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.4",
"version": "0.1.5",
"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 aa24751

Please sign in to comment.