Skip to content

Commit

Permalink
0.150.0 (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliewongbandue authored Nov 16, 2023
1 parent d0602e1 commit a0d3422
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.149.0",
"@vimeo/iris": "^0.150.0",
"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.149.0",
"version": "0.150.0",
"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.149.0';
const version = '0.150.0';

type IrisMeta =
| true
Expand Down

0 comments on commit a0d3422

Please sign in to comment.