@saas-ui/react 1.8.2 → 1.8.3

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.8.3
4
+
5
+ ### Patch Changes
6
+
7
+ - fc2581b: Fix issue where ConfirmDialog label could not be changed.
8
+ - Updated dependencies [fc2581b]
9
+ - @saas-ui/modals@1.5.3
10
+
3
11
  ## 1.8.2
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.8.2",
3
+ "version": "1.8.3",
4
4
  "description": "Saas UI - The frontend stack for SaaS companies.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -70,7 +70,7 @@
70
70
  "@saas-ui/layout": "1.4.0",
71
71
  "@saas-ui/list": "1.4.0",
72
72
  "@saas-ui/menu": "1.4.0",
73
- "@saas-ui/modals": "1.5.2",
73
+ "@saas-ui/modals": "1.5.3",
74
74
  "@saas-ui/nprogress": "1.4.0",
75
75
  "@saas-ui/number-input": "1.4.0",
76
76
  "@saas-ui/palette": "1.3.0",