@saas-ui/react 0.12.6 → 0.12.7

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 +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 0.12.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [44c4dd3]
8
+ - @saas-ui/hotkeys@0.6.0
9
+
3
10
  ## 0.12.6
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "0.12.6",
3
+ "version": "0.12.7",
4
4
  "description": "Saas UI - The frontend stack for SaaS companies.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -64,7 +64,7 @@
64
64
  "@saas-ui/data-table": "0.3.3",
65
65
  "@saas-ui/forms": "0.6.2",
66
66
  "@saas-ui/hooks": "0.4.0",
67
- "@saas-ui/hotkeys": "0.5.0",
67
+ "@saas-ui/hotkeys": "0.6.0",
68
68
  "@saas-ui/input-right-button": "0.3.1",
69
69
  "@saas-ui/layout": "0.3.3",
70
70
  "@saas-ui/list": "0.5.0",