ui-thing 0.1.29 → 0.1.30

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.
@@ -0,0 +1,12 @@
1
+ # Please see the documentation for all configuration options:
2
+ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3
+
4
+ version: 2
5
+ updates:
6
+ - package-ecosystem: "npm"
7
+ directory: "/"
8
+ schedule:
9
+ interval: "weekly"
10
+ day: "sunday"
11
+ time: "06:00"
12
+ timezone: "America/Jamaica"
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.1.30
4
+
5
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.29...v0.1.30)
6
+
7
+ ### 🚀 Enhancements
8
+
9
+ - Update vee-input component ([302c4fd](https://github.com/BayBreezy/ui-thing-cli/commit/302c4fd))
10
+
11
+ ### 🏡 Chore
12
+
13
+ - Bump deps ([a4140b2](https://github.com/BayBreezy/ui-thing-cli/commit/a4140b2))
14
+ - Add dependabot config ([fae5b34](https://github.com/BayBreezy/ui-thing-cli/commit/fae5b34))
15
+
16
+ ### ❤️ Contributors
17
+
18
+ - Behon Baker ([@BayBreezy](http://github.com/BayBreezy))
19
+
3
20
  ## v0.1.29
4
21
 
5
22
  [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.28...v0.1.29)