@saas-ui/react 1.0.0-rc.11 → 1.0.0-rc.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 1.0.0-rc.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Added missing dependency.
8
+ - Updated dependencies
9
+ - @saas-ui/persona@1.0.0-rc.5
10
+
3
11
  ## 1.0.0-rc.11
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "1.0.0-rc.11",
3
+ "version": "1.0.0-rc.12",
4
4
  "description": "Saas UI - The frontend stack for SaaS companies.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -74,7 +74,7 @@
74
74
  "@saas-ui/number-input": "1.0.0-rc.3",
75
75
  "@saas-ui/palette": "1.0.0-rc.3",
76
76
  "@saas-ui/password-input": "1.0.0-rc.4",
77
- "@saas-ui/persona": "1.0.0-rc.4",
77
+ "@saas-ui/persona": "1.0.0-rc.5",
78
78
  "@saas-ui/pin-input": "1.0.0-rc.4",
79
79
  "@saas-ui/property": "1.0.0-rc.5",
80
80
  "@saas-ui/provider": "1.0.0-rc.6",