ui-thing 0.1.40 → 0.1.41
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 +20 -0
- package/README.md +6 -0
- package/dist/index.js +376 -376
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/comps.ts +357 -357
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.1.41
|
|
4
|
+
|
|
5
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.40...v0.1.41)
|
|
6
|
+
|
|
7
|
+
### 💅 Refactors
|
|
8
|
+
|
|
9
|
+
- Update component file ([7f9a763](https://github.com/BayBreezy/ui-thing-cli/commit/7f9a763))
|
|
10
|
+
|
|
11
|
+
### 📖 Documentation
|
|
12
|
+
|
|
13
|
+
- Add buymeecoffee link to readme ([ec42cd7](https://github.com/BayBreezy/ui-thing-cli/commit/ec42cd7))
|
|
14
|
+
|
|
15
|
+
### 🏡 Chore
|
|
16
|
+
|
|
17
|
+
- **release:** V0.1.40 ([3cdacad](https://github.com/BayBreezy/ui-thing-cli/commit/3cdacad))
|
|
18
|
+
|
|
19
|
+
### ❤️ Contributors
|
|
20
|
+
|
|
21
|
+
- Behon Baker ([@BayBreezy](http://github.com/BayBreezy))
|
|
22
|
+
|
|
3
23
|
## v0.1.40
|
|
4
24
|
|
|
5
25
|
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.39...v0.1.40)
|
package/README.md
CHANGED
|
@@ -12,6 +12,12 @@
|
|
|
12
12
|
|
|
13
13
|
Thanks to the maintainers of the other third party libraries used in this project.
|
|
14
14
|
|
|
15
|
+
## 💸 Support Me
|
|
16
|
+
|
|
17
|
+
If you can 😊
|
|
18
|
+
|
|
19
|
+
<a href="https://buymeacoffee.com/llehXIrI8g" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important" ></a>
|
|
20
|
+
|
|
15
21
|
## Getting Started
|
|
16
22
|
|
|
17
23
|
- Create a Nuxt 3 project
|