We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e076864 commit 34d6252Copy full SHA for 34d6252
CHANGELOG.md
@@ -7,6 +7,11 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
## [Unreleased]
9
10
+## [0.3.1] - 2022-03-15
11
+
12
+- Revert react-native-safe-area upgrade and minSdkVersion bump
13
+ - https://github.com/Shopify/flash-list/pull/184
14
15
## [0.3.0] - 2022-03-15
16
17
- Fixed untranspiled library code by enforcing stricter TS rules.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@shopify/flash-list",
3
- "version": "0.3.0",
+ "version": "0.3.1",
4
"keywords": [
5
"react-native"
6
],
0 commit comments