@saas-ui/react 2.10.2 → 2.10.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 +17 -0
  2. package/package.json +4 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.10.4
4
+
5
+ ### Patch Changes
6
+
7
+ - a863a5e: Updated package type to fix next 15 support
8
+ - Updated dependencies [a863a5e]
9
+ - @saas-ui/modals@2.3.4
10
+ - @saas-ui/data-table@12.0.4
11
+
12
+ ## 2.10.3
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+ - @saas-ui/modals@2.3.3
18
+ - @saas-ui/data-table@12.0.3
19
+
3
20
  ## 2.10.2
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,8 +1,7 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.10.2",
3
+ "version": "2.10.4",
4
4
  "description": "Saas UI - The React component library for startups.",
5
- "type": "commonjs",
6
5
  "exports": {
7
6
  ".": {
8
7
  "types": "./dist/index.d.ts",
@@ -37,7 +36,7 @@
37
36
  "homepage": "https://saas-ui.dev/",
38
37
  "repository": {
39
38
  "type": "git",
40
- "url": "git+https://github.com/saas-js/saas-ui",
39
+ "url": "git+https://github.com/saas-js/saas-ui.git",
41
40
  "directory": "packages/saas-ui-react"
42
41
  },
43
42
  "keywords": [
@@ -59,11 +58,11 @@
59
58
  "dependencies": {
60
59
  "@chakra-ui/utils": "^2.2.1",
61
60
  "@saas-ui/core": "2.7.1",
62
- "@saas-ui/data-table": "12.0.2",
61
+ "@saas-ui/data-table": "12.0.4",
63
62
  "@saas-ui/forms": "2.8.1",
64
63
  "@saas-ui/hooks": "2.1.0",
65
64
  "@saas-ui/hotkeys": "2.4.1",
66
- "@saas-ui/modals": "2.3.2",
65
+ "@saas-ui/modals": "2.3.4",
67
66
  "@saas-ui/nprogress": "2.1.1",
68
67
  "@saas-ui/theme": "2.5.1"
69
68
  },