From 53280e4b2849e65777b020386e4306989a156de3 Mon Sep 17 00:00:00 2001 From: Julie Wongbandue Date: Thu, 6 Apr 2023 14:30:41 -0400 Subject: [PATCH] 0.142.1 --- examples/nextjs/package.json | 2 +- package.json | 2 +- src/utils/HOCs/withIris.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index d00b1525..ee68897a 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -8,7 +8,7 @@ "start": "next start" }, "dependencies": { - "@vimeo/iris": "^0.142.0", + "@vimeo/iris": "^0.142.1", "next": "12.0.3", "polished": "^4.1.3", "react": "17.0.2", diff --git a/package.json b/package.json index 5ef4051f..c43c7669 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@vimeo/iris", "homepage": "https://github.com/vimeo/iris/tree/main", "bugs": "https://github.com/vimeo/iris/issues", - "version": "0.142.0", + "version": "0.142.1", "private": false, "license": "MIT", "description": "Vimeo Design System", diff --git a/src/utils/HOCs/withIris.ts b/src/utils/HOCs/withIris.ts index 91174b5b..10ecf4ff 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.142.0'; +const version = '0.142.1'; type IrisMeta = | true