Skip to content

Commit

Permalink
0.10.0-rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketfuryrocks committed Nov 3, 2020
1 parent dd69fff commit de7e3f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Changes :
1. NoSSR Component
2. preventNavigation Hook
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firejsx",
"version": "0.10.0-rc.4",
"version": "0.10.0-rc.5",
"license": "GPL-3.0-or-later",
"description": "The React Framework for SSB, SSR and Serverless technologies",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/Globals.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {window as ssr_window} from "ssr-window";

export const FireJSX_Version = "0.10.0-rc.4";
export const FireJSX_Version = "0.10.0-rc.5";

export function initGlobals() {

Expand Down

0 comments on commit de7e3f0

Please sign in to comment.