Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
0.144.3 (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliewongbandue authored Aug 2, 2023
1 parent d9f3970 commit 06bfe06
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file removed .yarn/install-state.gz
Binary file not shown.
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.1",
"@vimeo/iris": "^0.144.3",
"next": "12.0.3",
"polished": "^4.1.3",
"react": "17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions 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.2",
"version": "0.144.3",
"private": false,
"license": "MIT",
"description": "Vimeo Design System",
Expand Down Expand Up @@ -171,4 +171,4 @@
"volta": {
"node": "16.17.0"
}
}
}
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.1';
const version = '0.144.3';

type IrisMeta =
| true
Expand Down

0 comments on commit 06bfe06

Please sign in to comment.