@titelmedia/bricks-utils
Advanced tools
Comparing version 1.6.2 to 1.6.3
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.6.3](https://github.com/titel-media/bricks-lerna/compare/v1.6.2...v1.6.3) (2023-02-01) | ||
### Bug Fixes | ||
* Fixed the index of the window height hook ([29685da](https://github.com/titel-media/bricks-lerna/commit/29685daf25e4f7c8fa4e51305413f912c7fb1734)) | ||
## [1.6.2](https://github.com/titel-media/bricks-lerna/compare/v1.6.1...v1.6.2) (2023-02-01) | ||
@@ -8,0 +19,0 @@ |
@@ -9,13 +9,13 @@ "use strict"; | ||
get: function () { | ||
return _useWindowSize.WindowSizeProvider; | ||
return _useWindowHeight.WindowSizeProvider; | ||
} | ||
}); | ||
Object.defineProperty(exports, "useWindowSize", { | ||
Object.defineProperty(exports, "useWindowHeight", { | ||
enumerable: true, | ||
get: function () { | ||
return _useWindowSize.useWindowSize; | ||
return _useWindowHeight.useWindowHeight; | ||
} | ||
}); | ||
var _useWindowSize = require("./hooks/useWindowSize"); | ||
var _useWindowHeight = require("./hooks/useWindowHeight"); | ||
//# sourceMappingURL=index.js.map |
@@ -1,3 +0,3 @@ | ||
import { useWindowSize, WindowSizeProvider } from './hooks/useWindowSize'; | ||
import { useWindowHeight, WindowSizeProvider } from './hooks/useWindowHeight'; | ||
export { useWindowSize, WindowSizeProvider }; | ||
export { useWindowHeight, WindowSizeProvider }; |
{ | ||
"name": "@titelmedia/bricks-utils", | ||
"version": "1.6.2", | ||
"version": "1.6.3", | ||
"description": "> TODO: description", | ||
@@ -27,3 +27,3 @@ "author": "highsnob", | ||
}, | ||
"gitHead": "25c9baf9d837e3799c8e05cf517823b80c102b5b" | ||
"gitHead": "cdd6daecd56ffa9a8e96f9b35df8398f82477694" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12323