@tui-sandbox/library 4.0.0 → 4.2.0

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 CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.2.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v4.1.0...library-v4.2.0) (2024-11-14)
4
+
5
+
6
+ ### Features
7
+
8
+ * can pass environment variables to neovim from cypress tests ([#124](https://github.com/mikavilpas/tui-sandbox/issues/124)) ([1399c2e](https://github.com/mikavilpas/tui-sandbox/commit/1399c2eefd89fe7ac1fc7d17f469130a3ef7886b))
9
+
10
+ ## [4.1.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v4.0.0...library-v4.1.0) (2024-11-12)
11
+
12
+
13
+ ### Features
14
+
15
+ * add rgbify function to convert catppuccin colors to CSS colors ([#121](https://github.com/mikavilpas/tui-sandbox/issues/121)) ([64bc422](https://github.com/mikavilpas/tui-sandbox/commit/64bc42227e5784ecd326929e6f301124f1c0a712))
16
+
3
17
  ## [4.0.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v3.0.0...library-v4.0.0) (2024-11-12)
4
18
 
5
19