@saas-ui/modals 2.3.3 → 2.3.4

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 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @saas-ui/modals
2
2
 
3
+ ## 2.3.4
4
+
5
+ ### Patch Changes
6
+
7
+ - a863a5e: Updated package type to fix next 15 support
8
+
3
9
  ## 2.3.3
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,9 +1,8 @@
1
1
  {
2
2
  "name": "@saas-ui/modals",
3
- "version": "2.3.3",
3
+ "version": "2.3.4",
4
4
  "description": "A modal manager for Chakra UI",
5
5
  "source": "src/index.ts",
6
- "type": "commonjs",
7
6
  "exports": {
8
7
  ".": {
9
8
  "types": "./dist/index.d.ts",