Skip to content

Commit c418811

Browse files
authored
Merge pull request #135 from PMDevSolutions/release-please--branches--main--components--claudius
chore(main): release 1.9.0
2 parents fc79f61 + 9f8687d commit c418811

8 files changed

Lines changed: 24 additions & 16 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.8.2"
2+
".": "1.9.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.9.0](https://github.com/PMDevSolutions/Claudius/compare/v1.8.2...v1.9.0) (2026-06-19)
9+
10+
11+
### Features
12+
13+
* **plugins:** message-middleware plugin SDK for widget and worker ([fc79f61](https://github.com/PMDevSolutions/Claudius/commit/fc79f6154e9d4346f407ca3eaddfaf45e01fbc46))
14+
* **plugins:** message-middleware plugin SDK for widget and worker ([3d0466a](https://github.com/PMDevSolutions/Claudius/commit/3d0466a92ff44faeca6bb94097ab8b887a5b578f)), closes [#45](https://github.com/PMDevSolutions/Claudius/issues/45)
15+
816
## [1.8.2](https://github.com/PMDevSolutions/Claudius/compare/v1.8.1...v1.8.2) (2026-06-18)
917

1018

cdn/claudius.iife.js

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

create-claudius/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-claudius",
3-
"version": "1.8.2",
3+
"version": "1.9.0",
44
"description": "Scaffold a Claudius AI chat widget project in one command.",
55
"keywords": [
66
"claudius",

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claudius-docs",
3-
"version": "1.8.2",
3+
"version": "1.9.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claudius",
3-
"version": "1.8.2",
3+
"version": "1.9.0",
44
"description": "Embeddable AI chat widget for PMDS and client sites. React component + standalone script embed, powered by Cloudflare Workers and Claude.",
55
"private": true,
66
"type": "module",

widget/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claudius-chat-widget",
3-
"version": "1.8.2",
3+
"version": "1.9.0",
44
"type": "module",
55
"description": "Embeddable AI chat widget powered by Claude. Drop-in React component or standalone script embed, backed by a Cloudflare Worker.",
66
"keywords": [

worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claudius-chat-worker",
3-
"version": "1.8.2",
3+
"version": "1.9.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)