@saas-ui/react 2.0.0-next.13 → 2.0.0-next.14

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 +16 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.0.0-next.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix esm bundle import
8
+ - Updated dependencies
9
+ - @saas-ui/data-table@2.0.0-next.14
10
+ - @saas-ui/nprogress@2.0.0-next.3
11
+ - @saas-ui/hotkeys@2.0.0-next.12
12
+ - @saas-ui/modals@2.0.0-next.14
13
+ - @saas-ui/forms@2.0.0-next.14
14
+ - @saas-ui/hooks@2.0.0-next.4
15
+ - @saas-ui/theme@2.0.0-next.8
16
+ - @saas-ui/auth@2.0.0-next.14
17
+ - @saas-ui/core@2.0.0-next.12
18
+
3
19
  ## 2.0.0-next.13
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.0.0-next.13",
3
+ "version": "2.0.0-next.14",
4
4
  "description": "Saas UI - The React component library for startups.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
7
7
  ".": {
8
8
  "require": "./dist/index.js",
9
9
  "types": "./dist/index.d.ts",
10
- "import": "./dist/index.modern.mjs"
10
+ "import": "./dist/index.mjs"
11
11
  },
12
12
  "./src": {
13
13
  "default": "./src/index.ts"
@@ -59,15 +59,15 @@
59
59
  "@chakra-ui/react-utils": "^2.0.12",
60
60
  "@chakra-ui/system": "^2.5.5",
61
61
  "@chakra-ui/utils": "^2.0.15",
62
- "@saas-ui/auth": "2.0.0-next.13",
63
- "@saas-ui/core": "2.0.0-next.11",
64
- "@saas-ui/data-table": "2.0.0-next.13",
65
- "@saas-ui/forms": "2.0.0-next.13",
66
- "@saas-ui/hooks": "2.0.0-next.3",
67
- "@saas-ui/hotkeys": "2.0.0-next.11",
68
- "@saas-ui/modals": "2.0.0-next.13",
69
- "@saas-ui/nprogress": "2.0.0-next.2",
70
- "@saas-ui/theme": "2.0.0-next.7"
62
+ "@saas-ui/auth": "2.0.0-next.14",
63
+ "@saas-ui/core": "2.0.0-next.12",
64
+ "@saas-ui/data-table": "2.0.0-next.14",
65
+ "@saas-ui/forms": "2.0.0-next.14",
66
+ "@saas-ui/hooks": "2.0.0-next.4",
67
+ "@saas-ui/hotkeys": "2.0.0-next.12",
68
+ "@saas-ui/modals": "2.0.0-next.14",
69
+ "@saas-ui/nprogress": "2.0.0-next.3",
70
+ "@saas-ui/theme": "2.0.0-next.8"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "@chakra-ui/react": ">=2.4.0",