Skip to content

Commit

Permalink
Released 2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jclo committed Jan 20, 2024
1 parent e1a4259 commit e4a99a6
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,9 +1,9 @@
### HEAD

### 2.1.x (January 20, 2024)
### 2.1.0 (January 20, 2024)

* Updated the project with @mobilabs/es6lib v2.1.1,
* ...,
* Release.


### 2.0.2 (January 11, 2024)
Expand Down
6 changes: 3 additions & 3 deletions _dist/lib/es6kadoo.js
@@ -1,5 +1,5 @@
/*! ****************************************************************************
* ES6Kadoo v2.0.2x
* ES6Kadoo v2.1.0
*
* A template for writing pure ES6 Javascript libraries.
* (you can download it from npm or github repositories)
Expand Down Expand Up @@ -124,14 +124,14 @@
const obj = Object.create(methods);
obj._library = {
name: 'ES6Kadoo',
version: '2.0.2x',
version: '2.1.0',
};
return obj;
};

// Attaches constants to ES6Kadoo that provide name and version of the lib.
ES6Kadoo.NAME = 'ES6Kadoo';
ES6Kadoo.VERSION = '2.0.2x';
ES6Kadoo.VERSION = '2.1.0';


// -- Private Static Methods -----------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions _dist/lib/es6kadoo.min.js

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

4 changes: 2 additions & 2 deletions _dist/lib/es6kadoo.min.mjs
@@ -1,5 +1,5 @@
/*! ****************************************************************************
* ES6Kadoo v2.0.2x
* ES6Kadoo v2.1.0
*
* A template for writing pure ES6 Javascript libraries.
* (you can download it from npm or github repositories)
Expand All @@ -9,4 +9,4 @@
* Built from {{boiler:name}} v{{boiler:name:version}}.
* ************************************************************************** */
/*! Generated by Kadoo v1.2.0 */
const $__ES6GLOB={};!function(t,e){"use strict";"function"==typeof define&&define.amd?define([""],e):"object"==typeof exports?module.exports=e(t):t.ES6Kadoo=e(t)}($__ES6GLOB,(t=>{"use strict";let e={src:{prototypal:{},util:{util:{}}},extend:function(t,e){for(var o=Object.keys(e),r=0;r<o.length;r++)t[o[r]]=e[o[r]]}};return function(){const o=e.src.util.util,r=t.ES6Kadoo;let n;const i=function(){const t=Object.create(n);return t._library={name:"ES6Kadoo",version:"2.0.2x"},t};i.NAME="ES6Kadoo",i.VERSION="2.0.2x",i._setTestMode=function(){return[]},i.noConflict=function(){return t.ES6Kadoo=r,this},n={whoami(){return this._library},getString:()=>o.getString(),getArray:()=>o.getArray()},e.src.prototypal=i}(),function(){const t={getString:()=>"I am a string!",getArray:()=>[1,2,3]};e.extend(e.src.util.util,t)}(),e.src.prototypal}));export default $__ES6GLOB.ES6Kadoo;
const $__ES6GLOB={};!function(t,e){"use strict";"function"==typeof define&&define.amd?define([""],e):"object"==typeof exports?module.exports=e(t):t.ES6Kadoo=e(t)}($__ES6GLOB,(t=>{"use strict";let e={src:{prototypal:{},util:{util:{}}},extend:function(t,e){for(var o=Object.keys(e),r=0;r<o.length;r++)t[o[r]]=e[o[r]]}};return function(){const o=e.src.util.util,r=t.ES6Kadoo;let n;const i=function(){const t=Object.create(n);return t._library={name:"ES6Kadoo",version:"2.1.0"},t};i.NAME="ES6Kadoo",i.VERSION="2.1.0",i._setTestMode=function(){return[]},i.noConflict=function(){return t.ES6Kadoo=r,this},n={whoami(){return this._library},getString:()=>o.getString(),getArray:()=>o.getArray()},e.src.prototypal=i}(),function(){const t={getString:()=>"I am a string!",getArray:()=>[1,2,3]};e.extend(e.src.util.util,t)}(),e.src.prototypal}));export default $__ES6GLOB.ES6Kadoo;
6 changes: 3 additions & 3 deletions _dist/lib/es6kadoo.mjs
@@ -1,5 +1,5 @@
/*! ****************************************************************************
* ES6Kadoo v2.0.2x
* ES6Kadoo v2.1.0
*
* A template for writing pure ES6 Javascript libraries.
* (you can download it from npm or github repositories)
Expand Down Expand Up @@ -125,14 +125,14 @@ const $__ES6GLOB = {};
const obj = Object.create(methods);
obj._library = {
name: 'ES6Kadoo',
version: '2.0.2x',
version: '2.1.0',
};
return obj;
};

// Attaches constants to ES6Kadoo that provide name and version of the lib.
ES6Kadoo.NAME = 'ES6Kadoo';
ES6Kadoo.VERSION = '2.0.2x';
ES6Kadoo.VERSION = '2.1.0';


// -- Private Static Methods -----------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions lib/es6kadoo.js
Expand Up @@ -114,14 +114,14 @@
const obj = Object.create(methods);
obj._library = {
name: 'ES6Kadoo',
version: '2.0.2x',
version: '2.1.0',
};
return obj;
};

// Attaches constants to ES6Kadoo that provide name and version of the lib.
ES6Kadoo.NAME = 'ES6Kadoo';
ES6Kadoo.VERSION = '2.0.2x';
ES6Kadoo.VERSION = '2.1.0';


// -- Private Static Methods -----------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions lib/es6kadoo.mjs
Expand Up @@ -115,14 +115,14 @@ const $__ES6GLOB = {};
const obj = Object.create(methods);
obj._library = {
name: 'ES6Kadoo',
version: '2.0.2x',
version: '2.1.0',
};
return obj;
};

// Attaches constants to ES6Kadoo that provide name and version of the lib.
ES6Kadoo.NAME = 'ES6Kadoo';
ES6Kadoo.VERSION = '2.0.2x';
ES6Kadoo.VERSION = '2.1.0';


// -- Private Static Methods -----------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@mobilabs/es6kadoo",
"version": "2.0.2x",
"version": "2.1.0",
"description": "A template for writing pure ES6 Javascript libraries",
"main": "_dist/lib/es6kadoo.js",
"minified": "_dist/lib/es6kadoo.min.js",
Expand Down

0 comments on commit e4a99a6

Please sign in to comment.