@unlk/keymaster 1.0.3 → 1.0.5

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,10 +2,24 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [1.0.5] - 2025-04-28
6
+
7
+ ### Added
8
+ - Input fields
9
+ - Radios
10
+ - Checkboxes
11
+ - Progress bars
12
+
13
+ ## [1.0.4] - 2025-04-25
14
+
15
+ ### Updated
16
+ - Readme Logo
17
+ - Changelog function for GitHub build
18
+
5
19
  ## [1.0.3] - 2025-04-25
6
20
 
7
21
  ### Updated
8
- Bootsrap 5.3.5
22
+ - Bootstrap 5.3.5
9
23
 
10
24
  ### Added
11
25
  - Spinners
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  <br />
6
6
  <div align="center">
7
7
  <a href="https://www.unlock.com/">
8
- <img src="images/unlock.svg" alt="Unlock Logo">
8
+ <img src="https://www.unlock.com/wp-content/uploads/2025/04/unlock.svg" alt="Unlock Logo">
9
9
  </a>
10
10
 
11
11
  <h3 align="center">Keymaster</h3>
@@ -53,8 +53,9 @@ More specifically, we aim to:
53
53
 
54
54
  ### Built With
55
55
 
56
- * [![Bootstrap][Bootstrap.com]][Bootstrap-url]
57
- * [![Storybook][Storybook.js.org]][Storybook-url]
56
+ [![Bootstrap][Bootstrap.com]][Bootstrap-url]
57
+
58
+ [![Storybook][Storybook.js.org]][Storybook-url]
58
59
 
59
60
  <p align="right">(<a href="#readme-top">back to top</a>)</p>
60
61