Skip to content

Commit 41492fc

Browse files
authored
Merge pull request #116 from PMDevSolutions/release-please--branches--main--components--claudius
chore(main): release 1.5.0
2 parents 96dbdc0 + ca04083 commit 41492fc

8 files changed

Lines changed: 34 additions & 19 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.4.0"
2+
".": "1.5.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ 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.5.0](https://github.com/PMDevSolutions/Claudius/compare/v1.4.0...v1.5.0) (2026-06-11)
9+
10+
11+
### Features
12+
13+
* theming v2 with design tokens, theme files, and editor ([96dbdc0](https://github.com/PMDevSolutions/Claudius/commit/96dbdc0250f96ad0d290f004d5210ddabddfaefd))
14+
* **widget:** add theme engine with four built-in themes ([b4d8b17](https://github.com/PMDevSolutions/Claudius/commit/b4d8b177f7a44c43bf08a0430948dd02f590e75e))
15+
* **widget:** publish theme.v1 JSON schema with validation tests ([ce43d5b](https://github.com/PMDevSolutions/Claudius/commit/ce43d5bd4c1ff52d7af02fc821cf4aed0138cecc))
16+
* **widget:** theme prop accepts built-in names, theme objects, and URLs ([1ce06d3](https://github.com/PMDevSolutions/Claudius/commit/1ce06d34e48ee2dc000a96a65802e119b133e3c1))
17+
18+
19+
### Refactoring
20+
21+
* **widget:** move all visual styles onto --cl-* design tokens ([1eb6ed9](https://github.com/PMDevSolutions/Claudius/commit/1eb6ed9efc529513cbd793877021ee36ee865de0))
22+
823
## [1.4.0](https://github.com/PMDevSolutions/Claudius/compare/v1.3.0...v1.4.0) (2026-06-11)
924

1025

cdn/claudius.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cdn/claudius.iife.js

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

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.4.0",
3+
"version": "1.5.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.4.0",
3+
"version": "1.5.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.4.0",
3+
"version": "1.5.0",
44
"private": true,
55
"type": "module",
66
"main": "dist/claudius.js",

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.4.0",
3+
"version": "1.5.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)