@headwai/chat-bubble 7.3.1 → 7.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/package.json +3 -2
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
## [7.3.2] - 2025-11-24
|
|
6
|
+
- Extract changelog entries to populate GitHub release bodies.
|
|
7
|
+
- Include CHANGELOG.md in the published package files.
|
|
8
|
+
|
|
9
|
+
## [7.3.1] - 2025-11-21
|
|
10
|
+
- Align Submit Button to the Text Input field
|
|
11
|
+
- Added GitHub Release automation workflow.
|
|
12
|
+
- Added CHANGELOG.md file.
|
|
13
|
+
|
|
14
|
+
## [7.3.0] - 2025-11-21
|
|
15
|
+
- Initial changelog creation.
|
package/package.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@headwai/chat-bubble",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.2",
|
|
4
4
|
"description": "A chat bubble component for LocalChat by headwAI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist-widget",
|
|
8
|
-
"docs"
|
|
8
|
+
"docs",
|
|
9
|
+
"CHANGELOG.md"
|
|
9
10
|
],
|
|
10
11
|
"keywords": [
|
|
11
12
|
"chat",
|