Skip to content

Commit

Permalink
0.148.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juliewongbandue committed Sep 29, 2023
1 parent ed83363 commit fb3d6d5
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.147.0",
"@vimeo/iris": "^0.148.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.147.0",
"version": "0.148.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.147.0';
const version = '0.148.0';

type IrisMeta =
| true
Expand Down

0 comments on commit fb3d6d5

Please sign in to comment.