Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.8.1"
".": "1.8.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.8.2](https://github.com/PMDevSolutions/Claudius/compare/v1.8.1...v1.8.2) (2026-06-18)


### Bug Fixes

* **ci:** harden npm trusted publishing (OIDC) in release workflows ([494292f](https://github.com/PMDevSolutions/Claudius/commit/494292f0071d9a1efdbf9df8bc623f0bcad65755))
* **ci:** harden npm trusted publishing (OIDC) in release workflows ([f6ec1ae](https://github.com/PMDevSolutions/Claudius/commit/f6ec1ae2e271ce37df1b0781e51657ce203cdff2))

## [1.8.1](https://github.com/PMDevSolutions/Claudius/compare/v1.8.0...v1.8.1) (2026-06-17)


Expand Down
2 changes: 1 addition & 1 deletion cdn/claudius.iife.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion create-claudius/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-claudius",
"version": "1.8.1",
"version": "1.8.2",
"description": "Scaffold a Claudius AI chat widget project in one command.",
"keywords": [
"claudius",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "claudius-docs",
"version": "1.8.1",
"version": "1.8.2",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "claudius",
"version": "1.8.1",
"version": "1.8.2",
"description": "Embeddable AI chat widget for PMDS and client sites. React component + standalone script embed, powered by Cloudflare Workers and Claude.",
"private": true,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "claudius-chat-widget",
"version": "1.8.1",
"version": "1.8.2",
"type": "module",
"description": "Embeddable AI chat widget powered by Claude. Drop-in React component or standalone script embed, backed by a Cloudflare Worker.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "claudius-chat-worker",
"version": "1.8.1",
"version": "1.8.2",
"private": true,
"type": "module",
"scripts": {
Expand Down
Loading