Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/silver-scas-verify.md

This file was deleted.

6 changes: 6 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @worldcoin/agentkit-core

## 0.2.1

### Patch Changes

- 2af1db4: Allow EVM smart-account signature verification to use built-in public RPCs for common signing chains and select custom RPC endpoints from the signed payload chain ID.

## 0.2.0

## 0.1.8
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@worldcoin/agentkit-core",
"version": "0.2.0",
"version": "0.2.1",
"repository": {
"type": "git",
"url": "https://github.com/worldcoin/agentkit.git",
Expand Down
8 changes: 8 additions & 0 deletions x402/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @worldcoin/agentkit

## 0.2.1

### Patch Changes

- 2af1db4: Allow EVM smart-account signature verification to use built-in public RPCs for common signing chains and select custom RPC endpoints from the signed payload chain ID.
- Updated dependencies [2af1db4]
- @worldcoin/[email protected]

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions x402/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@worldcoin/agentkit",
"version": "0.2.0",
"version": "0.2.1",
"repository": {
"type": "git",
"url": "https://github.com/worldcoin/agentkit.git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"build": "tsup"
},
"dependencies": {
"@worldcoin/agentkit-core": "^0.2.0",
"@worldcoin/agentkit-core": "^0.2.1",
"@x402/core": "^2.4.0"
},
"devDependencies": {
Expand Down