Skip to content

Commit

Permalink
7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Nov 7, 2022
1 parent c212ee5 commit df2585c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 14 deletions.
4 changes: 2 additions & 2 deletions 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": "riot",
"version": "7.0.7",
"version": "7.1.0",
"description": "Simple and elegant component-based UI library",
"license": "MIT",
"engines": {
Expand Down
8 changes: 3 additions & 5 deletions riot+compiler.js

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

2 changes: 1 addition & 1 deletion riot+compiler.min.js

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions riot.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Riot v7.0.7, @license MIT */
/* Riot v7.1.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 @@ -2291,7 +2291,7 @@
const withTypes = component => component;

/** @type {string} current riot version */
const version = 'v7.0.7';
const version = 'v7.1.0';

// expose some internal stuff that might be used from external tools
const __ = {
Expand Down Expand Up @@ -2321,6 +2321,4 @@
exports.version = version;
exports.withTypes = withTypes;

Object.defineProperty(exports, '__esModule', { value: true });

}));
2 changes: 1 addition & 1 deletion riot.min.js

Large diffs are not rendered by default.

0 comments on commit df2585c

Please sign in to comment.