@openfort/react 0.1.8 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/index.es.js CHANGED
@@ -5609,7 +5609,7 @@ const FitText = ({ children, maxFontSize = 100, minFontSize = 70, justifyContent
5609
5609
  };
5610
5610
  FitText.displayName = 'FitText';
5611
5611
 
5612
- const OPENFORT_VERSION = '0.1.8';
5612
+ const OPENFORT_VERSION = '0.1.9';
5613
5613
 
5614
5614
  const Portal = (props) => {
5615
5615
  props = {
@@ -1 +1 @@
1
- export declare const OPENFORT_VERSION = "0.1.8";
1
+ export declare const OPENFORT_VERSION = "0.1.9";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfort/react",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "author": "Openfort (https://www.openfort.io)",
5
5
  "license": "BSD-2-Clause license",
6
6
  "description": "The easiest way to integrate Openfort to your project.",