@saas-ui/react 2.10.1 → 2.10.2

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