@saas-ui/react 0.1.14 → 0.1.15

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.
@@ -1,6 +1,6 @@
1
- @saas-ui/react:build: cache hit, replaying output 4fc78fc3f68166bc
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 94d7822c9ab23429
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
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 0.1.15
4
+
5
+ ### Patch Changes
6
+
7
+ - Removed unused isOptional option
8
+ - Updated dependencies
9
+ - @saas-ui/auth@0.1.9
10
+ - @saas-ui/forms@0.1.9
11
+
3
12
  ## 0.1.14
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "description": "Saas UI - The frontend stack for SaaS companies.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -51,11 +51,11 @@
51
51
  "url": "https://storybook.saas-ui.dev"
52
52
  },
53
53
  "dependencies": {
54
- "@saas-ui/auth": "0.1.8",
54
+ "@saas-ui/auth": "0.1.9",
55
55
  "@saas-ui/button": "0.1.6",
56
56
  "@saas-ui/card": "0.1.6",
57
57
  "@saas-ui/collapse": "0.1.5",
58
- "@saas-ui/forms": "0.1.8",
58
+ "@saas-ui/forms": "0.1.9",
59
59
  "@saas-ui/hooks": "0.1.3",
60
60
  "@saas-ui/hotkeys": "0.2.6",
61
61
  "@saas-ui/input-right-button": "0.1.6",