Skip to content

Commit

Permalink
0.10.0-rc.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketfuryrocks committed Nov 3, 2020
1 parent 1571c99 commit 8fe218f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Changes :
1. Fixed Components and Hooks
1. dontPrevent hook dep
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.6",
"version": "0.10.0-rc.7",
"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.6";
export const FireJSX_Version = "0.10.0-rc.7";

export function initGlobals() {

Expand Down

0 comments on commit 8fe218f

Please sign in to comment.