From 2ca9937237538bb8b87a584a006a5fd4bc01cf74 Mon Sep 17 00:00:00 2001 From: Kyler Berry Date: Mon, 3 Jul 2023 10:25:38 -0400 Subject: [PATCH] bump iris to 0.144.0 --- examples/nextjs/package.json | 2 +- src/utils/HOCs/withIris.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 4c51e23c..9c42bb9b 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -8,7 +8,7 @@ "start": "next start" }, "dependencies": { - "@vimeo/iris": "^0.143.1", + "@vimeo/iris": "^0.144.0", "next": "12.0.3", "polished": "^4.1.3", "react": "17.0.2", diff --git a/src/utils/HOCs/withIris.ts b/src/utils/HOCs/withIris.ts index 7344a705..3c81a042 100644 --- a/src/utils/HOCs/withIris.ts +++ b/src/utils/HOCs/withIris.ts @@ -9,7 +9,7 @@ import { } from 'react'; import { ThemeContext } from 'styled-components'; -const version = '0.143.1'; +const version = '0.144.0'; type IrisMeta = | true