@shopify/flash-list 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,8 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.0.1] - 2022-06-30
11
+
10
12
  - `data` prop change will force update items only if `renderItem` is also updated
11
13
  - https://github.com/Shopify/flash-list/pull/453
12
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopify/flash-list",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "keywords": [
5
5
  "react-native"
6
6
  ],
@@ -11,7 +11,7 @@
11
11
  "description": "FlashList is a more performant FlatList replacement",
12
12
  "author": "shopify",
13
13
  "license": "MIT",
14
- "homepage": "https://reimagined-fiesta-030d04f7.pages.github.io",
14
+ "homepage": "https://shopify.github.io/flash-list/",
15
15
  "main": "dist/index.js",
16
16
  "types": "dist/index.d.ts",
17
17
  "scripts": {