@saas-ui/react 0.12.0 → 0.12.1

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
+ ## 0.12.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Fixed issue where the ModalFooter would not render.
8
+ - Updated dependencies
9
+ - @saas-ui/modals@0.4.1
10
+
3
11
  ## 0.12.0
4
12
 
5
13
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "description": "Saas UI - The frontend stack for SaaS companies.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -68,7 +68,7 @@
68
68
  "@saas-ui/layout": "0.3.0",
69
69
  "@saas-ui/list": "0.5.0",
70
70
  "@saas-ui/menu": "0.5.0",
71
- "@saas-ui/modals": "0.4.0",
71
+ "@saas-ui/modals": "0.4.1",
72
72
  "@saas-ui/nprogress": "0.4.0",
73
73
  "@saas-ui/number-input": "0.3.0",
74
74
  "@saas-ui/palette": "0.5.0",