@saas-ui/react 0.1.10 → 0.1.11

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 9bdafadd0a36896f
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 976f0c136d78e1f6
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.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Update correct dependencies
8
+ - Updated dependencies
9
+ - @saas-ui/provider@0.1.5
10
+ - @saas-ui/theme@0.1.5
11
+
3
12
  ## 0.1.9
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.10",
3
+ "version": "0.1.11",
4
4
  "description": "Saas UI - The frontend stack for SaaS companies.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -67,13 +67,13 @@
67
67
  "@saas-ui/persona": "0.2.4",
68
68
  "@saas-ui/pin-input": "0.1.3",
69
69
  "@saas-ui/property": "0.1.3",
70
- "@saas-ui/provider": "0.1.4",
70
+ "@saas-ui/provider": "0.1.5",
71
71
  "@saas-ui/radio": "0.1.3",
72
72
  "@saas-ui/search-input": "0.2.3",
73
73
  "@saas-ui/select": "0.1.4",
74
74
  "@saas-ui/snackbar": "0.1.4",
75
75
  "@saas-ui/system": "0.2.4",
76
- "@saas-ui/theme": "0.1.4"
76
+ "@saas-ui/theme": "0.1.5"
77
77
  },
78
78
  "peerDependencies": {
79
79
  "@chakra-ui/react": ">=1.7.0",