@shopify/flash-list 1.0.3 → 1.0.4

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.
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.3] - 2022-07-01
11
+
10
12
  - Add kotlin-gradle-plugin to buildscript in project build.gradle
11
13
  - https://github.com/Shopify/flash-list/pull/481
12
14
 
@@ -15,7 +15,7 @@ def _androidTestRunnerVersion = _ext.has('androidTestRunnerVersion') ? _ext.andr
15
15
 
16
16
  buildscript {
17
17
  // buildscript is evaluated before any other task is executed, so this must be defined here
18
- ext._kotlinVersion = rootProject.ext.has("kotlinVersion") ? rootProject.ext.kotlinVersion() : '1.5.30'
18
+ ext._kotlinVersion = rootProject.ext.has("kotlinVersion") ? rootProject.ext.get('kotlinVersion') : '1.5.30'
19
19
 
20
20
  repositories {
21
21
  mavenCentral()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopify/flash-list",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "keywords": [
5
5
  "react-native"
6
6
  ],
@@ -47,14 +47,14 @@
47
47
  "@babel/core": "^7.18.5",
48
48
  "@babel/runtime": "^7.18.3",
49
49
  "@quilted/react-testing": "^0.5.14",
50
- "@react-native-community/eslint-config": "^3.0.0",
50
+ "@react-native-community/eslint-config": "^3.0.3",
51
51
  "@shopify/eslint-plugin": "^41.3.1",
52
52
  "@types/jest": "^28.1.3",
53
53
  "@types/react-native": "0.67.6",
54
54
  "babel-jest": "^28.1.1",
55
55
  "enhanced-resolve": "^5.9.3",
56
56
  "eslint": "8.18.0",
57
- "gh-pages": "^3.2.3",
57
+ "gh-pages": "^4.0.0",
58
58
  "jest": "^28.1.1",
59
59
  "metro-react-native-babel-preset": "^0.71.1",
60
60
  "react": "17.0.2",