termbeam 1.22.0 → 1.22.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 +9 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.22.2] - 2026-04-26
|
|
4
|
+
|
|
5
|
+
- fix(site): repair mobile feature card rendering (@dorlugasigal)
|
|
6
|
+
- ci(site): add gated Cloudflare Pages deploy target (@dorlugasigal)
|
|
7
|
+
|
|
8
|
+
## [1.22.1] - 2026-04-26
|
|
9
|
+
|
|
10
|
+
- refactor(site): iterate unified site to launch quality (#211) (@dorlugasigal)
|
|
11
|
+
|
|
3
12
|
## [1.22.0] - 2026-04-25
|
|
4
13
|
|
|
5
14
|
- feat(site): unify landing + docs into Astro Starlight site (#209) (@dorlugasigal)
|