diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 370125f28..84bd8df63 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -8,7 +8,7 @@ "start": "next start" }, "dependencies": { - "@vimeo/iris": "^0.110.0", + "@vimeo/iris": "^0.111.0", "next": "10.2.0", "polished": "^4.1.2", "react": "17.0.2", diff --git a/package.json b/package.json index 1e6d380e2..1acac1b25 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.110.0", + "version": "0.111.0", "private": false, "license": "MIT", "description": "Vimeo Design System", diff --git a/src/utils/HOCs/withIris.ts b/src/utils/HOCs/withIris.ts index 5b9110bd5..138a79423 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.110.0'; +const version = '0.111.0'; type IrisMeta = | true