Skip to content

Commit

Permalink
4.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Aug 18, 2019
1 parent dc5fd31 commit 9023073
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 47 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "riot",
"version": "4.3.8",
"version": "4.3.9",
"description": "Simple and elegant component-based UI library",
"homepage": "http://riot.js.org/",
"repository": "riot/riot",
Expand Down
66 changes: 28 additions & 38 deletions riot+compiler.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions riot+compiler.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions riot.esm.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Riot v4.3.8, @license MIT */
/* Riot v4.3.9, @license MIT */
const COMPONENTS_IMPLEMENTATION_MAP = new Map(),
DOM_COMPONENT_INSTANCE_PROPERTY = Symbol('riot-component'),
PLUGINS_SET = new Set(),
Expand Down Expand Up @@ -2300,7 +2300,7 @@ function component(implementation) {
}
/** @type {string} current riot version */

const version = 'v4.3.8'; // expose some internal stuff that might be used from external tools
const version = 'v4.3.9'; // expose some internal stuff that might be used from external tools

const __ = {
cssManager,
Expand Down
4 changes: 2 additions & 2 deletions riot.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Riot v4.3.8, @license MIT */
/* Riot v4.3.9, @license MIT */
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
Expand Down Expand Up @@ -2306,7 +2306,7 @@
}
/** @type {string} current riot version */

const version = 'v4.3.8'; // expose some internal stuff that might be used from external tools
const version = 'v4.3.9'; // expose some internal stuff that might be used from external tools

const __ = {
cssManager,
Expand Down
4 changes: 2 additions & 2 deletions riot.min.js

Large diffs are not rendered by default.

0 comments on commit 9023073

Please # to comment.