chore: bump versions to 2026.1.17

This commit is contained in:
Peter Steinberger
2026-01-17 19:16:31 +00:00
parent a828e60067
commit b0f44acf9e
13 changed files with 29 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@clawdbot/copilot-proxy", "name": "@clawdbot/copilot-proxy",
"version": "2026.1.16-1", "version": "2026.1.17",
"type": "module", "type": "module",
"description": "Clawdbot Copilot Proxy provider plugin", "description": "Clawdbot Copilot Proxy provider plugin",
"clawdbot": { "clawdbot": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@clawdbot/google-antigravity-auth", "name": "@clawdbot/google-antigravity-auth",
"version": "2026.1.16-1", "version": "2026.1.17",
"type": "module", "type": "module",
"description": "Clawdbot Google Antigravity OAuth provider plugin", "description": "Clawdbot Google Antigravity OAuth provider plugin",
"clawdbot": { "clawdbot": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@clawdbot/google-gemini-cli-auth", "name": "@clawdbot/google-gemini-cli-auth",
"version": "2026.1.16-1", "version": "2026.1.17",
"type": "module", "type": "module",
"description": "Clawdbot Gemini CLI OAuth provider plugin", "description": "Clawdbot Gemini CLI OAuth provider plugin",
"clawdbot": { "clawdbot": {

View File

@@ -1,5 +1,10 @@
# Changelog # Changelog
## 2026.1.17
### Changes
- Version alignment with core Clawdbot release numbers.
## 2026.1.16 ## 2026.1.16
### Changes ### Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@clawdbot/matrix", "name": "@clawdbot/matrix",
"version": "2026.1.16", "version": "2026.1.17",
"type": "module", "type": "module",
"description": "Clawdbot Matrix channel plugin", "description": "Clawdbot Matrix channel plugin",
"clawdbot": { "clawdbot": {

View File

@@ -1,5 +1,10 @@
# Changelog # Changelog
## 2026.1.17
### Changes
- Version alignment with core Clawdbot release numbers.
## 2026.1.16 ## 2026.1.16
### Changes ### Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@clawdbot/msteams", "name": "@clawdbot/msteams",
"version": "2026.1.16", "version": "2026.1.17",
"type": "module", "type": "module",
"description": "Clawdbot Microsoft Teams channel plugin", "description": "Clawdbot Microsoft Teams channel plugin",
"clawdbot": { "clawdbot": {

View File

@@ -1,5 +1,10 @@
# Changelog # Changelog
## 2026.1.17
### Changes
- Version alignment with core Clawdbot release numbers.
## 2026.1.16 ## 2026.1.16
### Changes ### Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@clawdbot/voice-call", "name": "@clawdbot/voice-call",
"version": "2026.1.16", "version": "2026.1.17",
"type": "module", "type": "module",
"description": "Clawdbot voice-call plugin", "description": "Clawdbot voice-call plugin",
"dependencies": { "dependencies": {

View File

@@ -1,5 +1,10 @@
# Changelog # Changelog
## 2026.1.17
### Changes
- Version alignment with core Clawdbot release numbers.
## 2026.1.16 ## 2026.1.16
### Changes ### Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@clawdbot/zalo", "name": "@clawdbot/zalo",
"version": "2026.1.16", "version": "2026.1.17",
"type": "module", "type": "module",
"description": "Clawdbot Zalo channel plugin", "description": "Clawdbot Zalo channel plugin",
"clawdbot": { "clawdbot": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@clawdbot/zalouser", "name": "@clawdbot/zalouser",
"version": "2026.1.16", "version": "2026.1.17",
"type": "module", "type": "module",
"description": "Clawdbot Zalo Personal Account plugin via zca-cli", "description": "Clawdbot Zalo Personal Account plugin via zca-cli",
"dependencies": { "dependencies": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "clawdbot", "name": "clawdbot",
"version": "2026.1.16-2", "version": "2026.1.17",
"description": "WhatsApp gateway CLI (Baileys web) with Pi RPC agent", "description": "WhatsApp gateway CLI (Baileys web) with Pi RPC agent",
"type": "module", "type": "module",
"main": "dist/index.js", "main": "dist/index.js",