From 8fe218f9c5ab109466708aef0c6c0674444d6224 Mon Sep 17 00:00:00 2001 From: aniketfuryrocks Date: Tue, 3 Nov 2020 22:22:45 +0530 Subject: [PATCH] 0.10.0-rc.7 --- changelog.md | 2 +- package.json | 2 +- src/Globals.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 97dbb65..9b71650 100644 --- a/changelog.md +++ b/changelog.md @@ -1,2 +1,2 @@ Changes : -1. Fixed Components and Hooks +1. dontPrevent hook dep diff --git a/package.json b/package.json index 87d94a9..b33c9e7 100755 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/Globals.ts b/src/Globals.ts index d18b631..0756f78 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.6"; +export const FireJSX_Version = "0.10.0-rc.7"; export function initGlobals() {