Skip to content

Commit

Permalink
0.144.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanbrud committed Jul 24, 2023
1 parent 453b0ad commit 46d933f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "next start"
},
"dependencies": {
"@vimeo/iris": "^0.144.0",
"@vimeo/iris": "^0.144.1",
"next": "12.0.3",
"polished": "^4.1.3",
"react": "17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@vimeo/iris",
"homepage": "https://github.com/vimeo/iris/tree/main",
"bugs": "https://github.com/vimeo/iris/issues",
"version": "0.144.0",
"version": "0.144.1",
"private": false,
"license": "MIT",
"description": "Vimeo Design System",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/HOCs/withIris.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
} from 'react';
import { ThemeContext } from 'styled-components';

const version = '0.144.0';
const version = '0.144.1';

type IrisMeta =
| true
Expand Down

0 comments on commit 46d933f

Please sign in to comment.