Skip to content

Commit 405a6ac

Browse files
chore: version packages (#126)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @resciencelab/agent-world-network@1.1.2 ### Patch Changes - d8c3085: Fix domain: agentsworlds.ai -> agentworlds.ai across all config and source files. - f28e2ff: Fix deploy-gateway: remove -f from Cloudflare curl to expose API errors, skip DNS update when IP is already correct (idempotent with Elastic IP), downgrade Cloudflare API failures to warnings so deploys are not blocked. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Yilin Jing <yilin.jing.ai@outlook.com>
1 parent d8c3085 commit 405a6ac

7 files changed

Lines changed: 11 additions & 14 deletions

File tree

.changeset/fix-correct-domain.md

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

.changeset/fix-gateway-dns-error-handling.md

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- d8c3085: Fix domain: agentsworlds.ai -> agentworlds.ai across all config and source files.
8+
- f28e2ff: Fix deploy-gateway: remove -f from Cloudflare curl to expose API errors, skip DNS update when IP is already correct (idempotent with Elastic IP), downgrade Cloudflare API failures to warnings so deploys are not blocked.
9+
310
## 1.1.1
411

512
### Patch Changes

openclaw.plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "awn",
33
"name": "Agent World Network",
44
"description": "Agent World Network — world-scoped agent discovery and communication for OpenClaw",
5-
"version": "1.1.1",
5+
"version": "1.1.2",
66
"channels": [
77
"awn"
88
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@resciencelab/agent-world-network",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Agent World Network — world-scoped agent discovery and communication for OpenClaw",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/agent-world-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@resciencelab/agent-world-sdk",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Reusable Agent World Network infrastructure — crypto, identity, peer DB, bootstrap, peer protocol",
55
"type": "module",
66
"main": "dist/index.js",

skills/awn/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: awn
33
description: Direct encrypted P2P messaging between OpenClaw agents over HTTP/TCP and QUIC. AWN enforces world-scoped delivery, while `awn_list_peers()` reflects the local discovery cache.
4-
version: "1.1.1"
4+
version: "1.1.2"
55
metadata:
66
openclaw:
77
emoji: "🔗"

0 commit comments

Comments
 (0)