@saas-ui/modals 0.2.9 → 0.3.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @saas-ui/modals
2
2
 
3
+ ## 0.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [9d11ba5]
8
+ - @saas-ui/forms@0.5.0
9
+
10
+ ## 0.3.0
11
+
12
+ ### Minor Changes
13
+
14
+ - e511ffd: Added a11y testing to all packages
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [e511ffd]
19
+ - @saas-ui/button@0.3.0
20
+ - @saas-ui/forms@0.4.0
21
+
22
+ ## 0.2.10
23
+
24
+ ### Patch Changes
25
+
26
+ - @saas-ui/forms@0.3.4
27
+
3
28
  ## 0.2.9
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/modals",
3
- "version": "0.2.9",
3
+ "version": "0.3.1",
4
4
  "description": "A modal manager for Chakra UI",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -56,8 +56,8 @@
56
56
  "url": "https://storybook.saas-ui.dev"
57
57
  },
58
58
  "dependencies": {
59
- "@saas-ui/button": "0.2.1",
60
- "@saas-ui/forms": "0.3.3"
59
+ "@saas-ui/button": "0.3.0",
60
+ "@saas-ui/forms": "0.5.0"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "@chakra-ui/react": ">=1.8.0",