Skip to content

Commit 7af229d

Browse files
authored
Merge pull request #113 from PMDevSolutions/release-please--branches--main--components--claudius
chore(main): release 1.4.0
2 parents 9f29abe + 30051c5 commit 7af229d

7 files changed

Lines changed: 17 additions & 6 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.3.0"
2+
".": "1.4.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.4.0](https://github.com/PMDevSolutions/Claudius/compare/v1.3.0...v1.4.0) (2026-06-11)
9+
10+
11+
### Features
12+
13+
* Astro Starlight docs site with versioned content and live demo ([9f29abe](https://github.com/PMDevSolutions/Claudius/commit/9f29abe71c32f69809430a96b5c2c44b3bbba44b))
14+
* **docs:** archive 1.x docs with starlight-versions switcher ([b81ea85](https://github.com/PMDevSolutions/Claudius/commit/b81ea85cb3f2da397c6bcd17e1f47bc5fb2907bc))
15+
* **docs:** author all nine doc sections with live demo on home page ([5929cdd](https://github.com/PMDevSolutions/Claudius/commit/5929cddf8ff0bd8e49fd751a922b0de476715c6c))
16+
* **docs:** scaffold Astro Starlight site in docs/ ([cc98cf1](https://github.com/PMDevSolutions/Claudius/commit/cc98cf16fc53e752dfcfa95acfa87196e65393d1))
17+
* **worker:** accept comma-separated ALLOWED_ORIGIN list ([267cec2](https://github.com/PMDevSolutions/Claudius/commit/267cec2f6c87b1936d81a2b4dedef34d7902f07d))
18+
819
## [1.3.0](https://github.com/PMDevSolutions/Claudius/compare/v1.2.1...v1.3.0) (2026-06-09)
920

1021

cdn/claudius.iife.js

Lines changed: 1 addition & 1 deletion
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.3.0",
3+
"version": "1.4.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.3.0",
3+
"version": "1.4.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.3.0",
3+
"version": "1.4.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.3.0",
3+
"version": "1.4.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)