chore: prep 2026.1.27-beta.1 release

This commit is contained in:
Peter Steinberger
2026-01-28 01:35:58 +01:00
parent aced5dde8d
commit 7eb57b691c
37 changed files with 66 additions and 31 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@moltbot/bluebubbles",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot BlueBubbles channel plugin",
"moltbot": {

View File

@@ -1,6 +1,6 @@
{
"name": "@moltbot/copilot-proxy",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Copilot Proxy provider plugin",
"moltbot": {

View File

@@ -1,6 +1,6 @@
{
"name": "@moltbot/diagnostics-otel",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot diagnostics OpenTelemetry exporter",
"moltbot": {

View File

@@ -1,6 +1,6 @@
{
"name": "@moltbot/discord",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Discord channel plugin",
"moltbot": {

View File

@@ -1,6 +1,6 @@
{
"name": "@moltbot/google-antigravity-auth",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Google Antigravity OAuth provider plugin",
"moltbot": {

View File

@@ -1,6 +1,6 @@
{
"name": "@moltbot/google-gemini-cli-auth",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Gemini CLI OAuth provider plugin",
"moltbot": {

View File

@@ -1,6 +1,6 @@
{
"name": "@moltbot/googlechat",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Google Chat channel plugin",
"moltbot": {

View File

@@ -1,6 +1,6 @@
{
"name": "@moltbot/imessage",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot iMessage channel plugin",
"moltbot": {

View File

@@ -1,6 +1,6 @@
{
"name": "@moltbot/line",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot LINE channel plugin",
"moltbot": {

View File

@@ -1,6 +1,6 @@
{
"name": "@moltbot/llm-task",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot JSON-only LLM task plugin",
"moltbot": {

View File

@@ -1,6 +1,6 @@
{
"name": "@moltbot/lobster",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Lobster workflow tool plugin (typed pipelines + resumable approvals)",
"moltbot": {

View File

@@ -1,5 +1,10 @@
# Changelog
## 2026.1.27-beta.1
### Changes
- Version alignment with core Moltbot release numbers.
## 2026.1.23
### Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@moltbot/matrix",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Matrix channel plugin",
"moltbot": {

View File

@@ -1,6 +1,6 @@
{
"name": "@moltbot/mattermost",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Mattermost channel plugin",
"moltbot": {

View File

@@ -1,6 +1,6 @@
{
"name": "@moltbot/memory-core",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot core memory search plugin",
"moltbot": {

View File

@@ -1,6 +1,6 @@
{
"name": "@moltbot/memory-lancedb",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot LanceDB-backed long-term memory plugin with auto-recall/capture",
"dependencies": {

View File

@@ -1,5 +1,10 @@
# Changelog
## 2026.1.27-beta.1
### Changes
- Version alignment with core Moltbot release numbers.
## 2026.1.23
### Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@moltbot/msteams",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Microsoft Teams channel plugin",
"moltbot": {

View File

@@ -1,6 +1,6 @@
{
"name": "@moltbot/nextcloud-talk",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Nextcloud Talk channel plugin",
"moltbot": {

View File

@@ -1,5 +1,10 @@
# Changelog
## 2026.1.27-beta.1
### Changes
- Version alignment with core Moltbot release numbers.
## 2026.1.23
### Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@moltbot/nostr",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Nostr channel plugin for NIP-04 encrypted DMs",
"moltbot": {

View File

@@ -1,6 +1,6 @@
{
"name": "@moltbot/open-prose",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "OpenProse VM skill pack plugin (slash command + telemetry).",
"moltbot": {

View File

@@ -1,6 +1,6 @@
{
"name": "@moltbot/signal",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Signal channel plugin",
"moltbot": {

View File

@@ -1,6 +1,6 @@
{
"name": "@moltbot/slack",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Slack channel plugin",
"moltbot": {

View File

@@ -1,6 +1,6 @@
{
"name": "@moltbot/telegram",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Telegram channel plugin",
"moltbot": {

View File

@@ -1,6 +1,6 @@
{
"name": "@moltbot/tlon",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Tlon/Urbit channel plugin",
"moltbot": {

View File

@@ -1,5 +1,10 @@
# Changelog
## 2026.1.27-beta.1
### Changes
- Version alignment with core Moltbot release numbers.
## 2026.1.23
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@moltbot/twitch",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"description": "Moltbot Twitch channel plugin",
"type": "module",
"dependencies": {

View File

@@ -1,5 +1,10 @@
# Changelog
## 2026.1.27-beta.1
### Changes
- Version alignment with core Moltbot release numbers.
## 2026.1.26
### Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@moltbot/voice-call",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot voice-call plugin",
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@moltbot/whatsapp",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot WhatsApp channel plugin",
"moltbot": {

View File

@@ -1,5 +1,10 @@
# Changelog
## 2026.1.27-beta.1
### Changes
- Version alignment with core Moltbot release numbers.
## 2026.1.23
### Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@moltbot/zalo",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Zalo channel plugin",
"moltbot": {

View File

@@ -1,5 +1,10 @@
# Changelog
## 2026.1.27-beta.1
### Changes
- Version alignment with core Moltbot release numbers.
## 2026.1.23
### Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@moltbot/zalouser",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Zalo Personal Account plugin via zca-cli",
"dependencies": {