@saas-ui/react 0.1.13 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
- @saas-ui/react:build: cache hit, replaying output 72bd326e23ffbc69
2
- @saas-ui/react:build: Build "@saas-ui/react" to dist:
3
- @saas-ui/react:build:  653 B: index.js.gz
4
- @saas-ui/react:build:  519 B: index.js.br
5
- @saas-ui/react:build:  279 B: index.modern.js.gz
6
- @saas-ui/react:build:  253 B: index.modern.js.br
1
+ @saas-ui/react:build: cache hit, replaying output d17e2a88bf98c6d1
2
+ @saas-ui/react:build: Build "@saas-ui/react" to dist:
3
+ @saas-ui/react:build:  653 B: index.js.gz
4
+ @saas-ui/react:build:  519 B: index.js.br
5
+ @saas-ui/react:build:  279 B: index.modern.js.gz
6
+ @saas-ui/react:build:  253 B: index.modern.js.br
@@ -0,0 +1 @@
1
+ @saas-ui/react:clean: cache hit, replaying output ff62f704f3f6ca01
@@ -1,15 +1,2 @@
1
- @saas-ui/react:lint:staged: cache hit, replaying output 5077521d5ce9dfb5
2
- @saas-ui/react:lint:staged: [STARTED] Preparing...
3
- @saas-ui/react:lint:staged: [SUCCESS] Preparing...
4
- @saas-ui/react:lint:staged: [STARTED] Running tasks...
5
- @saas-ui/react:lint:staged: [STARTED] Running tasks for **/*.{js,ts,tsx}
6
- @saas-ui/react:lint:staged: [STARTED] Running tasks for **/*.{js,ts,tsx,css,md}
7
- @saas-ui/react:lint:staged: [SKIPPED] No staged files match **/*.{js,ts,tsx}
8
- @saas-ui/react:lint:staged: [STARTED] prettier --write
9
- @saas-ui/react:lint:staged: [SUCCESS] prettier --write
10
- @saas-ui/react:lint:staged: [SUCCESS] Running tasks for **/*.{js,ts,tsx,css,md}
11
- @saas-ui/react:lint:staged: [SUCCESS] Running tasks...
12
- @saas-ui/react:lint:staged: [STARTED] Applying modifications...
13
- @saas-ui/react:lint:staged: [SUCCESS] Applying modifications...
14
- @saas-ui/react:lint:staged: [STARTED] Cleaning up...
15
- @saas-ui/react:lint:staged: [SUCCESS] Cleaning up...
1
+ @saas-ui/react:lint:staged: cache hit, replaying output 49a54e3bb534cf81
2
+ @saas-ui/react:lint:staged:  No staged files match any configured task.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,67 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 0.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Upgrade to Chakra UI 1.8.1
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - Updated dependencies
13
+ - Updated dependencies
14
+ - @saas-ui/provider@0.2.0
15
+ - @saas-ui/auth@0.2.0
16
+ - @saas-ui/collapse@0.2.0
17
+ - @saas-ui/forms@0.2.0
18
+ - @saas-ui/hotkeys@0.3.0
19
+ - @saas-ui/input-right-button@0.2.0
20
+ - @saas-ui/menu@0.2.0
21
+ - @saas-ui/nprogress@0.2.0
22
+ - @saas-ui/number-input@0.2.0
23
+ - @saas-ui/palette@0.4.0
24
+ - @saas-ui/persona@0.3.0
25
+ - @saas-ui/pin-input@0.2.0
26
+ - @saas-ui/radio@0.2.0
27
+ - @saas-ui/search-input@0.3.0
28
+ - @saas-ui/select@0.2.0
29
+ - @saas-ui/snackbar@0.2.0
30
+ - @saas-ui/theme@0.2.0
31
+ - @saas-ui/button@0.2.0
32
+ - @saas-ui/card@0.2.0
33
+ - @saas-ui/hooks@0.2.0
34
+ - @saas-ui/password-input@0.2.0
35
+ - @saas-ui/property@0.2.0
36
+ - @saas-ui/system@0.3.0
37
+
38
+ ## 0.1.16
39
+
40
+ ### Patch Changes
41
+
42
+ - Remove Next dependency
43
+ - Updated dependencies
44
+ - @saas-ui/nprogress@0.1.6
45
+
46
+ ## 0.1.15
47
+
48
+ ### Patch Changes
49
+
50
+ - Removed unused isOptional option
51
+ - Updated dependencies
52
+ - @saas-ui/auth@0.1.9
53
+ - @saas-ui/forms@0.1.9
54
+
55
+ ## 0.1.14
56
+
57
+ ### Patch Changes
58
+
59
+ - Update radio dependencies
60
+ - Updated dependencies
61
+ - @saas-ui/forms@0.1.8
62
+ - @saas-ui/radio@0.1.5
63
+ - @saas-ui/auth@0.1.8
64
+
3
65
  ## 0.1.13
4
66
 
5
67
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "0.1.13",
3
+ "version": "0.2.0",
4
4
  "description": "Saas UI - The frontend stack for SaaS companies.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -31,7 +31,7 @@
31
31
  "homepage": "https://saas-ui.dev/",
32
32
  "repository": {
33
33
  "type": "git",
34
- "url": "https://github.com/AppulseSoftware/saas-ui",
34
+ "url": "https://github.com/saas-js/saas-ui",
35
35
  "directory": "packages/saas-ui-react"
36
36
  },
37
37
  "keywords": [
@@ -51,32 +51,32 @@
51
51
  "url": "https://storybook.saas-ui.dev"
52
52
  },
53
53
  "dependencies": {
54
- "@saas-ui/auth": "0.1.7",
55
- "@saas-ui/button": "0.1.6",
56
- "@saas-ui/card": "0.1.6",
57
- "@saas-ui/collapse": "0.1.5",
58
- "@saas-ui/forms": "0.1.7",
59
- "@saas-ui/hooks": "0.1.3",
60
- "@saas-ui/hotkeys": "0.2.6",
61
- "@saas-ui/input-right-button": "0.1.6",
62
- "@saas-ui/menu": "0.1.6",
63
- "@saas-ui/nprogress": "0.1.5",
64
- "@saas-ui/number-input": "0.1.4",
65
- "@saas-ui/palette": "0.3.2",
66
- "@saas-ui/password-input": "0.1.7",
67
- "@saas-ui/persona": "0.2.6",
68
- "@saas-ui/pin-input": "0.1.4",
69
- "@saas-ui/property": "0.1.3",
70
- "@saas-ui/provider": "0.1.6",
71
- "@saas-ui/radio": "0.1.4",
72
- "@saas-ui/search-input": "0.2.4",
73
- "@saas-ui/select": "0.1.5",
74
- "@saas-ui/snackbar": "0.1.5",
75
- "@saas-ui/system": "0.2.5",
76
- "@saas-ui/theme": "0.1.6"
54
+ "@saas-ui/auth": "0.2.0",
55
+ "@saas-ui/button": "0.2.0",
56
+ "@saas-ui/card": "0.2.0",
57
+ "@saas-ui/collapse": "0.2.0",
58
+ "@saas-ui/forms": "0.2.0",
59
+ "@saas-ui/hooks": "0.2.0",
60
+ "@saas-ui/hotkeys": "0.3.0",
61
+ "@saas-ui/input-right-button": "0.2.0",
62
+ "@saas-ui/menu": "0.2.0",
63
+ "@saas-ui/nprogress": "0.2.0",
64
+ "@saas-ui/number-input": "0.2.0",
65
+ "@saas-ui/palette": "0.4.0",
66
+ "@saas-ui/password-input": "0.2.0",
67
+ "@saas-ui/persona": "0.3.0",
68
+ "@saas-ui/pin-input": "0.2.0",
69
+ "@saas-ui/property": "0.2.0",
70
+ "@saas-ui/provider": "0.2.0",
71
+ "@saas-ui/radio": "0.2.0",
72
+ "@saas-ui/search-input": "0.3.0",
73
+ "@saas-ui/select": "0.2.0",
74
+ "@saas-ui/snackbar": "0.2.0",
75
+ "@saas-ui/system": "0.3.0",
76
+ "@saas-ui/theme": "0.2.0"
77
77
  },
78
78
  "peerDependencies": {
79
- "@chakra-ui/react": ">=1.7.0",
79
+ "@chakra-ui/react": ">=1.8.0",
80
80
  "@chakra-ui/system": ">=1.0.0",
81
81
  "framer-motion": ">=5.5.0",
82
82
  "react": ">=16.8.6",