Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremybarbet committed Dec 4, 2020
1 parent 99b9719 commit e9c31a7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [2.0.8] - 2020-12-04

### 👀 Bug Fixes

- Revert: Position on orientation change
- Revert: If color scheme is "dark", setting modal backgroundColor to black

## [2.0.7] - 2020-12-03

### 👀 Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion examples/expo/src/components/header/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const Header = ({ subheading }) => (
>
Jérémy Barbet
</Text>{' '}
— v2.0.7
— v2.0.8
</Text>
</View>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const Header = ({ subheading }) => (
>
Jérémy Barbet
</Text>{' '}
— v2.0.7
— v2.0.8
</Text>
</View>
);
Expand Down
2 changes: 1 addition & 1 deletion examples/react-navigation/src/components/header/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const Header = ({ subheading }) => (
>
Jérémy Barbet
</Text>{' '}
— v2.0.7
— v2.0.8
</Text>
</View>
);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-modalize",
"version": "2.0.7",
"version": "2.0.8",
"description": "A highly customizable modal/bottom sheet that loves scrolling content.",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit e9c31a7

Please sign in to comment.