diff --git a/changelog.md b/changelog.md index 9b71650..a961766 100644 --- a/changelog.md +++ b/changelog.md @@ -1,2 +1,3 @@ Changes : -1. dontPrevent hook dep +1. Fixed LinkApi for mobile devices +2. LinkApi now stores element of boolean in cache diff --git a/package.json b/package.json index b33c9e7..1a8b88a 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firejsx", - "version": "0.10.0-rc.7", + "version": "0.10.0-rc.8", "license": "GPL-3.0-or-later", "description": "The React Framework for SSB, SSR and Serverless technologies", "bin": { diff --git a/src/Globals.ts b/src/Globals.ts index 0756f78..a7b91a1 100644 --- a/src/Globals.ts +++ b/src/Globals.ts @@ -1,6 +1,6 @@ import {window as ssr_window} from "ssr-window"; -export const FireJSX_Version = "0.10.0-rc.7"; +export const FireJSX_Version = "0.10.0-rc.8"; export function initGlobals() {