Skip to content

Commit fb39dc0

Browse files
chore(release): publish [skip ci]
- @polygonlabs/agent-connector-ui@1.4.1 - @polygonlabs/agent-cli@0.7.1 - @polygonlabs/agent-shared@0.1.1
1 parent 356a12a commit fb39dc0

File tree

6 files changed

+31
-3
lines changed

6 files changed

+31
-3
lines changed

packages/connector-ui/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.4.1](https://github.com/0xPolygon/polygon-agent-cli/compare/@polygonlabs/agent-connector-ui@1.4.0...@polygonlabs/agent-connector-ui@1.4.1) (2026-04-14)
7+
8+
**Note:** Version bump only for package @polygonlabs/agent-connector-ui
9+
10+
11+
12+
13+
614
# [1.4.0](https://github.com/0xPolygon/polygon-agent-cli/compare/@polygonlabs/agent-connector-ui@1.0.2...@polygonlabs/agent-connector-ui@1.4.0) (2026-04-14)
715

816

packages/connector-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@polygonlabs/agent-connector-ui",
33
"private": true,
4-
"version": "1.4.0",
4+
"version": "1.4.1",
55
"type": "module",
66
"description": "Wallet connector UI for Polygon Agent Kit - creates secure encrypted wallet sessions",
77
"repository": {

packages/polygon-agent-cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.7.1](https://github.com/0xPolygon/polygon-agent-cli/compare/@polygonlabs/agent-cli@0.7.0...@polygonlabs/agent-cli@0.7.1) (2026-04-14)
7+
8+
**Note:** Version bump only for package @polygonlabs/agent-cli
9+
10+
11+
12+
13+
614
# [0.7.0](https://github.com/0xPolygon/polygon-agent-cli/compare/@polygonlabs/agent-cli@0.3.0...@polygonlabs/agent-cli@0.7.0) (2026-04-14)
715

816

packages/polygon-agent-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polygonlabs/agent-cli",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "CLI + Agent Skills for building on-chain agents on Polygon",
55
"repository": {
66
"type": "git",

packages/shared/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.1](https://github.com/0xPolygon/polygon-agent-cli/compare/@polygonlabs/agent-shared@0.5.0...@polygonlabs/agent-shared@0.1.1) (2026-04-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **shared:** publish agent-shared to npm so agent-cli installs correctly ([a757cba](https://github.com/0xPolygon/polygon-agent-cli/commit/a757cba418556eb6d59963bcedf9af1a65590aea))
12+
* **shared:** use publishConfig so workspace typecheck resolves src, npm gets dist ([be8ec61](https://github.com/0xPolygon/polygon-agent-cli/commit/be8ec616b501c4fa756b3c72e61b1febf3a0a474))
13+
14+
15+
16+
17+
618
# 0.5.0 (2026-04-14)
719

820

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polygonlabs/agent-shared",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"type": "module",
55
"main": "./src/index.ts",
66
"exports": {

0 commit comments

Comments
 (0)