ui-thing 0.1.46 → 0.1.48

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,29 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.1.48
4
+
5
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.47...v0.1.48)
6
+
7
+ ### 🚀 Enhancements
8
+
9
+ - Add `pattern` & `maxlength` props to `input` and `textarea` components. ([b8ff095](https://github.com/BayBreezy/ui-thing-cli/commit/b8ff095))
10
+
11
+ ### ❤️ Contributors
12
+
13
+ - Behon Baker ([@BayBreezy](http://github.com/BayBreezy))
14
+
15
+ ## v0.1.47
16
+
17
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.46...v0.1.47)
18
+
19
+ ### 🏡 Chore
20
+
21
+ - Update `pagination` & `breadcrumbs` components ([3d1c515](https://github.com/BayBreezy/ui-thing-cli/commit/3d1c515))
22
+
23
+ ### ❤️ Contributors
24
+
25
+ - Behon Baker ([@BayBreezy](http://github.com/BayBreezy))
26
+
3
27
  ## v0.1.46
4
28
 
5
29
  [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.45...v0.1.46)