Skip to content

Commit

Permalink
Released 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jclo committed Aug 17, 2020
1 parent 12ef1cf commit b1d9527
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Improved $setState algorithm,
* Improved diffing algorithm,
* Removed @mobilabs/messenger and added a plugin mechanism,
* ...,
* Release.


### 0.0.0 (August 14, 2020)
Expand Down
4 changes: 2 additions & 2 deletions _dist/lib/rview.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! ****************************************************************************
* RView v0.0.1-beta.1
* RView v0.0.1
*
* A companion Reactive View library for building web applications.
* (you can download it from npm or github repositories)
Expand Down Expand Up @@ -236,7 +236,7 @@
// Attaches constants to View that provide the vname and the version
// of the lib.
RView.NAME = 'RView';
RView.VERSION = '0.0.1-beta.1';
RView.VERSION = '0.0.1';


// -- Export
Expand Down
4 changes: 2 additions & 2 deletions _dist/lib/rview.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions _dist/lib/rview.min.mjs

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions _dist/lib/rview.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! ****************************************************************************
* RView v0.0.1-beta.1
* RView v0.0.1
*
* A companion Reactive View library for building web applications.
* (you can download it from npm or github repositories)
Expand Down Expand Up @@ -237,7 +237,7 @@ const $__ES6GLOB = {};
// Attaches constants to View that provide the vname and the version
// of the lib.
RView.NAME = 'RView';
RView.VERSION = '0.0.1-beta.1';
RView.VERSION = '0.0.1';


// -- Export
Expand Down
2 changes: 1 addition & 1 deletion lib/rview.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
// Attaches constants to View that provide the vname and the version
// of the lib.
RView.NAME = 'RView';
RView.VERSION = '0.0.1-beta.1';
RView.VERSION = '0.0.1';


// -- Export
Expand Down
2 changes: 1 addition & 1 deletion lib/rview.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ const $__ES6GLOB = {};
// Attaches constants to View that provide the vname and the version
// of the lib.
RView.NAME = 'RView';
RView.VERSION = '0.0.1-beta.1';
RView.VERSION = '0.0.1';


// -- Export
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mobilabs/rview",
"version": "0.0.1-beta.1",
"version": "0.0.1",
"description": "A companion Reactive View library for building web applications",
"main": "_dist/lib/rview.js",
"minified": "_dist/lib/rview.min.js",
Expand Down

0 comments on commit b1d9527

Please sign in to comment.