Skip to content

Commit

Permalink
9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Jul 30, 2023
1 parent fc8b36e commit 8a8394f
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
18 changes: 9 additions & 9 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.0.0",
"version": "9.0.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.0.0, @license MIT */
/* Riot v9.0.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 @@ -26136,7 +26136,7 @@
const withTypes = (component) => component;

/** @type {string} current riot version */
const version = 'v9.0.0';
const version = 'v9.0.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.0.0, @license MIT */
/* Riot v9.0.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 @@ -2458,7 +2458,7 @@
const withTypes = (component) => component;

/** @type {string} current riot version */
const version = 'v9.0.0';
const version = 'v9.0.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 8a8394f

Please sign in to comment.