Skip to content
This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Commit 7c2ee1a

Browse files
author
aniketfuryrocks
committed
0.18.3
1 parent b829e75 commit 7c2ee1a

5 files changed

Lines changed: 7 additions & 13 deletions

File tree

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ Visit the [quick start](https://github.com/eAdded/FireJS/wiki/Quick-Start) guide
2828

2929
Documentation is available at the official [FireJS Github Wiki](https://github.com/eAdded/FireJS/wiki)
3030

31-
**NOTE** `v0.18.0` is currently in `beta` testing and its docs are yet to be published. The release previously planned for `20th July 2020` has been postponed to `24th July 2020`.
32-
This release brings a brand-new mechanism for SSR lazy loaded components using `FireJS.lazyLoad`. No more `FOUC`. Small bundle size with a full featured SS DOM.
31+
**Note** Documentation is incomplete
3332

3433
## Code of conduct
3534

@@ -46,6 +45,4 @@ Copyright (C) 2020 Aniket Prajapati
4645
Licensed under the [GNU GENERAL PUBLIC LICENSE](LICENSE)
4746

4847
## Contributors
49-
+ [Aniket Prajapati](https://github.com/aniketfuryrocks) @ prajapati.ani306@gmail.com , [eAdded](http://www.eadded.com)
50-
51-
**Note** Stable `beta` releases will be published to the `latest` channel. `nitely` channel shall be used for unstable builds.
48+
+ [Aniket Prajapati](https://github.com/aniketfuryrocks) @ prajapati.ani306@gmail.com , [eAdded](http://www.eadded.com)

dist/GlobalsSetter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
global.__FIREJS_VERSION__ = "0.18.1-beta.4";
1+
global.__FIREJS_VERSION__ = "0.18.3";

dist/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ Visit the [quick start](https://github.com/eAdded/FireJS/wiki/Quick-Start) guide
2828

2929
Documentation is available at the official [FireJS Github Wiki](https://github.com/eAdded/FireJS/wiki)
3030

31-
**NOTE** `v0.18.0` is currently in `beta` testing and its docs are yet to be published. The release previously planned for `20th July 2020` has been postponed to `24th July 2020`.
32-
This release brings a brand-new mechanism for SSR lazy loaded components using `FireJS.lazyLoad`. No more `FOUC`. Small bundle size with a full featured SS DOM.
31+
**Note** Documentation is incomplete
3332

3433
## Code of conduct
3534

@@ -46,6 +45,4 @@ Copyright (C) 2020 Aniket Prajapati
4645
Licensed under the [GNU GENERAL PUBLIC LICENSE](LICENSE)
4746

4847
## Contributors
49-
+ [Aniket Prajapati](https://github.com/aniketfuryrocks) @ prajapati.ani306@gmail.com , [eAdded](http://www.eadded.com)
50-
51-
**Note** Stable `beta` releases will be published to the `latest` channel. `nitely` channel shall be used for unstable builds.
48+
+ [Aniket Prajapati](https://github.com/aniketfuryrocks) @ prajapati.ani306@gmail.com , [eAdded](http://www.eadded.com)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@eadded/firejs",
33
"main": "FireJS.js",
4-
"version": "0.18.1-beta.4",
4+
"version": "0.18.3",
55
"license": "GPL-3.0-or-later",
66
"description": "A zero config, highly customizable, progressive react static site generator with blazingly fast SSR and on the fly builds",
77
"keywords": [

src/GlobalsSetter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
global.__FIREJS_VERSION__ = "0.18.1-beta.4";
1+
global.__FIREJS_VERSION__ = "0.18.3";

0 commit comments

Comments
 (0)