Skip to content

Commit

Permalink
0.10.0-rc.9
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketfuryrocks committed Nov 4, 2020
1 parent 9c617c8 commit 4c1189b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
Changes :
1. return ele instead of ele
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-dev.11",
"version": "0.10.0-rc.9",
"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-dev.11";
export const FireJSX_Version = "0.10.0-rc.9";

export function initGlobals() {

Expand Down

0 comments on commit 4c1189b

Please sign in to comment.