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/silly-actors-repeat.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/agentconnect-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @polygonlabs/agentconnect-ui

## 0.0.2

### Patch Changes

- 64f4c91: Point the agent discovery service (x402 services catalog) at its new domain, `agent-discovery.polygon.org`, replacing the retired `agentic-services.polygon.technology`.

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agentconnect-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polygonlabs/agentconnect-ui",
"private": true,
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"description": "Wallet funding + dashboard UI for Polygon Agent CLI (login happens in the CLI)",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/polygon-agent-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.14.0

### Minor Changes

- 64f4c91: Point the agent discovery service (x402 services catalog) at its new domain, `agent-discovery.polygon.org`, replacing the retired `agentic-services.polygon.technology`.

## 0.13.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/polygon-agent-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polygonlabs/agent-cli",
"version": "0.13.0",
"version": "0.14.0",
"description": "CLI + Agent Skills for building on-chain agents on Polygon",
"repository": {
"type": "git",
Expand Down