Skip to content

Commit 72a0a98

Browse files
author
aniketfuryrocks
committed
0.10.0-rc.8
1 parent 080af68 commit 72a0a98

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
Changes :
2-
1. dontPrevent hook dep
2+
1. Fixed LinkApi for mobile devices
3+
2. LinkApi now stores element of boolean in cache

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firejsx",
3-
"version": "0.10.0-rc.7",
3+
"version": "0.10.0-rc.8",
44
"license": "GPL-3.0-or-later",
55
"description": "The React Framework for SSB, SSR and Serverless technologies",
66
"bin": {

src/Globals.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {window as ssr_window} from "ssr-window";
22

3-
export const FireJSX_Version = "0.10.0-rc.7";
3+
export const FireJSX_Version = "0.10.0-rc.8";
44

55
export function initGlobals() {
66

0 commit comments

Comments
 (0)