Skip to content

Commit

Permalink
9.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Oct 6, 2023
1 parent 809dbe0 commit 556dc0e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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
@@ -1,6 +1,6 @@
{
"name": "riot",
"version": "9.1.0",
"version": "9.1.1",
"description": "Simple and elegant component-based UI library",
"license": "MIT",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions riot+compiler.js
@@ -1,4 +1,4 @@
/* Riot v9.1.0, @license MIT */
/* Riot v9.1.1, @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 @@ -27027,7 +27027,7 @@
const withTypes = (component) => component;

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

// expose some internal stuff that might be used from external tools
const __ = {
Expand Down
2 changes: 1 addition & 1 deletion riot+compiler.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions riot.js
@@ -1,4 +1,4 @@
/* Riot v9.1.0, @license MIT */
/* Riot v9.1.1, @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 @@ -2477,7 +2477,7 @@
const withTypes = (component) => component;

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

// expose some internal stuff that might be used from external tools
const __ = {
Expand Down
2 changes: 1 addition & 1 deletion riot.min.js

Large diffs are not rendered by default.

0 comments on commit 556dc0e

Please sign in to comment.