@saas-ui/react 0.1.13 → 0.1.14

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 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 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
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 0.1.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Update radio dependencies
8
+ - Updated dependencies
9
+ - @saas-ui/forms@0.1.8
10
+ - @saas-ui/radio@0.1.5
11
+ - @saas-ui/auth@0.1.8
12
+
3
13
  ## 0.1.13
4
14
 
5
15
  ### 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.1.14",
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.7",
54
+ "@saas-ui/auth": "0.1.8",
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.7",
58
+ "@saas-ui/forms": "0.1.8",
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",
@@ -68,7 +68,7 @@
68
68
  "@saas-ui/pin-input": "0.1.4",
69
69
  "@saas-ui/property": "0.1.3",
70
70
  "@saas-ui/provider": "0.1.6",
71
- "@saas-ui/radio": "0.1.4",
71
+ "@saas-ui/radio": "0.1.5",
72
72
  "@saas-ui/search-input": "0.2.4",
73
73
  "@saas-ui/select": "0.1.5",
74
74
  "@saas-ui/snackbar": "0.1.5",