Skip to content

Commit 8bdcf17

Browse files
author
aniketfuryrocks
committed
0.10.0-rc.6
1 parent ad7b0f4 commit 8bdcf17

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

changelog.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
Changes :
2-
1. NoSSR Component
3-
2. preventNavigation Hook
2+
1. Fixed Components and Hooks

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.5",
3+
"version": "0.10.0-rc.6",
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.5";
3+
export const FireJSX_Version = "0.10.0-rc.6";
44

55
export function initGlobals() {
66

0 commit comments

Comments
 (0)