@saas-ui/react 2.0.0-next.0 → 2.0.0-next.1

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 +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.0.0-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 166978bd: Fix esm bundle filename.
8
+ - Updated dependencies [166978bd]
9
+ - @saas-ui/auth@2.0.0-next.1
10
+ - @saas-ui/core@2.0.0-next.1
11
+ - @saas-ui/data-table@2.0.0-next.1
12
+ - @saas-ui/forms@2.0.0-next.1
13
+ - @saas-ui/hooks@2.0.0-next.1
14
+ - @saas-ui/hotkeys@2.0.0-next.1
15
+ - @saas-ui/modals@2.0.0-next.1
16
+ - @saas-ui/nprogress@2.0.0-next.1
17
+ - @saas-ui/theme@2.0.0-next.1
18
+
3
19
  ## 2.0.0-next.0
4
20
 
5
21
  ### Major Changes
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.0.0-next.0",
3
+ "version": "2.0.0-next.1",
4
4
  "description": "Saas UI - The frontend stack for SaaS companies.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
7
7
  ".": {
8
8
  "require": "./dist/index.js",
9
- "import": "./dist/index.modern.mjs"
9
+ "import": "./dist/index.mjs"
10
10
  },
11
11
  "./src": {
12
12
  "default": "./src/index.ts"
13
13
  }
14
14
  },
15
15
  "main": "./dist/index.js",
16
- "module": "./dist/index.modern.mjs",
16
+ "module": "./dist/index.mjs",
17
17
  "types": "./dist/index.d.ts",
18
18
  "scripts": {
19
19
  "clean": "rimraf --no-glob ./dist",
@@ -58,15 +58,15 @@
58
58
  "@chakra-ui/react-utils": "^2.0.11",
59
59
  "@chakra-ui/system": "^2.3.8",
60
60
  "@chakra-ui/utils": "^2.0.14",
61
- "@saas-ui/auth": "2.0.0-next.0",
62
- "@saas-ui/core": "2.0.0-next.0",
63
- "@saas-ui/data-table": "2.0.0-next.0",
64
- "@saas-ui/forms": "2.0.0-next.0",
65
- "@saas-ui/hooks": "2.0.0-next.0",
66
- "@saas-ui/hotkeys": "2.0.0-next.0",
67
- "@saas-ui/modals": "2.0.0-next.0",
68
- "@saas-ui/nprogress": "2.0.0-next.0",
69
- "@saas-ui/theme": "2.0.0-next.0"
61
+ "@saas-ui/auth": "2.0.0-next.1",
62
+ "@saas-ui/core": "2.0.0-next.1",
63
+ "@saas-ui/data-table": "2.0.0-next.1",
64
+ "@saas-ui/forms": "2.0.0-next.1",
65
+ "@saas-ui/hooks": "2.0.0-next.1",
66
+ "@saas-ui/hotkeys": "2.0.0-next.1",
67
+ "@saas-ui/modals": "2.0.0-next.1",
68
+ "@saas-ui/nprogress": "2.0.0-next.1",
69
+ "@saas-ui/theme": "2.0.0-next.1"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "@chakra-ui/react": ">=2.4.0",