@unlk/keymaster 1.3.2 → 1.3.3

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
@@ -2,6 +2,11 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [1.3.3] - 2025-11-21
6
+
7
+ ### Add
8
+ - Keymaster Version to generated CSS
9
+
5
10
  ## [1.3.2] - 2025-11-20
6
11
 
7
12
  ### Update
package/README.md CHANGED
@@ -68,7 +68,7 @@ The design system has a few dependencies that you will need to install before yo
68
68
  * [Bootstrap 5](https://getbootstrap.com/docs/)
69
69
  * [Sass](https://sass-lang.com/) (Optional: If you want to compile the Sass files yourself.)
70
70
 
71
- Symphony also requires you to have [Bootstrap 5](https://getbootstrap.com/docs/) installed in your project as a peer-dependency.
71
+ Keymaster also requires you to have [Bootstrap 5](https://getbootstrap.com/docs/) installed in your project as a peer-dependency.
72
72
  If you do not have Bootstrap 5 installed, you can install it with the following command:
73
73
 
74
74
  ```sh
@@ -21865,6 +21865,11 @@
21865
21865
  --fa: "\f8e8";
21866
21866
  }
21867
21867
 
21868
+ /*!
21869
+ * Keymaster v1.3.3 (https://unlock-com.github.io/keymaster)
21870
+ * Copyright 2022-2025 Unlk Developers
21871
+ * Licensed under MIT
21872
+ */
21868
21873
  /*!
21869
21874
  * Bootstrap v5.3.8 (https://getbootstrap.com/)
21870
21875
  * Copyright 2011-2025 The Bootstrap Authors