Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Oct 18, 2020
1 parent 9d0d9da commit d39139c
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 46 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": "5.0.0-alpha.3",
"version": "5.0.0",
"description": "Simple and elegant component-based UI library",
"homepage": "http://riot.js.org/",
"repository": "riot/riot",
Expand Down
61 changes: 26 additions & 35 deletions riot+compiler.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 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 v5.0.0-alpha.3, @license MIT */
/* Riot v5.0.0, @license MIT */
/**
* Convert a string from camel case to dash-case
* @param {string} string - probably a component tag name
Expand Down Expand Up @@ -2395,7 +2395,7 @@ function pure(func) {
}
/** @type {string} current riot version */

const version = 'v5.0.0-alpha.3'; // expose some internal stuff that might be used from external tools
const version = 'v5.0.0'; // 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 v5.0.0-alpha.3, @license MIT */
/* Riot v5.0.0, @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 @@ -2401,7 +2401,7 @@
}
/** @type {string} current riot version */

const version = 'v5.0.0-alpha.3'; // expose some internal stuff that might be used from external tools
const version = 'v5.0.0'; // 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 d39139c

Please sign in to comment.