From 18825868aaa3fa7a8505f373d2a570ae2408a681 Mon Sep 17 00:00:00 2001 From: Michael Cullan Date: Thu, 22 Jan 2026 17:49:52 -0800 Subject: [PATCH 1/2] 0.0.14 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ece20e..2a8c53f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "micugl", - "version": "0.0.12", + "version": "0.0.14", "description": "Micu gl - Small React shader library", "type": "module", "main": "dist/index.js", From 6fdbc948c142b849115f8fe4c0e0da2a95c6a3af Mon Sep 17 00:00:00 2001 From: Michael Cullan Date: Thu, 22 Jan 2026 17:53:54 -0800 Subject: [PATCH 2/2] fix lint errors --- demo/App.tsx | 15 +++++++++------ demo/PerformanceTest.tsx | 4 ++-- demo/main.tsx | 1 + eslint.config.js | 5 ++++- tsconfig.json | 2 +- 5 files changed, 17 insertions(+), 10 deletions(-) diff --git a/demo/App.tsx b/demo/App.tsx index 4a7201d..ca9c44a 100644 --- a/demo/App.tsx +++ b/demo/App.tsx @@ -1,4 +1,5 @@ import { useState } from 'react'; + import { PerformanceTest } from './PerformanceTest'; export const App = () => { @@ -20,7 +21,8 @@ export const App = () => {

micugl Performance Test