ui-thing 0.1.38 → 0.1.40
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 +25 -0
- package/dist/index.js +61 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/comps.ts +15 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.1.40
|
|
4
|
+
|
|
5
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.39...v0.1.40)
|
|
6
|
+
|
|
7
|
+
### 🏡 Chore
|
|
8
|
+
|
|
9
|
+
- **release:** V0.1.39 ([e11329a](https://github.com/BayBreezy/ui-thing-cli/commit/e11329a))
|
|
10
|
+
- Update styles on dialog components ([38f199a](https://github.com/BayBreezy/ui-thing-cli/commit/38f199a))
|
|
11
|
+
|
|
12
|
+
### ❤️ Contributors
|
|
13
|
+
|
|
14
|
+
- Behon Baker ([@BayBreezy](http://github.com/BayBreezy))
|
|
15
|
+
|
|
16
|
+
## v0.1.39
|
|
17
|
+
|
|
18
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.38...v0.1.39)
|
|
19
|
+
|
|
20
|
+
### 🏡 Chore
|
|
21
|
+
|
|
22
|
+
- Added the drawer heade and footer components ([00ea23d](https://github.com/BayBreezy/ui-thing-cli/commit/00ea23d))
|
|
23
|
+
|
|
24
|
+
### ❤️ Contributors
|
|
25
|
+
|
|
26
|
+
- Behon Baker ([@BayBreezy](http://github.com/BayBreezy))
|
|
27
|
+
|
|
3
28
|
## v0.1.38
|
|
4
29
|
|
|
5
30
|
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.37...v0.1.38)
|