Skip to content

Commit 861b713

Browse files
release(version): Release 8.3.5 [skip ci]
## [8.3.5](v8.3.4...v8.3.5) (2021-07-06) ### Bug Fixes * add react@17 as peer dependency ([#790](#790)) ([27bd586](27bd586))
1 parent 27bd586 commit 861b713

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [8.3.5](https://github.com/DylanVann/react-native-fast-image/compare/v8.3.4...v8.3.5) (2021-07-06)
2+
3+
4+
### Bug Fixes
5+
6+
* add react@17 as peer dependency ([#790](https://github.com/DylanVann/react-native-fast-image/issues/790)) ([27bd586](https://github.com/DylanVann/react-native-fast-image/commit/27bd58630cff4e10fea0bb835555bb7ad8b62da0))
7+
18
## [8.3.4](https://github.com/DylanVann/react-native-fast-image/compare/v8.3.3...v8.3.4) (2020-11-17)
29

310
## [8.3.3](https://github.com/DylanVann/react-native-fast-image/compare/v8.3.2...v8.3.3) (2020-11-01)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-fast-image",
3-
"version": "8.3.4",
3+
"version": "8.3.5",
44
"description": "🚩 FastImage, performant React Native image component.",
55
"keywords": [
66
"cache",
@@ -74,4 +74,4 @@
7474
"react": "^16.8.6 || ^17.0.0",
7575
"react-native": ">=0.60.0"
7676
}
77-
}
77+
}

0 commit comments

Comments
 (0)