Skip to content

Commit

Permalink
Released 1.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jclo committed Mar 26, 2024
1 parent 5151668 commit 1443172
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### 1.2.2 (March 26, 2024)

* Extended listen and postRender methods to $append,
* ...,
* Release.


### 1.2.1 (January 25, 2024)
Expand Down
6 changes: 3 additions & 3 deletions _dist/lib/rview.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! ****************************************************************************
* RView v1.2.1
* RView v1.2.2
*
* A companion Reactive View library for building web applications.
* (you can download it from npm or github repositories)
Expand Down Expand Up @@ -122,7 +122,7 @@

// Useful to retrieve the library name and version when it is
// embedded in another library as an object:
_library: { name: 'RView', version: '1.2.1' },
_library: { name: 'RView', version: '1.2.2' },


// -- Private Static Methods ---------------------------------------------
Expand Down Expand Up @@ -289,7 +289,7 @@

// Attaches constants to RView that provide name and version of the lib.
RView.NAME = 'RView';
RView.VERSION = '1.2.1';
RView.VERSION = '1.2.2';


// -- 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.

6 changes: 3 additions & 3 deletions _dist/lib/rview.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! ****************************************************************************
* RView v1.2.1
* RView v1.2.2
*
* A companion Reactive View library for building web applications.
* (you can download it from npm or github repositories)
Expand Down Expand Up @@ -123,7 +123,7 @@ const $__ES6GLOB = {};

// Useful to retrieve the library name and version when it is
// embedded in another library as an object:
_library: { name: 'RView', version: '1.2.1' },
_library: { name: 'RView', version: '1.2.2' },


// -- Private Static Methods ---------------------------------------------
Expand Down Expand Up @@ -290,7 +290,7 @@ const $__ES6GLOB = {};

// Attaches constants to RView that provide name and version of the lib.
RView.NAME = 'RView';
RView.VERSION = '1.2.1';
RView.VERSION = '1.2.2';


// -- Export
Expand Down
4 changes: 2 additions & 2 deletions lib/rview.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@

// Useful to retrieve the library name and version when it is
// embedded in another library as an object:
_library: { name: 'RView', version: '1.2.1' },
_library: { name: 'RView', version: '1.2.2' },


// -- Private Static Methods ---------------------------------------------
Expand Down Expand Up @@ -279,7 +279,7 @@

// Attaches constants to RView that provide name and version of the lib.
RView.NAME = 'RView';
RView.VERSION = '1.2.1';
RView.VERSION = '1.2.2';


// -- Export
Expand Down
4 changes: 2 additions & 2 deletions lib/rview.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const $__ES6GLOB = {};

// Useful to retrieve the library name and version when it is
// embedded in another library as an object:
_library: { name: 'RView', version: '1.2.1' },
_library: { name: 'RView', version: '1.2.2' },


// -- Private Static Methods ---------------------------------------------
Expand Down Expand Up @@ -280,7 +280,7 @@ const $__ES6GLOB = {};

// Attaches constants to RView that provide name and version of the lib.
RView.NAME = 'RView';
RView.VERSION = '1.2.1';
RView.VERSION = '1.2.2';


// -- Export
Expand Down
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": "1.2.1",
"version": "1.2.2",
"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 1443172

Please sign in to comment.