@saas-ui/modals 2.3.2 → 2.3.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 +6 -0
  2. package/package.json +1 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @saas-ui/modals
2
2
 
3
+ ## 2.3.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Fixed incorrect types versions
8
+
3
9
  ## 2.3.2
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/modals",
3
- "version": "2.3.2",
3
+ "version": "2.3.3",
4
4
  "description": "A modal manager for Chakra UI",
5
5
  "source": "src/index.ts",
6
6
  "type": "commonjs",
@@ -31,11 +31,6 @@
31
31
  }
32
32
  },
33
33
  "typesVersions": {
34
- "*": {
35
- "*": [
36
- "dist/*"
37
- ]
38
- },
39
34
  "zod": {
40
35
  "*": [
41
36
  "dist/zod/*"