umberto 9.4.0 → 9.4.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -9
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
+ ## [9.4.1](https://github.com/cksource/umberto/compare/v9.4.0...v9.4.1) (July 27, 2026)
5
+
6
+ ### Other changes
7
+
8
+ * This release does not include any user-facing changes. It was published solely to verify the release process.
9
+
10
+
4
11
  ## [9.4.0](https://github.com/cksource/umberto/compare/v9.3.0...v9.4.0) (February 2, 2026)
5
12
 
6
13
  ### Features
@@ -54,15 +61,6 @@ Changelog
54
61
 
55
62
  * Added CKBox (`CKBOX_VERSION`) and CKEditor 5 (`CKEDITOR_VERSION`) versions to events sent to Sentry integration.
56
63
 
57
-
58
- ## [9.1.2](https://github.com/cksource/umberto/compare/v9.1.1...v9.1.2) (December 8, 2025)
59
-
60
- ### Bug fixes
61
-
62
- * Fix a race condition in the Tooltip/Popover component between `createTooltipPopover` and `TooltipPopover.attach` that could cause duplicate initialization. Tooltips now initialize only once per element and more reliably detect when trigger elements have been detached.
63
- * Minification should preserve closing tags and output spec-compliant HTML.
64
- * Fix encoding of SDK sources.
65
-
66
64
  ---
67
65
 
68
66
  To see all releases, visit the [release page](https://github.com/cksource/umberto/releases).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "umberto",
3
- "version": "9.4.0",
3
+ "version": "9.4.1",
4
4
  "description": "CKSource Documentation builder",
5
5
  "main": "src/index.js",
6
6
  "files": [