@saas-ui/react 0.1.0 → 0.1.1
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/.turbo/turbo-lint:staged.log +14 -1
- package/CHANGELOG.md +29 -2
- package/dist/index.d.ts +0 -0
- package/dist/index.d.ts.map +0 -0
- package/dist/index.js +0 -0
- package/dist/index.js.map +0 -0
- package/dist/index.modern.js +0 -0
- package/dist/index.modern.js.map +0 -0
- package/dist/typography.d.ts +0 -0
- package/dist/typography.d.ts.map +0 -0
- package/package.json +1 -1
|
@@ -1 +1,14 @@
|
|
|
1
|
-
|
|
1
|
+
[STARTED] Preparing...
|
|
2
|
+
[SUCCESS] Preparing...
|
|
3
|
+
[STARTED] Running tasks...
|
|
4
|
+
[STARTED] Running tasks for **/*.{js,ts,tsx}
|
|
5
|
+
[STARTED] Running tasks for **/*.{js,ts,tsx,css,md}
|
|
6
|
+
[SKIPPED] No staged files match **/*.{js,ts,tsx}
|
|
7
|
+
[STARTED] prettier --write
|
|
8
|
+
[SUCCESS] prettier --write
|
|
9
|
+
[SUCCESS] Running tasks for **/*.{js,ts,tsx,css,md}
|
|
10
|
+
[SUCCESS] Running tasks...
|
|
11
|
+
[STARTED] Applying modifications...
|
|
12
|
+
[SUCCESS] Applying modifications...
|
|
13
|
+
[STARTED] Cleaning up...
|
|
14
|
+
[SUCCESS] Cleaning up...
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @saas-ui/react
|
|
2
2
|
|
|
3
|
+
## 0.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fix version mismatch
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @saas-ui/provider@0.1.1
|
|
10
|
+
- @saas-ui/snackbar@0.1.1
|
|
11
|
+
- @saas-ui/auth@0.1.1
|
|
12
|
+
- @saas-ui/button@0.1.1
|
|
13
|
+
- @saas-ui/card@1.1.1
|
|
14
|
+
- @saas-ui/collapse@0.1.1
|
|
15
|
+
- @saas-ui/forms@0.1.1
|
|
16
|
+
- @saas-ui/hooks@0.1.1
|
|
17
|
+
- @saas-ui/hotkeys@0.2.1
|
|
18
|
+
- @saas-ui/input-right-button@0.1.1
|
|
19
|
+
- @saas-ui/menu@0.1.1
|
|
20
|
+
- @saas-ui/nprogress@0.1.1
|
|
21
|
+
- @saas-ui/number-input@0.1.1
|
|
22
|
+
- @saas-ui/password-input@0.1.1
|
|
23
|
+
- @saas-ui/persona@0.2.1
|
|
24
|
+
- @saas-ui/pin-input@0.1.1
|
|
25
|
+
- @saas-ui/property@0.1.1
|
|
26
|
+
- @saas-ui/radio@0.1.1
|
|
27
|
+
- @saas-ui/system@0.2.1
|
|
28
|
+
- @saas-ui/theme@0.1.1
|
|
29
|
+
|
|
3
30
|
## 0.1.0
|
|
4
31
|
|
|
5
32
|
### Minor Changes
|
|
@@ -24,8 +51,8 @@
|
|
|
24
51
|
- @saas-ui/persona@0.2.0
|
|
25
52
|
- @saas-ui/pin-input@0.1.0
|
|
26
53
|
- @saas-ui/property@0.1.0
|
|
27
|
-
- @saas-ui/provider@
|
|
54
|
+
- @saas-ui/provider@0.1.0
|
|
28
55
|
- @saas-ui/radio@0.1.0
|
|
29
|
-
- @saas-ui/snackbar@
|
|
56
|
+
- @saas-ui/snackbar@0.1.0
|
|
30
57
|
- @saas-ui/system@0.2.0
|
|
31
58
|
- @saas-ui/theme@0.1.0
|
package/dist/index.d.ts
CHANGED
|
File without changes
|
package/dist/index.d.ts.map
CHANGED
|
File without changes
|
package/dist/index.js
CHANGED
|
File without changes
|
package/dist/index.js.map
CHANGED
|
File without changes
|
package/dist/index.modern.js
CHANGED
|
File without changes
|
package/dist/index.modern.js.map
CHANGED
|
File without changes
|
package/dist/typography.d.ts
CHANGED
|
File without changes
|
package/dist/typography.d.ts.map
CHANGED
|
File without changes
|