Skip to content

Commit

Permalink
0.10.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketfuryrocks committed Oct 31, 2020
1 parent 9df3ce9 commit 473cccb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 1 addition & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
Changes :
1. Template based routing fixed

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firejsx",
"version": "0.10.0-dev.10",
"version": "0.10.0-rc.3",
"license": "GPL-3.0-or-later",
"description": "The React Framework for SSB, SSR and Serverless technologies",
"bin": {
Expand Down Expand Up @@ -88,7 +88,8 @@
"sync": "sh scripts/sync.sh",
"dev": "yarn sync",
"autopublish": "sh scripts/autopublish.sh",
"publishNitely": "yarn autopublish nitely",
"publishDev": "yarn autopublish dev"
"publishCanary": "yarn autopublish canary",
"publishDev": "yarn autopublish dev",
"publishNext": "yarn autopublish dev"
}
}
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.10";
export const FireJSX_Version = "0.10.0-rc.3";

export function initGlobals() {

Expand Down

0 comments on commit 473cccb

Please sign in to comment.