From 805ce5ed88f277c6b559a29659f3fbab84cbd391 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 17 Sep 2023 14:30:55 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/index.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 08a0814..e3e58e4 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@design.estate/dees-domtools', - version: '2.0.40', + version: '2.0.41', description: 'tools to simplify complex css structures' } diff --git a/ts/index.ts b/ts/index.ts index 5f9da86..f0c9063 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -17,4 +17,6 @@ export const plugins = { smartpromise: allPlugins.smartpromise, SweetScroll: allPlugins.SweetScroll, smartstate: allPlugins.smartstate, + smartrx: allPlugins.smartrx, + smarturl: allPlugins.smarturl, };